-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
executable file
·854 lines (847 loc) · 72.7 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
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
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<title>Hacktoberfest (C4C)</title>
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="shortcut icon" href="favicon.png">
<meta name="description" content="Hacktoberfest is a month-long celebration of open source software.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" media="screen" href="assets/teaser.css" />
<script src="http://cdn.ravenjs.com/1.1.2/jquery,native/raven.min.js"></script>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,matchMedia,Element.prototype.placeholder,Array.prototype.includes"></script>
<link rel="stylesheet" media="all" href="assets/application-17a40a0e481697a169f58efbbceac349c4dee085b96641f5411b82c4718132b2.css" />
<meta name="csrf-param" content="authenticity_token" />
<meta name="csrf-token" content="JSiXw0ukilD1JzIhTpXRj3lHNp4OrdzouauXdsvU4MRqqbFEiLSiZOFg4X2PkeLS6EuGj/yr6QbmbVQl5r0ufg==" />
</head>
<body class="controller--home action--index">
<header class="header" role="banner">
<nav class="top-nav">
<a href="index.html">
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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: #FFFFFF;
}
</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>
<ul class="top-nav--secondary">
<li>
<a class="active" href="https://jaipur.manipal.edu" target="_blank">Manipal University Jaipur</a>
</li>
</ul>
</nav>
</header>
<main>
<section id="top" class="hero">
<div class="hero--content">
<h1 class="hero--headline">
Code4Cause
</h1>
<div class="hero--logo">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="650px" height="120px" viewBox="0 0 650 120" version="1.1" role="img" aria-labelledby="87qhsz3360uj6xpqxk4hl975pio2u7p l1bc0610ek2gqye5ebsbttyeav9mn9q" class="hero--logo-image">
<title id="87qhsz3360uj6xpqxk4hl975pio2u7p">Hacktoberfest 2018</title>
<!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
<desc id="l1bc0610ek2gqye5ebsbttyeav9mn9q">Created with Sketch.</desc>
<defs></defs>
<g id="Landing-Page" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="hacktoberfest-landing_v7" transform="translate(-475.000000, -323.000000)" fill="#FFFFFF">
<g id="hero-copy---coming-soon" transform="translate(475.000000, 278.000000)">
<g id="Group" transform="translate(0.000000, 45.000000)">
<polygon id="Fill-1" points="241.322346 49.1683308 251.858887 49.1683308 251.858887 112.384872 258.882045 119.40803 265.907008 112.384872 276.441744 101.848331 272.930165 98.3358496 265.907008 105.35991 265.907008 49.1674286 279.954226 35.1202105 265.907008 35.1202105 265.907008 24.5845714"></polygon>
<polygon id="Fill-2" points="495.250647 24.5841203 495.250647 38.6322406 484.715008 49.1678797 495.250647 49.1678797 495.250647 112.385323 502.274707 119.408481 509.298767 112.385323 509.298767 49.1678797 523.346887 35.1206617 509.298767 35.1206617 509.298767 24.5841203 509.298767 10.5350977"></polygon>
<polygon id="Fill-3" points="519.834857 -9.02255639e-05 509.299218 10.5355489 519.834857 21.071188 530.370496 10.5355489"></polygon>
<polygon id="Fill-4" points="331.430075 17.5592481 338.454135 24.5842105 338.454135 105.360451 352.502256 119.408571 363.038797 108.87203 352.502256 98.336391 352.502256 45.656391 352.502256 35.1198496 352.502256 17.5592481 341.965714 7.02360902"></polygon>
<polygon id="Fill-5" points="352.502526 45.656391 363.038165 56.1920301 363.038165 108.87203 377.086286 94.8239098 377.086286 49.1679699 363.038165 35.1198496"></polygon>
<polygon id="Fill-6" points="44.2816241 12.3947368 51.6611729 19.7742857 51.6611729 38.1342857 33.3020752 56.4933835 33.3020752 30.8449624 33.3020752 12.3947368 22.2313985 1.32406015 22.1862857 1.37007519 22.1411729 1.32406015 -0.000180451128 23.4654135 3.78117293 27.2467669 14.8509474 16.1760902 18.5420752 19.8663158 18.5420752 112.027218 25.9216241 119.408571 33.3020752 112.027218 33.3020752 72.3956391 51.6611729 54.0365414 51.6611729 86.1965414 51.6611729 104.647669 66.4211729 119.408571 73.8025263 112.027218 77.4927519 108.337895 84.8723008 100.957444 81.1829774 97.267218 73.8025263 104.647669 66.4211729 97.267218 66.4211729 86.1965414 66.4211729 30.8449624 66.4211729 16.0849624 66.4211729 12.3947368 55.3513985 1.32406015"></polygon>
<polygon id="Fill-7" points="611.067248 49.1683308 621.602887 49.1683308 621.602887 112.384872 628.626947 119.40803 635.651008 112.384872 646.186647 101.848331 642.675068 98.3358496 635.651008 105.35991 635.651008 49.1674286 649.699128 35.1202105 635.651008 35.1202105 635.651008 24.5845714"></polygon>
<polygon id="Fill-8" points="285.793985 59.703609 285.793985 105.359549 299.842105 119.408571 310.377744 108.87203 299.842105 98.336391 299.842105 45.656391"></polygon>
<polygon id="Fill-9" points="299.842195 45.656391 310.378737 56.1920301 310.378737 108.87203 324.426857 94.8239098 324.426857 49.1679699 310.378737 35.1198496"></polygon>
<path d="M403.978466,45.6563008 L389.930346,59.7035188 L389.930346,105.360361 L403.978466,119.408481 L411.002526,112.385323 L414.514105,108.87194 L425.050647,98.3363008 L421.538165,94.8238195 L411.002526,105.360361 L403.978466,98.3363008 L403.978466,73.578406 L428.475609,49.0812632 L414.514105,35.1206617 L403.978466,45.6563008 Z M403.978466,45.6563008 L414.427489,56.1053233 L403.978466,66.5543459 L403.978466,45.6563008 Z" id="Fill-10"></path>
<polygon id="Fill-11" points="93.7910977 59.703609 93.7910977 105.359549 107.839218 119.408571 118.374857 108.87203 107.839218 98.336391 107.839218 45.656391"></polygon>
<polygon id="Fill-12" points="107.839218 45.6563008 118.374857 56.1919398 118.374857 108.87194 128.911398 119.408481 139.447038 108.87194 132.422977 101.84788 132.422977 49.1678797 118.374857 35.1206617"></polygon>
<polygon id="Fill-13" points="148.886526 59.703609 148.886526 105.359549 162.933744 119.408571 169.957805 112.384511 173.470286 108.87203 184.005925 98.336391 180.494346 94.8239098 169.957805 105.359549 162.933744 98.336391 162.933744 45.656391"></polygon>
<polygon id="Fill-14" points="162.934105 45.556782 173.469744 56.0933233 184.005383 45.556782 173.469744 35.0211429"></polygon>
<polygon id="Fill-15" points="220.270105 35.1200301 209.734466 45.6565714 220.270105 56.1913083 230.806647 45.6565714"></polygon>
<polygon id="Fill-16" points="209.734376 66.7284812 216.757534 73.7525414 216.757534 112.384421 223.782496 119.408481 230.806556 112.384421 230.806556 66.7284812 220.270917 56.1919398"></polygon>
<polygon id="Fill-17" points="188.662195 17.5592481 195.686256 24.5842105 195.686256 112.384511 202.710316 119.408571 209.734376 112.384511 209.734376 66.7285714 209.734376 45.656391 209.734376 35.1198496 209.734376 17.5592481 199.197835 7.02360902"></polygon>
<path d="M542.030887,45.6563008 L527.982767,59.7035188 L527.982767,105.360361 L542.030887,119.408481 L549.054947,112.385323 L552.567429,108.87194 L563.103068,98.3363008 L559.591489,94.8238195 L549.054947,105.360361 L542.030887,98.3363008 L542.030887,73.578406 L566.52803,49.0812632 L552.567429,35.1206617 L542.030887,45.6563008 Z M542.030887,45.6563008 L552.47991,56.1053233 L542.030887,66.5543459 L542.030887,45.6563008 Z" id="Fill-18"></path>
<polygon id="Fill-19" points="456.638617 45.656391 467.174256 56.1920301 477.710797 45.656391 467.174256 35.1198496"></polygon>
<polygon id="Fill-20" points="435.566436 45.6563008 442.590496 52.6794586 442.590496 63.216 442.590496 73.7525414 442.590496 112.385323 449.614556 119.408481 456.638617 112.385323 456.638617 73.7525414 456.638617 63.216 456.638617 45.6563008 446.102075 35.1206617"></polygon>
<polygon id="Fill-21" points="575.946947 108.87203 586.482586 119.408571 597.018226 108.87203 586.482586 98.336391"></polygon>
<polygon id="Fill-22" points="607.554947 45.656391 597.018406 35.1198496 586.482767 45.656391 597.018406 56.1920301"></polygon>
<polygon id="Fill-23" points="575.946947 56.1917594 575.946947 70.2398797 597.018226 91.3120602 597.018226 108.872662 607.554767 98.3361203 607.554767 80.7755188 605.798977 79.0206316 597.018226 70.2398797 586.482586 59.7042406 586.482586 45.6561203"></polygon>
</g>
</g>
</g>
</g>
</svg>
</div>
<div class="hero--sub-headline mb-60">
Support open source and earn a limited edition T-shirt.
</div>
<a class="Button Button--primary hero--cta" href="https://github.com/MFOSSociety" target="_blank">Start Hacking</a>
<div class="hero--credits">
<div>
Hacktoberfest is presented by
</div>
<div class="hero--credits-logos">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="141px" height="32px" viewBox="0 0 141 24"
version="1.1" role="img" aria-labelledby="s37o96v5w0qup83324gnuptvtmssrt3 l1bc0610ek2gqye5ebsbttyeav9mn9q"
class="hero--credits-logo hero--credits-logo-do" style="margin-top:-7px">
<title id="s37o96v5w0qup83324gnuptvtmssrt3">DigitalOcean</title>
<!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
<desc id="l1bc0610ek2gqye5ebsbttyeav9mn9q">Created with Sketch.</desc>
<defs></defs>
<g id="Landing-Page" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="hacktoberfest-landing_v7" transform="translate(-518.000000, -1136.000000)" fill="#FF9A56">
<g id="what" transform="translate(270.000000, 1020.000000)">
<g id="Group-4" transform="translate(248.000000, 115.000000)">
<g id="logo-do" transform="translate(0.000000, 1.000000)">
<g id="Layer_1">
<g id="XMLID_749_">
<g id="XMLID_751_" transform="translate(0.053532, 0.006683)">
<path d="M12.2049771,2.30747906 C10.4404021,1.09879955 8.23468334,0.476146473 5.66134479,0.476146473 L0.0735239584,0.476146473 L0.0735239584,18.2034459 L5.66134479,18.2034459 C8.23468334,18.2034459 10.4404021,17.5441662 12.2049771,16.2622334 C13.1607885,15.566327 13.9327901,14.6140341 14.4474578,13.4053546 C14.9621255,12.196675 15.2562214,10.8048623 15.2562214,9.22991625 C15.2562214,7.65497022 14.9988875,6.26315746 14.4474578,5.0911046 C13.9327901,3.88242509 13.1975505,2.93013214 12.2049771,2.30747906 L12.2049771,2.30747906 Z M3.34534011,3.44290527 L5.10991511,3.44290527 C7.0583,3.44290527 8.67582709,3.80917179 9.8889724,4.57833147 C11.2491656,5.38411781 11.9476432,6.95906384 11.9476432,9.1932896 C11.9476432,11.5007687 11.2491656,13.1123413 9.8889724,13.991381 L9.8889724,13.991381 C8.71258907,14.7605407 7.13182396,15.1634338 5.14667709,15.1634338 L3.38210208,15.1634338 L3.38210208,3.44290527 L3.34534011,3.44290527 Z"
id="XMLID_978_"></path>
<path d="M19.1897531,0.219759911 C18.6383234,0.219759911 18.1971797,0.40289317 17.8295599,0.769159688 C17.4619401,1.13542621 17.2413682,1.57494603 17.2413682,2.1243458 C17.2413682,2.67374558 17.4251781,3.1132654 17.7927979,3.51615857 C18.1604177,3.88242509 18.6383234,4.06555835 19.1897531,4.06555835 C19.7411828,4.06555835 20.1823266,3.88242509 20.5867083,3.51615857 C20.9543281,3.14989205 21.138138,2.67374558 21.138138,2.1243458 C21.138138,1.57494603 20.9543281,1.13542621 20.5867083,0.769159688 C20.1823266,0.439519822 19.7044208,0.219759911 19.1897531,0.219759911 L19.1897531,0.219759911 Z"
id="XMLID_977_"></path>
<rect id="XMLID_976_" x="17.572226" y="5.67713103" width="3.16153021" height="12.4896883"></rect>
<path d="M32.1667318,6.73930393 C31.2109203,5.89689094 30.1448229,5.42074447 29.0052016,5.42074447 C27.2773886,5.42074447 25.8069094,6.00677089 24.70405,7.2154504 C23.5644287,8.38750326 23.012999,9.88919598 23.012999,11.6839019 C23.012999,13.4419812 23.5644287,14.9436739 24.667288,16.1523534 C25.7701474,17.3244063 27.2406266,17.9104327 28.9684396,17.9104327 C30.1815849,17.9104327 31.2109203,17.5807929 32.0932078,16.9215131 L32.0932078,17.2145263 C32.0932078,18.2400726 31.799112,19.0458589 31.2844443,19.5952587 C30.7330146,20.1446585 29.961013,20.4376717 29.0419636,20.4376717 C27.5714844,20.4376717 26.6891969,19.8516453 25.5495755,18.3865792 L23.4173807,20.4376717 L23.4909047,20.510925 C23.9688104,21.1702047 24.667288,21.7928578 25.5863375,22.3788842 C26.505387,22.9649107 27.7185323,23.2945505 29.0787255,23.2945505 C30.9535865,23.2945505 32.4608276,22.7085241 33.563687,21.5730979 C34.6665464,20.4376717 35.254738,18.8993523 35.254738,17.0313931 L35.254738,5.67713103 L32.1667318,5.67713103 L32.1667318,6.73930393 L32.1667318,6.73930393 Z M31.3212063,14.1012609 C30.7697766,14.723914 30.071299,15.0169272 29.1522495,15.0169272 C28.2332,15.0169272 27.5347224,14.723914 27.0200547,14.1012609 C26.468625,13.4786079 26.2112912,12.6728215 26.2112912,11.6472753 C26.2112912,10.621729 26.468625,9.81594268 27.0200547,9.1932896 C27.5714844,8.57063652 28.269962,8.27762331 29.1522495,8.27762331 C30.071299,8.27762331 30.7697766,8.57063652 31.3212063,9.1932896 C31.872636,9.81594268 32.1299698,10.6583557 32.1299698,11.6472753 C32.1667318,12.6728215 31.872636,13.4786079 31.3212063,14.1012609 L31.3212063,14.1012609 Z"
id="XMLID_973_"></path>
<rect id="XMLID_972_" x="37.9383625" y="5.67713103" width="3.16153021" height="12.4896883"></rect>
<path d="M39.5558896,0.219759911 C39.0044599,0.219759911 38.5633162,0.40289317 38.1956964,0.769159688 C37.8280766,1.13542621 37.6075047,1.57494603 37.6075047,2.1243458 C37.6075047,2.67374558 37.7913146,3.1132654 38.1589344,3.51615857 C38.5265542,3.88242509 39.0044599,4.06555835 39.5558896,4.06555835 C40.1073193,4.06555835 40.548463,3.88242509 40.9528448,3.51615857 C41.3204646,3.14989205 41.5042745,2.67374558 41.5042745,2.1243458 C41.5042745,1.57494603 41.3204646,1.13542621 40.9528448,0.769159688 C40.548463,0.439519822 40.1073193,0.219759911 39.5558896,0.219759911 L39.5558896,0.219759911 Z"
id="XMLID_971_"></path>
<path d="M48.0111448,2.30747906 L44.9231386,2.30747906 L44.9231386,5.67713103 L43.1218016,5.67713103 L43.1218016,8.53400987 L44.9231386,8.53400987 L44.9231386,13.6983678 C44.9231386,15.3099404 45.2539964,16.4819933 45.87895,17.141273 C46.5406656,17.8005528 47.680287,18.1668193 49.2610521,18.1668193 C49.7757198,18.1668193 50.2903875,18.1668193 50.8050552,18.1301926 L50.9521031,18.1301926 L50.9521031,15.2733138 L49.8860057,15.3465671 C49.1507662,15.3465671 48.6360985,15.2000605 48.3787646,14.9436739 C48.1214307,14.6872874 48.0111448,14.1378876 48.0111448,13.2954746 L48.0111448,8.57063652 L50.9521031,8.57063652 L50.9521031,5.71375768 L48.0111448,5.71375768 L48.0111448,2.30747906 L48.0111448,2.30747906 Z"
id="XMLID_970_"></path>
<rect id="XMLID_969_" x="65.7304188" y="0.439519822" width="3.16153021" height="17.7272995"></rect>
<path d="M100.691061,13.6983678 C100.139631,14.3210209 99.5514396,14.8704206 99.1102959,15.1634338 L99.1102959,15.1634338 C98.6691521,15.4564471 98.1177224,15.566327 97.4927688,15.566327 C96.5737193,15.566327 95.8017177,15.2366871 95.2135261,14.5407808 C94.6253344,13.8448744 94.2944766,12.9658347 94.2944766,11.9036618 C94.2944766,10.8414889 94.5885724,9.96244929 95.1767641,9.2665429 C95.7649558,8.57063652 96.5369573,8.24099665 97.4560068,8.24099665 C98.4853422,8.24099665 99.5514396,8.86364973 100.470489,9.96244929 L102.565922,7.98461009 L102.565922,7.98461009 C101.205729,6.2265308 99.4779157,5.42074447 97.4192448,5.42074447 C95.6914318,5.42074447 94.1841907,6.04339755 92.9710454,7.28870371 C91.7579,8.53400987 91.1329464,10.0723292 91.1329464,11.9402885 C91.1329464,13.8082477 91.7579,15.3831938 92.9710454,16.5918733 C94.1841907,17.8371794 95.6914318,18.4598325 97.4192448,18.4598325 C99.6984875,18.4598325 101.536587,17.4709129 102.786494,15.676207 L100.691061,13.6983678 L100.691061,13.6983678 Z"
id="XMLID_968_"></path>
<path d="M113.631278,7.43521031 C113.190134,6.81255723 112.56518,6.29978411 111.829941,5.93351759 C111.094701,5.56725107 110.212414,5.38411781 109.21984,5.38411781 C107.455265,5.38411781 106.021548,6.04339755 104.955451,7.28870371 C103.889353,8.57063652 103.374685,10.1455825 103.374685,11.9769151 C103.374685,13.881501 103.962877,15.4198204 105.102498,16.6284999 C106.24212,17.8005528 107.786123,18.4232059 109.660984,18.4232059 C111.793179,18.4232059 113.520992,17.5807929 114.844423,15.8959669 L114.917947,15.8227136 L112.859276,13.8448744 L112.859276,13.8448744 C112.675466,14.0646343 112.38137,14.3210209 112.160798,14.5774074 C111.866703,14.8704206 111.572607,15.0901805 111.241749,15.2366871 C110.763843,15.4564471 110.249176,15.6029537 109.660984,15.6029537 C108.778696,15.6029537 108.080219,15.3465671 107.528789,14.833794 C107.014121,14.3576475 106.720026,13.7349944 106.646502,12.9292081 L114.991471,12.9292081 L115.028233,11.7937819 C115.028233,10.9879955 114.917947,10.2188359 114.697375,9.48630281 C114.403279,8.71714313 114.072421,8.05786339 113.631278,7.43521031 L113.631278,7.43521031 Z M106.756788,10.3653425 C106.903835,9.77931603 107.197931,9.2665429 107.565551,8.90027639 C108.006695,8.49738322 108.558125,8.27762331 109.21984,8.27762331 C109.991842,8.27762331 110.580033,8.49738322 110.984415,8.93690304 C111.352035,9.33979621 111.572607,9.81594268 111.609369,10.4019691 L106.756788,10.4019691 L106.756788,10.3653425 Z"
id="XMLID_964_"></path>
<path d="M125.725969,6.62942397 L125.725969,6.62942397 C124.770157,5.82363764 123.446726,5.42074447 121.792437,5.42074447 C120.72634,5.42074447 119.770528,5.64050438 118.888241,6.0800242 C118.079477,6.48291737 117.270714,7.17882375 116.756046,8.09449005 L116.792808,8.1311167 L118.814717,10.0723292 C119.660242,8.75376978 120.579292,8.27762331 121.792437,8.27762331 C122.454153,8.27762331 123.005582,8.46075656 123.409964,8.79039643 C123.814346,9.1200363 124.034918,9.55955612 124.034918,10.1455825 L124.034918,10.7682356 C123.262916,10.5484757 122.490915,10.4019691 121.718913,10.4019691 C120.138148,10.4019691 118.888241,10.7682356 117.932429,11.5007687 C116.976618,12.2333017 116.498712,13.2954746 116.498712,14.6140341 C116.498712,15.7860869 116.903094,16.7383799 117.711857,17.4342863 C118.520621,18.1301926 119.549956,18.4598325 120.763102,18.4598325 C121.976247,18.4598325 123.079106,17.983686 124.108442,17.141273 L124.108442,18.1668193 L127.196448,18.1668193 L127.196448,10.1455825 C127.159686,8.60726317 126.68178,7.43521031 125.725969,6.62942397 L125.725969,6.62942397 Z M120.138148,13.4053546 C120.505768,13.148968 120.983673,13.039088 121.645389,13.039088 C122.417391,13.039088 123.226154,13.1855946 124.034918,13.4786079 L124.034918,14.6872874 C123.33644,15.3099404 122.417391,15.6395803 121.314531,15.6395803 C120.763102,15.6395803 120.35872,15.5297004 120.064624,15.2733138 C119.770528,15.0535539 119.62348,14.7605407 119.62348,14.3576475 C119.62348,13.9547543 119.770528,13.6251145 120.138148,13.4053546 L120.138148,13.4053546 Z"
id="XMLID_959_"></path>
<path d="M139.291139,6.84918389 C138.408852,5.86026429 137.195706,5.38411781 135.614941,5.38411781 C134.365034,5.38411781 133.335698,5.75038433 132.600459,6.44629072 L132.600459,5.67713103 L129.512453,5.67713103 L129.512453,18.1668193 L132.673983,18.1668193 L132.673983,11.2810088 C132.673983,10.3287158 132.894555,9.59618277 133.335698,9.04678299 C133.776842,8.49738322 134.401796,8.24099665 135.210559,8.24099665 C135.909037,8.24099665 136.460467,8.46075656 136.864848,8.93690304 C137.26923,9.41304951 137.45304,10.0723292 137.45304,10.9147422 L137.45304,18.1301926 L140.61457,18.1301926 L140.61457,10.9147422 C140.61457,9.1932896 140.173427,7.83810348 139.291139,6.84918389 L139.291139,6.84918389 Z"
id="XMLID_957_"></path>
<path d="M61.760125,6.62942397 L61.760125,6.62942397 C60.8043136,5.82363764 59.4808823,5.42074447 57.8265933,5.42074447 C56.7604959,5.42074447 55.8046844,5.64050438 54.9223969,6.0800242 C54.1136334,6.48291737 53.3048698,7.17882375 52.7902021,8.09449005 L52.8269641,8.1311167 L54.8488729,10.0723292 C55.6943985,8.75376978 56.6134479,8.27762331 57.8265933,8.27762331 C58.4883089,8.27762331 59.0397386,8.46075656 59.4441203,8.79039643 C59.8485021,9.1200363 60.069074,9.55955612 60.069074,10.1455825 L60.069074,10.7682356 C59.2970724,10.5484757 58.5250709,10.4019691 57.7530693,10.4019691 C56.1723042,10.4019691 54.9223969,10.7682356 53.9665854,11.5007687 C53.010774,12.2333017 52.5328683,13.2954746 52.5328683,14.6140341 C52.5328683,15.7860869 52.93725,16.7383799 53.7460136,17.4342863 C54.5547771,18.1301926 55.5841125,18.4598325 56.7972578,18.4598325 C58.0104031,18.4598325 59.1132625,17.983686 60.1425979,17.141273 L60.1425979,18.1668193 L63.2306042,18.1668193 L63.2306042,10.1455825 C63.1938422,8.60726317 62.7159365,7.43521031 61.760125,6.62942397 L61.760125,6.62942397 Z M56.1723042,13.4053546 C56.539924,13.148968 57.0178297,13.039088 57.6795453,13.039088 C58.4515469,13.039088 59.2603104,13.1855946 60.069074,13.4786079 L60.069074,14.6872874 C59.3705964,15.3099404 58.4515469,15.6395803 57.3486875,15.6395803 C56.7972578,15.6395803 56.3928761,15.5297004 56.0987802,15.2733138 C55.8046844,15.0535539 55.6576365,14.7605407 55.6576365,14.3576475 C55.6576365,13.9547543 55.8046844,13.6251145 56.1723042,13.4053546 L56.1723042,13.4053546 Z"
id="XMLID_954_"></path>
<path d="M80.2881625,18.4232059 C75.2517714,18.4232059 71.1344297,14.3210209 71.1344297,9.30316956 C71.1344297,4.28531826 75.2517714,0.183133259 80.2881625,0.183133259 C85.3245537,0.183133259 89.4418953,4.28531826 89.4418953,9.30316956 C89.4418953,14.3210209 85.3613157,18.4232059 80.2881625,18.4232059 L80.2881625,18.4232059 Z M80.2881625,3.36965197 C77.0163464,3.36965197 74.3694839,6.00677089 74.3694839,9.2665429 C74.3694839,12.5263149 77.0163464,15.1634338 80.2881625,15.1634338 C83.5599787,15.1634338 86.2068412,12.5263149 86.2068412,9.2665429 C86.2068412,6.00677089 83.5599787,3.36965197 80.2881625,3.36965197 L80.2881625,3.36965197 Z"
id="XMLID_752_"></path>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="73px" height="25px" viewBox="0 0 73 20"
version="1.1" role="img" aria-labelledby="dbzkbmj8rgatuszlkfivony3fkorp8f l1bc0610ek2gqye5ebsbttyeav9mn9q"
class="hero--credits-logo hero--credits-logo-github">
<title id="dbzkbmj8rgatuszlkfivony3fkorp8f">GitHub</title>
<desc id="l1bc0610ek2gqye5ebsbttyeav9mn9q">Created with Sketch.</desc>
<defs>
<polygon id="path-1" points="0 0.12 14.3142485 0.12 14.3142485 19.7979596 0 19.7979596"></polygon>
<polygon id="path-3" points="0.0611905817 0.0247272727 12.1699695 0.0247272727 12.1699695 18.9703838 0.0611905817 18.9703838"></polygon>
</defs>
<g id="Landing-Page" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="hacktoberfest-landing_v7" transform="translate(-882.000000, -1135.000000)">
<g id="what" transform="translate(270.000000, 1020.000000)">
<g id="Group-4" transform="translate(248.000000, 115.000000)">
<g id="logo-github" transform="translate(364.000000, 0.000000)">
<g id="Group-3" transform="translate(0.000000, 0.081980)">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<g id="Clip-2"></g>
<path d="M14.028315,8.54240404 L7.90763906,8.54240404 C7.74991053,8.54240404 7.62170554,8.67048485 7.62170554,8.82826263 L7.62170554,11.8177576 C7.62170554,11.9755354 7.74991053,12.1038182 7.90763906,12.1038182 L10.2954064,12.1038182 L10.2954064,15.8181616 C10.2954064,15.8181616 9.75933158,16.0005859 8.27729003,16.0005859 C6.52852548,16.0005859 4.0857554,15.362404 4.0857554,9.99593939 C4.0857554,4.62846465 6.6294313,3.92220202 9.01740083,3.92220202 C11.0844535,3.92220202 11.9752152,4.28583838 12.5416224,4.4609899 C12.7197748,4.51533333 12.8843787,4.33836364 12.8843787,4.18058586 L13.5672623,1.29210101 C13.5672623,1.21816162 13.5421875,1.12927273 13.4580657,1.06886869 C13.2277416,0.904828283 11.8239576,0.119979798 8.27729003,0.119979798 C4.19110997,0.119979798 -2.02216066e-05,1.85674747 -2.02216066e-05,10.2052323 C-2.02216066e-05,18.5539192 4.79856704,19.7979596 8.84228172,19.7979596 C12.1903731,19.7979596 14.2214313,18.3686667 14.2214313,18.3686667 C14.3051488,18.3226061 14.3142485,18.2056364 14.3142485,18.152101 L14.3142485,8.82826263 C14.3142485,8.67048485 14.1862457,8.54240404 14.028315,8.54240404"
id="Fill-1" fill="#FF9A56" mask="url(#mask-2)"></path>
</g>
<path d="M45.5706443,1.20230303 C45.5706443,1.04331313 45.4444615,0.914828283 45.2865307,0.914828283 L41.8403645,0.914828283 C41.6828382,0.914828283 41.5550377,1.04331313 41.5550377,1.20230303 C41.5550377,1.20311111 41.5558465,7.85583838 41.5558465,7.85583838 L36.1841789,7.85583838 L36.1841789,1.20230303 C36.1841789,1.04331313 36.0573895,0.914828283 35.8998632,0.914828283 L32.453697,0.914828283 C32.2969795,0.914828283 32.1691789,1.04331313 32.1691789,1.20230303 L32.1691789,19.2180606 C32.1691789,19.3768485 32.2969795,19.5063434 32.453697,19.5063434 L35.8998632,19.5063434 C36.0573895,19.5063434 36.1841789,19.3768485 36.1841789,19.2180606 L36.1841789,11.512 L41.5558465,11.512 C41.5558465,11.512 41.5465446,19.2174545 41.5465446,19.2180606 C41.5465446,19.3768485 41.6743452,19.5063434 41.8320737,19.5063434 L45.2863285,19.5063434 C45.4440571,19.5063434 45.5702399,19.3768485 45.5706443,19.2180606 L45.5706443,1.20230303 Z"
id="Fill-4" fill="#FF9A56"></path>
<path d="M20.5314017,3.56638384 C20.5314017,2.32658586 19.5364986,1.3249697 18.3090471,1.3249697 C17.0828089,1.3249697 16.0872992,2.32658586 16.0872992,3.56638384 C16.0872992,4.80476768 17.0828089,5.80941414 18.3090471,5.80941414 C19.5364986,5.80941414 20.5314017,4.80476768 20.5314017,3.56638384"
id="Fill-6" fill="#FF9A56"></path>
<path d="M20.2849609,15.4176162 L20.2849609,7.10145455 C20.2849609,6.94367677 20.1575648,6.81458586 19.9998363,6.81458586 L16.5645898,6.81458586 C16.4068612,6.81458586 16.2659166,6.9770101 16.2659166,7.13478788 L16.2659166,19.0493333 C16.2659166,19.3994343 16.48431,19.5036768 16.767008,19.5036768 L19.8621271,19.5036768 C20.2016479,19.5036768 20.2849609,19.3370101 20.2849609,19.0436768 L20.2849609,15.4176162 Z"
id="Fill-8" fill="#FF9A56"></path>
<path d="M58.6676936,6.84171717 L55.2480177,6.84171717 C55.0910981,6.84171717 54.9634997,6.97080808 54.9634997,7.12979798 L54.9634997,15.9633333 C54.9634997,15.9633333 54.0945773,16.5984848 52.8614637,16.5984848 C51.6283501,16.5984848 51.3011645,16.0394949 51.3011645,14.8332323 L51.3011645,7.12979798 C51.3011645,6.97080808 51.1737684,6.84171717 51.0168488,6.84171717 L47.5460122,6.84171717 C47.389497,6.84171717 47.2610898,6.97080808 47.2610898,7.12979798 L47.2610898,15.4164646 C47.2610898,18.9992929 49.2597934,19.8758586 52.0093252,19.8758586 C54.2652476,19.8758586 56.0839789,18.6308081 56.0839789,18.6308081 C56.0839789,18.6308081 56.1703252,19.2869697 56.2097573,19.3647475 C56.248785,19.4423232 56.3509042,19.5207071 56.4613141,19.5207071 L58.6693114,19.5110101 C58.8258266,19.5110101 58.9542338,19.3817172 58.9542338,19.2233333 L58.9530205,7.12979798 C58.9530205,6.97080808 58.8252199,6.84171717 58.6676936,6.84171717"
id="Fill-10" fill="#FF9A56"></path>
<g id="Group-14" transform="translate(60.664820, 0.890061)">
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<g id="Clip-13"></g>
<path d="M6.0008831,15.6974545 C4.81468366,15.6612929 4.01006593,15.1237172 4.01006593,15.1237172 L4.01006593,9.41846465 C4.01006593,9.41846465 4.80376399,8.93240404 5.77763657,8.84553535 C7.00913241,8.73543434 8.19573629,9.10694949 8.19573629,12.041899 C8.19573629,15.1366465 7.66026814,15.7475556 6.0008831,15.6974545 M7.34966427,5.54694949 C5.40737895,5.54694949 4.08630139,6.41280808 4.08630139,6.41280808 L4.08630139,0.31220202 C4.08630139,0.153212121 3.95890526,0.0247272727 3.8019856,0.0247272727 L0.345910803,0.0247272727 C0.18878892,0.0247272727 0.0611905817,0.153212121 0.0611905817,0.31220202 L0.0611905817,18.3279596 C0.0611905817,18.4869495 0.18878892,18.6162424 0.346517452,18.6162424 L2.74419335,18.6162424 C2.85217673,18.6162424 2.93387202,18.5604848 2.99433463,18.4631111 C3.05398837,18.3663434 3.13993019,17.6326061 3.13993019,17.6326061 C3.13993019,17.6326061 4.55301607,18.9703838 7.22813241,18.9703838 C10.3689524,18.9703838 12.1700909,17.3788687 12.1700909,11.8257374 C12.1700909,6.27260606 9.2933651,5.54694949 7.34966427,5.54694949"
id="Fill-12" fill="#FF9A56" mask="url(#mask-4)"></path>
</g>
<path d="M30.1895039,6.8130101 L27.6043737,6.8130101 C27.6043737,6.8130101 27.6005316,3.40189899 27.6005316,3.40109091 C27.6005316,3.272 27.5340025,3.20735354 27.3843626,3.20735354 L23.8617587,3.20735354 C23.7248584,3.20735354 23.6512518,3.26775758 23.6512518,3.39927273 L23.6512518,6.92492929 C23.6512518,6.92492929 21.8859055,7.35058586 21.7663958,7.38513131 C21.647695,7.41947475 21.5601355,7.5289697 21.5601355,7.65967677 L21.5601355,9.87523232 C21.5601355,10.0344242 21.6875316,10.1631111 21.8450579,10.1631111 L23.6512518,10.1631111 L23.6512518,15.4932121 C23.6512518,19.452 26.4311161,19.8408889 28.3066701,19.8408889 C29.1636618,19.8408889 30.1888972,19.5659394 30.3581521,19.5035152 C30.4604734,19.4659394 30.5201271,19.3600808 30.5201271,19.2453333 L30.522756,16.8079596 C30.522756,16.6489697 30.3884845,16.5202828 30.2372269,16.5202828 C30.0865759,16.5202828 29.7011521,16.581697 29.3044042,16.581697 C28.0346895,16.581697 27.6043737,15.991798 27.6043737,15.2281616 C27.6043737,14.4653333 27.6041715,10.1631111 27.6041715,10.1631111 L30.1895039,10.1631111 C30.3470302,10.1631111 30.4748307,10.0344242 30.4748307,9.87523232 L30.4748307,7.10008081 C30.4748307,6.94109091 30.3470302,6.8130101 30.1895039,6.8130101"
id="Fill-15" fill="#FF9A56"></path>
</g>
</g>
</g>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="71px" height="25px" viewBox="0 0 71 20"
version="1.1" role="img" aria-labelledby="hydiohj5b0n8wz6lca2ye4u5iaj80xd l1bc0610ek2gqye5ebsbttyeav9mn9q"
class="hero--credits-logo hero--credits-logo-twilio">
<title id="hydiohj5b0n8wz6lca2ye4u5iaj80xd">Twilio</title>
<!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
<desc id="l1bc0610ek2gqye5ebsbttyeav9mn9q">Created with Sketch.</desc>
<defs></defs>
<g id="Landing-Page" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="hacktoberfest-landing_v7" transform="translate(-1012.000000, -1135.000000)" fill="#FF9A56" fill-rule="nonzero">
<g id="what" transform="translate(270.000000, 1020.000000)">
<g id="Group-4" transform="translate(248.000000, 115.000000)">
<path d="M533.420575,0.0294207099 C533.527988,0.0294207099 533.635401,0.137369787 533.742814,0.245318864 L533.742814,3.69968934 C533.742814,3.91558749 533.527988,4.02353657 533.420575,4.02353657 L527.727685,4.02353657 C527.512859,4.02353657 527.405446,3.80763841 527.405446,3.69968934 L527.405446,0.353267942 C527.405446,0.137369787 527.620272,0.0294207099 527.727685,0.0294207099 L533.420575,0.0294207099 Z M533.313162,4.88712919 L522.357035,4.88712919 C522.249622,4.88712919 522.034796,4.99507826 522.034796,5.21097642 L520.638427,10.6084303 L520.531014,10.9322775 L518.812405,5.21097642 C518.812405,5.10302734 518.597579,4.88712919 518.490166,4.88712919 L514.193646,4.88712919 C514.086233,4.88712919 513.871407,4.99507826 513.871407,5.21097642 L512.260212,10.6084303 L512.152799,10.9322775 L512.045386,10.6084303 L511.400908,7.90970335 L510.75643,5.21097642 C510.75643,5.10302734 510.541604,4.88712919 510.434191,4.88712919 L501.84115,4.88712919 L501.84115,0.245318864 C501.84115,0.137369787 501.626324,-0.0785283674 501.411498,0.0294207099 L496.040847,1.75660595 C495.826021,1.75660595 495.718608,1.86455502 495.718608,2.08045318 L495.718608,4.99507826 L494.322239,4.99507826 C494.214826,4.99507826 494,5.10302734 494,5.31892549 L494,9.42099043 C494,9.52893951 494.107413,9.74483766 494.322239,9.74483766 L495.718608,9.74483766 L495.718608,14.8184443 C495.718608,18.3807638 497.652042,20 501.196672,20 C502.700454,20 504.096823,19.6761528 505.06354,19.1364074 L505.06354,14.8184443 C505.06354,14.6025461 504.848714,14.4945971 504.741301,14.6025461 C504.204236,14.8184443 503.667171,14.9263934 503.237519,14.9263934 C502.270802,14.9263934 501.733737,14.4945971 501.733737,13.4151063 L501.733737,9.74483766 L504.848714,9.74483766 C504.956127,9.74483766 505.170953,9.63688858 505.170953,9.42099043 L505.170953,5.96661996 L509.252648,19.5682037 C509.252648,19.6761528 509.467474,19.8920509 509.574887,19.8920509 L514.086233,19.8920509 C514.193646,19.8920509 514.408472,19.7841018 514.408472,19.5682037 L516.341906,13.5230554 L517.308623,16.6535786 L518.167927,19.5682037 C518.167927,19.6761528 518.382753,19.8920509 518.490166,19.8920509 L523.001513,19.8920509 C523.108926,19.8920509 523.323752,19.7841018 523.323752,19.5682037 L527.405446,5.96661996 L527.405446,19.5682037 C527.405446,19.6761528 527.512859,19.8920509 527.727685,19.8920509 L533.205749,19.8920509 C533.313162,19.8920509 533.527988,19.7841018 533.527988,19.5682037 L533.527988,5.21097642 C533.527988,5.10302734 533.420575,4.88712919 533.313162,4.88712919 Z M540.509834,0.0294207099 L535.03177,0.0294207099 C534.924357,0.0294207099 534.709531,0.137369787 534.709531,0.353267942 L534.709531,19.4602546 C534.709531,19.5682037 534.816944,19.7841018 535.03177,19.7841018 L540.509834,19.7841018 C540.617247,19.7841018 540.832073,19.6761528 540.832073,19.4602546 L540.832073,0.245318864 C540.832073,0.137369787 540.72466,0.0294207099 540.509834,0.0294207099 Z M547.813918,0.0294207099 L542.121029,0.0294207099 C542.013616,0.0294207099 541.79879,0.137369787 541.79879,0.353267942 L541.79879,3.69968934 C541.79879,3.80763841 541.906203,4.02353657 542.121029,4.02353657 L547.813918,4.02353657 C547.921331,4.02353657 548.136157,3.91558749 548.136157,3.69968934 L548.136157,0.245318864 C548.136157,0.137369787 548.028744,0.0294207099 547.813918,0.0294207099 Z M547.706505,4.88712919 L542.228442,4.88712919 C542.121029,4.88712919 541.906203,4.99507826 541.906203,5.21097642 L541.906203,19.3523055 C541.906203,19.4602546 542.013616,19.6761528 542.228442,19.6761528 L547.706505,19.6761528 C547.813918,19.6761528 548.028744,19.5682037 548.028744,19.3523055 L548.028744,5.21097642 C548.028744,5.10302734 547.921331,4.88712919 547.706505,4.88712919 Z M565,12.2276664 C565,16.3297314 561.562784,19.8920509 556.729198,19.8920509 C552.003026,19.8920509 548.565809,16.3297314 548.565809,12.2276664 C548.565809,8.1256015 552.003026,4.56328195 556.836611,4.56328195 C561.562784,4.56328195 565,8.1256015 565,12.2276664 Z M559.199697,12.3356155 C559.199697,10.8243284 558.125567,9.63688858 556.836611,9.74483766 C555.440242,9.74483766 554.473525,10.9322775 554.473525,12.3356155 C554.473525,13.7389535 555.547655,14.9263934 556.836611,14.9263934 C558.23298,14.9263934 559.199697,13.7389535 559.199697,12.3356155 Z"
id="logo-twilio"></path>
</g>
</g>
</g>
</g>
</svg>
</div>
<div class="sponsor-tittle">
Code4Cause is supported by
</div>
<div class="sponsors">
<img src="assets/ittb.png" alt="IIT BOMBAY" style = "margin-right:1em">
<img src="assets/ittd.png" alt="IIT DELHI">
</div>
</div>
</section>
<section id="whatis" class="whatis container">
<h2 class="whatis--headline">What you need to know</h2>
<div class="whatis--details">
<span class="whatis--detail-item">
<img alt="" src="assets/icon-who-df656b71ff28fed039a356122040ff7e4aa18e72c381c078869a7841d549d99f.png" />
<h3 class="whatis--sub-headline">Who</h3>
<p>
Hacktoberfest is <strong>open to everyone</strong> in our global community!
</p>
</span>
<span class="whatis--detail-item">
<img alt="" src="assets/icon-how-37d68a79d5ebafd3b615a392905e7a57a71907fd8218893153875107bea57d1f.png" />
<h3 class="whatis--sub-headline">How</h3>
<p>
Pull requests can be made in <strong>any GitHub-hosted repositories/projects</strong>.
</p>
</span>
<span class="whatis--detail-item">
<img alt="" src="assets/icon-when-4664f060b21ba54358e262f294ca2968e4ad859c733feb5bc0f468c1be351f19.png" />
<h3 class="whatis--sub-headline">When</h3>
<p>
You can sign up anytime between October 1 and October 31.
</p>
</span>
</div>
</section>
<section id="projects" class="projects">
<h2 class="projects--headline">Hacktoberfest Projects</h2>
<p class="projects--details">
You can contribute to any project on GitHub. Here are a few looking for some help:
</p>
<ul class="projects--list container">
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/arpitkansal/Gramiksha">
Gramiksha
</a> <span class="project--language">
Android
</span>
</div>
<div class="project--body">
<p class="project--description">
Android Application for Gramiksha
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/arpitkansal/Gramiksha">
<!-- <span class="project--issue-number">
1015
</span> -->
<span class="project--issue-title">
Help Required
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/ishansanganeria/Linux-Shell">
Linux-Shell
</a> <span class="project--language">
C
</span>
</div>
<div class="project--body">
<p class="project--description">
UNIX Shell and History Feature /UNIX Shell with I/O redirection and pipe/ Shell and System Calls Design
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/ishansanganeria/Linux-Shell">
<!-- <span class="project--issue-number">
5
</span> -->
<span class="project--issue-title">
Help Required
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/NSP-Community/NSP/issues">
NSP-Community
</a> <span class="project--language">
HTML/CSS
</span>
</div>
<div class="project--body">
<p class="project--description">
A Social Network that brings engineer's from all fields together to collaborate.
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/NSP-Community/NSP/issues">
<!-- <span class="project--issue-number">
13
</span> -->
<span class="project--issue-title">
Various HTML and CSS issues
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/NSP-Community/NSP/issues/129">
NSP-Community
</a> <span class="project--language">
NLP
</span>
</div>
<div class="project--body">
<p class="project--description">
A Social Network that brings engineer's from all fields together to collaborate.
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/NSP-Community/NSP/issues/129">
<span class="project--issue-number">
129
</span>
<span class="project--issue-title">
Delete Abuses
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/NSP-Community/NSP/issues/61">
NSP-Community
</a> <span class="project--language">
Python
</span>
</div>
<div class="project--body">
<p class="project--description">
A Social Network that brings engineer's from all fields together to collaborate.
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/NSP-Community/NSP/issues/61">
<span class="project--issue-number">
61
</span>
<span class="project--issue-title">
Add Email Verification
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/rshrc/gait-recognition/issues">
gait-recognition
</a> <span class="project--language">
CNN
</span>
</div>
<div class="project--body">
<p class="project--description">
Distance Recognition of a Human Being with Deep CNN's
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/rshrc/gait-recognition/issues">
<!-- <span class="project--issue-number">
4
</span> -->
<span class="project--issue-title">
Enhancements required
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/rshrc/sales-forecast-ml/">
sales-forecast-ml
</a> <span class="project--language">
Python
</span>
</div>
<div class="project--body">
<p class="project--description">
A web application to predict the sales of a newly launched product
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/rshrc/sales-forecast-ml/">
<!-- <span class="project--issue-number">
805
</span> -->
<span class="project--issue-title">
Enhancements required
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/Vanhoehenheim/MUJ-Food">
MUJ-Food
</a> <span class="project--language">
Python
</span>
</div>
<div class="project--body">
<p class="project--description">
A python program to provide the number of the required food joint in our wonderful campus.
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/Vanhoehenheim/MUJ-Food">
<!-- <span class="project--issue-number">
11333
</span> -->
<span class="project--issue-title">
Enhancements required
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/MEETOZA18/TEXT-T0-SPEECH">
TEXT-T0-SPEECH
</a> <span class="project--language">
Python
</span>
</div>
<div class="project--body">
<p class="project--description">
Helped NGO's from Turkey read out Poems to people using a script
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/MEETOZA18/TEXT-T0-SPEECH">
<!-- <span class="project--issue-number">
11
</span> -->
<span class="project--issue-title">
Improve Voice of TTS
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/vidu171/Spoj-200">
Spoj-200
</a> <span class="project--language">
C++
</span>
</div>
<div class="project--body">
<p class="project--description">
200 Spoj Questions I solved this summer
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/vidu171/Spoj-200">
<!-- <span class="project--issue-number">
1
</span> -->
<span class="project--issue-title">
Add more answers
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/vidu171/ionJS">
ionJS
</a> <span class="project--language">
JS
</span>
</div>
<div class="project--body">
<p class="project--description">
Custom Login page and logout page on Greece Monkey(Firefox)
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/vidu171/ionJS">
<!-- <span class="project--issue-number">
919
</span> -->
<span class="project--issue-title">
Revamp for the current ion page
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/aesher9o1/git-buddy/issues/6">
git-buddy
</a> <span class="project--language">
JS
</span>
</div>
<div class="project--body">
<p class="project--description">
Trying to make a uniform cli using multiple cores to fetch and show which repos of yours need a pull.
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/aesher9o1/git-buddy/issues/6">
<span class="project--issue-number">
6
</span>
<span class="project--issue-title">
Check if pull is required
</span>
</a>
</div>
</li>
<!-- <li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/willywos/jobbyjobjob/issues/1">
jobbyjobjob
</a> <span class="project--language">
Ruby
</span>
</div>
<div class="project--body">
<p class="project--description">
Rails website that gathers remote jobs from different remote job boards so you can find a jobby job easier.
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/willywos/jobbyjobjob/issues/1">
<span class="project--issue-number">
1
</span>
<span class="project--issue-title">
Hacktoberfest 2018
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/vmware/tern/issues/87">
tern
</a> <span class="project--language">
Python
</span>
</div>
<div class="project--body">
<p class="project--description">
Open Source compliance for containers
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/vmware/tern/issues/87">
<span class="project--issue-number">
87
</span>
<span class="project--issue-title">
Fill to_dict method in Image class
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/ayan-b/Linear-Search/issues/29">
Linear-Search
</a> <span class="project--language">
Java
</span>
</div>
<div class="project--body">
<p class="project--description">
Linear Search Code
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/ayan-b/Linear-Search/issues/29">
<span class="project--issue-number">
29
</span>
<span class="project--issue-title">
Restructure the code
</span>
</a>
</div>
</li> -->
</ul>
</section>
<section id="projects" class="projects">
<h2 class="projects--headline">Newly Added</h2>
<p class="projects--details">
Newly added Hacktoberfest projects open for participations
</p>
<ul class="projects--list container">
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/0x48piraj/Awesome-Hacktoberfest">
Hacktoberfest
</a> <span class="project--language">
Docs / Design
</span>
</div>
<div class="project--body">
<p class="project--description">
A list of repositories contributed to in Hacktoberfest of 2017
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/0x48piraj/Awesome-Hacktoberfest/issues">
<!-- <span class="project--issue-number">
1015
</span> -->
<span class="project--issue-title">
Modification Required
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/0x48piraj/abuse/issues/17">
abuse
</a> <span class="project--language">
ML/Python
</span>
</div>
<div class="project--body">
<p class="project--description">
Abuse allows you to use profanity when you need it, without the need for getting angry. There's no need to manually search curse words from Google, or to ask anybody. Abuse is 100% automatic, thanks to Python.
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/0x48piraj/abuse/issues/17https://github.com/ishansanganeria/Linux-Shell">
<span class="project--issue-number">
17
</span>
<span class="project--issue-title">
Add Abuse / Dataset Contribution
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/0x48piraj/abuse/issues">
abuse
</a> <span class="project--language">
Graphics / Python
</span>
</div>
<div class="project--body">
<p class="project--description">
Abuse allows you to use profanity when you need it, without the need for getting angry. There's no need to manually search curse words from Google, or to ask anybody. Abuse is 100% automatic, thanks to Python.
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/0x48piraj/abuse/issues">
<!-- <span class="project--issue-number">
13
</span> -->
<span class="project--issue-title">
Format code / Graphics
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/0x48piraj/Bubble-Poke/issues">
Bubble-Poke
</a> <span class="project--language">
JS
</span>
</div>
<div class="project--body">
<p class="project--description">
Bubble Poke is definitely not a boring game. or is it? You want to find out?
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/0x48piraj/Bubble-Poke/issues">
<!-- <span class="project--issue-number">
129
</span> -->
<span class="project--issue-title">
Add Restart / Start Menu
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/0x48piraj/Bubble-Poke/issues/7">
Bubble-Poke
</a> <span class="project--language">
Graphics
</span>
</div>
<div class="project--body">
<p class="project--description">
Bubble Poke is definitely not a boring game. or is it? You want to find out?
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/0x48piraj/Bubble-Poke/issues/7">
<span class="project--issue-number">
7
</span>
<span class="project--issue-title">
Add Screen Play Graphics
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/0x48piraj/CS-1101-MU/issues/1">
CS-1101-MU
</a> <span class="project--language">
Docs
</span>
</div>
<div class="project--body">
<p class="project--description">
Fun Repository during completing Introductory Programming in C Course (CS 1101) at Manipal University, Jaipur.
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/0x48piraj/CS-1101-MU/issues/1">
<span class="project--issue-number">
1
</span>
<span class="project--issue-title">
Enhancements required
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/0x48piraj/medium-cli/issues">
medium-cli
</a> <span class="project--language">
Docs
</span>
</div>
<div class="project--body">
<p class="project--description">
CLI for medium. (Under development)
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/0x48piraj/medium-cli/issues">
<!-- <span class="project--issue-number">
805
</span> -->
<span class="project--issue-title">
Add Contribution Guidelines
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/0x48piraj/MalWAReX/issues/4">
MalWAReX
</a> <span class="project--language">
Docs
</span>
</div>
<div class="project--body">
<p class="project--description">
MalWAReX : Collection of killers !
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/0x48piraj/MalWAReX/issues/4">
<span class="project--issue-number">
4
</span>
<span class="project--issue-title">
Enhancements required
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/0x48piraj/MalWAReX/issues/3">
MalWAReX
</a> <span class="project--language">
Research
</span>
</div>
<div class="project--body">
<p class="project--description">
MalWAReX : Collection of killers !
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/0x48piraj/MalWAReX/issues/3">
<!-- <span class="project--issue-number">
11
</span> -->
<span class="project--issue-title">
Contribute baby Malware
</span>
</a>
</div>
</li>
<li class="project">
<div class="project--header">
<a class="project--name" data-analytics="projectLink" href="https://github.com/0x48piraj/MalWAReX.dissect.io/issues">
MalWAReX.dissect.io
</a> <span class="project--language">
Readme / Docs
</span>
</div>
<div class="project--body">
<p class="project--description">
A repo that stores MalwareX creatures dissection
</p>
<a class="project--issue" data-analytics="projectLink" href="https://github.com/0x48piraj/MalWAReX.dissect.io/issues">
<!-- <span class="project--issue-number">
1
</span> -->
<span class="project--issue-title">
Modify Readme and Docs
</span>
</a>
</div>
</li>
</ul>
</section>
<div class="globalstats container">
<h2 class="globalstats__headline">
Manipal University stats from Hacktoberfest 2018
</h2>
<div class="globalstats__details">
<div class="globalstats__detail-item globalstats__completions">
<div class="globalstats__detail-count">
0
</div>
<div class="globalstats__detail-desc">
Participating Organisations & NGOs
</div>
</div>
<div class="globalstats__detail-item globalstats__prs">
<div class="globalstats__detail-count">
0
</div>
<div class="globalstats__detail-desc">
Pull Requests Opened
</div>
</div>
<div class="globalstats__detail-item globalstats__participating">
<div class="globalstats__detail-count">
22
</div>
<div class="globalstats__detail-desc">
Participating Repositories
</div>
</div>
</div>
</div>
</a>
</div>
</div>
</main>
</body>
</html>