forked from inGenius-2020/website
-
Notifications
You must be signed in to change notification settings - Fork 3
/
check.html
716 lines (635 loc) · 30.5 KB
/
check.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:wght@900&display=swap" rel="stylesheet"/>
<link rel="icon" href ="/img/favicon.png" type = "image/x-icon">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css" integrity="sha512-8bHTC73gkZ7rZ7vpqUQThUDhqcNFyYi2xgDgPDHc+GXVGHXq+xPjynxIopALmOPqzo9JZj0k6OqqewdGO3EsrQ==" crossorigin="anonymous" />
<link rel="stylesheet" href ="css/button.css" />
<link rel="stylesheet" href="css/faqstyle.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link href="css/getsethack.css" rel="stylesheet">
<link href="css/countdown.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<link href="css/ingenious.css" rel="stylesheet">
<link href="css/terminal.css" rel="stylesheet">
<link href="css/devfolio.css" rel="stylesheet">
<link rel = "stylesheet" href = "css/aboutus.css" />
<link rel="stylesheet" href="css/bootstrap-social.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css"/>
<link rel="stylesheet" href="css/animated_navbar.css" />
<link rel = "stylesheet" href = "css/faq.css"/>
<link rel ="stylesheet" href = "css/accordian.css"/>
<link rel="stylesheet" href="css/sponsor.css" />
<link rel ="stylesheet" href = "css/accordian.css"/>
<link rel="stylesheet" href="css/snehil.css">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<title>inGenius | #GetSetHack</title>
</head>
<body onLoad = textLoad()>
<script>
// Set the date we're counting down to
var countDownDate = new Date("Nov 12, 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);
// Display the result in the element with id="demo"
document.getElementById("days0").innerHTML = days;
document.getElementById("hours0").innerHTML = hours;
document.getElementById("minutes0").innerHTML = minutes;
document.getElementById("seconds0").innerHTML = seconds;
// If the count down is finished, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("clockdiv").innerHTML = "EVENT STARTED";
}
}, 1000);
</script>
<div id="loader-wrapper">
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
<!--navbar-->
<div class="anim_addi d-none d-md-block">
<nav class="nav navbar navbar-expand-lg">
<a class="navbar-brand logo m-4" href="#"><img src="img/Copy of inGen20Logo_C-01.png" class="img-fluid " width=100px height=40px /></a>
<span class="navTrigger">
<i></i>
<i></i>
<i></i>
</span>
<div class="main_list ml-auto" id="mainListDiv">
<div class="container black topBotomBordersIn">
<ul class="navbar-nav navlinks">
<li class="nav-item active">
<a href="#">Home</a>
</li>
<li class="nav-item">
<a href="#aboutusnew">About</a>
</li>
<li class="nav-item">
<a href="#getset">Events</a>
</li>
<!-- <li class="nav-item">
<a href="#sponsors">Sponsors</a>
</li> -->
<li class="nav-item">
<a href="#prizes">Prizes</a>
</li>
<li class="nav-item">
<a href="#faq">FAQs</a>
</li>
<li class="nav-item">
<a href="./gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a href="./team.html">Team</a>
</li>
<li class="nav-item">
<a href="#formIngenius">Contact Us</a>
</li>
</div>
</div>
</nav>
<div id='stars'></div>
<div id='stars2'></div>
<div id='stars3'></div>
</div>
<div id="content">
<div id='stars'></div>
<div id='stars2'></div>
<div id='stars3'></div>
<div id="title"></div>
</div>
<!-- landingpage -->
<section="landing" style="background-color:transparent;">
<div class="row justify-content-center">
<img class="mainimg" src='img/inGen20Logo_C-01.png'>
</div>
<div class="row justify-content-center">
<h2 class="bg-transparent text-white justify-content-center getsethack" >#get<span style="color: #28a8e0;">Set</span>Hack</h2>
</div>
<h2 class="text-center text-white" style=" padding-top:20px;font-size:110%; opacity:1">November 12, 2021</h2>
<h3 class="text-center d-none d-sm-block" style="padding-top:10px; color: #eaf4fc; font-family: 'Raleway' !important;">An annual 24-hour hackathon organised by PES University</h3>
<!--timer-->
<h2 class="text-center" style="color:white; font-size:90%;padding-top:20px; padding-bottom:10px;">Starts in </h2>
<div class="row justify-content-center">
<div id="clockdiv">
<div >
<span id ="days0" class="days"></span>
<div class="text-white smalltext" style="opacity:1;">Days</div>
</div>
<div>
<span id ="hours0" class="hours"></span>
<div class="smalltext text-white">Hours</div>
</div>
<div>
<span id ="minutes0" class="minutes"></span>
<div class="smalltext text-white">Minutes</div>
</div>
<div>
<span id ="seconds0" class="seconds"></span>
<div class="smalltext text-white">Seconds</div>
</div>
</div>
</div>
<br />
<!--div class="row justify-content-center applybutton"><a href="http://ingenius.devfolio.co/submissions" target="_blank"><button id="devfolio-apply-now"><svg class="logo" xmlns="http://www.w3.org/2000/svg" fill="#fff" viewBox="0 0 115.46 123.46" style="height:24px;width:24px;margin-right:8px"><path d="M115.46 68a55.43 55.43 0 0 1-50.85 55.11S28.12 124 16 123a12.6 12.6 0 0 1-10.09-7.5 15.85 15.85 0 0 0 5.36 1.5c4 .34 10.72.51 20.13.51 13.82 0 28.84-.38 29-.38h.26a60.14 60.14 0 0 0 54.72-52.47c.05 1.05.08 2.18.08 3.34z" /><path d="M110.93 55.87A55.43 55.43 0 0 1 60.08 111s-36.48.92-48.58-.12C5 110.29.15 104.22 0 97.52l.2-83.84C.38 7 5.26.94 11.76.41c12.11-1 48.59.12 48.59.12a55.41 55.41 0 0 1 50.58 55.34z"/></svg>View submissions</button></a></div-->
</section>
<div class="container-fluid" style="padding-top:20px;">
<div class="row justify-content-center">
<div class=" col-10 offset-1 ">
</div>
<!--terminal-->
<div class="row d-none d-sm-block">
<div class="col-6" id = "toremove"></div>
<div style="align-items: center;">
<div class="animate__animated animate__backInRight active" style="animation-delay:5s;">
<div id="terminal" class="col-6 col-md-4" style="padding-top:60px;">
<div class="fakeMenu btn-group">
<button class="fakeButtons fakeClose" onclick="terminal_disappear()"></button>
<button class="fakeButtons fakeMinimize" onclick="terminal_disappear()"></button>
<button class="fakeButtons fakeZoom"></button>
</div>
<div class="fakeScreen">
<p class="line1_2">pesuecc~:$ingenius_hackathon</p>
<p class="line1_2">Upcoming Events:</p>
<p class="line3_4"><span id="tochange"></p>
<p class="line3_4">><span class="cursor4">_</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--about-->
<section id="aboutusnew" style="padding-top:200px;">
<div class="container justify-content-center">
<div class="card justify-content-center " style="margin: 0 auto;">
<h1 class="d-flex justify-content-center" style = "font-family: 'Titillium Web', sans-serif;font-size: 43px; padding-top:25px; padding-bottom: 20px;">About Us</h1>
<div class="row" style="font-size: 20px;">
<div class="col-sm-9 col-lg-12">
<p style="font-family: 'Raleway' !important;"><strong>in<span style="color: #28a8e0;">Genius</span> 2020 </strong> is an<strong> annual 24-hour hackathon</strong> organised by PES University, Electronic City Campus. With over <strong>3500</strong> registrations over the <strong>past eight years</strong>, we're back again.<p>Circumstances may have forced us online, but that came as a blessing in disguise. Because this time, we've upped the stakes as we're going <strong>fully global</strong> That's right, inGenius is open to registrations to each and any one of you that wants to take part, wherever you are.</p><strong><p> No restrictions, no criteria, and NO FEE.</p></strong>
</p><p>Read the brochure to know more!</p>
</div>
<div class="col-sm12 col-12" style=" padding-top:15px;">
<a href="assets/inGen20BrocFin.pdf" target="_blank" class="btn " style="font-size: 2rem; width: 25rem;background:#28a8e0;" >Download Brochure</a>
</div>
</div>
</div>
</div>
</section>
<section id="promoVideo" class="mobileHide">
<div class="container justify-content-center">
<div class="row justify-content-center">
<div class="col-sm-6 col-md-6 col-12">
<div class="videoContainer">
<iframe src="https://www.youtube.com/embed/EPPN-aBX8OA?autoplay=1&mute=1&loop=1" height="350" width="620" allowfullscreen="" frameborder="0">
</iframe>
</div>
</div>
<div class="col-12 col-sm-6 col-md-6 PromoText" >
<div class="card justify-content-center" style="border-radius:20px; margin: 0 auto; width: 40%; height: 4rem">
<div>
<div class="justify-content-center animate_animated animate_fadeInUp">
<p style="padding-top:25px;padding-bottom:20px;font-family: 'Titillium Web', sans-serif;font-size: 20px;">#Checkout<span style=" font-family: 'Titillium Web', sans-serif;font-size: 30px; color: #28A8E0;">PROMO</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="getset" style="padding-top: 120px;">
<div class="container justify-content-center">
<div class="row justify-content-center">
<div class="col-12 col-sm-6 col-md-6">
<div class="card justify-content-center" style="border-radius:40px; margin: 0 auto; width: 90%;">
<div class="">
<div class="justify-content-center animate_animated animate_fadeInUp">
<p style="padding-top:25px;padding-bottom:20px;font-family: 'Titillium Web', sans-serif;font-size: 43px;">#get<span style=" font-family: 'Titillium Web', sans-serif;font-size: 44px; color: #28A8E0;">SET</span>prep Series</p>
</div>
<div class="timelineparagarph">
<p>Over the past weeks, we've conducted various webinars to get you on track to GetSetCode on the big day!</p>
<p> Check out what we've covered, and visit us on <span style="color: red;">YouTube </span>to see more.</p>
<ol>
<li style="color:#006680; ">-><a style="color:#006680;"href="https://www.youtube.com/watch?v=wy-ozk1xlcw">Git: Version Control</a></li>
<li style="color:#006680; ">-><a style="color:#006680;"href="https://www.youtube.com/watch?v=J2I-6Oq2C-A">Frontend Development [React]</a></li>
<li style="color:#006680; ">-><a style="color:#006680;"href="https://www.youtube.com/watch?v=VOIeDYYYqns">Mobile App Development [Flutter]</a></li>
<li>-> And Many many more . . . </li>
</ol>
<a href="https://www.youtube.com/channel/UCJSynLcZyHy6VJLflYesWoQ" target="_blank" class="btn btn-primary" style="font-size: 2rem; background:#DC3545;" >InGenius on YouTube <i class="fa fa-youtube"></i></a>
</div>
<span style="padding-bottom: 50px;"></span>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-12">
<img id="timelinesvg" class="img-fluid" style="width:90%; brightness:140%; " src="img/tL-01.svg"/>
</div>
</div>
</div>
</section>
<!--<section id="sponsors" style="margin:0 auto">
<div class="container justify-content-center align-items-center" style="margin: 0 auto;">
<div class="card" style="margin: 0 auto;">
<h1 class="d-flex justify-content-center" style = "padding-top:25px;font-family: 'Titillium Web', sans-serif;font-size: 200%;">Our Sponsors</h1>
<div class="container">
<h3 class="display-4" style="padding:40px"> Diamond Sponsors</h3>
</div>
<div class="row justify-content-center">
<div class="col-11 col-md-5">
<a href="https://www.crio.do/" target="_blank"><img style="background:#e4e2d6;" class="sponsors-logo align-items-center" src="img/crio1.png"></img></a> <!--devfolio
</div>
<div class="col-11 col-md-5">
<a href="https://www.devfolio.co/" target="_blank"><img class="sponsors-logo align-items-center" src="img/Devfolio.png"></img></a> <!--devfolio
</div>
<div class="col-11 col-md-5">
<a href="https://www.wolfram.com/language/" target="_blank"> <img class="sponsors-logo align-items-center" src="img/wolfram.jpg"></img></a> <!--devfolio
</div>
</div>
<hr />
<div class="container">
<h3 class="display-4" style=" padding:30px"> Gold Sponsors</h3>
<div class="row justify-content-center">
<div class="col-5 col-sm-4" style="object-fit: cover;">
<a href="https://matic.network/" target="_blank"> <img class="sponsors-logo responsive" src="img/matic.png" alt="matic logo"></img></a>
</div>
<div class="col-5 col-sm-4" style="object-fit: cover;">
<a href="https://www.fold.money/" target="_blank"><img class="sponsors-logo responsive" src="img/fold1.png" alt="fold logo"></img></a>
</div>
<div class="col-5 col-sm-4" style="object-fit: cover;">
<a href="https://www.portis.io/" target="_blank"><img class="sponsors-logo responsive" src="img/portis.png" alt="protis logo"></img></a>
</div>
<div class="col-5 col-sm-4" style="object-fit: cover;">
<a href="https://www.echo.xyz/" target="_blank"><img class="sponsors-logo responsive" src="img/echoar.png" alt="echoAR logo"></img></a>
</div>
<div class="col-5 col-sm-4" style="object-fit: cover;">
<a href="https://www.tezos.com/" target="_blank"><img class="sponsors-logo responsive" src="img/tezos.png" alt="tezos logo"></img></a>
</div>
</div>
<hr />
<div class="container">
<h3 class="display-4" style=" padding:30px"> Silver Sponsors</h3>
<div class="row justify-content-center">
<div class="col-5 col-sm-3" style="object-fit: cover;">
<a href="https://www.clerky.com/" target="_blank"><img class="sponsors-logo responsive" src="img/clerky.png" alt="clerky logo"></img></a>
</div>
<div class="col-5 col-sm-3" style="object-fit: cover;">
<a href="https://givemycertificate.com/" target="_blank"><img class="sponsors-logo responsive" src="img/gmc2.png" alt="gmc logo"></img></a>
</div>
<div class="col-5 col-sm-3" style="object-fit: cover;">
<a href="https://codingblocks.com/" target="_blank"><img class="sponsors-logo responsive" src="img/cblock.png" alt="code blockslogo"></img></a>
</div>
</div>
<div class="row justify-content-center align-items-center">
<div class="col-5 col-sm-3 col-lg-4" style="object-fit: cover; padding-left:15px;">
<h3 class="stream display-4" style="padding-top:30px; padding-bottom:30px">Streaming Partner</h3>
</div>
<div class="col-5 col-sm-3 col-lg-4" style="object-fit: cover; padding-left:15px;">
<h3 class="stream display-4" style="padding-top:30px; padding-bottom:30px">Events Partner</h3>
</div>
</div>
<div class="row justify-content-center">
<div class="col-5 col-sm-3 col-lg-4" style="object-fit: cover;">
<a href="https://www.streamyard.com/" target="_blank"> <img class="sponsors-logo responsive g" src="img/streamyard.png" alt="streamyard logo"></img></a> <!--devfolio
</div>
<div class="col-5 col-sm-3 col-lg-4" style="object-fit: cover;">
<a href="https://www.amigoz.app/" target="_blank"><img class="sponsors-logo responsive g" src="img/amigoz.png" alt="amigoz logo"></img></a> <!--devfolio
</div>
</div>
<div class="container">
<h3 class="stream display-4" style=" padding:30px"> Community Partners</h3>
<div class="row justify-content-center">
<div class="col-4 col-sm-3" style="object-fit: cover;">
<a target="_blank"> <img class="sponsors-logo responsive" src="img/comfolks.png" alt="community folks logo"></img></a>
</div>
<div class="col-4 col-sm-3" style="object-fit: cover;">
<a target="_blank"><img class="sponsors-logo responsive" src="img/ANDROID CODES.png" alt="android codes logo"></img></a>
</div>
<div class="col-4 col-sm-3" style="object-fit: cover;">
<a target="_blank"> <img class="sponsors-logo responsive" src="img/folk.png" alt="folks logo"></img></a>
</div>
</div>
<div class="row justify-content-center">
<div class="col-4 col-sm-3" style="object-fit: cover;">
<a target="_blank"><img class="sponsors-logo responsive" src="img/ms.png" alt="ms ambassador logo"></img></a>
</div>
<div class="col-4 col-sm-3" style="object-fit: cover;">
<a target="_blank"><img class="sponsors-logo responsive" src="img/dsc.png" alt="dsc pesu ec logo"></img></a>
</div>
<div class="col-4 col-sm-3" style="object-fit: cover;">
<a target="_blank"><img class="sponsors-logo responsive" src="img/THE GIRL CODE.png" alt="the girl code logo"></img></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<section id="prizes" style="padding-top: 120px;">
<div class="container justify-content-center">
<div class="row justify-content-center">
<div class="col-12 col-sm-6 col-md-6">
<div class="justify-content-center" style="border-radius:40px; margin: 0 auto; width: 90%;"></div>
<div class="">
<div class="justify-content-center animate_animated animate_fadeInUp">
<p style="padding-top:25px;padding-bottom:20px;font-family: 'Titillium Web', sans-serif;font-size: 43px; color: white;">Prizes</p>
</div>
<div class="timelineparagarph">
</div>
<span style="padding-bottom: 50px;"></span>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-11 col-md-5">
<img id="timelinesvg" class="img-fluid" style="width:90%; brightness:140%;" src="img/winners.png"/>
</div>
<div class="col-11 col-md-5">
<img id="timelinesvg" class="img-fluid" style="width:90%; brightness:140%; " src="img/top15winners.png"/>
</div>
<div class="col-11 col-md-5">
<img id="timelinesvg" class="img-fluid" style="width:90%; brightness:140%; " src="img/sponsorwinners.png"/>
</div>
</div>
</div>
</div>
</section>
<section id="codeofconduct" style="padding-top:120px">
<div class="container">
<div class="card" style="text-align: left; margin: 0 auto;">
<h1 class="d-flex justify-content-center" style = "padding-top:25px;font-family: 'Titillium Web', sans-serif;font-size: 43px; background: none; padding-bottom: 25px;">Code Of Conduct</h1>
<div class = "row">
<div class="col-8">
</div>
</div>
<div class="row">
<div class="col-sm-6 col-12" id = "cod" style="padding-left: 60px; font-size: 20px;">
<ul style="list-style-type: disc;">
<li> Be respectful and kind to each other. Abusive communications are prohibited</li>
<li>Your Discord nickname on the server MUST be your real name.</li>
<li>Avoid discussing sensitive topics. All discussions must be related to inGenious 9.0.</li>
<li> No NSFW content. This includes profile pictures/display pictures.</li>
</ul>
</div>
<div class="col-sm-6 col-12" id = "cod" style="padding-left: 60px;font-size: 20px;">
<ul style="list-style-type: disc;">
<li> Alternate accounts are prohibited to avoid confusion.</li>
</ul>
<b>Devfolio's Code of Conduct</b>
<div class="row justify-content-center" style = "padding-bottom: 10px; padding-top:25px;"><a style="margin:0px; padding:0px;"href = "https://devfolio.co/code-of-conduct" target="_blank"><button class="btn btn-primary btn-lg dev-btn butan">Devfolio </button></a></div>
<!--<span>Click on the button to know more about Devfolio's Code Of Conduct</span>-->
</div>
</div>
</div>
</div>
</section>
<section id="faq">
<div class="accordion-container">
<h1 class="d-flex justify-content-center text-white" style = "font-family: 'Titillium Web', sans-serif;font-size: 43px; padding-bottom: 25px;">FAQs</h1>
<div class="set">
<a>
<i class="fa fa-plus"></i> <span style="font-size:20px; font-family: Raleway">Can I attend inGenius 2020?</span>
</a>
<div class="content">
<p>inGenius is open to all college students from any year, branch or degree across the globe</p>
</div>
</div>
<div class="set">
<a>
<i class="fa fa-plus"></i> <span style="font-size:20px; font-family: Raleway">Is there a registration fee?</span>
</a>
<div class="content">
<p>No, there is no registration fee</p>
</div>
</div>
<div class="set">
<a>
<i class="fa fa-plus"></i> <span style="font-size:20px; font-family: Raleway">Whats the preferred team size?</span>
</a>
<div class="content">
<p>Only team size of 2-4 members will be considered for judging and be eligible for prizes</p>
</div>
</div>
<div class="set">
<a>
<i class="fa fa-plus"></i> <span style="font-size:20px; font-family: Raleway">Can we participate individually?</span>
</a>
<div class="content">
<p>Yes, you can but only teams of 2-4 people will be eligible for prizes and judging.</p>
</div>
</div>
<div class="set">
<a>
<i class="fa fa-plus"></i> <span style="font-size:20px; font-family: Raleway">Where is the venue?</span>
</a>
<div class="content">
<p>There is no venue. Due to the pandemic we are conducting the event virtually.</p>
</div>
</div>
<div class="set">
<a>
<i class="fa fa-plus"></i> <span style="font-size:20px; font-family: Raleway">What is the theme of inGenius 2020?</span>
</a>
<div class="content">
<p> It's an open hack and all domains are allowed</p>
</div>
</div>
<div class="set align-items-center">
<a class="align-items-center">
<i class="fa fa-plus"></i> <span style="font-size:20px; font-family: Raleway">What should I submit at the end of the hackathon?</span>
</a>
<div class="content">
<p> You will have to show a working proof of concept of your idea.</p>
</div>
</div>
<div class="set align-items-center">
<a class="align-items-center">
<i class="fa fa-plus"></i> <span style="font-size:20px; font-family: Raleway">Where can I submit the working proof?</span>
</a>
<div class="content">
<p> We are using the Devfolio as our platform to conduct the hackathon and hence submissions will be on the same.</p>
</div>
</div>
<div class="set">
<a>
<i class="fa fa-plus"></i> <span style="font-size:20px; font-family: Raleway">How will you judge?</span>
</a>
<div class="content">
<p>The panel of judges will consist of industry experts and professionals. They will go through the executable file and will have an interview round with top 10 teams to decide on final evaluations.</p>
</div>
</div>
<div class="set">
<a>
<i class="fa fa-plus"></i> <span style="font-size:20px; font-family: Raleway">I have a question that's not answered here</span>
</a>
<div class="content">
<p> We're here to help you however you need! Feel free to drop us an email. You could also reach out to us on Instagram, Facebook, Twitter or Linkedin</p>
</div>
</div>
</div>
</section>
<section id = "formIngenius">
<div class="card dd" id = "formcard" >
<div class = "todo justify-content-center">
<h1 class="text-white text-justify contacts " style = "font-family: 'Titillium Web', sans-serif;font-size: 43px; padding-bottom: 45px;">Contact Us</h1>
<form action="https://formspree.io/mnqoaowl" method="POST">
<div class="row">
<div class="col-md-6">
<div class="card" style="margin-top: 0px;">
<div class="card-body">
<p class="card-text text-white" id="test2" style=" margin-top: 0px;"> <span> <b>Come and say hi, </b></span> <br> <br>
This space is judgement and corona free. Drop-in any queries, suggestions, or just about anything, we are all ears!
<h3 class = "text-white" style="background: none; font-size: 100%;">See you on the other side at inGenius 2020.</h3>
<br> <br>
<h3 class = "text-white" style="background: none; font-size: 100%;">PES University Electronic City Campus, Hosur Road, Bangalore - 560 100 </h3>
</div>
</div>
</div>
<div class="col-md-6">
<form action="https://formspree.io/[email protected]" method="POST" style="padding:2% 10% 10% 10%;">
<div class="form-group" style="height: 50px;"><input class="form-control" type="text" style="font-size: 20px;height: 50px; border-radius: 10px;" name="name" placeholder="Name"></div>
<div class="form-group" style="height: 50px;"><input class="form-control" type="email" style="font-size: 20px;height: 50px;border-radius: 10px;" name="_replyto" placeholder="Email"></div>
<div class="form-group"><textarea class="form-control" name="message" style="font-size: 20px; border-radius: 10px;" placeholder="Message" rows="8"></textarea></div>
<div class="form-group"><button class="btn btn-primary" type="submit" style="font-size: 25px; color:#2c0023 ; background:#28a8e0;">Send </button></div>
</form>
</div>
</div>
</form>
</div>
</div>
</section>
<div class="footer">
<div class="social-menu">
<ul class="justify-content-center">
<li><a href="https://www.facebook.com/inGeniusHack/"><span class="fa fa-facebook"></span></a></li>
<li><a href="https://www.instagram.com/ingeniushackathon/?hl=en"><span class="fa fa-instagram"></span></a></li>
<li><a href="https://twitter.com/ingeniushack?lang=en"><span class="fa fa-twitter"></span></a></li>
<li><a href="https://www.youtube.com/channel/UCJSynLcZyHy6VJLflYesWoQ"><span class="fa fa-youtube"></span></a></li>
<li><a href="https://www.linkedin.com/company/ingenius-hack/"><span class="fa fa-linkedin"></span></a></li>
</ul>
</div>
<p style="color:white; font-size:17px;padding:12px;"> Made with ❤ by in<span style="color:#47C4F3">Genius</span> team</p>
</div>
</footer>
<!-- jQuery first, then Tether, then Bootstrap JS. -->
<script src="js/jquery.min.js"></script>
<script src="js/devfolio.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.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://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="js/faqutil.js"></script> <!-- util functions included in the CodyHouse framework -->
<script src="js/faqmain.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.5.1/gsap.min.js" integrity="sha512-IQLehpLoVS4fNzl7IfH8Iowfm5+RiMGtHykgZJl9AWMgqx0AmJ6cRWcB+GaGVtIsnC4voMfm8f2vwtY+6oPjpQ==" crossorigin="anonymous"></script>
<script src="js/index.js"></script>
<script src="js/landing.js"></script>
<script src="js/buttonup.js"></script>
<script src="js/animated_navbar.js"></script>
<script src="js/countdown.js"></script>
<script>
function terminal_disappear()
{
//console.log("close");
document.getElementById('terminal').style.display="none";
}
function updateTimer(deadline) {
var time = deadline - new Date();
return {
days: Math.floor(time / (1000 * 60 * 60 * 24)),
hours: Math.floor((time / (1000 * 60 * 60)) % 24),
minutes: Math.floor((time / 1000 / 60) % 60),
seconds: Math.floor((time / 1000) % 60),
total: time
};
}
// function animateClock(span) {
// span.className = "animate__flipOutY";
// setTimeout(function () {
// span.className = "";
// }, 1000);
// }
// function startTimer(id, deadline) {
// var timerInterval = setInterval(function () {
// var clock = document.getElementById(id);
// var timer = updateTimer(deadline);
// clock.innerHTML =
// "<span>" +
// timer.days +
// "</span>" +
// "<span>" +
// timer.hours +
// "</span>" +
// "<span>" +
// timer.minutes +
// "</span>" +
// "<span>" +
// timer.seconds +
// "</span>";
// //animation
// // var spans = clock.getElementsByTagName("span");
// // animateClock(spans[3]);
// // if (timer.seconds == 59) animateClock(spans[2]);
// // if (timer.minutes == 59 && timer.seconds == 59) animateClock(spans[1]);
// // if (timer.hours == 23 && timer.minutes == 59 && timer.seconds == 59)
// // animateClock(spans[0]);
// //check for end of time
// if (timer.total < 1) {
// clearInterval(timerInterval);
// clock.innerHTML =
// "<span>0</span><span>0</span><span>0</span><span>0</span>";
// }
// }, 1000);
// }
// window.onload = function () {
// var deadline = new Date("November 12, 2021 00:00:00");
// startTimer("clock", deadline);
// var today = new Date();
// var aaj = today.getDate();
// var hr = today.getHours()
// console.log(hr)
// console.log('ss',aaj)
// document.getElementById("tochange").innerHTML = "Its a wrap from team Ingenius. Hope you enjoyed all our events!";
// };
// </script>
<script>
var acordion = document.getElementsByClassName('accordions');
var i;
var len = acordion.length;
for(i = 0; i<len; i++){
acordion[i].addEventListener('click', function(){
this.classList.toggle('active');
var panal = this.nextElementSibling;
if(panal.style.maxHeight){
panal.style.maxHeight = null;
}else{
panal.style.maxHeight = panal.scrollHeight + 'px';
}
})
}
</script>
<script src="js/accordian.js"></script>
</body>
</html>