forked from rhvsingh/hacktoberfest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (67 loc) · 2.51 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
<!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="nav">
<input type="checkbox" id="nav-check">
<div class="nav-header">
<div class="nav-title">
Hacktoberfest
</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>
<ol>
<li><a href="https://github.com/rhvsingh/new-project"
target="_blank">https://github.com/rhvsingh/new-project</a></li>
<li><a href="https://github.com/rhvsingh/website_repo_1"
target="_blank">https://github.com/rhvsingh/website_repo_1</a></li>
<li><a href="https://github.com/rhvsingh/website_repo_2"
target="_blank">https://github.com/rhvsingh/website_repo_2</a></li>
<li><a href="https://github.com/rhvsingh/website_repo_3"
target="_blank">https://github.com/rhvsingh/website_repo_3</a></li>
<li><a href="https://github.com/rhvsingh/website_repo_4"
target="_blank">https://github.com/rhvsingh/website_repo_4</a></li>
<li><a href="https://github.com/rhvsingh/sorting_js"
target="_blank">https://github.com/rhvsingh/sorting_js</a></li>
</ol>
<div id = "footer">
<footer>
<div class="column">
<p>Company</p>
<ul style="list-style-type:disc">
<li>About Us</li>
<li>Privacy Policy</li>
<li>Contact Us</li>
</ul>
</div>
<p>Author : rhvsingh
<a
href = "[email protected]" > [email protected]</a></p>
@copyright rhvsingh 2022-All right reserved.
</footer>
</div>
</body>
</html>