-
Notifications
You must be signed in to change notification settings - Fork 48
/
schedule.html
289 lines (268 loc) · 11.8 KB
/
schedule.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
<!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>Schedule | GirlScript Foundation India</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="Team | GirlScript Summer of Code 2021" />
<meta name="og:url" content="https://gssoc.tech/" />
<meta name="og:image" content="images/favicon/favicon.png" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- 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">
<!-- CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<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/style.css">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<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/team.css"> <!-- only for this page -->
<!-- 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="resource/2021/data_team.js"></script> <!-- only for this page -->
<script src="js/team.js" defer></script> <!-- only for this page -->
<!-- Tracking code -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-134247465-1"></script>
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-134247465-1');
</script>
</head>
<body>
<!--================================ NAV v2 ================================-->
<div id="header"></div>
<!--================================ NAV v2 end ================================-->
<h2 class="section-heading center" style="color: white;
margin-top: 150px;
margin-bottom: -70px;
">
<b>Schedule For GSSOC'21</b>
</h2>
<section id="schedule">
<div class="wrapper">
<div class="center-line">
<a href="#" class="scroll-icon"><i class="fas fa-caret-up"></i></a>
</div>
<!-- <div class="row row-1" data-aos="zoom-out-up">
<section>
<i class="icon fas fa-star"></i>
<div class="details">
<span class="title" style=" color : #fca457">Deadline to upload <br> the Signed Guidelines doc</span>
<span>28th February</span>
</div>
<p>
The deadline for submitting the Signed Guidelines doc has been extended.
The participants can now upload the
Signed Guidelines doc before 11:59 PM on 28th February 2021.</p>
<div class="bottom"> -->
<!-- <a href="#">Read more</a> -->
<!-- <i>- GSSOC'2021</i>
</div>
</section>
</div>
<div class="row row-2" data-aos="zoom-out-up">
<section>
<i class="icon fas fa-rocket"></i>
<div class="details">
<span class="title" style=" color : #fca457">Removal of participants from Discord</span>
<span>1st March - 3rd March</span>
</div>
<p>
Those who will fail to upload the Signed Guidelines doc will be removed from the Discord server.
</p>
<div class="bottom"> -->
<!-- <a href="#">Read more</a> -->
<!-- <i>- GSSOC'2021</i>
</div>
</section>
</div> -->
<div class="row row-1" data-aos="zoom-out-up">
<section>
<i class="icon fas fa-home"></i>
<div class="details">
<span class="title" style="color: #fca457;">
Project Assignment to Mentors
</span>
<span>
4th March - 5th March
</span>
</div>
<p>
The project assignment to the mentors will be finalized.
</p>
<div class="bottom">
<!-- <a href="#">Read more</a> -->
<i>- GSSOC'2021</i>
</div>
</section>
</div>
<div class="row row-2" data-aos="zoom-out-up">
<section>
<i class="icon fas fa-globe"></i>
<div class="details">
<span class="title" style=" color : #fca457;">First Phase of Contribution Starts</span>
<span>
8th March
</span>
</div>
<p>
This day marks the beginning of the 3-month journey.
All the projects will be open during March. All the participants can
contribute to the development of any of the projects.
</p>
<div class="bottom">
<!-- <a href="#">Read more</a> -->
<i>- GSSOC'2021</i>
</div>
</section>
</div>
<div class="row row-1" data-aos="zoom-out-up">
<section>
<i class="icon fas fa-paper-plane"></i>
<div class="details">
<span class="title" style=" color : #fca457;">
The leaderboard will be open.
</span>
<span>
10th March
</span>
</div>
<p>
The leaderboard displays the points of every participant. It will be made
visible to the community from this day onwards.
</p>
<div class="bottom">
<!-- <a href="#">Read more</a> -->
<i>- GSSOC'2021</i>
</div>
</section>
</div>
<div class="row row-2" data-aos="zoom-out-up">
<section>
<i class="icon fas fa-map-marker-alt"></i>
<div class="details">
<span class="title" style=" color : #fca457;">
The Community Bonding sessions
</span>
<span>
10th March - 12th March
</span>
</div>
<p>
During the sessions, the participants will get the opportunity to bond with their
teammates and mentors. We will also conduct several workshops to help the participants
get started with their open source journey and
also in building their profile.
</p>
<div class="bottom">
<!-- <a href="#">Read more</a> -->
<i>- GSSOC'2021</i>
</div>
</section>
</div>
<div class="row row-1" data-aos="zoom-out-up">
<section>
<i class="icon fas fa-mobile"></i>
<div class="details">
<span class="title" style=" color : #fca457;">
Personalized allotment of projects to the participants
</span>
<span>
1st April
</span>
</div>
<p>
The participants will be permitted to join any one project of their choice. The
organizing committee will take note of the preference of every participant
and allot the most suitable project to everyone.
</p>
<div class="bottom">
<!-- <a href="#">Read more</a> -->
<i>- GSSOC'2021</i>
</div>
</section>
</div>
<div class="row row-2" data-aos="zoom-out-up">
<section>
<i class="icon fas fa fa-beer"></i>
<div class="details">
<span class="title" style=" color : #fca457;">
Coding period ends
</span>
<span> 31st May </span>
</div>
<p>
This day marks the end of the 3-month journey.
</p>
<div class="bottom">
<!-- <a href="#">Read more</a> -->
<i>- GSSOC'2021</i>
</div>
</section>
</div>
<div class="row row-1" data-aos="zoom-out-up">
<section>
<i class="icon fas fa fa-bullhorn"></i>
<div class="details">
<span class="title" style=" color : #fca457">
Results will be declared.
</span>
<span>
2nd week of June
</span>
</div>
<p>
In the 2nd week of June, the results of GSSOC’21 will be declared.
</p>
<div class="bottom">
<!-- <a href="#">Read more</a> -->
<i>- GSSOC'2021</i>
</div>
</section>
</div>
</div>
</section>
<!--================================ FOOTER v2 ================================-->
<div id="footer"></div>
<!--================================ FOOTER v2 end ================================-->
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>