-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
457 lines (339 loc) · 13.6 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
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Hacktoberfest-CCS</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/creative.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<header class="masthead text-center text-white d-flex">
<div class="container my-auto">
<div class="row">
<div class="col-lg-10 mx-auto">
<h1 class="text-uppercase">
<strong>Hacktoberfest 2018</strong>
</h1>
<hr>
</div>
<div class="col-lg-8 mx-auto">
<p class="text-faded mb-5">An initiative by Creative Computing Society to promote Open-source Contribution</p>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#about">Let's Contribute</a>
</div>
</div>
</div>
</header>
<section class="bg-primary" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading text-white">How to contribute and earn the swag?</h2>
<hr class="light my-4">
<p class="text-faded mb-4">Follow the instructions on the readme.md in the given repository</p>
<a class="btn btn-light btn-xl js-scroll-trigger" href="https://github.com/creative-computing-society/Guide_to_contribute_in_Hacktoberfest">Check the repository</a>
</div>
</div>
</div>
</section>
<section class="p-0" id="portfolio">
<table class="table">
<thead class="thead-dark">
<tr>
<th scope="col">#</th>
<th scope="col">Name</th>
<th scope="col">Message</th>
<th scope="col">Github Link</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Shubhank Saxena</td>
<td>Hello World! I just contributed to Hacktoberfest</td>
<td><a href="https://github.com/shubhank-saxena">shubhank-saxena</a></td>
</tr>
<tr>
<th scope="row">2</th>
<td>Tarun Kumar Dixit</td>
<td>Hi there! I just joined Hacktoberfest.</td>
<td><a href="https://github.com/tarun-sharma03">tarun-sharma03</a></td>
</tr>
<tr>
<th scope="row">3</th>
<td>Shimantika Das</td>
<td>One step at a time, my dudes.</td>
<td><a href="https://github.com/slichzaddy">slichzaddy</a></td>
</tr>
<tr>
<th scope="row">4</th>
<td>Akshay</td>
<td>Hello World! I just contributed to Hacktoberfest</td>
<td><a href="https://github.com/Akshay-04">Akshay-04</a></td>
</tr>
<tr>
<th scope="row">5</th>
<td>utkarsh chauhan</td>
<td>hi</td>
<td><a href="https://github.com/uchauhan2022">uchauhan2022</a></td>
</tr>
<tr>
<th scope="row">6</th>
<td>Akshit Khatkar</td>
<td>Hello World!!!!</td>
<td><a href="https://github.com/Akshitkhatkar">Akshitkhatkar</a></td>
</tr>
<tr>
<th scope="row">7</th>
<td>Kunal Saraf</td>
<td>Hello World! Even I just contributed to Hacktoberfest</td>
<td><a href="https://github.com/kunalsaraf">kunalsaraf</a></td>
</tr>
<tr>
<th scope="row">8</th>
<td>Jaskaran Singh</td>
<td>Hey Guys!I am contributing to Hacktoberfest</td>
<td><a href="https://github.com/jaskaranbhatia">jaskaranbhatia</a></td>
</tr>
<tr>
<th scope="row">9</th>
<td>Rohit Bhatia</td>
<td>hey guys,i just contribute to the hacktoberfest.</td>
<td><a href="https://github.com/RB-01">RB-01</a></td>
</tr>
<tr>
<th scope="row">10</th>
<td>Snigdha</td>
<td>Heyy!</td>
<td><a href="https://github.com/Snigdhabhatnagar">Snigdhabhatnagar</a></td>
</tr>
<tr>
<th scope="row">11</th>
<td>Vinay Singh</td>
<td>Hey Everyone! One more contribution.</td>
<td><a href="https://github.com/LOGiC31">LOGiC31</a></td>
<tr>
<th scope="row">12</th>
<td>Bhumika</td>
<td>Hello everyone!</td>
<td><a href="https://github.com/bhumika70">Bhumika</a></td>
</tr>
<tr>
<th scope="row">13</th>
<td>Kaustuv Karan</td>
<td>Hello World!! I just contributed to Hacktoberfest!!</td>
<td><a href="https://github.com/kaustuvkaran01">kaustuvkaran01</a></td>
</tr>
<tr>
<th scope="row">14</th>
<td>Kush Daga</td>
<td>Hey! Github is fun!</td>
<td><a href="https://github.com/kush-daga">kush-daga</a></td>
</tr>
<th scope="row">15</th>
<td>priyanka gupta</d>
<td>hacktoberfest contribution</td>
<td><a href="https://github.com/priyankagupta532">priyaagupta55</a></td>
</tr>
<tr>
<th scope="row">16</th>
<td>shivika</td>
<td>hi!</td>
<td><a href="https://github.com/shivikasaggar">shivikasaggar</a></td>
</tr>
<th scope="row">17</th>
<td>Varun Aggarwal</td>
<td>CODE WITH ME NOW @HACTOBERFEST!!</td>
<td><a href="https://github.com/2000Varun">2000Varun</a></td>
</tr>
<tr>
<th scope="row">18</th>
<td>Pulkit Gupta</td>
<td>Let the game begin.</td>
<td><a href="https://github.com/pulkitgupta2k">pulkitgupta2k</a></td>
<tr>
<th scope="row">19</th>
<td>Tanishq Bhalla</td>
<td>Hello World!</td>
<td><a href="https://github.com/tanishq457">tanishq457</a></td>
</tr>
<tr>
<th scope="row">20</th>
<td>Harjot Singh</td>
<td>It's time for Hacktoberfest!</td>
<td><a href="https://github.com/Harjot1508">Harjot1508</a></td>
</tr>
<tr>
<th scope="row">21</th>
<td>SAKSHAM AGARWAL</td>
<td>hey ! saksham this side </td>
<td><a href="https://github.com/saksham7778">saksham7778</a></td>
</tr>
<tr>
<th scope="row">22</th>
<td>Pulkit Gupta</td>
<td>Hello Everyone!!!</td>
<td><a href="https://github.com/Pulkitg64">Pulkitg64</a></td>
</tr>
<tr>
<th scope="row">23</th>
<td>Kushagra Goel</td>
<td>I just contributed to Hactoberfest</td>
<td><a href="https://github.com/KushagraGoel">KushagraGoel</a></td>
</tr>
<tr>
<th scope="row">24</th>
<td>Guneet Singh Kohli</td>
<td>Hello UNIVERSE or MULTIVERSE ! I just contributed to Hacktoberfest for T-shirt LOL!!!!!!!!!</td>
<td><a href="https://github.com/guneetsk99">guneetsk99</a></td>
</tr>
<tr>
<th scope="row">25</th>
<td>Shankho Boron Ghosh</td>
<td>Let's hack, this hacktober.</td>
<td><a href="https://github.com/growupboron">growupboron</a></td>
</tr>
<tr>
<th scope="row">26</th>
<td>Shreshth Arora</td>
<td>Hang on ! the second wonder lies there ------></td>
<td><a href="https://github.com/AroraShreshth">AroraShreshth</a></td>
<tr>
<th scope="101804011">27</th>
<td>Saud Adnan</td>
<td>Hola Amigos! #halamadrid</td>
<td><a href="https://github.com/whiztiric">whiztiric</a></td>
</tr>
<tr>
<th scope="row">28</th>
<td>Kamakshi Behl</td>
<td>Hello!</td>
<td><a href="https://github.com/kamakshibehl">kamakshibehl</a></td>
</tr>
<tr>
<th scope="101806069">29</th>
<td>Anshika Bansal</td>
<td>hello world !/ We Are Here</td>
<td><a href="https://github.com/anshikabansal877">anshikabansal877</a></td>
</tr>
<tr>
<tr>
<th scope="101804012">30</th>
<td>Ankita Gupta</td>
<td>HELLO / WE ARE HERE </td>
<td><a href="https://github.com/Ankitagupta13">Ankitagupta13</a></td>
</tr>
<tr>
<th scope="row">31</th>
<td>Raghav Virmani</td>
<td>No Description lmao lololololol LAME -_- XD contributing to hacktoberfest</td>
<td><a href=https://github.com/robovirmani>robovirmani</a></td>
</tr>
<tr>
<th scope="row">32</th>
<td>Diljot Singh Wadia</td>
<td>Hey, I contributed to Hacktoberfest too!</td>
<td><a href="https://github.com/diljotsingh90">Diljot Singh</a></td>
</tr>
<tr>
<th scope="row">33</th>
<td>Kamal</td>
<td>Hi this is kamal</td>
<td><a href="https://github.com/kamalsharma107">kamalsharma107</a></td>
<tr>
<th scope="row">34</th>
<td>Prakhar Singh</td>
<td>Hey! I just took my first step towards a cool T-Shirt.</td>
<td><a href="https://github.com/prakharsingh1312">prakharsingh1312</a></td>
</tr>
<tr>
<th scope="row">35</th>
<td>Sukhwmit Kaur Kahlon</td>
<td>Hacktober fest is here!!</td>
<td><a href="https://github.com/sukhwmit12">sukwhmit12</a></td>
</tr>
<tr>
<th scope="row">36</th>
<td>Nivedita Taneja</td>
<td>hey! I contributed to a repository.</td>
<td><a href="https://github.com/nivedita0701">nivedita0701</a></td>
</tr>
<tr>
<th scope="row">37</th>
<td>Mankaran Singh</td>
<td>Yo</td>
<td><a href="https://github.com/MankaranSingh">MankaranSingh</a></td>
</tr>
<tr>
<th scope="row">40</th>
<td>Kashish Bansal</td>
<td>Hi</td>
<td><a href="https://github.com/kashish2909">kashish2909</a></td>
</tr>
<tr>
<th scope="row">41</th>
<td>Muskaan Munjal</td>
<td>I want to contribute to Hacktoberfest</td>
<td><a href="https://github.com/Muskaan12345">Muskaan12345</a></td>
</tr>
<tr>
<th scope="row">42</th>
<td>Vaibhav Malhotra</td>
<td>I contributed to github ;)</td>
<td><a href="https://github.com/vaibhavm99">vaibhavm99</a></td>
</tr>
<tr>
<th scope="row">43</th>
<td>pallavi</td>
<td>want to contribute to hacktoberfest</td>
<td><a href="https://github.com/palgarg">palgarg</a></td>
</tr>
<tr>
<th scope="row">44</th>
<td>Parth Singh</td>
<td>Existence is pain</td>
<td><a href="https://github.com/kSinghParth">ksinghparth</a></td>
</tr>
<tr>
<th scope="row">45</th>
<td>Mayank Jalan</td>
<td>Existence is jolly</td>
<td><a href="https://github.com/MayankJalan">MayankJalan</a></td>
</tr>
<tr>
<th scope="row">46</th>
<td>Utkrisht Agrawal</td>
<td>Feel the change.</td>
<td><a href="https://github.com/gutku10">gutku10</a></td>
</tr>
<tr>
<th scope="row">47</th>
<td>Vishrut Agrawal</td>
<td>Hacktoberfest is awesome! Love to code!!</td>
<td><a href="https://github.com/ProfessorParadox>ProfessorParadox</a></td>
</tr>
</tbody>
</table>
</section>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/creative.min.js"></script>
</body>
</html>