-
Notifications
You must be signed in to change notification settings - Fork 48
/
review.html
241 lines (211 loc) · 12.1 KB
/
review.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
<!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>Review | 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/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 id="testimonials">
<h4 class="header section-heading center">From our Organisers</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>
<h4 class="header section-heading center">From the Mentors' Pen</h4>
<div class="testimonial">
<div class="card">
<div class="layer"></div>
<div class="content">
<p><i>“I was admin of two open source projects in GSSoC'18. An amazing experience. A number of enthusiastic participants! More than 250 issues were fixed & merged in a span of just 2 months! The application was also trending #6 on Google Playstore. Looking forward to GSSoC'19 :)”</i>
</p>
<div class="image"><img src="images/review/Swati.jpg" alt="avatar">
</div>
<div class="details">
<h2>Swati Garg</h2> <br> <span>Mentor</span>
</div>
</div>
</div>
<div class="card">
<div class="layer"></div>
<div class="content">
<p><i>“GSSoC is an amazing opportunity for budding engineers to collaborate, co-learn and contribute towards projects. As a mentor, I was astonished at the energy and time students dedicated for the cause, developers choose their own projects, build with their own vision and were able to compete with peers.”</i>
</p>
<div class="image"><img src="images/review/vishwaraj.jpg" alt="avatar">
</div>
<div class="details">
<h2>Vishwaraj Anand</h2> <br> <span>Mentor</span>
</div>
</div>
</div>
<div class="card">
<div class="layer"></div>
<div class="content">
<p><i>“GSSoC was my first and, till now, best mentoring experience; the program is wisely catered for the growth of participants as well as mentors. A lot of projects were upscaled during the 2018 edition, seeing the participation of some really skilled students.”</i>
</p>
<div class="image"><img src="images/review/Shivam.jpg" alt="avatar">
</div>
<div class="details">
<h2>Shivam Kumar Jha</h2> <br> <span>Mentor</span>
</div>
</div>
</div>
</div>
<h4 class="header section-heading center">Hear from our participants</h4>
<div class="testimonial">
<div class="card">
<div class="layer"></div>
<div class="content">
<p><i>“I would like to thank GirlScript Foundation for organizing this program and also my mentor for being very active and helpful. I got to learn so many things about Git as well as Android even though I wasn’t just starting out with Git and Android and also thanks for making me write my first blog article.”</i>
</p>
<div class="image"><img src="images/review/vyankatesh.jpg" alt="avatar">
</div>
<div class="details">
<h2>Vyankatesh Barde </h2> <br> <span>Participants</span>
</div>
</div>
</div>
<div class="card">
<div class="layer"></div>
<div class="content">
<p><i>“I began my open source journey through GSSoC’18 and it has been a wonderful ride since then. GSSoC provided me the opportunity to be mentored by some amazing people and work on real world projects.Not only did I improve my technical skills, but I also got to network with smart people from whom I get to learn so much. Thank you Girlscript for this incredible experience!”</i>
</p>
<div class="image"><img src="images/review/Aayushi.jpg" alt="avatar">
</div>
<div class="details">
<h2>Aayushi Nigam </h2> <br> <span>Participants</span>
</div>
</div>
</div>
<div class="card">
<div class="layer"></div>
<div class="content">
<p><i>“A big shout out to GirlScript Foundation and the mentors for organizing this program.GSSoC is one of the best ways to start Open Source development.I got a chance to get mentored by some of the best software developers from tech giants. I was mentored by Adobe and Amazon developer and the GSSoC tag, that will benefit you immensely with all your job hunts and internships.”</i>
</p>
<div class="image"><img src="images/review/syed.jpg" alt="avatar">
</div>
<div class="details">
<h2>Syed Jahangir Peeran</h2> <br> <span>Participants</span>
</div>
</div>
</div>
</div>
</section>
<!--================================ FOOTER v2 ================================-->
<div id="footer"></div>
<!--================================ FOOTER v2 end ================================-->
<!-- SCRIPTS -->
</body>
</html>