-
Notifications
You must be signed in to change notification settings - Fork 41
/
index.html
262 lines (220 loc) · 11.3 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!--
The following is the source code for the Hactober fest contributions platform.
Follow the instructions available in the readme file to make your contributions. Avoid making any unneecessary changes to the codebase.
DO NOT edit any links other than the profile image url and the CSS file.
-->
<!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="stylesheet" href="style.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<title>AIT OSS Hacktober Fest 2022</title>
</head>
<body>
<section class="team text-center py-5">
<div class="container">
<div class="header my-5">
<h1>Welcome to Hacktoberfest 2022</h1>
<p class="text-muted">Generate your pull request as fast as possible</p>
</div>
<div class=" row d-flex justify-content-between align-items-center flex-wrap">
<!--
Below is the skeleton for your profile card and change your name, designation and edit picture URL.
Copy the template and paste it at the last position. Then, commit, push, create pull request.
<div class="col-md-6 col-lg-3">
<div class="img-block mb-5">
<img src="https://github.com/_____githubusername________.png" class="img-fluid img-thumbnail rounded-circle" alt="image1">
<div class="content mt-2">
<h4>_____________</h4>
<p class="text-muted">_________________</p>
</div>
</div>
</div>
-->
<div class="col-md-6 col-lg-3">
<div class="img-block mb-5">
<img src="https://github.com/dahighsky.png" class="img-fluid img-thumbnail rounded-circle"
alt="image1">
<div class="content mt-2">
<h4>Aakash Sharma</h4>
<p class="text-muted">Web Developer</p>
</div>
</div>
</div>
<!-- nikita malik it is -->
<!-- hello -->
<div class="col-md-6 col-lg-3 ">
<div class="img-block mb-5">
<img src="https://github.com/Harshal141.png" class="img-fluid img-thumbnail rounded-circle"
alt="image1">
<div class="content mt-2">
<h4>Harshal Patil</h4>
<p class="text-muted">Web Dev it is</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 ">
<div class="img-block mb-5">
<img src="https://avatars.githubusercontent.com/u/93818165?v=4"
class="img-fluid img-thumbnail rounded-circle" alt="image1">
<div class="content mt-2">
<h4>Sagun Chauhan</h4>
<p class="text-muted">Blockchain</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 ">
<div class="img-block mb-5">
<img src="https://github.com/fosterer.png" class="img-fluid img-thumbnail rounded-circle"
alt="image1">
<div class="content mt-2">
<h4>Aishwarya Upadhyay</h4>
<p class="text-muted">Android Developer</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="img-block mb-5">
<img src="https://i.ibb.co/wWZ5dp0/asmita.jpg" class="img-fluid img-thumbnail rounded-circle"
alt="Asmita img">
<div class="content mt-2">
<h4>Asmita Tripathi</h4>
<p class="text-muted">Freelancer</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="img-block mb-5">
<img src="https://github.com/vivekbattan.png" class="img-fluid img-thumbnail rounded-circle"
alt="Vivek img">
<div class="content mt-2">
<h4>Vivek Battan</h4>
<p class="text-muted">Competitive Programming</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="img-block mb-5">
<img src="https://avatars.githubusercontent.com/u/94731990?s=400&u=63f45f32d45522abf3a170838b296448c352c34c&v=4"
class="img-fluid img-thumbnail rounded-circle" alt="Asmita img">
<div class="content mt-2">
<h4>Abhay Sahu </h4>
<p class="text-muted">Competitive Programmer</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="img-block mb-5">
<img src="https://i.ibb.co/MBn882Q/IMG-20221005-222323.jpg"
class="img-fluid img-thumbnail rounded-circle" alt="Tejaswi_img">
<div class="content mt-2">
<h4>Tejaswi Jadhav</h4>
<p class="text-muted">Competitive Programmer</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="img-block mb-5">
<img src="https://avatars.githubusercontent.com/u/94732057?v=4"
class="img-fluid img-thumbnail rounded-circle" alt="arnav img">
<div class="content mt-2">
<h4>Sujeet Gupta</h4>
<p class="text-muted">Web Developer</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="img-block mb-5">
<img src="https://github.com/arnav-si.png" class="img-fluid img-thumbnail rounded-circle"
alt="arnav img">
<div class="content mt-2">
<h4>Arnav Singh</h4>
<p class="text-muted">Front End Developer</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="img-block mb-5">
<img src="https://github.com/nasablackberry.png" class="img-fluid img-thumbnail rounded-circle"
alt="arnav img">
<div class="content mt-2">
<h4>Shivank Singh</h4>
<p class="text-muted">Competitive Programmer</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="img-block mb-5">
<img src="https://github.com/ni250604.png" class="img-fluid img-thumbnail rounded-circle"
alt="Asmita img">
<div class="content mt-2">
<h4>Nikita Malik </h4>
<p class="text-muted">Competitive Programmer</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="img-block mb-5">
<img src="https://userpic.codeforces.org/2359983/title/cd70c36d4411c5c2.jpg"
class="img-fluid img-thumbnail rounded-circle" alt="Divakar img">
<div class="content mt-2">
<h4>DIVAKAR KUMAR GUPTA</h4>
</h4>
<p class="text-muted">_Competitive Programmer_</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="img-block mb-5">
<img src="https://avatars.githubusercontent.com/u/94732643?v=4"
class="img-fluid img-thumbnail rounded-circle" alt="Aditya img">
<div class="content mt-2">
<h4>Aditya Joshi</h4>
</h4>
<p class="text-muted">Web D</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="img-block mb-5">
<img src="https://avatars.githubusercontent.com/u/76549082?v=4"
class="img-fluid img-thumbnail rounded-circle" alt="kd img">
<div class="content mt-2">
<h4>Kamakshi Dixit</h4>
</h4>
<p class="text-muted">Web D</p>
</div>
</div>
</div>
<!-- sahil kamate profile -->
<div class="col-md-6 col-lg-3">
<div class="img-block mb-5">
<img src="https://avatars.githubusercontent.com/u/45514385?v=4"
class="img-fluid img-thumbnail rounded-circle" alt="kd img">
<div class="content mt-2">
<h4>Sahil Kamate</h4>
</h4>
<p class="text-muted">Developer</p>
</div>
</div>
</div>
<!-- Paste your template above this comment this -->
</div>
</div>
</section>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>