forked from ankitmalakar7/Hacktoberfest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
125 lines (124 loc) · 4.13 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
115
116
117
118
119
120
121
122
123
124
125
<!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" />
<link rel="icon" type="image/x-icon" href="./Faviconhacktober.jpg">
<title>Hacktoberfest 2022 Sign In</title>
<!-- CSS only -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
crossorigin="anonymous"
/>
<!-- JavaScript Bundle with Popper -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="section header-bg">
<div class="jumbotron-fluid">
<h1>Hacktoberfest Sign In Sheet</h1>
<p class="lead">
Very simple repo! Great for beginners to make their first pull
request! Feel free to sign in.
</p>
<p class="lead">
<a
class="btn btn-primary"
href="https://github.com/ankitmalakar7/Hacktoberfest-2022-Sign-In"
target="_blank"
rel="noopener noreferrer"
role="button">Instructions</a>
</p>
</div>
</div>
<div class="section center list-grid">
<!-- SIGN IN HERE -->
<ol>
<!-- In this format:
<li>
<a href="link to your portfolio/github page">user name here</a>
</li> -->
<li>
<a href="https://github.com/bruna-luc">bruna-luc</a>
</li>
<li>
<a href="https://github.com/ashishshukla09">ashishshukla09</a>
</li>
<li>
<a href="https://github.com/shobhit-bhatt-14">Shobhit Bhatt</a>
</li>
<li>
<a href="https://github.com/Shashwat49">Shashwat49</a>
</li>
<li>
<a href="https://github.com/prashant67690">prashant67690</a>
</li>
<li>
<a href="https://github.com/HarshitMittal01">HarshitMittal01</a>
</li>
<li>
<a href="https://github.com/saikatdgp2001">saikatdgp2001</a>
</li>
<li>
<a href="https://github.com/rishishukla09">rishishukla09</a>
</li>
<li>
<a href="https://github.com/dmanocha464">dmanocha464</a>
</li>
<li>
<a href="https://github.com/sonalirao14">Sonali Rao</a>
</li>
<li>
<a href="https://github.com/CoderRounak">CoderRounak</a>
</li>
<li>
<a href="https://github.com/Arrafll">Arrafll</a>
</li>
<li>
<a href="https://github.com/infuman69">infuman69</a>
</li>
<li>
<a href="https://github.com/tantric17">tantric17</a>
</li>
<li>
<a href="https://github.com/ratneshgupta01">ratneshgupta01</a>
</li>
<li>
<a href="https://github.com/rafaeusilvar22">rafaeusilvar22</a>
</li>
<li>
<a href="https://github.com/AditiiTripathii">Aditi Tripathi</a>
</li>
<li>
<a href="https://github.com/AdityaMore7000/">Aditya More</a>
</li>
<li>
<a href="https://github.com/prernadabi23">Prerna Dabi</a>
</li>
<li>
<a href="https://github.com/anks2336">Ankit Sharma</a>
</li>
<li>
<a href="https://github.com/koushikpaul-06">Koushik Paul</a>
</li>
<li>
<a href="https://github.com/Daksh-Raghuvanshi">Daksh Raghuvanshi</a>
</li>
<li>
<a href="https://github.com/ervikasji">VIKAS TRIPATHI</a>
</li>
<li>
<a href="https://github.com/engineervt">Vishal</a>
</li>
</ol>
</div>
<!-- End of Oct' 22 Sign in -->
</body>
</html>