-
-
Notifications
You must be signed in to change notification settings - Fork 73
/
index.html
895 lines (822 loc) · 48.9 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
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Swiper CSS -->
<link rel="stylesheet" href="Resources/swiper/swiper-bundle.min.css">
<link rel="stylesheet" href="styles.css">
<script src="https://kit.fontawesome.com/a43ef1b1c0.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+"
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.6.1.min.js"
integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>
<!-- TypedJS script -->
<script src="Resources/typed/typed.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GirlScript Asansol</title>
<link rel="icon" type="image/x-icon" href="/Assets/asn-logo-modified.png">
</head>
<script>
const handleClose = () => {
var d = document.getElementById("close");
console.log("clicked", d)
d.style.height = 0;
}
const show1 = () => {
var d = document.getElementById("show1");
var down = document.getElementById("down1");
var cross = document.getElementById("cross1");
var col = document.getElementById("faq1");
if (d.style.display === "block") {
d.style.display = "none";
down.style.display = "block";
cross.style.display = "none";
col.style.backgroundColor = "rgb(243,242,198)";
} else {
d.style.display = "block";
down.style.display = "none";
cross.style.display = "block";
col.style.backgroundColor = "rgb(238, 149, 90)";
}
}
const show2 = () => {
var d = document.getElementById("show2");
var down = document.getElementById("down2");
var cross = document.getElementById("cross2");
var col = document.getElementById("faq2");
if (d.style.display === "block") {
d.style.display = "none";
down.style.display = "block";
cross.style.display = "none";
col.style.backgroundColor = "rgb(243,242,198)";
} else {
d.style.display = "block";
down.style.display = "none";
cross.style.display = "block";
col.style.backgroundColor = "rgb(238, 149, 90)";
}
}
const show3 = () => {
var d = document.getElementById("show3");
var down = document.getElementById("down3");
var cross = document.getElementById("cross3");
var col = document.getElementById("faq3");
if (d.style.display === "block") {
d.style.display = "none";
down.style.display = "block";
cross.style.display = "none";
col.style.backgroundColor = "rgb(243,242,198)";
} else {
d.style.display = "block";
down.style.display = "none";
cross.style.display = "block";
col.style.backgroundColor = "rgb(238, 149, 90)";
}
}
</script>
<body>
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fa-solid fa-arrow-up"></i></button>
<div class="loader"></div>
<div id="web-contents">
<!-- Dismissable notification bar -->
<div class="notif-bar-btn" id="close">
<div style="display: flex;width:73%;align-items: center; justify-content: center;">
<!--To center only the text and the button-->
<div style="margin-right: 1rem;">Join us on Discord!</div>
<a href="https://discord.gg/vYSspBkgNc"><button class="button-61" role="button">Join
Discord</button></a>
<!--Material UI button added-->
</div>
<div style="position:absolute; right: 10px">
<i class="fa fa-remove" style="cursor: pointer;font-size: 1.3rem;" onclick="handleClose()"></i>
</div>
</div>
<!--Navbar section goes here-->
<nav class="gs-navbar">
<!--logo-->
<img src="https://avatars.githubusercontent.com/u/104223990?v=4" alt="logo" onclick="location.href='index.html'" style="cursor:pointer;">
<!--name of the community added beside the logo-->
<div class="name" onclick="location.href='index.html'" style="cursor:pointer;">
<p>GirlScript Asansol</p>
<!--GirlScript Asansol in one line instead of 2 seperate lines-->
</div>
<!--toggle bar for small screens-->
<div class="toggle">
<a href="#"><svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="black"
class="bi bi-list" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z" />
</svg></i></a>
</div>
<!--the other items of navbar is added below-->
<div class="options">
<a href="#home">Home</a>
<a href="#about">About Us</a>
<a href="./Resources/resource.html">Resources</a>
<a href="#pastevents">Past Events</a>
<a href="team.html">Our Team</a>
<a href="#faq">FAQ</a>
<a href="#contact-us">Contact Us</a>
<!-- Follow us section -->
<div class="dropdown">
<button class="dropbtn">Follow Us
<i class="fa fa-caret-down"></i>
</button>
<div class="social">
<a href="https://github.com/gsasansol" target="_blank" class="github"><i class="fa fa-github"> <span>GirlScript Asansol</span></i></a>
<a href="https://twitter.com/GSAsansol" target="_blank" class="twitter"><i class="fa fa-twitter"><span>GSAsansol</span></i></a>
<a href="https://www.instagram.com/gsasansol/" target="_blank" class="Instagram"><i class="fa fa-instagram"> <span> gsasansol</span></i></a>
<a href="https://www.linkedin.com/company/gsasansol/" target="_blank" class="linkedin"><i class="fa fa-linkedin"> <span>gsasansol</span></i></a>
</div>
</div>
</div>
<!--dark mode button is now outside the option class-->
<button onclick="darkMode()" class="toggleButton">
<i class="fa-solid fa-moon fa-2x" id="dark-mode-enable"></i>
</button>
</nav>
<!--added jQuery Event Methods for toggle bar to open and close-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script>
$(function () {
$(".toggle").on("click", function () {
if ($(".options").hasClass("active")) {
$(".options").removeClass("active");
$(this).find("a").html(`<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="black" class="bi bi-list" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/></svg>`);
}
else {
$(".options").addClass("active");
$(this).find("a").html(`<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="black" class="bi bi-x-lg" viewBox="0 0 16 16"><path d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z"/></svg>`);
}
});
});
</script>
<!---Header section goes here-->
<div class="header" id="home">
<div class="header-content">
<h2>Welcome to GirlScript Asansol</h2>
<h3><span class="typed-animation"></span> First</h3>
<div class="line"></div>
<button onclick="window.location.href='https://discord.gg/vYSspBkgNc';" class="cta-button">Join
Us</button>
</div>
<div class="header-wave">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"
preserveAspectRatio="none">
<path
d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z"
class="shape-fill" id="h-wave"></path>
</svg>
</div>
</div>
<div class="m-social">
<a href="https://github.com/gsasansol" target="_blank" class="github"><i class="fa fa-github"> <span>Github</span></i></a>
<a href="https://twitter.com/GSAsansol" target="_blank" class="twitter"><i class="fa fa-twitter"> <span>Twitter</span></i></a>
<a href="https://www.instagram.com/gsasansol/" target="_blank" class="Instagram"><i class="fa fa-instagram"><span> Instagram</span></i></a>
<a href="https://www.linkedin.com/company/gsasansol/" target="_blank" class="linkedin"><i class="fa fa-linkedin"> <span>Linkedin</span></i></a>
</div>
<!---About Us section goes here-->
<div class="aboutus-section-wrapper" id="about">
<div class="aboutus-section-container">
<div class="aboutus-container">
<div class="aboutus-img-container">
<img src="./Assets/aboutUs.png" alt="">
</div>
<div class="aboutus-text-container">
<h1 id="h1-aboutus-section-1">About <span>Us</span></h1>
<div class="h-line"></div>
<br>
<p id="p-aboutus-section-1">GirlScript Organization is a non-profit company registered under the government of India on 2nd June 2017. GirlScript aims to empower people and especially underrepresented groups in the field of technology.
GirlScript Asansol's mission is to create opportunity, learning, growth and diversity in technology academia and industry.</p>
<button onclick="window.location.href='https://gsa.bio.link/';" class="cta-button" style="width: auto;margin:auto;height: 55px;" >Check Our Socials !</button>
</div>
</div>
<div class="ourservices-container">
<div class="ourservices-text-container">
<h1 id="h1-aboutus-section-2">Our <span>Programs</span></h1>
<div class="h-line"></div>
<br>
<!--Modified content-->
<p id="p-aboutus-section-2">
GirlScript Foundation is a section-8 company registered under Government of India established on 2nd of June, 2017.
GirlScript is open for all organisation and supports beginners in technology and programming. It supports diversity
by reserving 50% seats for women & IGBT in all its programs worldwide.
Furthermore, we even encourage learners by giving them a chance to demonstrate their technical expertise.
We have already helped more than half a million students to find their niche.
Programs by GirlScript aim to spread awareness about tech by reaching out to
people across all communities.
</p>
</div>
<!-- <div class="aboutus-img-container">
<img src="Assets/asn-about-us.jpg" alt="">
</div> -->
</div>
<!--Cards HTML part-->
<div class="card-container">
<div class="card" id = "program-card">
<div class="content">
<img src="https://spng.subpng.com/20190615/sp/kisspng-computer-icons-career-ladder-promotion-job-resources-academic-exploration-and-advising-ser-5d047e8367bb47.0727491415605756194249.jpg"
alt="Career guidance logo" class = "img-card">
<div class="heading">Career Guidance</div>
</div>
</div>
<div class="card">
<div class="content">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSTZ86qXs20nPthORWCQEScQqn3ZFocX-2RHzbjZeERPzEseE886B_9wn-9ycq8g0z8brY&usqp=CAU"
alt="Career guidance logo" class = "img-card">
<div class="heading">
Open Source
</div>
</div>
</div>
<div class="card">
<div class="content">
<img src="https://w7.pngwing.com/pngs/92/144/png-transparent-workshop-computer-icons-maintenance-industry-technician-others-service-logo-expert-thumbnail.png"
alt="Career guidance logo" class = "img-card">
<div class="heading">
Workshops and Sessions
</div>
</div>
</div>
</div>
</div>
</div>
<!--Past events section goes here--->
<!-- Desktop section-->
<div class="past-events desktop-events" id="pastevents">
<h1 class="events-title" id="p-heading">Our <span>Past Events</span></h1>
<div class="h-line"></div>
<br>
<div class="past-events-slide-container swiper">
<div class="past-events-slide-content">
<div class="past-events-card-wrapper swiper-wrapper">
<div class="past-events-card swiper-slide">
<div class="past-events-image-content">
<div class="past-events-card-image">
<a class="card-links"
href="https://www.linkedin.com/feed/update/urn:li:activity:6926402246406467584"
target="_blank">
<img src="./Assets/event1.png" alt="event1" class="past-events-card-img">
</a>
</div>
</div>
<div class="past-events-card-content">
<h2 class="past-events-title">
Digital Poster Making Competition
</h2>
<p class="past-events-description">
Theme based upon Mother's Day. Templates were allowed but were not
completely plagiarised. Certification of participation were provided to all. Top 3 winners
selected as sub committee members of Girlscript Asansol.
</p>
<p class="past-events-footer-text">
Last Date of submission: 6th May 2022
</p>
</div>
</div>
<div class="past-events-card swiper-slide">
<div class="past-events-image-content">
<div class="past-events-card-image">
<a class="card-links"
href="https://www.youtube.com/watch?v=dESy5UpKN2c"
target="_blank">
<img src="./Assets/event2.png" alt="event2" class="past-events-card-img">
</a>
</div>
</div>
<div class="past-events-card-content">
<h2 class="past-events-title">
Careerscript Episode #1
</h2>
<p class="past-events-description">
Live session with Soumyajit Bhattacharya, Engineering
Manager @Amazon. Students guided with career choices, Roadmap to Off Campus
Placements, etc. Certification of participation provided to all.
</p>
<p class="past-events-footer-text">
Date: 29th May, 2022<br>
Platform: Google Meet
</p>
</div>
</div>
<div class="past-events-card swiper-slide">
<div class="past-events-image-content">
<div class="past-events-card-image">
<a class="card-links"
href="https://www.linkedin.com/feed/update/urn:li:activity:6949757600250888192"
target="_blank">
<img src="./Assets/event3.png" alt="event3" class="past-events-card-img">
</a>
</div>
</div>
<div class="past-events-card-content">
<h2 class="past-events-title">
Portfolio Competition
</h2>
<p class="past-events-description">
Flex your dev skills through your amazing portfolios!
Preferred tech stacks: HTML, CSS JS, ReactJs, Angular Js,
etc... (anything of your choice). Verified Certification to all
Participants.
</p>
<p class="past-events-footer-text">
Date: 9th-10th July
</p>
</div>
</div>
<div class="past-events-card swiper-slide">
<div class="past-events-image-content">
<div class="past-events-card-image">
<a class="card-links"
href="https://www.youtube.com/watch?v=-DPTkXIp9cE"
target="_blank">
<img src="./Assets/event4.png" alt="event4" class="past-events-card-img">
</a>
</div>
</div>
<div class="past-events-card-content">
<h2 class="past-events-title">
Careerscript Episode #2
</h2>
<p class="past-events-description">
Live session with: Karuna Karan Vijayaraghavan, oracle
certified @Gssoc career choices, Roadmap to Ai and Machine Learning
Certification of participation provided to all.
</p>
<p class="past-events-footer-text">
21st Aug, 2022
</p>
</div>
</div>
<div class="past-events-card swiper-slide">
<div class="past-events-image-content">
<div class="past-events-card-image">
<a class="card-links"
href="https://github.com/gsasansol/GirlScript-Asansol"
target="_blank">
<img src="./Assets/event5.png" alt="event5" class="past-events-card-img">
</a>
</div>
</div>
<div class="past-events-card-content">
<h2 class="past-events-title">
Hacktoberfest 2022
</h2>
<p class="past-events-description">
We have made a beginner friendly repository for all the
open source enthusiast. To create issues, so that you find it easy to
contribute and easily complete the criteria for winning the swags.
</p>
<p class="past-events-footer-text">
Date: 1st-31st Oct, 2022
Platform: Google Meet
</p>
</div>
</div>
<div class="past-events-card swiper-slide">
<div class="past-events-image-content">
<div class="past-events-card-image">
<a class="card-links"
href="#"
target="_blank">
<img src="./Assets/event6.png" alt="event6" class="past-events-card-img">
</a>
</div>
</div>
<div class="past-events-card-content">
<h2 class="past-events-title">
Coming soon...
</h2>
<p class="past-events-description">
Lorem ipsum dolor sit amet consectetur adipisicing
elit. Cupiditate deserunt doloremque earum adipisci illo, accusamus
magni incidunt iusto nisi officiis numquam veritatis perferendis dolore
dolorem, architecto nulla perspiciatis ea consectetur?
</p>
<p class="past-events-footer-text">
Date: 0.0.0
</p>
</div>
</div>
</div>
</div>
<div class="swiper-button-next swiper-navBtn"></div>
<div class="swiper-button-prev swiper-navBtn"></div>
<div class="swiper-pagination"></div>
</div>
</div>
<!-- Past Events Section End -->
<!-- Mobile view section -->
<div class="past-events mobile-events" id="pastevents">
<div class="overlay-image">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="card" id="past-event-card">
<a class="card-links"
href="https://www.linkedin.com/feed/update/urn:li:activity:6926402246406467584"
target="_blank">
<img src="./Assets/event1.png" class="card-img-top d-md-none" alt="event1">
<div class="card-body">
<h5 class="card-title" >Digital Poster
Making Competetion</h5>
<p class="card-text">Theme based upon Mother's Day.Templates are allowed but
not
Palgiarism.Certification of participation provided to all.Top 3 winners
selected as sub committe members of Girlscript Asansol. </p>
<p class="card-text"><small class="text-muted">Last Date of Submission:6th
May
2022</small>
</p>
</div>
</a>
</div>
</div>
<div class="carousel-item">
<div class="card" id="past-event-card">
<a class="card-links" href="https://www.youtube.com/watch?v=dESy5UpKN2c"
target="_blank">
<img src="./Assets/event2.png" class="card-img-top d-md-none" alt="event2">
<img src="./Assets/event2.png" class="card-img-top medium d-none d-md-block"
alt="event2">
<div class="card-body">
<h5 class="card-title" >Careerscript Episode
#1</h5>
<p class="card-text">Live session with Soumyajit Bhattacharya,Engineering
Manager @Amazon.Students guided with career choices, Roadmap to Off
Campus
Placements,etc.Certification of participation provided to all</p>
<p class="card-text"><small class="text-muted">Date: 29th May 2022 <br>
Platform: Google Meet</small></p>
</div>
</a>
</div>
</div>
<div class="carousel-item">
<div class="card" id="past-event-card">
<a class="card-links"
href="https://www.linkedin.com/feed/update/urn:li:activity:6949757600250888192"
target="_blank">
<img src="./Assets/event3.png" class="card-img-top d-md-none" alt="event3">
<img src="./Assets/event3.png" class="card-img-top d-none medium d-md-block"
alt="event3">
<div class="card-body">
<h5 class="card-title" >Portfolio Competetion
</h5>
<p class="card-text">Flex your dev skills through your amazing portfolios!
Preferred tech stacks : HTML, CSS JS, ReactJs, Angular Js,
etc...(anything of your choice).Verified Certification to all Participants.
</p>
<p class="card-text"><small class="text-muted">Date : 9th-10th July</small></p>
</div>
</a>
</div>
</div>
<div class="carousel-item">
<div class="card" id="past-event-card">
<a class="card-links" href="https://www.youtube.com/watch?v=-DPTkXIp9cE"
target="_blank">
<img src="./Assets/event4.png" class="card-img-top d-md-none" alt="event4">
<img src="./Assets/event4.png" class="card-img-top d-none medium d-md-block"
alt="event4">
<div class="card-body">
<h5 class="card-title" >Careerscript
Episode #2
</h5>
<p class="card-text">Live session with : Karuna Karan Vijayaraghavan, oracle
certified @Gssoc career choices, Roadmap to Ai and Machine Learning
Certification of participation provided to all</p>
<p class="card-text"><small class="text-muted">21st Aug,2022</small>
</p>
</div>
</a>
</div>
</div>
<div class="carousel-item">
<div class="card" id="past-event-card">
<a class="card-links" href="https://github.com/gsasansol/GirlScript-Asansol"
target="_blank">
<img src="./Assets/event5.png" class="card-img-top d-md-none" alt="event5">
<img src="./Assets/event5.png" class="card-img-top d-none medium d-md-block"
alt="event5">
<div class="card-body">
<h5 class="card-title" >Hacktoberfest 2022
</h5>
<p class="card-text">We have made a beginner friendly repository for all the
open
source enthusiast. To create issues, so that you find it easy t0 contribute
and
easily complete the criteria for winning the swags. </p>
<p class="card-text"><small class="text-muted">Date: 1st Oct to 31st Oct,2022
<br>
Platform: Google Meet </small></p>
</div>
</a>
</div>
</div>
<div class="carousel-item">
<div class="card" id="past-event-card">
<a class="card-links" href="#">
<img src="./Assets/event6.png" class="card-img-top d-md-none" alt="event6">
<img src="./Assets/event6.png" class="card-img-top d-none medium d-md-block"
alt="event6">
<div class="card-body">
<h5 class="card-title" >Comming soon</h5>
<p class="card-text">Lorem ipsum dolor sit amet consectetur adipisicing elit.
Cupiditate deserunt doloremque earum adipisci illo, accusamu magni incidunt
iusto nisi officiis numquam veritatis perferendis dolore dolorem, architecto
nulla perspiciatis ea consectetur? </p>
<p class="card-text"><small class="text-muted">Date: 0.0.0</small></p>
</div>
</a>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<!---Achievements section goes here-->
<section class="achievement-section">
<h1 id="achievement-heading">Accomplishment</h1>
<div class="h-line"></div>
<br>
<br>
<div class="achievement-wrapper">
<div class="achievement-container">
<div class="row m-0">
<div class="col-6 col-sm-6 col-md-12 achi-col">
<i class="fas fa-users achi-icon"></i>
</div>
<div class="col-6 col-sm-6 col-md-12 achi-col">
<div class="row">
<div class="col-lg-12 achi-col align-items-end">
<span class="num" data-val="400">500+</span>
</div>
<div class="col-lg-12 achi-col align-items-start">
<span class="text">Community Members</span>
</div>
</div>
</div>
</div>
</div>
<div class="achievement-container">
<div class="row m-0">
<div class="col-6 col-sm-6 col-md-12 achi-col">
<i class="fas fa-calendar-check achi-icon"></i>
</div>
<div class="col-6 col-sm-6 col-md-12 achi-col">
<div class="row">
<div class="col-lg-12 achi-col align-items-end">
<span class="num" data-val="340">25+</span>
</div>
<div class="col-lg-12 achi-col align-items-start">
<span class="text">Events Organized</span>
</div>
</div>
</div>
</div>
</div>
<div class="achievement-container">
<div class="row m-0">
<div class="col-6 col-sm-6 col-md-12 achi-col">
<i class="fas fa-pen achi-icon"></i>
</div>
<div class="col-6 col-sm-6 col-md-12 achi-col">
<div class="row">
<div class="col-lg-12 achi-col align-items-end">
<span class="num" data-val="225">10+</span>
</div>
<div class="col-lg-12 achi-col align-items-start">
<span class="text">Mentorship Provided</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!---Our team section goes here-->
<!---FAQ section goes here-->
<section class="faq-section" id="faq">
<h1 id="f-heading">Frequently <span>Asked</span> Questions</h1>
<div class="h-line"></div>
<br>
<div class="container-md faq-container">
<div class="row">
<div class="col-md-6">
<div class="accordion" id="accordionExample">
<div class="card faq-card">
<div class="card-header faq-card-header" id="headingOne">
<h2 class="mb-0">
<button class="btn btn-link btn-block text-left" type="button"
data-toggle="collapse" data-target="#collapseOne" aria-expanded="true"
aria-controls="collapseOne">
What is GirlScript Asansol?
</button>
</h2>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne"
data-parent="#accordionExample">
<div class="card-body faq-card-body">
GirlScript Asansol is a non-profit student run community registered under the
GirlScript Foundation on 23rd April, 2022. We aim to empower people and
especially
underrepresented groups in the field of technology. GirlScript Asansol's mission
is
to create opportunity, learning, growth and diversity intechnology academia and
industry.
</div>
</div>
</div>
<div class="card faq-card">
<div class="card-header faq-card-header" id="headingTwo">
<h2 class="mb-0">
<button class="btn btn-link btn-block text-left collapsed" type="button"
data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false"
aria-controls="collapseTwo">
How to Join the Community?
</button>
</h2>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo"
data-parent="#accordionExample">
<div class="card-body faq-card-body">
<div>Join us on Discord!</div>
<a href="https://discord.gg/vYSspBkgNc"><button class="button-61"
role="button">Join
Discord</button></a>
</div>
</div>
</div>
<div class="card faq-card">
<div class="card-header faq-card-header" id="headingThree">
<h2 class="mb-0">
<button class="btn btn-link btn-block text-left collapsed" type="button"
data-toggle="collapse" data-target="#collapseThree" aria-expanded="false"
aria-controls="collapseThree">
Benefits of Joining the Community?
</button>
</h2>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree"
data-parent="#accordionExample">
<div class="card-body faq-card-body">
► Guide & Support<br>
► Help Everyone to Learn & Grow<br>
► Workshops and Meeting Sessions<br>
► Hackathons & Internship Opportunity
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 d-flex justify-content-center align-items-start">
<img src="./Assets/faq-illustration.svg" id="faq-illlustration" alt="faq">
</div>
</div>
</div>
</section>
<!---Contact Us section goes here-->
<div class="contact-container" id="contact-us">
<span class="big-circle"></span>
<img src="img/shape.png" class="square" alt="" />
<div class="form">
<div class="contact-info">
<h3 class="title">Let's get in touch</h3>
<p class="text">
Email us with any questions ans queries. We would be happy to answer your questions.
</p>
<div class="info">
<div class="information">
<!-- <img src="img/location.png" class="icon" alt="" /> -->
<p>Asansol WestBengal, India</p>
</div>
<div class="information">
<!-- <img src="img/email.png" class="icon" alt="" /> -->
<p>[email protected]</p>
</div>
</div>
<div class="social-media">
<p>Connect with us :</p>
<div class="social-icons">
<a href="https://github.com/gsasansol">
<i class="fab fa-github"></i>
</a>
<a href="https://twitter.com/GSAsansol">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.instagram.com/gsasansol/">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/company/gsasansol/">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://discord.com/invite/aVRPbMYfFH">
<i class="fab fa-discord"></i>
</a>
</div>
</div>
</div>
<div class="contact-form">
<span class="circle one"></span>
<span class="circle two"></span>
<form action="index.html" autocomplete="off" id="discord-form">
<h3 class="title">Contact us</h3>
<div class="input-container">
<input type="text" name="name" class="input" placeholder="Name" required/>
</div>
<div class="input-container">
<input type="email" name="email" class="input" placeholder="Email" required/>
</div>
<div class="input-container textarea">
<textarea name="message" id="contactText" class="input" placeholder="Message"></textarea>
</div>
<button class="contact-button" role="button" onclick="sendMail(); return false">Send</button>
<!--
<a href="" onclick="handleFormSubmit(); return false;">Contact us via Discord (<i>faster</i>)</a>
-->
</form>
</div>
</div>
</div>
<script src="app.js"></script>
<!---Footer section goes here-->
<footer class="footer">
<div class="container">
<div class="footer-col first">
<img src="https://cdn.discordapp.com/attachments/840314672179576917/1027519648947769424/asn-logo.png"
alt="logo" class="footer-logo">
<div class="social-links">
<a href="https://github.com/gsasansol"> <i class="fab fa-github"></i></a>
<a href="https://twitter.com/GSAsansol"> <i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/gsasansol/"> <i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/gsasansol/"> <i class="fab fa-linkedin"></i></a>
<a href="https://discord.com/invite/aVRPbMYfFH"><i class="fab fa-discord"></i></a>
</div>
</div>
<div class="footer-col">
<h4>GirlScript Asansol</h4>
<p>
GirlScript Asansol is a non-profit student run community registered under girlscript foundation
on 23rd April, 2022. We aim to empower people and especially underrepresented groups in the
field of technology. GirlScript Asansol's mission is to create opportunity, learning, growth,
and diversity in technology academia and industry.
</p>
</div>
<div class="footer-col">
<h4>Quick links</h4>
<ul>
<li><a href="#home">home</a></li>
<li><a href="#about">about us</a></li>
<li><a href="#">resources</a></li>
<li><a href="#pastevents">Past events</a></li>
<li><a href="#">achievements</a></li>
<li><a href="#">Team</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
</div>
<hr>
<p class="footer-credit">Copyright © 2022 GirlScript Foundation: Asansol Chapter, All Rights Reserved </p>
</footer>
<!---Cursor-->
<div class="cursor"></div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
document.getElementById('web-contents').style.display = 'none';
setTimeout(function () {
$('.loader').fadeToggle();
document.getElementById('web-contents').style.display = 'block';
}, 2500);
</script>
<!-- Swiper JS -->
<script src="Resources/swiper/swiper-bundle.min.js"></script>
<script src="index.js"></script>
</body>
</html>