-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
655 lines (633 loc) · 24.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="./css/home.css" />
<link
rel="shortcut icon"
href="./assets/gwoc_smallweb.png"
type="image/x-icon"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
/>
<title>GirlScript Winter of Contributing</title>
<meta
name="description"
content="GirlScript Winter of Contributing is a
three-month programme run by the
GirlScript Foundation during the winters
with the purpose of empowering people to
share their knowledge and ideas in order
to improve technical abilities and gain
valuable experience in the field of tech
education. Throughout the programme,
participants contribute to a variety of
themes under the supervision of an
expert facilitator"
/>
<!-- META -->
<meta name="application-name" content="GirlScript Foundation India" />
<meta name="author" content="GirlScript Winter of Contributing" />
<meta
name="msapplication-tooltip"
content="GirlScript Winter of Contributing is a
three-month programme run by the
GirlScript Foundation during the winters
with the purpose of empowering people to
share their knowledge and ideas in order
to improve technical abilities and gain
valuable experience in the field of tech
education."
/>
<meta
name="apple-mobile-web-app-title"
content="GirlScript Winter of Contributing"
/>
<meta name="og:site_name" content="gwoc.tech" />
<meta name="og:title" content="GirlScript Winter of Contributing" />
<meta name="og:url" content="https://gwoc.girlscript.tech/" />
<meta name="og:image" content="assets/gwoc_smallweb.png" />
</head>
<body>
<div class="container">
<!-- Header -->
<header id="header">
<a href="#" class="logo"
><img src="./assets/gwoc_logo_forweb.png" alt="logo" srcset=""
/></a>
<div id="menu" class="fas fa-bars"></div>
<nav class="navbar">
<a href="#">Home</a>
<a href="./pages/about.html">About</a>
<a href="#register">Register</a>
<a href="#contact">Contact</a>
<a href="pages/team.html">Team</a>
</nav>
</header>
<!-- Home -->
<section class="home" style="background-image: url('./assets/2.png'); background-repeat: no-repeat; background-size: cover;">
<div class="content">
<h3>
OPEN SOURCE IS ALL ABOUT GIVING BACK TO THE COMMUNITY AND
GWOC IS THE HEART OF IT.
</h3>
</div>
<div class="illustration">
<!-- <img class="img-fluid w-80 d-none d-sm-block" src="./assets/gwoc_smallweb.png" alt="icon" /> -->
<img src="./assets/home.png" />
</div>
</section>
<!-- About GirlScript section -->
<section id="about-gs" class="about">
<div class="about-info">
<div class="about-heading heading">
About <span>Girl</span><span>Script</span>
</div>
<div class="about-content">
<p>
<span>GirlScript</span> is a non-profit organization that
encourages diversity in technical education by providing
reservations for women and underrepresented groups in society.It
started as a project but eventually gained enormous momentum to
become India's First and Biggest Technical Community.
</p>
<p>
Our reach spreads across 64 cities in India and 4 international
chapters within 4.5 years only. Furthermore, GirlScript has
impacted the lives of over 65000+ students.We aim to not only help
establish gender equality in the technical domains but also
revolutionize the lives of the individuals who wish to learn and
develop in tech.
</p>
</div>
</div>
<div class="logo">
<img src="./assets/GsLogo_White (1).png" alt="gs-logo" />
</div>
</section>
<!-- About GWOC section -->
<a name="about">
<section id="about-gwoc" class="about">
<div class="gwoc-logo">
<img src="./assets/about_gwoc.png" alt="gs-logo" />
</div>
<div class="about-info">
<div class="about-heading heading">About <span>GWOC</span></div>
<div class="about-content">
<p>
<span>GirlScript Winter of Contributing</span> is a
<span>three-month</span> newly established initiative by
<span>GirlScript Foundation</span> to be conducted during winters.
GWOC encourages individuals
to share their knowledge and ideas to
develop technical skills and gain valuable
experience in the field of tech education.
Over the course of the program, participants
can contribute to a variety of themes under
the guidance of an expert facilitator.
</p>
</div>
</div>
</section>
</a>
<!-- Registration section -->
<a name="register">
<section id="registration">
<div class="heading" id="registration-heading">Registrations</div>
<div id="contributors" class="registration-box">
<h3>Contributors</h3>
<p>
Whether you're a newbie or a seasoned pro, GirlScript Winter of
Contributing will give you a taste of what it's like to contribute
to a content repository. For three months, you will work on your
selected domains under the supervision of experienced
supervisors<span
>You can register here for GWoC 2021 as a contributor.</span
>
</p>
<button
class="register-button"
onclick=" window.open('https://docs.google.com/forms/d/18IwXHX0FwFM0XlEZjB_YuqjadBgxn6qmV_PqGg2xEY4/edit?usp=drivesdk', '_blank');"
>
REGISTER NOW
</button>
</div>
<div id="supervisors" class="registration-box">
<h3>Supervisiors</h3>
<p>
Supervisors are experts in the Open Source project on which the
team is currently working.At the commencement of the program, they
will provide project roadmap, and will also be available to
evaluate pull requests,assist with concepts,encourage the team
throughout the program.
<span
>To be a supervisor at GWoC 2021, fill out the form below.</span
>
</p>
<button
class="register-button"
onclick=" window.open('https://docs.google.com/forms/d/1gEBbpy8OYGXpnNvzJYFZNiMgQZ8CS8PW-OUnsRAE3pQ/edit?usp=drivesdk', '_blank');"
>
REGISTER NOW
</button>
</div>
<div id="project-managers" class="registration-box">
<h3>Mentors</h3>
<p>
Mentors will offer assistance to the contributors. They will be
available to contribute to Github,assist contributors in creating
content, answer questions, manage the subject repository, and
provide generally assistance to contributors throughout the
winter.
<span>To be a mentor at GWoC 2021, fill out the form below.</span>
</p>
<button
class="register-button"
onclick=" window.open('https://docs.google.com/forms/d/1PHhYcMQpD0wYUQuIUZZNSapqh01xJycUQimXWww7oFU/edit?usp=drivesdk', '_blank');"
>
REGISTER NOW
</button>
</div>
</section>
</a>
<!-- Structure -->
<section id="structure" class="about">
<div class="about-info">
<div class="about-heading heading">
How Does It <span>Work?</span>
</div>
<div class="stru-content">
<p>
The entire programme is divided into three primary contribution
sections, with each contributor responsible for submitting their
work under the supervision of supervisors who are in charge of
making valid github commits.
</p>
<p>
Each person is free to participate in whatever way they see fit.
They can help in any of the following three ways:
<strong>Documentation, Audio and Video.</strong> Special prizes
would be given for the multilingual category Video editors will be
assigned to each team to edit the video and audio.
</p>
</div>
<div class="structure-container">
<div class="structure-card">
<div class="structure-box">
<div class="structure-content">
<h2 id="doc">Documentation</h2>
<ul>
<li>1. Content such as codes or tutorials</li>
<li>2. Preferred language should be English</li>
<li>3. Accepted via Google Colab</li>
<li>4. Clear,Consise and Complete</li>
</ul>
</div>
</div>
</div>
<div class="structure-card">
<div class="structure-box">
<div class="structure-content">
<h2>Video</h2>
<ul>
<li>
1. Animations,screen-recordings,presentations and regular
explanatory films are all possibilties
</li>
<li>2. Video length should not exceed more than 25 min</li>
<li>3. Presentable and Clear</li>
<li>4. Accepted via Google drive link</li>
</ul>
</div>
</div>
</div>
<div class="structure-card">
<div class="structure-box">
<div class="structure-content">
<h2 style="padding-bottom: 4.8px">Audio</h2>
<ul>
<li>1. Should be in mp3 format</li>
<li>2. Includes speech clarity,concise ,low distortion</li>
<li>
3. Presentation can also be submitted along with
audio[Optional]
</li>
<li>4. Accepted via Google drive</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- SCHEDULE TIMELINE -->
<section id="timeline">
<div id="timeline-heading">Schedule</div>
<div id="timeline-container" id="event1">
<div class="event-container left">
<div class="container-dates">
<h3>1<sup>st</sup> August 2021</h3>
<p>REGISTRATION OPENS</p>
</div>
<div class="container-content">
<p>
Registration begins for contributors, supervisors and
contributors
</p>
</div>
</div>
<div class="event-container right" id="event2">
<div class="container-dates">
<h3>15<sup>th</sup> August 2021</h3>
<p>REGISTRATION CLOSES</p>
</div>
<div class="container-content">
<p>
Registration closes for supervisors, mentors and contributors
</p>
</div>
</div>
<div class="event-container left" id="event3">
<div class="container-dates">
<h3>20<sup>th</sup> August 2021</h3>
<p>SELECTION FOR MENTORS</p>
</div>
<div class="container-content">
<p>Selection mails will be sent to the selected mentors.</p>
</div>
</div>
<div class="event-container right" id="event4">
<div class="container-dates">
<h3>25<sup>th</sup> August 2021</h3>
<p>SELECTION FOR CONTRIBUTORS</p>
</div>
<div class="container-content">
<p>Selection mails will be sent to the selected contributors.</p>
</div>
</div>
<div class="event-container left" id="event5">
<div class="container-dates">
<h3>30<sup>th</sup> August 2021</h3>
<p>TOPIC ASSIGNMENT</p>
</div>
<div class="container-content">
<p>Topics to be assigned to the contributors by the mentors.</p>
</div>
</div>
<div class="event-container right" id="event6">
<div class="container-dates">
<h3>1<sup>st</sup> September 2021</h3>
<p>CONTRIBUTION BEGINS</p>
</div>
<div class="container-content">
<p>Contributing period begins.</p>
</div>
</div>
<div class="event-container left" id="event7">
<div class="container-dates">
<h3>2<sup>nd</sup> - 5 <sup>th</sup> September 2021</h3>
<p>GIT & GITHUB WORKSHOP</p>
</div>
<div class="container-content">
<p>A virtual worshop on Git and Github.</p>
</div>
</div>
<div class="event-container right" id="event8">
<div class="container-dates">
<h3>1<sup>st</sup> December 2021</h3>
<p>CONTRIBUTION ENDS</p>
</div>
<div class="container-content">
<p>Contributing period comes to an end.</p>
</div>
</div>
</div>
</section>
<!-- FAQ -->
<section id="questions" class="p-8">
<div class="container faq" >
<h1
id="timeline-heading"
>
FAQs
</h1>
<div class="accordion accordion-flush" id="accordionFlushExample">
<!-- 1 -->
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne">
<button
class="accordion-button collapsed fs-3"
type="button"
data-bs-toggle="collapse"
data-bs-target="#flush-collapseOne"
aria-expanded="false"
aria-controls="flush-collapseOne"
>
Will a beginner, with absolutely no knowledge of GitHub, gain
anything fruitful?
</button>
</h2>
<div
id="flush-collapseOne"
class="accordion-collapse collapse fs-4"
aria-labelledby="flush-headingOne"
data-bs-parent="#questions"
>
<div class="accordion-body">
<strong>Yes, absolutely.</strong> The organization's goal is
to help newcomers advance in the area of technology. We'll
have sub-tasks ideal for both novices and award winners,
ensuring that each and every contributor learns something new
from the topics to which he or she contributes.
</div>
</div>
</div>
<br>
<!-- 2 -->
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingTwo">
<button
class="accordion-button collapsed fs-3"
type="button"
data-bs-toggle="collapse"
data-bs-target="#flush-collapseTwo"
aria-expanded="false"
aria-controls="flush-collapseTwo"
>
Is there any registration fee?
</button>
</h2>
<div
id="flush-collapseTwo"
class="accordion-collapse collapse fs-4"
aria-labelledby="flush-headingTwo"
data-bs-parent="#questions"
>
<div class="accordion-body">
No, there are no fees associated with participation. It is
completely free of charge.
</div>
</div>
</div>
<br>
<!-- 3 -->
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingThree">
<button
class="accordion-button collapsed fs-3"
type="button"
data-bs-toggle="collapse"
data-bs-target="#flush-collapseThree"
aria-expanded="false"
aria-controls="flush-collapseThree"
>
Any age limit for participation?
</button>
</h2>
<div
id="flush-collapseThree"
class="accordion-collapse collapse fs-4"
aria-labelledby="flush-headingThree"
data-bs-parent="#questions"
>
<div class="accordion-body">
No, there is no upper age limit for GWoC participants. It is
open to everyone.
</div>
</div>
</div>
<br>
<!-- 4 -->
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingFour">
<button
class="accordion-button collapsed fs-3"
type="button"
data-bs-toggle="collapse"
data-bs-target="#flush-collapseFour"
aria-expanded="false"
aria-controls="flush-collapseFour"
>
How will we receive the prizes (if won) and certificates?
</button>
</h2>
<div
id="flush-collapseFour"
class="accordion-collapse collapse fs-4"
aria-labelledby="flush-headingFour"
data-bs-parent="#questions"
>
<div class="accordion-body">
The digital certificate will be distributed to all deserving
contributors. The reward money will be deposited into all of
the top contributor's bank accounts. After the event, we'll
send you an email with the bank account information.
</div>
</div>
</div>
<br>
<!-- 5 -->
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingFive">
<button
class="accordion-button collapsed fs-3"
type="button"
data-bs-toggle="collapse"
data-bs-target="#flush-collapseFive"
aria-expanded="false"
aria-controls="flush-collapseFive"
>
By what time will the result come?
</button>
</h2>
<div
id="flush-collapseFive"
class="accordion-collapse collapse fs-4"
aria-labelledby="flush-headingFive"
data-bs-parent="#questions"
>
<div class="accordion-body">
In the first week of January, the results will be announced.
</div>
</div>
</div>
<br>
<!-- 6 -->
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingSix">
<button
class="accordion-button collapsed fs-3"
type="button"
data-bs-toggle="collapse"
data-bs-target="#flush-collapseSix"
aria-expanded="false"
aria-controls="flush-collapseSix"
>
What minimum conditions should the project satisfy?
</button>
</h2>
<div
id="flush-collapseSix"
class="accordion-collapse collapse fs-4"
aria-labelledby="flush-headingSix"
data-bs-parent="#questions"
>
<div class="accordion-body">
There are no such requirements that the content repository
must meet. Mentors and Admins can suggest a proposal in any
sector in which they have specific knowledge.
</div>
</div>
</div>
</div>
</div>
<button class="faq-button">
<a href="pages/faq.html" style="text-decoration: none; color: white"
>More FAQs</a
>
</button>
</section>
<!-- Footer section -->
<section id="contact" class="footer">
<!-- <div class="footerkalogo">
<a href="#" class="logo"
><img src="./assets/gwoc_logo_forweb.png" alt="logo"
/></a>
</div> -->
<div class="box-container">
<div class="box">
<h3>About Us</h3>
<p>
GirlScript Winter of Contributing, a three-month enthusiastic program organized by GirlScript Foundation with the goal
of creating the world's largest multilingual content repository that is open for everyone.
</p>
</div>
<div class="box">
<h3>Quick Links</h3>
<a href="#questions">FAQs</a>
<a href="#register">Register</a>
<a href="pages/codeofconduct.html"
>Code Of Conduct</a
>
</div>
<div class="social1">
<h3 class="contact">Contact Us</h3>
<div class="email">
<a
href="mailto:[email protected]"
target="_blank"
title="Mail"
><i class="far fa-envelope" style="font-size: 28px"></i
></a>
<p>[email protected]</p>
</div>
<ul class="social-media1">
<li class="sm1">
<a
href="https://www.facebook.com/girlscriptwinterofcontributing"
target="_blank"
title="Facebook"
><i class="fab fa-facebook" style="font-size: 28px"></i
></a>
</li>
<li class="sm1">
<a
href="https://twitter.com/girlscriptwoc"
target="_blank"
title="Twitter"
><i class="fab fa-twitter" style="font-size: 28px"></i
></a>
</li>
<li class="sm1">
<a
href="https://www.instagram.com/girlscriptwinterofcontributing/"
target="_blank"
title="Instagram"
><i class="fab fa-instagram" style="font-size: 28px"></i
></a>
</li>
<li class="sm1">
<a
href="https://www.linkedin.com/company/girlscript-winter-of-contributing/"
target="_blank"
title="Linkedin"
><i class="fab fa-linkedin-in" style="font-size: 28px"></i
></a>
</li>
<!-- <li class="sm1">
<a
href="mailto:[email protected]"
target="_blank"
title="Mail"
><i class="far fa-envelope" style="font-size: 28px"></i
></a>
</li> -->
</ul>
</div>
</div>
<div class="credit">
Created with 💗 by <span>GirlScript Winter of Contributing</span>
</div>
<p class="credit-end">
Copyright © 2021 GirlScript Foundation. All rights reserved.
</p>
</section>
</div>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
<script src="./js/home.js"></script>
</body>
</html>