forked from rhvsingh/hacktoberfest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (103 loc) · 4.58 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hactoberfest</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="root">
<div class="container">
<div class="nav">
<input type="checkbox" id="nav-check">
<div class="nav-header">
<div class="nav-title">
<a href="https://hacktoberfest.com/"style="color:#FFFFFF;">Hacktoberfest</a>
</div>
</div>
<div class="nav-btn">
<label for="nav-check">
<span></span>
<span></span>
<span></span>
</label>
</div>
<div class="nav-links">
<a href="https://rhvsingh.github.io/hacktoberfest/">Home</a>
<a href="#">Participation</a>
<a href="#">Events</a>
<a href="#">About</a>
</div>
</div>
<div id="header">
</div>
<hr>
<h2>Repositories where you can contribute for hacktoberfest 2022 -</h2>
<div class="links">
<div class="link-inner">
<a href="https://github.com/rhvsingh/new-project"
target="_blank">https://github.com/rhvsingh/new-project</a>
</div>
<div class="link-inner">
<a href="https://github.com/rhvsingh/website_repo_1"
target="_blank">https://github.com/rhvsingh/website_repo_1</a>
</div>
<div class="link-inner">
<a href="https://github.com/rhvsingh/website_repo_2"
target="_blank">https://github.com/rhvsingh/website_repo_2</a>
</div>
<div class="link-inner">
<a href="https://github.com/rhvsingh/website_repo_3"
target="_blank">https://github.com/rhvsingh/website_repo_3</a>
</div>
<div class="link-inner">
<a href="https://github.com/rhvsingh/website_repo_4"
target="_blank">https://github.com/rhvsingh/website_repo_4</a>
</div>
<div class="link-inner">
<a href="https://github.com/rhvsingh/sorting_js"
target="_blank">https://github.com/rhvsingh/sorting_js</a>
</div>
<div class="link-inner">
<a href="https://github.com/Bauddhik-Geeks/Resource-Card"
target="_blank">https://github.com/Bauddhik-Geeks/Resource-Card</a>
</div>
<div class="link-inner">
<a href="https://github.com/Bauddhik-Geeks/Restaurant_Website"
target="_blank">https://github.com/Bauddhik-Geeks/Restaurant_Website</a>
</div>
<div class="link-inner">
<a href="https://github.com/Bauddhik-Geeks/Diabetes-Predictor"
target="_blank">https://github.com/Bauddhik-Geeks/Diabetes-Predictor</a>
</div>
<div class="link-inner">
<a href="https://github.com/Bauddhik-Geeks/A-ChatBot"
target="_blank">https://github.com/Bauddhik-Geeks/A-ChatBot</a>
</div>
</div>
<div id = "about">
<p>
<h1>What is Hacktoberfest?</h1>
<h3>Hacktoberfest is an annual festival hosted by DigitalOcean that
takes place in the month of October to celebrate the open source community. As part of this 31-day
celebration, contributors and open source maintainers are encouraged to work on open source projects
and win swag to mark the occasion. </h3>
</p>
</div>
<div id="footer">
<footer>
<div class="column">
<h2>Company</h2>
</div>
<p>Author : rhvsingh
<a href="singhrajaharshvardhan004@gmail.com"> hac@rhv.com</a>
</p>
@copyright rhvsingh 2022-All right reserved.
</footer>
</div>
</div>
</div>
</body>
</html>