forked from DSCGGV/dscggv.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hackfest.html
856 lines (741 loc) · 37.2 KB
/
hackfest.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>DSC - Guru Ghasidas Vishwavidyalaya</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="DSC GGV" />
<meta name="description" content="Developer Student Clubs (DSC) is a Google Developers program for university students to learn mobile and web development skills.">
<meta name="keywords" content="dsc, Guru Ghasidas Vishwavidyalaya,google developers, Bilaspur, Chattisgarh, India, computer science" />
<meta name="theme-color" content="#0A192F" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="manifest" href="manifest.json" />
<link rel="icon" href="images/icon.png" type="image/png" />
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="dns-prefetch" href="https://docs.google.com">
<link href='https://fonts.googleapis.com/css?family=Google+Sans:400,500,700|Material+Icons' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ"
crossorigin="anonymous">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link href="css/swiper-bundle.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/responsive.css">
<link href="css/animate.css" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css" />
<link rel="stylesheet" href="css/custom-bs.css" />
<link rel="stylesheet" href="fonts/icomoon/style.css" />
<!-- preloader -->
<link rel="stylesheet" type="text/css" href="css/pace-theme.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link href="css/aos.css">
<link href="css/glightbox.min.css">
<link href="css/swiper-bundle.min.css">
<script src="js/wow.min.js"></script>
</head>
<body class="x-hidden has-sticky-header">
<nav class="navbar navbar-expand-lg fixed-top custom-menu custom-menu__light">
<div class="container">
<a class="navbar-brand" href="index.html">
<img data-src="images/logocp.png" height="50" alt="DSC icon">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="menu-icon__circle">
</span>
<span class="menu-icon">
<span class="menu-icon__bar"></span>
<span class="menu-icon__bar"></span>
<span class="menu-icon__bar"></span>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-lg-auto">
<li class="nav-item"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item"><a href="#about" class="nav-link">About Us</a></li>
<li class="nav-item"><a href="#sponsors" class="nav-link">Sponsors</a></li>
<li class="nav-item"><a href="#timeline" class="nav-link">Timeline</a></li>
<li class="nav-item"><a href="#workshop" class="nav-link">Workshops</a></li>
<li class="nav-item"><a href="#prizes" class="nav-link">Prizes</a></li>
<li class="nav-item"><a href="#faq" class="nav-link">FAQs</a></li>
<li class="nav-item"><a href="https://docs.google.com/forms/d/e/1FAIpQLScE5TsLuuSDVg1jtLHoO_C-OvRG-b2vPX7ObMBGtX10L7fpVw/viewform" class="nav-link">Register Now</a></li>
<!-- <li class="nav-item">
<a class="nav-link" href="https://medium.com/search?q=DSCUniversityName" target="_blank" rel="noopener">Stories</a>
</li> -->
</ul>
</div>
</div>
</nav>
<header id="hero" class="hero">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-sm-6">
<div class="hero-content">
<div class="hero-title__group">
<div class="hero-title">
<h2 class="zuri">Hackfest - GGV</h2>
</div>
<div class="Hero--Subtitle">
<p class="lead">This is the official website of Hackathon to be conducted by Developer Student Clubs GGV. STAY TUNED..
</p>
<div id = "countdown" class="countdown d-flex justify-content-center" data-count="2021/12/3">
<div>
<h3 id="day">%d</h3>
<h4>Days</h4>
</div>
<div>
<h3 id="hour">%h</h3>
<h4>Hours</h4>
</div>
<div>
<h3 id="min">%m</h3>
<h4>Minutes</h4>
</div>
<div>
<h3 id="sec">%s</h3>
<h4>Seconds</h4>
</div>
</div>
</div>
</div>
<div >
<h4>Registration is started!</h4>
</div>
<br>
<a class="hero-button" href="https://docs.google.com/forms/d/e/1FAIpQLScE5TsLuuSDVg1jtLHoO_C-OvRG-b2vPX7ObMBGtX10L7fpVw/viewform" rel="noopener" target="_blank"><i class="fab fa-meetup"></i> Register Now</a>
<br><br><br>
<div >
<h4>Join our Whatsapp Group now to get the latest updates!</h4>
</div>
<br>
<a class="hero-button" href="https://chat.whatsapp.com/DD4YwmDi5viGCubVAq2iHY" rel="noopener" target="_blank"><i class="fab fa-meetup"></i> Join Now</a>
</div>
</div>
<div class="col-12 col-sm-5 ml-pic">
<div class="hero-figure wow fadeInLeft">
<img data-src="images/assets/home-img.png" class="img-fluid w-100" alt="Illustration of diversity in a developer community">
</div>
</div>
</div>
</div>
</header>
<br><br>
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div id="about_1" class="container" data-aos="fade-up">
<div class="row gx-0">
<div class="col-lg-12 d-flex flex-column justify-content-center" data-aos="fade-up" data-aos-delay="200">
<div class="content">
<h2>What is a Hackfest-GGV?</h2>
<p>
HACKFEST-GGV is an initiative to provide students with a platform to solve some of the pressing problems we face in our daily lives, and thus inculcate a culture of product innovation and a mindset of problem-solving.
The Theme of HACKFEST-GGV 2021 is to solve for one or more of the United Nations 17 Sustainable Development Goals.
</p>
<h2>Eligibility Criterias</h2>
<ul>
<li>GGV B.Tech UG students</li>
<li>Non-Provisional students</li>
<li>Can participate individually or with team (upto 4 members)</li>
</ul>
</div>
</div>
</div>
</div>
<br>
<br>
<div id="about_2" class="container" data-aos="fade-up" >
<div class="row gx-0">
<div class="col-lg-6 d-flex flex-column justify-content-center" data-aos="fade-up" data-aos-delay="200" >
<div class="content">
<h2>About DSC</h2>
<p>
Developer Student Club (DSC) is a program presented by Google Developers. DSCs are university based community groups for students. Students from all undergraduate or graduate programs with an interest in growing as a developer are welcome. By joining a DSC, students grow their knowledge in a peer-to-peer learning environment and build solutions for local businesses and their community.
</p>
<div class="text-center text-lg-start">
<a class="hero-button" href="index.html" rel="noopener" target="_blank"><i
class="fab fa-meetup"></i> Know More</a>
</div>
</div>
</div>
<div class="col-lg-6 d-flex align-items-center" data-aos="zoom-out" data-aos-delay="200">
<img src="images/assets/about.png" class="img-fluid" alt="">
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Sponsors Section ======= -->
<section id="sponsors" class="clients">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h2 >OUR SPONSORS</h2>
<br>
<div class="d-flex justify-content-center">
<img src="images/assets/clients/edualgo.jpg" height="200" width="200" >
</div>
</header>
<div class="d-flex justify-content-center col-lg-2 offset-lg-5 col-xs-4 offset-xs-3">
<a class="hero-button" href="mailto:[email protected]" rel="noopener" target="_blank"><i
class="fab fa-meetup" ></i> Sponsor Us</a>
</div>
</div>
</div>
</section><!-- End Sponsor Section -->
<!-------------------------TIMELINE--------------------------->
<section class="timeline-1" id="timeline">
<h2>TIMELINE</h2>
<div class="timeline ">
<!-- <div class="row justify-content-sm-center"> -->
<div class="col-sm-8 col-md-6 timeline__event animated fadeInUp delay-3s timeline__event--type1">
<div class="timeline__event__icon ">
<i class="lni-cake"></i>
</div>
<div class="timeline__event__date">
20/03/21
</div>
<div class="timeline__event__content ">
<div class="timeline__event__title">
Info session
</div>
<div class="timeline__event__description">
<p>Before starting a journey, it is always suggested to make a brief roadmap of your journey. This is exactly what we are going to do in this info session.
You will get to know all the halts of your journey, how much you should spend on your food and hotel. The info session is a blueprint of this whole event.<br>
<a href="https://dsc.community.dev/events/details/developer-student-clubs-guru-ghasidas-vishwavidyalaya-presents-hackfest-ggv-info-session/#/"><u>Register from here and do RSVP.</u> </a> </p>
</div>
</div>
</div>
<!-- </div> -->
<div class="col-sm-8 col-md-6 timeline__event animated fadeInUp delay-2s timeline__event--type2">
<div class="timeline__event__icon">
<i class="lni-burger"></i>
</div>
<div class="timeline__event__date">
21/03/21
</div>
<div class="timeline__event__content">
<div class="timeline__event__title">
Web Development - Frontend Part
</div>
<div class="timeline__event__description">
<p>For any product or any solution, a website is always conclusive, especially when it comes to the front end, and that's where web development came into the picture. Highly qualified and professional web developers will give you various 'shastras'
which you can use in the war of current you and better you. In this session we will focus on the front end only.<br> <a href="https://dsc.community.dev/events/details/developer-student-clubs-guru-ghasidas-vishwavidyalaya-presents-hackfest-ggv-workshop-web-development-android/#/"><u>Register from here and do RSVP.</u> </a> </p>
</p>
</div>
</div>
</div>
<div class="col-sm-8 col-md-6 timeline__event animated fadeInUp timeline__event--type1">
<div class="timeline__event__icon">
<i class="lni-cake"></i>
</div>
<div class="timeline__event__date">
21/03/21
</div>
<div class="timeline__event__content">
<div class="timeline__event__title">
Web Development - Backend Part + Android Dev
</div>
<div class="timeline__event__description">
<p>After maintaining the front look of your website, let's not forget the backend. On this day, seniors will enhance your knowledge and skills of backend as well as Android development. Android development can also be a beneficial tool for a project. So stay focused.
</p></div>
</div>
</div>
<div class="col-sm-8 col-md-6 timeline__event animated fadeInUp delay-1s timeline__event--type3">
<div class="timeline__event__icon">
<i class="lni-slim"></i>
</div>
<div class="timeline__event__date">
22/03/21 - 23/03/21
</div>
<div class="timeline__event__content">
<div class="timeline__event__title">
Design Day
</div>
<div class="timeline__event__description">
<p>Now since our journey starts from basic tech skills to a project of solution challenge, the next step after making a road map should be designing. Product designing skills play a major role in any project. So here we are, to enhance your design skills including UX design and technical architecture .</p>
</div>
</div>
</div>
<div class="col-sm-8 col-md-6 timeline__event animated fadeInUp timeline__event--type1">
<div class="timeline__event__icon">
<i class="lni-cake"></i>
</div>
<div class="timeline__event__date">
24/03/21
</div>
<div class="timeline__event__content">
<div class="timeline__event__title">
AI/ML
</div>
<div class="timeline__event__description">
<p>Learn artificial intelligence/machine learning and sync it with your project to get a unique combination. Basically, we are giving you all possible tools. Now it's your creativity, which one and how many to use.
</p>
</div>
</div>
</div>
<div class="col-sm-8 col-md-6 timeline__event animated fadeInUp delay-2s timeline__event--type2">
<div class="timeline__event__icon">
<i class="lni-burger"></i>
</div>
<div class="timeline__event__date">
25/03/21
</div>
<div class="timeline__event__content">
<div class="timeline__event__title">
Cloud Computing & Git and GitHub
</div>
<div class="timeline__event__description">
<p>One of the most demanding technical sectors is cloud computing. We all know what it is, but to get a deep sense of cloud computing and its use in your project, you are supposed to join this workshop. You will get a lot of experience about cloud computing and it will help to give your project a new direction.
</p>
<p>In this world of social media, how can you believe our project is antisocial. Socialize your project on this technical platform. Experts will tell you to get maximum profit out of it.
</p>
</div>
</div>
</div>
<div class="col-sm-8 col-md-6 timeline__event animated fadeInUp timeline__event--type1">
<div class="timeline__event__icon">
<i class="lni-cake"></i>
</div>
<div class="timeline__event__date">
27/03/21 - 28/03/21
</div>
<div class="timeline__event__content">
<div class="timeline__event__title">
Development phase
</div>
<div class="timeline__event__description">
<p>Above mentioned are some very useful, creative and technical tools, which you can use to guide yourself, make your project way more productive, and give your idea a unique direction. So in this time period, you must submit your intriguing projects with all the other formalities.</p></div>
</div>
</div>
</div>
</section>
<section id="features" class="features">
<div class="container" data-aos="fade-up">
<!-- Feature Icons -->
<div class="row feature-icons" data-aos="fade-up">
<div class="main_title">
<h2>BECOME A MENTOR</h2>
</div>
<div class="row">
<div class="col-xl-4 text-center" data-aos="fade-right" data-aos-delay="100">
<img src="images/assets/Asset 2.png" class="img-fluid p-4" alt="">
</div>
<div class="col-xl-8 d-flex content">
<div class="row align-self-center gy-4">
<div class="col-md-12 icon-box" data-aos="fade-up">
<i class="ri-line-chart-line"></i>
<div>
<p style="color: aliceblue; font-size: 17px;">Not everyone wants to be a participant, some people have the talent to guide others. Well, if you are one of them, then we have seats for you too. Become a mentor and explore your skills in this event. Learn from their mistakes and let them learn from you.</p>
</div>
</div>
<div class="d-flex justify-content-center col-lg-3 offset-lg-4 col-xs-4 offset-xs-3" >
<br>
<a class="hero-button" href="https://forms.gle/VsP38fU7P23D7RDM6" rel="noopener" target="_blank"><i
class="fab fa-meetup"></i> Join Now</a>
</div>
</div>
</div>
</div>
</div><!-- End Feature Icons -->
</div>
</section><!-- End Features Section -->
<!------------------------------------------------------------------->
<section class="feature_area white_feature p_120" id="workshop">
<div class="container">
<div class="main_title">
<h2>TECHNICAL WORKSHOPS</h2>
</div>
<div class="feature_inner row">
<div class="col-lg-4 col-md-6">
<div class="feature_item">
<i class="flaticon-computer-graphic"></i>
<h4 class="feature_heading">Web Development</h4>
<p>This workshop will let you learn about How to build the frontend and the backend part of a website.</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="feature_item">
<i class="flaticon-blogger"></i>
<h4>Android Development</h4>
<p>Here you will be learning, How to develop an app by demo of developing an app from scratch.</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="feature_item">
<i class="flaticon-documents"></i>
<h4>Cloud Computing</h4>
<p>In this workshop you will learn, How to connect your project with Google cloud in order to store a large amount of data.</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="feature_item">
<i class="flaticon-artificial-intelligence"></i>
<h4>Artificial Intelligence</h4>
<p>At this workshop you will get to know, how could you add Emerging Technologies of AI in your project with the live demonstration.</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="feature_item">
<i class="flaticon-coding"></i>
<h4>Machine Learning</h4>
<p>This workshop will give you the exposure of what and how to embed the trending Technologies of ML in a project again with live demonstration.</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="feature_item">
<i class="flaticon-web-programming"></i>
<h4>Git & GitHub</h4>
<p>You will learn about How to push your code over GitHub, the various commands of Git, how to make a pull request and many more important terminologies as per the requirement.</p>
</div>
</div>
</div>
</div>
</section>
<!-- ======= Features Section ======= -->
<!-- ======= Prizes Section ======= -->
<section id="prizes" class="features">
<div class="container" data-aos="fade-up">
<header class="section-header">
<p>PRIZES & GOODIES</p>
</header>
<div class="row">
<div class="col-lg-6">
<img src="images/assets/features.png" class="img-fluid" alt="">
</div>
<div class="col-lg-6 mt-5 mt-lg-0 d-flex">
<div class="row align-self-center gy-4">
<div class="col-md-12" data-aos="zoom-out" data-aos-delay="200">
<div class="feature-box ">
<h3>All the participants will be given Certificates, Swags and Goodies after successfully completion of Workshops and Hackfest. For more information, Stay Tuned..!!</h3>
</div>
</div>
</div>
</div>
</div> <!-- / row -->
</div>
</section><!-- End Prizes Section -->
<section class="site-section" id="faq">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center" data-aos="fade">
<header class="section-header">
<p>FREQUENTLY ASKED QUESTIONS</p>
</header>
</div>
</div>
<div class="row accordion block__76208">
<div class="col-lg-6">
<div class="accordion-item">
<h3 class="mb-0 heading">
<a
class="btn-block"
data-toggle="collapse"
href="#collapseFive"
role="button"
aria-expanded="true"
aria-controls="collapseFive" style="color: #fff; letter-spacing: line-spacing: 3px; font-size: 17px;"
>Can my solution solve a problem outside of the scope of the 17 Sustainable Developer Goals?<span class="icon"></span
></a>
</h3>
<div
id="collapseFive"
class="collapse show"
aria-labelledby="headingOne"
data-parent="#accordion"
>
<div class="body-text">
<p>
For Solution Challenge 2021, we require your submitted solution to solve for at least one or more of the 17 SDGs. When you have submitted your solution, please review all the 17 SDGs to understand which SDG your solution is focused on and what SDG targets you are looking to solve for.
</p>
</div>
</div>
</div>
<!-- .accordion-item -->
<div class="accordion-item">
<h3 class="mb-0 heading">
<a
class="btn-block"
data-toggle="collapse"
href="#collapseSix"
role="button"
aria-expanded="false"
aria-controls="collapseSix" style="color: #fff; letter-spacing: 1px; line-spacing: 3px; font-size: 17px;";
>Can one student or team submit with multiple submissions if they’ve contributed to both projects?<span
class="icon"
></span
></a>
</h3>
<div
id="collapseSix"
class="collapse"
aria-labelledby="headingOne"
data-parent="#accordion"
>
<div class="body-text">
<p>
For Solution Challenge 2021, we require your submitted solution to solve for at least one or more of the 17 SDGs. When you have submitted your solution, please review all the 17 SDGs to understand which SDG your solution is focused on and what SDG targets you are looking to solve for.
</div>
</div>
</div>
<!-- .accordion-item -->
<!-- .accordion-item -->
</div>
<div class="col-lg-6">
<!-- <div class=""> -->
<div class="accordion-item">
<h3 class="mb-0 heading">
<a
class="btn-block"
data-toggle="collapse"
href="#collapseOne"
role="button"
aria-expanded="false"
aria-controls="collapseOne" style="color: #fff; letter-spacing: 1px; line-spacing: 3px; font-size: 17px;"
>Can one student or team submit with multiple submissions if they’ve contributed to both projects?
<span
class="icon"
></span
></a>
</h3>
<div
id="collapseOne"
class="collapse"
aria-labelledby="headingOne"
data-parent="#accordion"
>
<div class="body-text">
<p>
The Terms and Conditions state “LIMIT ONE (1) ENTRY PER PERSON,” so each student can only be a part of one submission.
</p>
</div>
</div>
</div>
<!-- .accordion-item -->
<!-- .accordion-item -->
<!-- .accordion-item -->
<div class="accordion-item">
<h3 class="mb-0 heading">
<a
class="btn-block"
data-toggle="collapse"
href="#collapseFour"
role="button"
aria-expanded="false"
aria-controls="collapseFour" style="color: #fff; letter-spacing: 1px; font-size: 17px; line-spacing: 3px;"
> Can I still participate in the Solution Challenge if there is no Developer Student Club at my university?<span
class="icon"
></span
></a>
</h3>
<div
id="collapseFour"
class="collapse"
aria-labelledby="headingOne"
data-parent="#accordion"
>
<div class="body-text">
<p>
Yes, as a student you can still participate as long as you team up with at least one student at an existing DSC university. You must join that DSC community through the DSC event platform. We recommend you to then reach out to the DSC lead for guidance on how to join or form a team with their community.
</p>
</div>
</div>
</div>
<br>
<!-- .accordion-item -->
<!-- </div> -->
</div>
</div>
</div>
<br>
<br>
<div class="row mb-5">
<div class="col-12 text-center" data-aos="fade">
<h2 class="section-title mb-3"><p>To read the full list of frequently asked questions head over to the FAQ page at <a href="https://developers.google.com/community/dsc-solution-challenge"> goo.gle/solutionchallenge.</a></p>
<p>If you have a question that is not answered below, please reach out to our social media handles.</p></h2>
</div>
</div>
</section>
<footer class="section-spacer footer-section">
<div class="container">
<div class="row flex-column-reverse flex-sm-row flex-lg-row">
<div class="col-md-4 col-12">
<div class="footer-widget first-of-footer-widget">
<img data-src="images/logocp.png" class="logo-sm mb-10" alt="DSC GGV footer logo">
<p>Copyright ©
<script type="text/javascript">document.write(new Date().getFullYear());</script>. All
Rights Reserved.
</p>
<span>Feel free to drop us an email at </span><br>
<a class="mail" href="mailto:[email protected]">[email protected]</a>
<ul class="social-list__inline mt-10">
<li>
<a href="https://www.linkedin.com/company/dscggv/" target="_blank" rel="noopener">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/dsc.ggv/" target="_blank" rel="noopener">
<i class="fab fa-instagram"></i>
</a>
</li>
<li>
<a href="https://twitter.com/dscggv" target="_blank" rel="noopener">
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a href="https://github.com/DSCGGV" target="_blank" rel="noopener">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCggwIczrAF3rkHeKVgOW7ng" target="_blank" rel="noopener">
<i class="fab fa-youtube"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-md-8 col-sm-10">
<div class="row">
<div class="col-md-4 col-6">
<div class="footer-widget">
<h4 class="footer-widget__title">Programs</h4>
<ul class="list-unstyled">
<li>
<a href="https://www.womentechmakers.com/" target="_blank" rel="noreferrer">Women
Techmakers</a>
</li>
<li>
<a href="https://developers.google.com/experts/" target="_blank" rel="noreferrer">Google
Developer Experts</a>
</li>
<li>
<a href="https://developers.google.com/programs/community/" target="_blank" rel="noreferrer">Google
Developer Groups</a>
</li>
</ul>
</div>
</div>
<div class="col-md-4 col-6">
<div class="footer-widget">
<h4 class="footer-widget__title">Developers</h4>
<ul>
<li class="list-unstyled">
<li>
<a href="https://console.firebase.google.com/" target="_blank" rel="noreferrer">Firebase
console</a>
</li>
<li>
<a href="https://console.cloud.google.com/" target="_blank" rel="noreferrer">Google
Cloud Platform</a>
</li>
<li>
<a href="https://console.actions.google.com/" target="_blank" rel="noreferrer">Actions
on Google</a>
</li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="footer-widget">
<h4 class="footer-widget__title">Contribute</h4>
<ul class="list-unstyled">
<li>
<a href="https://github.com/Developer-Student-Clubs-GGV/dscggv.github.io/issues/new" target="_blank"
rel="noreferrer">File a bug</a>
</li>
<li>
<a href="https://github.com/Developer-Student-Clubs-GGV/dscggv.github.io" target="_blank" rel="noreferrer">View
source</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<a href="#" id="scroll" style="display: none;"><i class="fas fa-angle-up"></i></a>
<script>
function imageIntersectionObserverCallback(imageEntries, observer) {
imageEntries.forEach(imgEntry => {
if (imgEntry.isIntersecting) {
imgEntry.target.setAttribute('src', imgEntry.target.dataset.src);
observer.unobserve(imgEntry.target);
}
})
}
const imageObserver = new IntersectionObserver(imageIntersectionObserverCallback, { rootMargin: '30px 0px' });
imageObserver.POLL_INTERVAL = 200;
imageObserver.USE_MUTATION_OBSERVER = false;
document.querySelectorAll('img[data-src]').forEach(img => {
imageObserver.observe(img);
})
</script>
<script>
function iframeObserverCallback(iframeEntries, observer) {
iframeEntries.forEach(iframe => {
if (iframe.isIntersecting && window.matchMedia('(min-width: 450px)').matches) {
iframe.target.setAttribute('src', iframe.target.dataset.urllink);
observer.unobserve(iframe.target);
}
})
}
const iframeObserver = new IntersectionObserver(iframeObserverCallback, { rootMargin: '30px 0px' });
iframeObserver.POLL_INTERVAL = 200;
iframeObserver.USE_MUTATION_OBSERVER = false;
document.querySelectorAll('iframe[data-urllink]').forEach(img => {
iframeObserver.observe(img);
});
if ('serviceWorker' in navigator) {
window.addEventListener('load', function () {
navigator.serviceWorker.register('service-worker.js')
.then(function () {
console.log("Service Worker Registered,");
});
}
);
}
</script>
<script src="js/vendors/pace.js"></script>
<script src="js/vendors/jquery.min.js"></script>
<script src="js/vendors/bootstrap.bundle.min.js"></script>
<script src="js/vendors/jquery.magnific-popup.min.js"></script>
<script src="js/vendors/jquery.easing.min.js"></script>
<script src="js/vendors/swiper.min.js"></script>
<script src="js/vendors/owl.carousel.min.js"></script>
<script src="js/custom.js"></script>
<script src="js/custom.js"></script>
<script src="js/vendors/swiper/swiper-bundle.min.js"></script>
<script src="js/vendors/aos/aos.js"></script>
<script src="js/vendors/glightbox/js/glightbox.min.js"></script>
<script src="js/vendors/isotope-layout/isotope.pkgd.min.js"></script>
<script>var countDownDate = new Date("March 27, 2021 00:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get today's date and time
var now = new Date().getTime();
// Find the distance between now and the count down date
var distance = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Output the result in an element with id="demo"
document.getElementById("day").innerHTML = days ;
document.getElementById("hour").innerHTML = hours;
document.getElementById("min").innerHTML = minutes ;
document.getElementById("sec").innerHTML = seconds;
// If the count down is over, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("countdown").innerHTML = "YOUR TIME HAS ALREADY STARTED";
}
}, 1000);</script>
</body>
</html>