forked from girlscript/GirlScript-Summer-of-Code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gssoc18.html
782 lines (726 loc) · 44.3 KB
/
gssoc18.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>GSSoC-18 | GirlScript Summer of Code 2021</title>
<meta name="description" content="Girlscript Summer Of Code is a 3-month long open source project under Girlscript Foundation India to build the main website of GirlScript, GirlScript mobile app and websites for various GirlScript Chapters. Not only for the accolades we have in our batch but also for the people new to opensource. Right from word go, be it basic git skills, first timers only issues or helping mentors hone their team leading and guiding skills - be it the rookie or the veteran dev - GirlScript Summer of Code offers something for everyone.">
<!-- META -->
<meta name="application-name" content="GirlScript Foundation India">
<meta name="author" content="GirlScript Summer of Code 2021">
<meta name="msapplication-tooltip" content="Girlscript Summer Of Code is a 3-month long open source project under Girlscript Foundation India">
<meta name="apple-mobile-web-app-title" content="GirlScript Summer of Code 2021">
<meta name="og:site_name" content="gssoc.tech" />
<meta name="og:title" content="GirlScript Summer of Code 2021" />
<meta name="og:url" content="https://gssoc.tech/" />
<meta name="og:image" content="images/favicon/favicon.png" />
<meta name="robots" content="index" , "follow">
<!-- ICONS -->
<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="#EF6E00">
<link rel="shortcut icon" href="images/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-config" content="images/favicon/browserconfig.xml">
<meta name="theme-color" content="#EF6E00">
<!-- FONTS -->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.12.0/css/all.css" integrity="sha384-ekOryaXPbeCpWQNxMwSWVvQ0+1VrStoPJq54shlYhR8HzQgig1v5fas6YgOqLoKz" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Josefin+Sans|Nunito:300,400,700&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href="https://fonts.googleapis.com/css?family=Oswald:400,700" rel="stylesheet">
<!-- CSS -->
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<link rel="stylesheet" href="css/common/materialize.min.css">
<link rel="stylesheet" href="css/common/nav.css"> <!-- common for all pages -->
<link rel="stylesheet" href="css/common/footer.css"> <!-- common for all pages -->
<link rel="stylesheet" href="css/common/common.css"> <!-- common for all pages -->
<link rel="stylesheet" href="css/gssoc19.css"> <!-- only for this page -->
<link href="css/common/materialize.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="css/animate.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="css/common/animate.min.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" type="text/css" href="css/testimonial.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<!-- SCRIPTS -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="js/common/materialize.min.js"></script>
<script src="js/common/init.js"></script> <!-- common for all pages -->
<script src="js/faqs.js"></script>
<script src="js/gianniAccordion.min.js"></script>
<script src="lib/jquery.waypoints.min.js"></script>
<script src="lib/noframework.waypoints.min.js"></script>
<script src="lib/shortcuts/inview.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<!-- Tracking code -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-134247465-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-134247465-1');
</script>
<style>
@media only screen and (min-width: 601px) {
.row .col.m3 {
width: 22.5%;
margin-left: auto;
left: auto;
right: auto;
}
}
section {
padding: 4% 0%;
}
</style>
</head>
<body>
<!--================================ NAV v2 ================================-->
<div id="header"></div>
<!--================================ NAV v2 end ================================-->
<section class="container-fluid" id="projects">
<h4 class="header section-heading center">Glimpse of projects GSSoC-2018</h4>
<div class="row" data-aos="flip-up">
<div class="box-grad col m3 s12 effect8">
<p> <b>
<h5>Project:
</b> GirlScript </h5>
</p>
<button onclick="displayModal(1)" class="w3-button w3-black detailsButton">Details</button>
</div>
<div class="box-grad col m3 s12 effect8">
<p> <b>
<h5>Project:
</b> UPAY</h5>
</p>
<button onclick="displayModal(2)" class="w3-button w3-black detailsButton">Details</button>
</div>
<div class="box-grad col m3 s12 effect8">
<p> <b>
<h6>Project:
</b> Makkala Jagriti</h6>
</p>
<p>
<button onclick="displayModal(3)" class="w3-button w3-black detailsButton">Details</button>
</p>
</div>
<div class="box-grad col m3 s12 effect8">
<p> <b>
<h4>Project:
</b> Kranti </h4>
</p>
<p>
<button onclick="displayModal(4)" class="w3-button w3-black detailsButton">Details</button>
</div>
</div>
<div class="row" data-aos="fade-right">
<div class="box col m3 s12 effect8">
<p> <b>
<h5>Project:
</b> Zero Gravity </h5>
</p>
<button onclick="displayModal(5)" class="w3-round-large w3-button w3-orange w3-tiny mindetailsButton">Details</button>
</div>
<div class="box col m3 s12 effect8">
<p> <b>Project:</b> What the f*ck Python </p>
<button onclick="displayModal(6)" class="w3-round-large w3-button w3-orange w3-tiny mindetailsButton">Details</button>
</div>
<div class="box col m3 s12 effect8">
<p> <b>Project:</b> Sangita </p>
<button onclick="displayModal(7)" class="w3-round-large w3-button w3-orange w3-tiny mindetailsButton">Details</button>
</div>
<div class="box col m3 s12 effect8">
<p> <b>Project:</b> Images-to-PDF</p>
<button onclick="displayModal(8)" class="w3-round-large w3-button w3-orange w3-tiny mindetailsButton">Details</button>
</div>
</div>
<div class="row" data-aos="fade-left">
<div class="box col m3 s12 effect8">
<p> <b>Project:</b> OpenChat</p>
<button onclick="displayModal(9)" class="w3-round-large w3-button w3-orange w3-tiny mindetailsButton">Details</button>
</div>
<div class="box col m3 s12 effect8">
<p> <b>Project:</b> MobOfft </p>
<button onclick="displayModal(10)" class="w3-round-large w3-button w3-orange w3-tiny mindetailsButton">Details</button>
</div>
<div class="box col m3 s12 effect8">
<p> <b>Project:</b> Imagery </p>
<button onclick="displayModal(11)" class="w3-round-large w3-button w3-orange w3-tiny mindetailsButton">Details</button>
</div>
<div class="box col m3 s12 effect8">
<p> <b>Project:</b> B.E.N.J.I.</p>
<button onclick="displayModal(12)" class="w3-round-large w3-button w3-orange w3-tiny mindetailsButton">Details</button>
</div>
</div>
<div class="row" data-aos="fade-right">
<div class="box col m3 s12 effect8">
<p> <b>Project:</b> LTS for sugar </p>
<button onclick="displayModal(13)" class="w3-round-large w3-button w3-orange w3-tiny mindetailsButton">Details</button>
</div>
<div class="box col m3 s12 effect8">
<p> <b>Project:</b> Anna Assistant </p>
<button onclick="displayModal(14)" class="w3-round-large w3-button w3-orange w3-tiny mindetailsButton">Details</button>
</div>
<div class="box col m3 s12 effect8">
<p> <b>Project:</b> Travel-Mate </p>
<button onclick="displayModal(15)" class="w3-round-large w3-button w3-orange w3-tiny mindetailsButton">Details</button>
</div>
<div class="box col m3 s12 effect8">
<p> <b>Project:</b> Facebook Archive </p>
<button onclick="displayModal(16)" class="w3-round-large w3-button w3-orange w3-tiny mindetailsButton">Details</button>
</div>
</div>
<div class="row" data-aos="fade-left">
<div class="box col m3 s12 effect8">
<p> <b>Project:</b> Uzay </p>
<button onclick="displayModal(17)" class="w3-round-large w3-button w3-orange w3-tiny mindetailsButton">Details</button>
</div>
<div class="box col m3 s12 effect8">
<p> <b>Project:</b> First Timers Guide </p>
<button onclick="displayModal(18)" class="w3-round-large w3-button w3-orange w3-tiny mindetailsButton">Details</button>
</div>
<div class="box col m3 s12 effect8">
<p> <b>Project:</b> Competitive Coding </p>
<button onclick="displayModal(19)" class="w3-round-large w3-button w3-orange w3-tiny mindetailsButton">Details</button>
</div>
<div class="box col m3 s12 effect8">
<p> <b>Project:</b> The Vision </p>
<button onclick="displayModal(20)" class="w3-round-large w3-button w3-orange w3-tiny mindetailsButton">Details</button>
</div>
</div>
</section>
<!----------------- PROJECT DESCRIPTION FOR MODAL --------------------->
<div id="projectDesc">
<div id="id01" class="w3-modal">
<div class="w3-modal-content">
<div class="w3-container" style="color: black">
<span onclick="document.getElementById('id01').style.display='none'" class="w3-button w3-display-topright">×</span>
<p>
<b>Description:</b> GirlScript is the fastest growing tech community in India.It is a non profit project brought to you by GirlScript Foundation to aid novices in the field of technology. The main motto is not only to encourage gender equality in technical sector but also to help all the beginners in technology who are utterly clueless in the starting phase of their education. The opportunities available outside India is limited to only few women in India.Thereby GirlScript aims to bring these opportunities within the reach of women living in tier-two and tier -three cities. Thus what we want is an online platform to connect the students and mentors sitting in different parts of world and sharing their skill set. Only what we are looking for is passionate and self driven individual. It is a place where you can learn or be a mentor and embellish your skills by imparting knowledge and basically contribute in every possible way to be a part of this technological upliftment in our country.
</p>
<p>
<b>Admin: Anubha Maneshwar, Rohit Swami, Vandit</b>
<br>
<b>Mentors: Abhishek Vishwakarma, Vishwaraj Anand, Shivam Kumar Jha, Ritika Motwani, Piyush Raj, Saichethan Reddy, Sneha Mishra</b>
</p>
</div>
</div>
</div>
<div id="id02" class="w3-modal">
<div class="w3-modal-content">
<div class="w3-container" style="color: black">
<span onclick="document.getElementById('id02').style.display='none'" class="w3-button w3-display-topright">×</span>
<p>
<b>Description:</b> The foundation of development for every society is the education of its youth. Keeping this in mind, an NGO UPAY (Underprivileged Advancement by Youth), was established in May 2010 by a group of young engineers from IITs and NITs. It mainly aims to provide opportunities to underprivileged children and bring some sunshine in those deprived lives. Ever since it's dawn, UPAY Team has been working wholeheartedly in achieving this aim. Its success story can be culminated by the mere fact that where children were unable to do basic arithmetic calculations are now, not just producing excellent academic results but also bringing laurels to these underprivileged areas. The main vision of UPAY is overcome disparities in education so that every child gets an opportunity to Learn, Grow and Succeed.
</p>
<p>
<p><b>Tech Stack: </b>Node.js, Javascript, Html, css, Django, Python, Android, Core Java, Angular, React</p>
<b>Admin: Shagufta Gurmukhdas</b>
<br>
<b>Mentors: Nupur Baghel , Sambhav Jain, Divjot Singh, Gaurav Sitlani,Bhavin Jawade</b>
</p>
</div>
</div>
</div>
<div id="id03" class="w3-modal">
<div class="w3-modal-content">
<div class="w3-container" style="color: black">
<span onclick="document.getElementById('id03').style.display='none'" class="w3-button w3-display-topright">×</span>
<p>
<b>Description:</b> Makkala Jagriti is an NGO established in 2003 that seeks to create holistic learning platforms and empower socially and economically deprived children and their community as a whole. The vision is to create a value-based social movement to empower the child and its community towards a bright future. Makkala Jagriti integrates the core value among it's people to respect the child's physical,professional and learning boundaries. Makkala Jagriti aims to facilitate holistic development for children and diverse groups, in and around the community, to build a sustainable and equitable society.
</p>
<p>
<p><b>Tech Stack: </b>Node.js, Javascript, Html, css, Django, Python, Android, Core Java, Angular, React</p>
<b>Admin: Chathu Vishwajeet</b>
<br>
<b>Mentors: Dhruv Jain, Rahul Rana, T K Sourab, Tulika Tewari, Kirankumar Ambati</b>
<!-- <p><b>Tech Stack: </b></p>
<b>Admin:</b>
<br>
<i class="fa fa-github"></i>
<a href="https://github.com/sakshamsaxena/uzay" target="_blank"></a>-->
</p>
</div>
</div>
</div>
<div id="id04" class="w3-modal">
<div class="w3-modal-content">
<div class="w3-container" style="color: black">
<span onclick="document.getElementById('id04').style.display='none'" class="w3-button w3-display-topright">×</span>
<p>
<b>Description:</b> Kranti is a women's rights NGO that provides a healing home, comprehensive education and personalized opportunities to India’s socially disadvantaged young women in order to empower and equip them with the knowledge, skills, and confidence necessary to build fulfilling futures and become agents of positive change in the world. Where the basic human rights of every woman are recognized and striven for. Where her education grants her the agency and independence to control her own life. Where society’s value of her contribution instigates an enduring confidence and strength. Where this collective strength of India’s women ignites a generational empowerment, and provides every woman the opportunity to live up to her full potential intellectually, socially, spiritually, and physically.
</p>
<p>
<p><b>Tech Stack: </b>Node.js, Javascript, Html, css, Django, Python, Android, Core Java, Angular, React</p>
<b>Admin: Jayesh KR</b>
<br>
<b>Mentors: Gunjan Karamchandani, Pratul Kumar, Lalit Kumar, Avani Verma</b>
<!-- <p><b>Tech Stack: </b></p>
<b>Admin:</b>
<br>
<i class="fa fa-github"></i>
<a href="https://github.com/sakshamsaxena/uzay" target="_blank"></a>-->
</p>
</div>
</div>
</div>
<div id="id05" class="w3-modal">
<div class="w3-modal-content">
<div class="w3-container" style="color: black">
<span onclick="document.getElementById('id05').style.display='none'" class="w3-button w3-display-topright">×</span>
<p>
<b>Description:</b> Zero Gravity is the youth volunteer network of Dr. Shrikant Jichkar Foundation.It provides the youth of nation a platform to contribute something to the society and bring about a change they want to see in the world. It is a vibrant organization that has grown from 8 members to more than 180 volunteers .So far it has worked in areas of AIDS awareness , environmental awareness, nurturing inmates of orphanages as well as taking care of residents of Old Age Homes. It holds a notion that happiness and satisfaction is the ultimate purpose of human lives. Ever since it's inception their main motive has been to spread joy ,happiness and contentment to all associated with it.Through various campaigns,activities and events ,they have always endeavoured to achieve this aim of theirs. Their simple thought is “maximum happiness to maximum number of people”. So far they have succeeded to a great extent in bringing smiles on innocent faces and this is what motivates them to strive for more of it.
</p>
<p>
<p><b>Tech Stack: </b>Node.js, Javascript, Html, css, Django, Python, Android, Core Java, Angular, React</p>
<br>
<b>Admin: Anubha Maneshawar/>
</b>
<br>
<b>Mentors: Yashovardhan Agrawal, karmanya aggarwal, Abhishek Prasad, Arindam Das Modak</b>
<!--<br>
<i class="fa fa-github"></i>
<a href="https://github.com/sakshamsaxena/uzay" target="_blank"></a>
</p> -->
</div>
</div>
</div>
<div id="id06" class="w3-modal">
<div class="w3-modal-content">
<div class="w3-container" style="color: black">
<span onclick="document.getElementById('id06').style.display='none'" class="w3-button w3-display-topright">×</span>
<p>
<p>
<b>Description:</b> OpenChat is an Open Source messaging platform where people can send messages to anyone registered to this platform.</p>
<p><b>Tech Stack: </b>PHP, JavaScript, jQuery, HTML5, CSS3</p>
<p>
<b>Admin:</b> Ankit Jain
<br>
<i class="fa fa-github"></i>
<a href="https://github.com/ankitjain28may/openchat" target="_blank">@openchat</a>
</p>
<b>Mentors: Anoop Kumar Singh, Gowthamnarayanan S, Raghav Jajodia, Supun Wanniarachchi</b>
</div>
</div>
</div>
<div id="id07" class="w3-modal">
<div class="w3-modal-content">
<div class="w3-container" style="color: black">
<span onclick="document.getElementById('id07').style.display='none'" class="w3-button w3-display-topright">×</span>
<p>
<b>Description:</b> An interesting collection of surprising snippets and lesser-known Python features.</p>
<p><b>Tech Stack: </b>Python</p>
<p>
<b>Admin:</b> Satwik Kansal
<br>
<i class="fa fa-github"></i>
<a href="https://github.com/satwikkansal/wtfPython" target="_blank">@wtfPython</a>
</p>
<b>Mentors: Vipul Gupta, Ayush Priya, Aman Jain, Srijan Agarwal</b>
</div>
</div>
</div>
<div id="id08" class="w3-modal">
<div class="w3-modal-content">
<div class="w3-container" style="color: black">
<span onclick="document.getElementById('id08').style.display='none'" class="w3-button w3-display-topright">×</span>
<p>
<b>Description:</b> A natural language processing toolkit for Indian languages.</p>
<p><b>Tech Stack: </b>Python</p>
<p>
<b>Admin:</b> Samriddhi Sinha
<br>
<i class="fa fa-github"></i>
<a href="https://github.com/djokester/sangita" target="_blank">@sangita</a>
</p>
<b>Mentors: JOINAL AHMED, Uday Upreti, Pranjal Aswani, Ramit</b>
</div>
</div>
</div>
<div id="id09" class="w3-modal">
<div class="w3-modal-content">
<div class="w3-container" style="color: black">
<span onclick="document.getElementById('id09').style.display='none'" class="w3-button w3-display-topright">×</span>
<p>
<b>Description:</b> This is an android application. The primary aim for this is to convert images to PDF.</p>
<p><b>Tech Stack: </b>Java or Kotlin</p>
<p>
<b>Admin:</b> Swati Garg
<br>
<i class="fa fa-github"></i>
<a href="https://github.com/swati4star/Images-to-pdf" target="_blank">@Images-to-pdf</a>
</p>
<b>Mentors: Raghav Puri, Tanvi Dadu, Mili Sharma, Karanvir Singh</b>
</div>
</div>
</div>
<div id="id010" class="w3-modal">
<div class="w3-modal-content">
<div class="w3-container" style="color: black">
<span onclick="document.getElementById('id010').style.display='none'" class="w3-button w3-display-topright">×</span>
<p>
<b>Description:</b> A CLI to download, convert and send YouTube videos to several devices using Pushbullet.</p>
<p><b>Tech Stack: </b>Python</p>
<p>
<b>Admin:</b> Parth Verma
<br>
<i class="fa fa-github"></i>
<a href="https://github.com/Parth-Vader/MobOff" target="_blank">@MobOff</a>
</p>
<b>Mentors: Rajula Vineet Reddy, Prashant Nigam , Amar Prakash Pandey</b>
</div>
</div>
</div>
<div id="id011" class="w3-modal">
<div class="w3-modal-content">
<div class="w3-container" style="color: black">
<span onclick="document.getElementById('id010').style.display='none'" class="w3-button w3-display-topright">×</span>
<p>
<b>Description:</b> Slack app to upload shared images to Imgur to save space and share easily </p>
<p><b>Tech Stack: </b>Python</p>
<p>
<b>Admin:</b> Dibya Prakash Das
<br>
<i class="fa fa-github"></i>
<a href="https://github.com/dibyadas/imagery" target="_blank">@imagery</a>
</p>
<b>Mentors: Ashish Kumar Gaurav, Yash Sharma, Vibhav Agarwal</b>
</div>
</div>
</div>
<div id="id012" class="w3-modal">
<div class="w3-modal-content">
<div class="w3-container" style="color: black">
<span onclick="document.getElementById('id010').style.display='none'" class="w3-button w3-display-topright">×</span>
<p>
<b>Description:</b>B.E.N.J.I. or Brilliant and Efficient non-Javascript enabled Intelligence Systems is a digital assistant that would help you to control your computer by voice command. An open-source Alexa..imagine the possibilities!</p>
<p><b>Tech Stack: </b>Python</p>
<p>
<b>Admin:</b> Dhruv Apte
<br>
<i class="fa fa-github"></i>
<a href="https://github.com/the-ethan-hunt/B.E.N.J.I." target="_blank">@B.E.N.J.I.</a>
</p>
<b>Mentors: Dishant Sheth, Gagan Ganapathy, Shubham Patel, Sarah Masud</b>
</div>
</div>
</div>
<div id="id013" class="w3-modal">
<div class="w3-modal-content">
<div class="w3-container" style="color: black">
<span onclick="document.getElementById('id011').style.display='none'" class="w3-button w3-display-topright">×</span>
<p>
<b>Description: </b>Sugar Labs makes tools that learners use to explore, discover, create, and reflect. Sugar is both a desktop and a collection of Activities.
</p>
<p><b>Tech Stack: </b>Python, GTK+</p>
<p>
<b>Admin:</b> Yash Agrawal
<br>
<i class="fa fa-github"></i>
<a href="https://github.com/sugarlabs" target="_blank">@sugarlabs</a>
</p>
<b>Mentors: Aniq Ur Rahman, Shubhi Saxena,amaaniqbal</b>
</div>
</div>
</div>
<div id="id014" class="w3-modal">
<div class="w3-modal-content">
<div class="w3-container" style="color: black">
<span onclick="document.getElementById('id012').style.display='none'" class="w3-button w3-display-topright">×</span>
<p>
<b>Description:</b> Anna Assistant is AI assistant for Google Chrome, which allows you to do tasks like playing music, sending email, take screenshots, Open and Close websites, Ask directions, Post on twitter and many more features.</p>
<p><b>Tech Stack: </b>Dialogflow, JavaScript</p>
<p>
<b>Admin:</b> Gautham Santhosh
<br>
<i class="fa fa-github"></i>
<a href="https://github.com/Anna-Assistant/Anna" target="_blank">@Anna</a>
</p>
<b>Mentors: Umang Galaiya, Kanika Modi, Dhrubesh, Dravit Lochan</b>
</div>
</div>
</div>
<div id="id015" class="w3-modal">
<div class="w3-modal-content">
<div class="w3-container" style="color: black">
<span onclick="document.getElementById('id013').style.display='none'" class="w3-button w3-display-topright">×</span>
<p>
<b>Description:</b> Travel Mate is supposed to be a complete travel guide. The app provides solutions for every possible problem a traveller might face during the course of his or her entire journey.</p>
<p>
<p><b>Tech Stack: </b>Python3, Django, PostgreSQL, Heroku, Android</p>
<b>Admin:</b> Swati Garg , Prabhakar Gupta
<br>
<i class="fa fa-github"></i>
<a href="https://github.com/project-travel-mate" target="_blank">@project-travel-mate</a>
</p>
<b>Mentors: Rajat Kumar Gupta, Aman Bansal, Himanshu Awasthi</b>
</div>
</div>
</div>
<div id="id016" class="w3-modal">
<div class="w3-modal-content">
<div class="w3-container" style="color: black">
<span onclick="document.getElementById('id014').style.display='none'" class="w3-button w3-display-topright">×</span>
<p>
<b>Description:</b> Plots and analysis for facebook archive data.</p>
<p>
<p><b>Tech Stack: </b>Python</p>
<b>Admin:</b> Kaustubh Hiware
<br>
<i class="fa fa-github"></i>
<a href="https://github.com/kaustubhhiware/facebook-archive" target="_blank">@facebook-archive</a>
</p>
<b>Mentors: Anubhav Singh, Tushar Mittal, Roopal Jain, Farhaan Bukhsh</b>
</div>
</div>
</div>
<div id="id017" class="w3-modal">
<div class="w3-modal-content">
<div class="w3-container" style="color: black">
<span onclick="document.getElementById('id015').style.display='none'" class="w3-button w3-display-topright">×</span>
<p>
<b>Description:</b>Uzay is centered around serving a perfectly neutral content which supports both favourable and unfavourable thoughts and content for a user. It encourages a user to browse a personalised feed rather than being served a feed according to their personal comfortable preference. This behaviour has proved to be fairly unhealthy and partisan promoting, which was never the true intent of the Internet.</p>
<p>
<p><b>Tech Stack: </b>Node.js, MongoDB</p>
<b>Admin:</b> Saksham Saxena
<br>
<i class="fa fa-github"></i>
<a href="https://github.com/sakshamsaxena/uzay" target="_blank">@uzay</a>
</p>
<b>Mentors: Anshuman Verma, Aakash Rastogi</b>
</div>
</div>
</div>
<div id="id018" class="w3-modal">
<div class="w3-modal-content">
<div class="w3-container" style="color: black">
<span onclick="document.getElementById('id016').style.display='none'" class="w3-button w3-display-topright">×</span>
<p>
<b>Description:</b>First-timers-guide In the spirit of encouraging more people into open-source, first-timers-guide is a project to invite more and more people to write what they know about a certain computer science concept in a away another first-timer might understand. </p>
<p>
<p><b>Tech Stack: </b>Markdown</p>
<b>Admin:</b> Dhruv Apte
<br>
<i class="fa fa-github"></i>
<a href="https://github.com/the-ethan-hunt/first-timers-guide" target="_blank">@the-ethan-hunt</a>
</p>
<b>Mentors: Jaskirat Singh, Rashmi Nagpal</b>
</div>
</div>
</div>
<div id="id019" class="w3-modal">
<div class="w3-modal-content">
<div class="w3-container" style="color: black">
<span onclick="document.getElementById('id017').style.display='none'" class="w3-button w3-display-topright">×</span>
<p>
<b>Description:</b>It contains some useful codes, techniques, algorithms, data structure implementations and problem solutions helpful in Competitive Coding. It can help students prepare for competitive coding contests and also help them in learning new data structures and algorithms. C++ Should help students new to open source become familiar with it.</p>
<p>
<p><b>Tech Stack: </b>C++</p>
<b>Admin:</b> Sahil Bansal
<br>
<i class="fa fa-github"></i>
<a href="https://github.com/sahilbansal17/Competitive_Coding" target="_blank">@Competitive_Coding</a>
</p>
<b>Mentors: Vikas gola ,Aditya Agarwal, mayank408, Nakul Sabharwal</b>
</div>
</div>
</div>
<div id="id020" class="w3-modal">
<div class="w3-modal-content">
<div class="w3-container" style="color: black">
<span onclick="document.getElementById('id017').style.display='none'" class="w3-button w3-display-topright">×</span>
<p>
<b>Description:</b>Evolution of http://github.com/swapagarwal/JARVIS-on-Messenger. </p>
<p>
<p><b>Tech Stack: </b>Python</p>
<b>Admin:</b> Swapnil Agarwal
<br>
<i class="fa fa-github"></i>
<a href="https://github.com/the-vision/" target="_blank">@The Vision</a>
</p>
<b>Mentors: Prakhar srivastava,Anamika Tripathi</b>
</div>
</div>
</div>
</div>
<div class="container" id="sponsors">
<div class="section">
<h4 class="header section-heading center">Previous Sponsors</h4>
<h6 class="header left-align light section-text" style="margin-bottom:30px;">Sponsors make it possible for Girlscript Summer Of Code to provide the perks for participants. Their generous donations
allow students to participate in the program and focus on learning. Sponsors receive a great deal of publicity and
exposure as a result of the program. So register to be a sponsor today!</h6>
<div class="row center">
<div class="col m12 s12 center" style="margin-top: 40px; padding-bottom: 30px;">
<a href="https://ith.tech/" target="_blank">
<img src="images/sponsor/ith.png" width="100%">
<p style="margin-top:3vw">Title Sponsor</p>
</a>
</div>
</div>
<div class="row">
<div class="col m12 s12 center" style="margin-top: 20px; padding-bottom: 30px;">
<a href="https://codingblocks.com/" target="_blank">
<img src="images/sponsor/cb.png" width="50%">
<p>Powered By</p>
</a>
</div>
</div>
<div class="row">
<div class="col m4 s12 center" style="margin-top: 20px; padding-bottom: 30px;">
<a href="https://balsamiq.com/" target="_blank">
<img src="images/sponsor/balsamiq.png" width="70%">
<p>Bronze Sponsor</p>
</a>
</div>
<div class="col m4 s12 center" style=" padding-bottom: 30px;">
<a href="https://www.elastic.co/" target="_blank">
<img src="images/sponsor/elastic.png" width="100%">
<p style="margin-top:3.5vw">Bronze Sponsor</p>
</a>
</div>
<div class="col m4 s12 center" style="margin-top: 20px; padding-bottom: 30px;">
<a href="https://github.com/" target="_blank">
<img src="images/sponsor/github.png" width="80%">
<p style="margin-top:3.5vw">Platform Partner</p>
</a>
</div>
</div>
<div class="row">
<div class="col m4 s12 center">
<a href="https://medium.com/paytm-build-for-india" target="_blank">
<img src="images/sponsor/paytmbfi.png" width="80%">
<p style="margin-top:2vw">Incubation Partner</p>
</a>
</div>
<div class="col m4 s12 center" style="margin-top: 50px; padding-bottom: 30px;">
<a href="https://www.techgig.com/" target="_blank">
<img src="images/sponsor/techgig.png" width="50%">
<p style="margin-top:4vw">Online Media Partner</p>
</a>
</div>
<div class="col m4 s12 center" style="margin-bottom: 10px;">
<a href="http://www.freeflo.tech/" target="_blank">
<img src="images/sponsor/freeflo.png" width="100%">
<p>Stationary Sponsor</p>
</a>
</div>
</div>
<div class="row">
<div class="col m4 s12 center" style="padding-bottom: 30px;">
<a href="https://www.sketchapp.com/" target="_blank">
<img src="images/sponsor/Sketch.png" width="50%">
<p>Swag Sponsor</p>
</a>
</div>
<div class="col m4 s12 center" style="padding-bottom: 30px;">
<a href="https://challengerocket.com/" target="_blank">
<img src="images/sponsor/challengerocket.png" width="80%">
<p></p>
</a>
</div>
<div class="col m4 s12 center" style="margin-top: 20px; padding-bottom: 30px;">
<a href="https://www.jetbrains.com/" target="_blank">
<img src="images/sponsor/Jetbrains.png" width="40%">
<p>Inkind Partner</p>
</a>
</div>
</div>
</div>
<div class="row center">
<a class="waves-effect waves-light btn-large orange" href="https://drive.google.com/file/d/1PxzBeRs_YwbxoPCdO35b61l_Y17fKUFQ/view?usp=sharing" target="_blank">Sponsor Us</a>
</div>
</div>
<section id="testimonials">
<h4 class="header section-heading center">What our Alma mater has to say</h4>
<div class="testimonial">
<div class="card">
<div class="layer"></div>
<div class="content">
<p><i>“GirlScript Summer of Code was just an idea to help clueless beginners in open source. We never expected 1000 participants from 4 countries but it happened and we successfully completed it. The program also helped some NGOs to get their projects built without spending any money and therefore we created an impact. Although, there were some flaws in first edition, we are coming again in 2019 with corrections and additions!”</i>
</p>
<div class="image"><img src="images/review/Anubha.jpg" alt="avatar">
</div>
<div class="details">
<h2>Anubha Maneshwar</h2>
<br> <span>Founder</span>
</div>
</div>
</div>
<div class="card">
<div class="layer"></div>
<div class="content">
<p><i>“Being associated with GSSoC'18 was one amazing experience. Working with a wonderful team on this 3- month long program gave me countless memories and learning. Working towards encouraging new-comers dive into open-source gave immense satisfaction. All this has encouraged me to contribute to GSSoC'19 with greater enthusiasm.”</i></p>
<div class="image"><img src="images/review/Akshita.jpg" alt="avatar">
</div>
<div class="details">
<h2>Akshita Aggarwal</h2>
<br> <span>Operations Lead</span>
</div>
</div>
</div>
<div class="card">
<div class="layer"></div>
<div class="content">
<p><i>“Being the part of organising team of GSSoC is one of the best things that happened to me this year. GSSoC for me was perfect blend of passion and giving back to the community. Kudos to GirlScript foundation for this amazing initiative. I believe GSSoC will go long way and hope to stay connected with it for years to come.”</i>
</p>
<div class="image"><img src="images/review/Aakanksha.jpg" alt="avatar">
</div>
<div class="details">
<h2>Aakanksha Jain</h2>
<br> <span>Project Lead</span>
</div>
</div>
</div>
</div>
<div class="row center">
<a class="waves-effect waves-light btn-large orange" href="review.html">Know More</a>
</div>
</section>
<!--================================ FOOTER v2 ================================-->
<div id="footer"></div>
<!--================================ FOOTER v2 end ================================-->
<!-- Scripts-->
<script>
/* Loop through all dropdown buttons to toggle between hiding and showing its dropdown content - This allows the user to have multiple dropdowns without any conflict */
var dropdown = document.getElementsByClassName("dropdown-btn");
var i;
var newId, modal;
for (i = 0; i < dropdown.length; i++) {
dropdown[i].addEventListener("click", function() {
this.classList.toggle("active");
var dropdownContent = this.nextElementSibling;
if (dropdownContent.style.display === "block") {
dropdownContent.style.display = "none";
} else {
dropdownContent.style.display = "block";
}
});
}
displayModal = function(id) {
newId = 'id0' + id;
document.getElementById(newId).style.display = 'block';
modal = document.getElementById(newId)
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
AOS.init({
duration: 1000,
})
</script>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/common/materialize.js"></script>
<script src="js/common/init.js"></script>
</body>
</html>