This repository was archived by the owner on Oct 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathcontributors.html
More file actions
executable file
·611 lines (601 loc) · 43.1 KB
/
contributors.html
File metadata and controls
executable file
·611 lines (601 loc) · 43.1 KB
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
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-74296045-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-74296045-6');
function toggleDropDown() {
document.getElementById("dropdownMenu").classList.toggle("show-dropdown");
}
</script>
<!--Stats Script-->
<script src="scripts/stats.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta name="description" content="This is a static website serving as a beginner friendly project to help developers get started with hacktoberfest-Gateway to open source.">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<!-- Github follow button -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<link rel="stylesheet" href="./css/helpful-material.css">
<link rel="stylesheet" href="./css/index.css">
<link rel="stylesheet" href="./css/contributors.css">
<link rel="stylesheet" href="./css/navbar.css">
<link rel="stylesheet" href="./css/footer.css">
<link rel="stylesheet" href="./css/hover.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU"
crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/aos@2.3.1/dist/aos.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
<link rel="stylesheet" href="css/explosion.css">
<link rel="stylesheet" href="./css/terminal.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/animate.css@3.5.2/animate.min.css">
<title>Hacktoberfest 2018 - Contributors</title>
<!--favicon-->
<link rel="shortcut icon" href="./images/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="./images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon/favicon-16x16.png">
<link rel="manifest" href="./images/favicon/site.webmanifest">
<link rel="mask-icon" href="./images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name="msapplication-TileImage" content="./images/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body class="index">
<!--
__ __ __ __ __ ____ __
/ / / /____ _ _____ / /__ / /_ ____ / /_ ___ _____ / __/___ _____ / /_
/ /_/ // __ `// ___// //_// __// __ \ / __ \ / _ \ / ___// /_ / _ \ / ___// __/
/ __ // /_/ // /__ / ,< / /_ / /_/ // /_/ // __// / / __// __/(__ )/ /_
/_/ /_/ \__,_/ \___//_/|_| \__/ \____//_.___/ \___//_/ /_/ \___//____/ \__/
i just want a t-shirt at this point
-->
<!--Navbar-->
<nav class="navbar navbar-expand-lg navbar-light bg-white fixed-top shadow-sm">
<a class="navbar-brand" href="/">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px"
y="0px" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve" role="img"
aria-labelledby="dyn2wm4vin1xgraye3ggy9kf12oaz8a" class="header__logo" width="50px" height="50px">
<title id="dyn2wm4vin1xgraye3ggy9kf12oaz8a">Hacktoberfest</title>
<style type="text/css">
.st0 {
fill: #FF0844;
}
</style>
<path class="st0" d="M0.7,0.7v298.7h298.7V0.7H0.7z M197.8,271.4l-32-32v-95.6l-31.4,31.4v79l-17.3,17.3L99.8,254V70.4L95,65.6 L73,87.7L61.7,76.5l47.8-47.8l0.1,0.1l0,0l1.9,1.8l22.8,22.8V136l31.4-31.4V70.2L150,54.4l25.8-25.8l24.7,24.7v169.1l12.1,12.1 l14.7-14.7l11.1,11.1L197.8,271.4z"></path>
</svg>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor01" aria-controls="navbarColor01"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor01">
<ul class="navbar-nav mr-auto" id="menu">
<!-- Menu -->
</ul>
</div>
</nav>
<div class="content">
<div class="container">
<div class="heart"></div>
<h1 class="animated rubberBand delay-4s">Contributors</h1>
<p class="animated rubberBand delay-4s">Add yourself to the list if you contribute.</p>
<div class="box mx-auto">
<!-- Add to the bottom of the list -->
<a class="box-item" href="https://github.com/Pull-eckermann">Erick Eckermann Cardoso</a>
<a class="box-item" href="https://github.com/qnoox">Qnoox</a>
<a class="box-item" href="https://github.com/SarthakSri98">Sarthak Srivastava</a>
<a class="box-item" href="https://github.com/vinitparak">Vinit Parakh</a>
<a class="box-item" href="https://github.com/goodday451999">Nilotpal Pramanik</a>
<a class="box-item" href="https://github.com/UmarAslamNawab">Umar Aslam Nawab</a>
<a class="box-item" href="https://github.com/MarufurRahman">Marufur Rahman</a>
<a class="box-item" href="https://github.com/sanvishal">TK Vishal</a>
<a class="box-item" href="https://github.com/mateossh">Mateusz Ż</a>
<a class="box-item" href="https://github.com/mateossh">Mateusz Ż</a>
<a class="box-item" href="https://github.com/philson-philip">Philson Philip</a>
<a class="box-item" href="https://github.com/sifat009">Sifat Haque</a>
<a class="box-item" href="https://github.com/allexpleblord">Alex Kichukov</a>
<a class="box-item" href="https://github.com/AnchalJain">Anchal Jain</a>
<a class="box-item" href="https://github.com/Bumsquest">Shubham Shirpurkar</a>
<a class="box-item" href="https://github.com/subhahu123">Subhahu jain</a>
<a class="box-item" href="https://github.com/raspals">Raspal Seni</a>
<a class="box-item" href="https://github.com/Rockleeland">Leeland Clenista</a>
<a class="box-item" href="https://github.com/chamow97">Chandramowli J</a>
<a class="box-item" href="https://github.com/kosijer">Nebojša Kosijer</a>
<a class="box-item" href="https://github.com/uj00007">Ujjwal Goyal</a>
<a class="box-item" href="https://github.com/tanaytoshniwal">tanaytoshniwal</a>
<a class="box-item" href="https://github.com/adin234">adin234</a>
<a class="box-item" href="https://github.com/alx168">alx168</a>
<a class="box-item" href="https://github.com/ahnafhf21">Ahnaf Hadi Fathulloh</a>
<a class="box-item" href="https://github.com/AntonStrand">Anton Strand</a>
<a class="box-item" href="https://github.com/dwikychandra21">Dwiky Chandra</a>
<a class="box-item" href="https://github.com/n00d13">n00d13</a>
<a class="box-item" href="https://github.com/sn149">sn149</a>
<a class="box-item" href="https://github.com/CodinMaster">Apoorv Lathey</a>
<a class="box-item" href="https://github.com/araanbranco">Araan branco</a>
<a class="box-item" href="https://github.com/richie-south">richie-south</a>
<a class="box-item" href="https://github.com/sarahperea">Sarah Perea</a>
<a class="box-item" href="https://github.com/BennyCarlsson">BennyCarlsson</a>
<a class="box-item" href="https://github.com/pvn6396">Pavan Choudhary</a>
<a class="box-item" href="https://github.com/amrs-tech">Ahamed Musthafa</a>
<a class="box-item" href="https://github.com/Casey-McCray">Casey-McCray</a>
<a class="box-item" href="https://github.com/anders2410">Anders Holt Knudsen</a>
<a class="box-item" href="https://github.com/ahmedkrmn">Ahmed Karaman</a>
<a class="box-item" href="https://github.com/HackedByMKN">MKN</a>
<a class="box-item" href="https://github.com/leighayanid">Leigh Dinaya</a>
<a class="box-item" href="https://github.com/danherrera">Danilo Herrera</a>
<a class="box-item" href="https://github.com/RRajaR">R R Raja</a>
<a class="box-item" href="https://github.com/sigiasd">Sigiasd</a>
<a class="box-item" href="https://github.com/rukkiesman">Pavel Alekseev</a>
<a class="box-item" href="https://github.com/karengeerts">Karen Geerts</a>
<a class="box-item" href="https://github.com/hacksdump">Harshit Maurya</a>
<a class="box-item" href="https://github.com/hariprasetia">hariprasetia</a>
<a class="box-item" href="https://github.com/jlapitan">jlapitan</a>
<a class="box-item" href="https://github.com/MattCrl">MattCrl</a>
<a class="box-item" href="https://github.com/nishanbajracharya">Nishan Bajracharya</a>
<a class="box-item" href="https://github.com/CleverFool77">Lekhika Dugtal</a>
<a class="box-item" href="https://github.com/nprail">Noah Prail</a>
<a class="box-item" href="https://github.com/CCAtAlvis">Chinmay Chandak</a>
<a class="box-item" href="https://github.com/Charuka09">Charuka Herath</a>
<a class="box-item" href="https://github.com/jjlee050">Joseph Lee</a>
<a class="box-item" href="https://github.com/tripping-smalls">David Velasquez</a>
<a class="box-item" href="https://github.com/luizhdz">Luiz Hernandez</a>
<a class="box-item" href="https://github.com/Broccolai">Josh Taylor</a>
<a class="box-item" href="https://github.com/sreehari1997">SREEHARI K.V</a>
<a class="box-item" href="https://github.com/PatricNox">PatricNox</a>
<a class="box-item" href="https://github.com/sarveshggn">Sarvesh Joshi</a>
<a class="box-item" href="https://github.com/spverma536">Piyush Verma</a>
<a class="box-item" href="https://github.com/AdamWatts">Adam Watts</a>
<a class="box-item" href="https://github.com/jgalianoz">Manuel Galindez</a>
<a class="box-item" href="https://github.com/SithumRavishara">Sithum Ravishara</a>
<a class="box-item" href="https://github.com/exponov">Exponov</a>
<a class="box-item" href="https://github.com/terryjreynolds">Terry J. Reynolds</a>
<a class="box-item" href="https://github.com/LokeCarlsson">Loke Carlsson</a>
<a class="box-item" href="https://github.com/ebysofyan">Eby Sofyan</a>
<a class="box-item" href="https://github.com/djdany01">Daniel Pérez</a>
<a class="box-item" href="https://github.com/emorraa">Emanuele Morra</a>
<a class="box-item" href="https://github.com/marcojesus">Marco Jesus</a>
<a class="box-item" href="https://github.com/Jarleborn">Jarleborn</a>
<a class="box-item" href="https://github.com/agoel00">Anmol Goel</a>
<a class="box-item" href="https://github.com/NikhilShrivastava">Nikhil Shrivastava</a>
<a class="box-item" href="https://github.com/zwe-mun-htun">Zwe Mun Htun</a>
<a class="box-item" href="https://github.com/Evie-Skinner18">Evie</a>
<a class="box-item" href="https://github.com/gsvendsen">Gustav Svendsen</a>
<a class="box-item" href="https://github.com/erhuz">Benjamin Fransson</a>
<a class="box-item" href="https://github.com/94151">Muskan Jain</a>
<a class="box-item" href="https://github.com/Cyclia">Cyclia</a>
<a class="box-item" href="https://github.com/vs4vijay">vs4vijay</a>
<a class="box-item" href="https://github.com/transmoral">transmoral</a>
<a class="box-item" href="https://github.com/KSSBro">KSSBro</a>
<a class="box-item" href="https://github.com/haych8">Haych8</a>
<a class="box-item" href="https://github.com/webhead3">NotArland</a>
<a class="box-item" href="https://github.com/HarveyD">Harvey</a>
<a class="box-item" href="https://github.com/Aliecake">Lauren Eggers</a>
<a class="box-item" href="https://github.com/bucks14">bucks14</a>
<a class="box-item" href="https://github.com/3daddict">Michael Salvati</a>
<a class="box-item" href="https://github.com/James-Bovis">James Bovis</a>
<a class="box-item" href="https://github.com/zitro">Zitro</a>
<a class="box-item" href="https://github.com/akashgiricse">Akash Giri</a>
<a class="box-item" href="https://github.com/GravitySalad">GravitySalad</a>
<a class="box-item" href="https://github.com/Rsl1122">Rsl1122</a>
<a class="box-item" href="https://github.com/lazycipher">lazycipher</a>
<a class="box-item" href="https://github.com/t04glovern">Nathan Glover</a>
<a class="box-item" href="https://github.com/shivaluma">Viet Thanh</a>
<a class="box-item" href="https://github.com/mufti1">Mufti Ismi</a>
<a class="box-item" href="https://github.com/saideepd">Saideep Dicholkar</a>
<a class="box-item" href="https://github.com/ApoTheOne">Anurag</a>
<a class="box-item" href="https://github.com/Myles2">Myles Brown</a>
<a class="box-item" href="https://github.com/JosephMeli">Joseph Meli</a>
<a class="box-item" href="https://github.com/devnic13">Devnic13</a>
<a class="box-item" href="https://github.com/abhaymaniyar">Abhay Maniyar</a>
<a class="box-item" href="https://github.com/NishtalaSowmya">Nishtala Sowmya</a>
<a class="box-item" href="https://github.com/aswinshenoy">Ashwin S Shenoy</a>
<a class="box-item" href="https://github.com/felipedf">Felipe D Ferreira</a>
<a class="box-item" href="https://github.com/nosesdive">Noppadol Sukprapa</a>
<a class="box-item" href="https://github.com/cassadab">Brady Cassada</a>
<a class="box-item" href="https://github.com/thomprycejones">Thomas Pryce Jones</a>
<a class="box-item" href="https://github.com/evanwaltersdev">Evan Walters</a>
<a class="box-item" href="https://github.com/nzer0nz">Nonthawat Duangchai</a>
<a class="box-item" href="https://github.com/CQW-Code">Chris Watkin</a>
<a class="box-item" href="https://github.com/Etone">Etone</a>
<a class="box-item" href="https://github.com/hedglenrm">Ryan Hedglen</a>
<a class="box-item" href="https://github.com/Avicted">Avicted</a>
<a class="box-item" href="https://github.com/MitchB09">Mitch Bilensky</a>
<a class="box-item" href="https://github.com/Norech">Alexis Norech</a>
<a class="box-item" href="https://github.com/aslakhol">Aslak Hollund</a>
<a class="box-item" href="https://github.com/00aney">Ted Kim</a>
<a class="box-item" href="https://github.com/gargarchit">Archit</a>
<a class="box-item" href="https://github.com/westwick">westwick</a>
<a class="box-item" href="https://github.com/jeremy850407">Jeremy850407</a>
<a class="box-item" href="https://github.com/titouancreach">Titouan</a>
<a class="box-item" href="https://github.com/pluppen">Pluppen</a>
<a class="box-item" href="https://github.com/kugys86">Daniel Kuprys</a>
<a class="box-item" href="https://github.com/haran19">haran</a>
<a class="box-item" href="https://github.com/JuanJoseGonGi">JuanJoseGonGi</a>
<a class="box-item" href="https://github.com/jakewtaylor">Jake Taylor</a>
<a class="box-item" href="https://github.com/DCox2016">Dustin Cox</a>
<a class="box-item" href="https://github.com/marychew97">Mary Chew</a>
<a class="box-item" href="https://github.com/TheNoodleMoose">TheNoodleMoose</a>
<a class="box-item" href="https://github.com/patrick330602">patrick330602</a>
<a class="box-item" href="https://github.com/jackzmc">Jackz</a>
<a class="box-item" href="https://github.com/quick-rabbit">quick-rabbit</a>
<a class="box-item" href="https://github.com/DantrazTrev">Dantraz Trevizion</a>
<a class="box-item" href="https://github.com/AdmAlexus">AdmAlexus</a>
<a class="box-item" href="https://github.com/martinrabensteiner">martinrabensteiner</a>
<a class="box-item" href="https://github.com/leofls">Leandro Ferreira</a>
<a class="box-item" href="https://github.com/pratik97">pratik97</a>
<a class="box-item" href="https://github.com/cbaumler">Chris Baumler</a>
<a class="box-item" href="https://github.com/zangiboy">Zangi Boy</a>
<a class="box-item" href="https://github.com/canoi12">Canoi</a>
<a class="box-item" href="https://github.com/oleaalarsen">oleaalarsen</a>
<a class="box-item" href="https://github.com/ktan114">Kevin Tan</a>
<a class="box-item" href="https://github.com/thaynnara007">Thaynnara Gonçalves</a>
<a class="box-item" href="https://github.com/bjellesma">bjellesma</a>
<a class="box-item" href="https://github.com/ngengesenior">Ngenge Senior</a>
<a class="box-item" href="https://github.com/qToastii">Toastii</a>
<a class="box-item" href="https://github.com/csleong98">Chee Seng Leong</a>
<a class="box-item" href="https://github.com/KushagraGoel">KushagraGoel</a>
<a class="box-item" href="https://github.com/viveksdf">viveksdf</a>
<a class="box-item" href="https://github.com/Nu2l">Thamnongsin Supawattana</a>
<a class="box-item" href="https://github.com/Poeschl">Markus Pöschl</a>
<a class="box-item" href="https://github.com/silvericarus">silvericarus</a>
<a class="box-item" href="https://github.com/joseprb">Jose Purba</a>
<a class="box-item" href="https://github.com/niklasmtj">niklasmtj</a>
<a class="box-item" href="https://github.com/YazanRi">Yazan Rihani</a>
<a class="box-item" href="https://github.com/RPraneetha">RPraneetha</a>
<a class="box-item" href="https://github.com/shubhamcr">Shubham Prasad Singh</a>
<a class="box-item" href="https://github.com/olgierdg">Olgierd</a>
<a class="box-item" href="https://github.com/DataSecs">DataSecs</a>
<a class="box-item" href="https://github.com/sharunspi">sharun k k</a>
<a class="box-item" href="https://github.com/moogacs">mooga</a>
<a class="box-item" href="https://github.com/thanutchai/">Thanutchai Saelim</a>
<a class="box-item" href="https://github.com/Jossdz">Joss Dz</a>
<a class="box-item" href="https://github.com/afro-code">LashDJ</a>
<a class="box-item" href="https://github.com/cnettelblad">Carl Nettelblad</a>
<a class="box-item" href="https://github.com/SarathSantoshDamaraju">Krishna</a>
<a class="box-item" href="https://github.com/ADI10HERO">ADI10HERO</a>
<a class="box-item" href="https://github.com/AshishOhri">Ashish Ohri</a>
<a class="box-item" href="https://github.com/indranil-tiwary">Indranil Tiwary</a>
<a class="box-item" href="https://github.com/iyerkritika">Kritika Iyer</a>
<a class="box-item" href="https://github.com/QuantumSheep">QuantumSheep</a>
<a class="box-item" href="https://github.com/altDaemon">Mary Ann</a>
<a class="box-item" href="https://github.com/StTsk">Tsk</a>
<a class="box-item" href="https://github.com/pidddgy">pidddgy</a>
<a class="box-item" href="https://github.com/raunak-sharma">Raunak Sharma</a>
<a class="box-item" href="https://github.com/anacdf">Ana Carolina D. Ferreira</a>
<a class="box-item" href="https://github.com/Arisdolanan">Aris Kurniawan</a>
<a class="box-item" href="https://github.com/shekhuverma">Shekhar Verma</a>
<a class="box-item" href="https://github.com/lakinduakash">Lakindu Akash</a>
<a class="box-item" href="https://github.com/cTahirih">cTahirih</a>
<a class="box-item" href="https://github.com/pawansingh972">Pawan Singh</a>
<a class="box-item" href="https://github.com/davidkrdona">DavidKrdona</a>
<a class="box-item" href="https://github.com/Janitha133">Janitha Rasanga</a>
<a class="box-item" href="https://github.com/MrHassanMurtaza">Hassan Murtaza</a>
<a class="box-item" href="https://github.com/sadikkuzu">SADIK KUZU</a>
<a class="box-item" href="https://github.com/Hintswen">Wendell Gaudencio</a>
<a class="box-item" href="https://github.com/ftabaro">Francesco Tabaro</a>
<a class="box-item" href="https://github.com/gusuy">Gus Uy</a>
<a class="box-item" href="https://github.com/januridp">JanuriDP</a>
<a class="box-item" href="https://github.com/gabrielfvale">Gabriel Freire</a>
<a class="box-item" href="https://github.com/danielormeno">Daniel Ormeño</a>
<a class="box-item" href="https://github.com/HarshRat">Harsh Rathore</a>
<a class="box-item" href="https://github.com/khrinx">Khrinx</a>
<a class="box-item" href="https://github.com/vbhv007">Vaibhav Bhardwaj</a>
<a class="box-item" href="https://github.com/SnowyMan">SnowyMan</a>
<a class="box-item" href="https://github.com/bsdahl">Ben Dahl</a>
<a class="box-item" href="https://github.com/sohilladhani">Sohil Ladhani</a>
<a class="box-item" href="https://github.com/atlas80b">Francesco Cipolla</a>
<a class="box-item" href="https://github.com/jdemieville">JDemieville</a>
<a class="box-item" href="https://github.com/vbhv007">Warley S S</a>
<a class="box-item" href="https://github.com/eusoikonomou">Stathis Oikonomou</a>
<a class="box-item" href="https://github.com/rebeccaeilering">Rebecca Eilering</a>
<a class="box-item" href="https://github.com/brijeshsadariya">Brijesh Patel</a>
<a class="box-item" href="https://github.com/Ajwerth">Alec Wertheimer</a>
<a class="box-item" href="https://github.com/xdidier901">Didier Valdez</a>
<a class="box-item" href="https://github.com/CrickSoldier">Shivam Bhardwaj</a>
<a class="box-item" href="https://github.com/Mister-maker">Mohit Aggarwal</a>
<a class="box-item" href="https://github.com/taibhse">Chris Walsh</a>
<a class="box-item" href="https://github.com/ShubhamKarala">Shubham Karala</a>
<a class="box-item" href="https://github.com/ansh94">Anshdeep Singh</a>
<a class="box-item" href="https://github.com/austinsimon">Austin Simon</a>
<a class="box-item" href="https://github.com/stefanoschrs">Stefanos Chrs</a>
<a class="box-item" href="https://github.com/mittalchirag">Chirag Mittal</a>
<a class="box-item" href="https://github.com/Pandoraaa">Pandoraaa</a>
<a class="box-item" href="https://github.com/viditvarshney">Mr.Coder[Vidit_Varshney]</a>
<a class="box-item" href="https://github.com/simpslandyy">Landy Simpson</a>
<a class="box-item" href="https://github.com/TimBush">Tim Bush</a>
<a class="box-item" href="https://github.com/brendanpettis">Brendan Pettis</a>
<a class="box-item" href="https://github.com/vimm0">Sandesh Rana</a>
<a class="box-item" href="https://github.com/theronj60">Theron Joe</a>
<a class="box-item" href="https://github.com/someshrf">Somesh rf</a>
<a class="box-item" href="https://github.com/kkotelczuk">Konrad Kotelczuk</a>
<a class="box-item" href="https://github.com/MrsBahler">Nina Bahler</a>
<a class="box-item" href="https://github.com/samholst">Sam Holst</a>
<a class="box-item" href="https://github.com/adityaas26">Aditya Sharma</a>
<a class="box-item" href="https://github.com/blackburn3333">Jayendra Matarage</a>
<a class="box-item" href="https://github.com/Deadpool1994">Mohit Rami</a>
<a class="box-item" href="https://github.com/Bluexin">Arnaud 'Bluexin' Solé</a>
<a class="box-item" href="https://github.com/KavinduBimsara">Kavindu Bimsara Fernando</a>
<a class="box-item" href="https://github.com/CodeBrauer">CodeBrauer</a>
<a class="box-item" href="https://github.com/cherrytone">cherrytone</a>
<a class="box-item" href="https://github.com/Serany">Serany</a>
<a class="box-item" href="https://github.com/jatinkrmalik">Jatin K Malik</a>
<a class="box-item" href="https://github.com/Axieum">Axieum</a>
<a class="box-item" href="https://github.com/WeiChienHsu/">Kevin K</a>
<a class="box-item" href="https://github.com/denisepen">Denise Pendleton-Lipinski</a>
<a class="box-item" href="https://github.com/bjarkt">Bjarkt</a>
<a class="box-item" href="https://github.com/TheVzard">Vivek Gover</a>
<a class="box-item" href="https://github.com/mrcaste">Mario Castellanos</a>
<a class="box-item" href="https://github.com/hgcassiopeia">Thitikan Phagamas</a>
<a class="box-item" href="https://github.com/JaredClayborn">Jared Clayborn</a>
<a class="box-item" href="https://github.com/ribrah77">Harbir</a>
<a class="box-item" href="https://github.com/komal180">komal</a>
<a class="box-item" href="https://github.com/ayoshing">Shing Wong</a>
<a class="box-item" href="https://github.com/gcstang">gcstang</a>
<a class="box-item" href="https://github.com/jordanchristie">Jordan Christie</a>
<a class="box-item" href="https://github.com/chardon1">chardon1</a>
<a class="box-item" href="https://github.com/Wathsara">Wathsara</a>
<a class="box-item" href="https://github.com/shivanigangadharan">G Shivani</a>
<a class="box-item" href="https://github.com/lfuelling">lfuelling</a>
<a class="box-item" href="https://github.com/lfuelling">lfuelling</a>
<a class="box-item" href="https://github.com/shehbazjafri">Shehbaz Jafri</a>
<a class="box-item" href="https://github.com/aidenmead">Aiden Mead</a>
<a class="box-item" href="https://github.com/rukkiesman">Pavel Alekseev</a>
<a class="box-item" href="https://github.com/BabySharon">Sharon Baby</a>
<a class="box-item" href="https://github.com/Msyakir">msyakir</a>
<a class="box-item chaaarles-long-name-class" href="https://github.com/Chaaarles">Petter Charles Redfern</a>
<a class="box-item" href="https://github.com/villevaltonen">Ville Valtonen</a>
<a class="box-item" href="https://github.com/lukasbrodbeck">Lukas Brodbeck</a>
<a class="box-item" href="https://github.com/vmp">Vadim Pashaev</a>
<a class="box-item" href="https://github.com/akoopraba4">Akshaya</a>
<a class="box item" href="https://github.com/edwardallanpoe">Edward Matyja</a>
<a class="box item" href ="https://github.com/mewcifur28">Ishita Gambhir</a>
<a class="box-item" href="https://github.com/qasimwarraich">Qas</a>
<a class="box-item" href="https://github.com/monkfromearth">Sameer Khan</a>
<a class="box-item" href="https://github.com/chiffonsigh">Chiffonsigh</a>
<a class="box-item" href="https://github.com/tusharjain8">Tushar Jain</a>
<a class="box-item" href="https://github.com/gergesh">Yoav Shai</a>
<a class="box-item" href="https://github.com/AlanAnguiano">Alan Anguiano</a>
<a class="box-item different-color" href="https://github.com/ayoshing">Shing Wong</a>
<a class="box-item different-color" href="https://github.com/DeepRobin">Robin</a>
<a class="box-item different-color" href="https://github.com/JustCaptcha">Albert Hofmann</a>
<a class="box-item" href="https://github.com/katrinasilver">Katrina Agustin</a>
<a class="box-item" href="https://github.com/sudouser89">Pavan kumar</a>
<a class="box-item" href="https://github.com/AlexanderMalmstrom">Alexander Malmström</a>
<a class="box-item" href="https://github.com/BunditSpace">Bundit Wisedphanit</a>
<a class="box-item" href="https://github.com/AndiAlmer">Andreas Almér</a>
<a class="box-item" href="https://github.com/msarsha">Matan Sar-Shalom</a>
<a class="box-item" href="https://github.com/ferch5003">Fernando Visbal</a>
<a class="box-item" href="https://github.com/tom-raley">Tom Raley</a>
<a class="box-item" href="https://github.com/sushmaunnibhavi">Sushma Unnibhavi</a>
<a class="box-item" href="https://github.com/meltz">meltz</a>
<a class="box-item" href="https://github.com/jesraygarciano">Jesray Garciano</a>
<a class="box-item" href="https://github.com/namitdoshi">Namit Doshi</a>
<a class="box-item" href="https://github.com/vyaspranjal33">Pranjal Vyas</a>
<a class="box-item" href="https://github.com/chojisan/">Choji Takada</a>
<a class="box-item" href="https://github.com/patri05">Patricia Ciortea</a>
<a class="box-item" href="https://github.com/1-2-ka-4-4-2-ka-1">Pratyush Tiwari</a>
<a class="box-item" href="https://github.com/danielbrodin">Daniel Brodin</a>
<a class="box-item" href="https://github.com/SubhaRaju">SubhaRaju</a>
<a class="box-item" href="https://github.com/agentender">Craigory Coppola</a>
<a class="box-item" href="https://github.com/utk3012">Utkarsh Raj</a>
<a class="box-item" href="https://github.com/JavaVista">Javier "Javi" Carrion</a>
<a class="box-item" href="https://github.com/brownleya">Angie</a>
<a class="box-item" href="https://github.com/ImBrianstorm">Mauricio Chávez</a>
<a class="box-item" href="https://github.com/lucashmalcantara">Lucas Alcântara</a>
<a class="box-item" href="https://github.com/pydevsg">Sudipto Ghosh</a>
<a class="box-item" href="https://github.com/hugand">Hugo Gomes</a>
<a class="box-item" href="https://github.com/joydisette">Houda Kaddioui</a>
<a class="box-item" href="https://github.com/iagodiogenes">Iago Diógenes</a>
<a class="box-item" href="https://github.com/nidhimittal2">Nidhi Mittal</a>
<a class="box-item" href="https://github.com/Cyclenerd">Nils oᖭo</a>
<a class="box-item" href="https://github.com/ar7000">Ash Robinson</a>
<a class="box-item" href="https://github.com/telenord">telenord</a>
<a class="box-item" href="https://github.com/TLanetteRose">TLanetteRose</a>
<a class="box-item" href="https://github.com/rafaelbertelli">Rafael Bertelli</a>
<a class="box-item" href="https://github.com/roninmittal">Ronin Mittal</a>
<a class="box-item" href="https://github.com/mlandefeld">mlandefeld</a>
<a class="box-item" href="https://github.com/viddeliten">Johanna Julén</a>
<a class="box-item" href="https://github.com/GCA">Giancarlo</a>
<a class="box-item" href="https://github.com/fernandohf">Fernando Henrique</a>
<a class="box-item" href="https://github.com/cthare">Colin Hare</a>
<a class="box-item" href="https://github.com/ashwin747">Ashwin P</a>
<a class="box-item" href="https://github.com/AdamWier">Adam Wier</a>
<a class="box-item" href="https://github.com/biswaroop1547">Biswaroop Bhattacharjee</a>
<a class="box-item" href="https://github.com/Trapsta">Trapsta</a>
<a class="box-item" href="https://github.com/carriekolmer">Carrie Kolmer</a>
<a class="box-item" href="https://github.com/Zaryn">Annie Wilson</a>
<a class="box-item" href="https://github.com/DevIvanVarela">Ivan Varela</a>
<a class="box-item" href="https://github.com/huangjenny">Jenny Huang</a>
<a class="box-item" href="https://github.com/misterdabu">Dilan David</a>
<a class="box-item" href="https://github.com/lassestilvang">Lasse Stilvang</a>
<a class="box-item" href="https://github.com/AdamWier">Adam Wier</a>
<a class="box-item" href="https://github.com/anandagaguiar"> Ananda Aguiar </a>
<a class="box-item" href="https://github.com/biswaroop1547">Biswaroop Bhattacharjee</a>
<a class="box-item" href="https://github.com/kevinhuddy">Kevin Huddy</a>
<a class="box-item" href="https://github.com/guitarz777">Jared Craig</a>
<a class="box-item" href="https://github.com/devgoyal04">Dev Goyal</a>
<a class="box-item" href="https://github.com/mShreyasKumar">Shreyas Kumar</a>
<a class="box-item" href="https://github.com/feysalikbal">Feysal Ikbal</a>
<a class="box-item" href="https://github.com/ceefbox">Ceef Box</a>
<a class="box-item" href="https://github.com/guitarz777">Jared Craig</a>
<a class="box-item different-color" href="https://github.com/srajan96">Srajan Soni</a>
<a class="box-item" href="https://github.com/allenshaji">Allen Shaji</a>
<a class="box-item" href="https://github.com/rbrandonwest">Ray West</a>
<a class="box-item" href="https://github.com/dominicduffin1">Dominic Duffin</a>
<a class="box-item" href="https://github.com/karlcoelho">Karl Coelho</a>
<a class="box-item" href="https://github.com/binaryflow">Douglas Ward</a>
<a class="box-item" href="https://github.com/justaname94">Roniel Valdez</a>
<a class="box-item" href="https://github.com/kylejlin">Kyle Lin</a>
<a class="box-item" href="https://github.com/amanagarwal-sopho">Aman Agarwal</a>
<a class="box-item" href="https://github.com/shahroozj">Shahrooz Jafari</a>
<a class="box-item" href="https://github.com/sumitskj">Sumit Kumar Jangir</a>
<a class="box-item" href="https://github.com/codingfanatic">Richard Clarke</a>
<a class="box-item different-color" href="https://github.com/fidellim">Fidel Lim</a>
<a class="box-item different-color" href="https://github.com/afmilan23">Alfred Milan</a>
<a class="box-item" href="https://github.com/Tanis-02">Elizabeth Gonzalez</a>
<a class="box-item" href="https://github.com/armanbinmahmud>">Arman Bin Mahmud</a>
<a class="box-item different-color" href="https://github.com/marcelabomfim">Marcela Bomfim</a>
<a class="box-item" href="https://github.com/ja1felipe">ja1felipe</a>
<a class="box-item" href="https://github.com/giannagco">Gianna Cortes</a>
<a class="box-item" href="https://github.com/mhaider110">Mohd Haider</a>
<a class="box-item" href="https://github.com/giannagco">Gianna Cortes</a>
<a class="box-item" href="https://github.com/dydeepak97">Deepak Yadav</a>
<a class="box-item" href="https://github.com/AldinKajmovic">Aldin Kajmovic</a>
<a class="box-item" href="https://github.com/Uniiquee">Uniiquee</a>
<a class="box-item" href="https://github.com/bobprinceraj">Robert Johnk</a>
<a class="box-item" href="https://github.com/zaneh">Zane Helton</a>
<a class="box-item" href="https://github.com/lstravers">Lori</a>
<a class="box-item" href="https://github.com/x41h">x41h</a>
<a class="box-item" href="https://github.com/dduleone">Dan DuLeone</a>
<a class="box-item" href="https://github.com/mduleone">Matt DuLeone</a>
<a class="box-item" href="https://github.com/Petar-np">Petar</a>
<a class="box-item" href="https://github.com/Rexben001">Rex Ben</a>
<a class="box-item" href="https://github.com/sufiaalmas">Sufia Almas</a>
<a class="box-item" href="https://github.com/antoniocorreia">Antonio Correia</a>
<a class="box-item" href="https://github.com/ruanmed">Ruan Bahia</a>
<a class="box-item" href="https://github.com/dduleone">Dan DuLeone</a>
<a class="box-item" href="https://github.com/Petar-np">Petar</a>
<a class="box-item" href="https://github.com/Rexben001">Rex Ben</a>
<a class="box-item" href="https://github.com/jaredyork">Jared York</a>
<a class="box-item" href="https://github.com/sufiaalmas">Sufia Almas</a>
<a class="box-item" href="https://github.com/Rexben001">Rex Ben</a>
<a class="box-item" href="https://github.com/sufiaalmas">Sufia Almas</a>
<a class="box-item" href="https://github.com/chelleventurina">chelleventurina</a>
<a class="box-item" href="https://github.com/Rexben001">Rex Ben</a>
<a class="box-item" href="https://github.com/sufiaalmas">Sufia Almas</a>
<a class="box-item" href="https://github.com/guilherme-dev">Guilherme Santos</a>
<a class="box-item" href="https://github.com/xyz-neory">Marvin Olomu</a>
<a class="box-item" href="https://github.com/ericschn">Eric Schneider</a>
<a class="box-item" href="https://github.com/theStaBita">theStaBita</a>
<a class="box-item" href="https://github.com/vamisola">Vamisola</a>
<a class="box-item" href="https://github.com/Domur">Drew Blumenthal</a>
<a class="box-item" href="https://github.com/rafa-pdes90">Rafael Parente</a>
<a class="box-item" href="https://github.com/rmadisetti3">Raj Madisetti</a>
<a class="box-item" href="https://github.com/Rexben001">Rex Ben</a>
<a class="box-item" href="https://github.com/sufiaalmas">Sufia Almas</a>
<a class="box-item" href="https://github.com/83au">Beau Sherman</a>
<a class="box-item" href="https://github.com/tmstone">Terence Stone</a>
<a class="box-item" href="https://github.com/nileshsahitya9">Nilesh sahitya</a>
<!--
Add here
format : <a class="box-item" href="https://github.com/<your-username>">Your Name</a>
-->
</div>
</div>
</div>
<div class="row" id="listPages">
<div class="col-10 mx-auto text-center">
<h3 class="mb-5">Check available pages</h3>
</div>
<div class="col-lg-12 mx-auto text-center">
<ul style="padding: 0; list-style: none; columns: 3; -webkit-columns: 3; -moz-columns: 3;">
<li><a href="ChooseYourNumber.html">Choose Your Number</a></li>
<li><a href="cmatrix.html">C Matrix</a></li>
<li><a href="colorgame.html">colorgame</a></li>
<li><a href="conditional-events.html">Conditional Events</a></li>
<li><a href="contributors.html">contributors</a></li>
<li><a href="spooky-bat.html">Bats</a></li>
<li><a href="dry.html">dry</a></li>
<li><a href="ellipses.html">Ellipses</a></li>
<li><a href="etchfun.html">Etch Fun</a></li>
<li><a href="Fireworks.html">Fireworks</a></li>
<li><a href="firstsite.html">First Site</a></li>
<li><a href="Flappy.html">Flappy</a></li>
<li><a href="flex_and_grid.html">Flex and Grid</a></li>
<li><a href="funPlus.html">Fun + Helloween</a></li>
<li><a href="gifheaven.html">gifheaven</a></li>
<li><a href="goforhack.html">Go Hacking</a></li>
<li><a href="helpful-material.html">helpful material</a></li>
<li><a href="insertion.html">insertion</a></li>
<li><a href="roll.html">Keep Rollin</a></li>
<li><a href="kotlinconfkeynote.html">kotlinconfkeynote</a></li>
<li><a href="creations.html">List of all creations</a></li>
<li><a href="potato.html">potato</a></li>
<li><a href="snek.html">snek</a></li>
<li><a href="spooky.html">spooky</a></li>
<li><a href="timeline.html">Timeline</a></li>
<li><a href="tools.html">tools</a></li>
<li><a href="trylearnhowtoprogram.html">trylearnhowtoprogram</a></li>
<li><a href="turndown.html">Turndown</a></li>
<li><a href="./watadatado.html">Wat-A-Dat-A-Do - Guy Ross</a></li>
<li><a href="helloGLSL.html">WebGL HELLO</a></li>
<li><a href="funPlus.html">Fun + Helloween</a></li>
<li><a href="etchfun.html">Etch Fun</a></li>
<li><a href="timeline.html">Timeline</a></li>
<li><a href="conditional-events.html">Conditional Events</a></li>
<li><a href="cmatrix.html">C Matrix</a></li>
<li><a href="hello.html">Hello</a></li>
<li><a href="goforhack.html">Go Hacking</a></li>
<li><a href="creations.html">List of all creations</a></li>
<li><a href="ChooseYourNumber.html">Choose Your Number</a></li>
<li><a href="campsongs.html">Camp Song Lyrics</a></li>
<li><a href="firstsite.html">First Site</a></li>
<li><a href="lunar.html">salvation</a></li>
<li><a href="helloworld.html">helloworld</a></li>
<li><a href="zane.html">Plug Talk</a></li>
<li><a href="helloGitHub.html">Hello GitHub!</a></li>
</ul>
</div>
</div>
<!--Beginning of Bottom Footer Area-->
<div class="jumbotron jumbotron-transparent">
<div class="jumbotron jumbotron-transparent social-media-section" style="position:relative; margin-bottom:-200px; height: 200px; clear: both;">
<div class="container">
<div class="row">
<div class="col-md-12 mx-auto text-center">
Follow Us at
<a href="https://twitter.com/lingonsaft1" target="_blank" class="fab fa-fw fa-twitter fa-2x hvr-bob"></a>
<a href="https://www.instagram.com/lingonsaftofficial/" target="_blank" class="fab fa-fw fa-instagram fa-2x hvr-bob"></a>
<a href="https://youtube.com/lingonsaft" target="_blank" class="fab fa-fw fa-youtube fa-2x hvr-bob"></a>
</div>
</div>
<div class="row" style="margin-top: 20px;">
<div class="col-md-12 mx-auto text-center">
<p>Made with <img id="love" src="./images/heart.png" alt="heart icon" width="25px"></p>
</div>
</div>
</div>
</div>
</div>
<button id="backToTop" type="button" title="Back to Top">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px"
y="0px" width="512px" height="512px" viewBox="0 0 284.929 284.929" style="enable-background:new 0 0 284.929 284.929;"
xml:space="preserve">
<g>
<path d="M282.082,195.285L149.028,62.24c-1.901-1.903-4.088-2.856-6.562-2.856s-4.665,0.953-6.567,2.856L2.856,195.285 C0.95,197.191,0,199.378,0,201.853c0,2.474,0.953,4.664,2.856,6.566l14.272,14.271c1.903,1.903,4.093,2.854,6.567,2.854 c2.474,0,4.664-0.951,6.567-2.854l112.204-112.202l112.208,112.209c1.902,1.903,4.093,2.848,6.563,2.848 c2.478,0,4.668-0.951,6.57-2.848l14.274-14.277c1.902-1.902,2.847-4.093,2.847-6.566 C284.929,199.378,283.984,197.188,282.082,195.285z"
fill="#FFFFFF"/>
</g>
</svg>
</button>
<script>
let contributors = document.querySelectorAll('a.box-item')
contributors.forEach(con => {
console.log(con.href)
con.innerHTML += '<img src="https://avatars.githubusercontent.com/' + con.href.split('https://github.com/')[1] + '">'
})
</script>
<script src="./scripts/scroll.js"></script>
<script src="./scripts/menu.js"></script>
</body>
</html>