-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
914 lines (833 loc) · 34.1 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
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-157470849-1"
></script>
<script defer async src="https://apply.devfolio.co/v2/sdk.js"></script>
<script class="gtag" style="display: none">
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-157470849-1");
</script>
<title>Ingenious Hackathon</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta
name="Description"
content="Ingenious Hackathon is a 36-hour intensive coding competition. The problems are
of a wide range and designed while keeping in mind an industry-oriented approach, with support from many
partner companies. Organized at School of Engineering and Applied Science, Ahmedabad University as a part of its Technological festival Ingenium"
/>
<link rel="stylesheet" href="./style.css" />
<link rel="stylesheet" href="./bootstrap-grid.css" />
<link
href="https://fonts.googleapis.com/css?family=Bowlby+One|Montserrat&display=swap"
rel="stylesheet"
/>
</head>
<body>
<nav>
<button class="menu" aria-label="Navigation Button">
<img
class="material-icons"
id="menu-icon"
src="./images/apps-24px.svg"
alt="nav"
/>
</button>
<div class="nav-hide" id="nav-list">
<div class="nav-icon-box">
<img
class="material-icons"
id="clear"
src="./images/clear-24px.svg"
alt="close"
/>
</div>
<li><a class="link" href="#about">About Us</a></li>
<li><a class="link" href="#tracks">Tracks</a></li>
<li><a class="link" href="#schedule">Schedule</a></li>
<li><a class="link" href="#sponsor">Sponsors</a></li>
<li><a class="link" href="#faq">FAQs</a></li>
<li><a href="#reach-us" class="link">Reach Us</a></li>
<li><a class="link" href="#contact-us">Contact Us</a></li>
</div>
</nav>
<section class="landing-page">
<div class="start">
<p class="date-item">
<span class="date"
>28<span class="th">th</span>-29<span class="th">th</span></span
><br /><span> January 2023</span>
</p>
<h2 class="banner-title">
Ingenious <br />
Hackathon
</h2>
<div class="banner-info">
<span
>School of Engineering and Applied Science,<br />
Ahmedabad University</span
>
</div>
<div class="countdown">
<div class="counter-item">
<span class="days time" id="days">00</span>
<div class="smalltext">Days</div>
</div>
<div class="counter-item">
<span class="hours time" id="hours">00</span>
<div class="smalltext">Hours</div>
</div>
<div class="counter-item">
<span class="minutes time" id="mins">00</span>
<div class="smalltext">Minutes</div>
</div>
<div class="counter-item">
<span class="seconds time" id="secs">00</span>
<div class="smalltext">Seconds</div>
</div>
</div>
<div
class="apply-button"
data-hackathon-slug="ingenious-hackathon-4"
data-button-theme="light"
style="height: 44px; width: 312px"
></div>
<!-- <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>
Apply with Devfolio</button> -->
</div>
<img
src="./images/animated-svg/landing-page-g animated.svg"
class="lp-g"
alt=""
/>
</section>
<section class="prizes">
<div class="title">Total Prizes</div>
<div class="content">
<div class="prize-card">
<div class="amount">₹12,000/-</div>
<div class="amount">+</div>
<div class="perks">Perks Worth ₹25,000/-</div>
<br />
<div>1st Place</div>
</div>
<div class="prize-card">
<div class="amount">₹10,000/-</div>
<div class="amount">+</div>
<div class="perks">Perks Worth ₹25,000/-</div>
<br />
<div>2nd Place</div>
</div>
<div class="prize-card">
<div class="amount">₹8,000/-</div>
<div class="amount">+</div>
<div class="perks">Perks Worth ₹25,000/-</div>
<br />
<div>3rd Place</div>
</div>
</div>
<!-- <div class="participant-perks">Perks Worth ₹21,000/- For All Participants</div> -->
</section>
<section class="prizes">
<div class="content">
<!-- <div class="prize-card">
<div class="amount-1"> ₹15,000/-</div>
<br>
<div>Portis Prize</div>
</div>
<div class="prize-card">
<div class="amount-1"> ₹20,000/-</div>
<br>
<div>Tezos Prize</div>
</div> -->
<div class="prize-card">
<div class="amount-1">₹2,000/-</div>
<br />
<div>Best Beginner Hack</div>
</div>
<div class="prize-card">
<div class="amount-1">₹2,000/-</div>
<br />
<div>Most Prettiest Hack</div>
</div>
<!-- <div class="prize-card">
<div class="amount-1"> ₹1,500/-</div>
<br>
<div>Best Web3 Hack</div>
</div> -->
<!-- <div class="participant-perks">Perks Worth ₹21,000/- For All Participants</div> -->
</div>
</section>
<section class="about-us" id="about">
<div class="content">
<div class="title">About Us</div>
<div class="text">
The Ingenious Hackathon is a 36-hour intensive coding competition. The
problems are of a wide range and designed while keeping in mind an
industry-oriented approach, with support from many partner
companies.<br /><br />
This event has been, in the past, one of the most sought after and
prestigious events of the festival with a large footfall from across
the state. Every team works on the selected problem and is evaluated
for their progress, innovation, and the practicality of their work, on
regular intervals.
</div>
</div>
<img
src="./images/animated-svg/about-us-g animated.svg"
alt=""
class="about-us-g"
/>
</section>
<section class="tracks" id="tracks">
<div class="content">
<!-- <div class="title">More Perks</div>
<div class="cards">
<div class="card">
<h3 class="title">For All Participants</h3>
<p class="text">Perks Worth - ₹21,000</p>
</div>
<div class="card">
<h3 class="title">For All Beginners</h3>
<p class="text">Perks Worth - ₹21,000</p>
</div>
</div>
</div> -->
<div class="title">Tracks</div>
<div class="cards">
<div class="card">
<h3 class="title">Open Source</h3>
<p class="text">Track Prize - ₹2500</p>
<p class="text">
Theme Track - Build something that can later be used by anyone
around the world. There’s a whole lot of innovation possible here
but you’ll have to be good and give it to the world.
</p>
</div>
<div class="card">
<h3 class="title">Business</h3>
<p class="text">Track Prize - ₹2500</p>
<p class="text">
Build an innovation which helps small businesses to scale or help
them to reduce burden. For example: innovation in supply chain,
money transfer, invoice generation, etc.
</p>
</div>
<div class="card">
<h3 class="title">Health Care</h3>
<p class="text">Track Prize - ₹2500</p>
<p class="text">
Create innovative solutions that address various health-related
issues and challenges such as the COVID19 pandemic, mental health,
obesity, cardiovascular diseases and many more.
</p>
</div>
<div class="card">
<h3 class="title">Safety Net</h3>
<p class="text">Track Prize - ₹2500</p>
<p class="text">
Build something that makes us safer. This can range from saving
humanity from aliens to saving yourself from your neighbour’s
kid(who has newly learnt pen-testing) to making your area safer
from the creeps that make it unsafe.
</p>
</div>
<div class="card">
<h3 class="title">FinTech</h3>
<p class="text">Track Prize - ₹3000</p>
<p class="text">
Solve intriguing challenges faced by the Fin-tech industry by
automating, securing and enhancing the delivery and operation of
financial technology.
</p>
</div>
<div class="card">
<h3 class="title">Web3</h3>
<p class="text">Track Prize - ₹3000</p>
<p class="text">
Build something on Web3. Gather a group of technology stacks,
including blockchain layer, protocol layer and dApps. Build
innovative things capable of Startup.
</p>
</div>
<!--{% comment %} <div class="card">
<h3 class="title">
Agro Tech</h3>
<p class="text">
Agritech is the use of technology in agriculture, horticulture, and aquaculture with the aim of
improving yield, efficiency, and profitability. Agritech can be products, services or
applications derived from agriculture that improve various i/o processes.
</p>
</div> {% endcomment %}
{% comment %} <div class="card">
<h3 class="title">FinTech</h3>
<p class="text"> Financial technology, often shortened to fintech, is the technology and innovation
that aims to compete with traditional financial methods.</p>
</div> {% endcomment %} -->
<!--div class="card">
<h3 class="title">Blockchain</h3>
<p class="text">A blockchain, originally block chain, is a growing list of records, called blocks,
that are
linked using cryptography.</p>
</div-->
<!--div class="card">
<h3 class="title">More Tracks TBA</h3>
<p class="text">We will be annoucing more tracks soon! Stay Tuned!</p>
</div-->
<!-- {% comment %} <div class="card">
<h3 class="title">Mobility</h3>
<p class="text">Mobility model, model of the motion of users of mobile phones and wireless ad hoc
networks.</p>
</div> {% endcomment %}
-->
</div>
<!-- <div class="title">Other Tracks</div>
<div class="cards">
<div class="card">
<h3 class="title">Polygon</h3>
<p class="text">Polygon is a protocol and a framework for building and connecting
Ethereum-compatible blockchain networks.
</p>
<p class="text">
<ul class="tracksPrizes">
<li>- ₹10,000 for the best hack built on Ethereum, or
₹15,000 for the best hack built on Ethereum + Polygon</li>
<li>
- Eligibility to apply for internship/full-time roles and seed funding of up to 5,000 USD for
winners!
</li>
</ul>
</p>
</div>
<div class="card">
<h3 class="title">Tezos</h3>
<p class="text">Tezos is a technology for deploying a blockchain capable of modifying its own set of rules with minimal disruption to the network through an on-chain governance model.
</p>
<p class="text">
<ul class="tracksPrizes">
<li>- ₹20,000 for best Dapp built on Tezos</li>
<li>
- Continuity grant opportunity up to $5,000 for outstanding projects
</li>
</ul>
</p>
</div>
<div class="card">
<h3 class="title">Celo</h3>
<p class="text">The Celo protocol is an open, distributed cryptographic protocol that allows applications to make transactions with and perform computation on a family of cryptocurrencies, including ones pegged to ‘fiat’ currencies like the US Dollar.
</p>
<p class="text">
<ul class="tracksPrizes">
<li>- ₹20,000 for best Dapp built on Celo</li>
<li>
- Continuity Support
</li>
</ul>
</p>
</div>
<div class="card">
<h3 class="title">Filecoin</h3>
<p class="text">IPFS powers the Distributed Web. It's a peer-to-peer hypermedia protocol designed to preserve and grow humanity's knowledge by making the web upgradeable, resilient, and more open. <br>An open-source cloud storage marketplace, protocol, and cryptocurrency.
</p>
<p class="text">
<ul class="tracksPrizes">
<li>- ₹20000 for best use of IPFS and/or Filecoin</li>
</ul>
</p>
</div>
</div> -->
</div>
<div class="tracks-g">
<img
class="tracksgl"
src="./images/animated-svg/tracklowl animated.svg"
alt=""
srcset=""
/>
<img
class="tracksgr"
src="./images/animated-svg/tracklowr animated.svg"
alt=""
srcset=""
/>
</div>
</section>
<!-- <section class="timeline" id="schedule">
<div class="content">
<div class="title">Schedule</div>
<div class="date-links">
<button id="28th" class="current-day" aria-label="Schedule 28th Jan">28<sup>th</sup>January</button>
<button id="29th" aria-label="Schedule 29th January">29<sup>th</sup>January</button>
</div>
<div class="schedule-list">
<div id="26th list">
<p class="list-element left col-6">
<span class="time">08: 00 am</span>
<span class="text">Opening Ceremony</span>
</p>
<p class="list-element right offset-6 col-6">
<span class="time">08:30 am</span>
<span class="text">Hackathon Briefing</span>
</p>
<p class="list-element left col-6">
<span class="time">09:00 am</span>
<span class="text">Breakfast Break</span>
</p>
<p class="list-element right offset-6 col-6">
<span class="time">10:00 am</span>
<span class="text">Hacking Begins</span>
</p>
<p class="list-element left col-6">
<span class="time">11:00 am</span>
<span class="text">Open Source and Git with Kaushal and Arpit</span>
</p>
<p class="list-element right offset-6 col-6">
<span class="time">01:00 pm</span>
<span class="text">Lunch Break</span>
</p>
<p class="list-element left col-6">
<span class="time">02:00 pm</span>
<span class="text">Hacking Continues</span>
</p>
<p class="list-element right offset-6 col-6">
<span class="time">04:00 pm</span>
<span class="text">Hacker Hangouts - Kahoot</span>
</p>
<p class="list-element left col-6">
<span class="time">05:00 pm</span>
<span class="text">Data Science with Anith Patel</span>
</p>
<p class="list-element right offset-6 col-6">
<span class="time">06:00 pm</span>
<span class="text">Hacking Continues</span>
</p>
<p class="list-element left col-6">
<span class="time">08:00 pm</span>
<span class="text">Dinner Break</span>
</p>
<p class="list-element right offset-6 col-6">
<span class="time">09:00 pm</span>
<span class="text">Hacking Continues</span>
</p>
</div>
<div id="27th list" class="hidden">
<p class="list-element left col-6">
<span class="time">00:30 am</span>
<span class="text">Networking</span>
</p>
<p class="list-element right offset-6 col-6">
<span class="time">08:00 am</span>
<span class="text">Breakfast Break</span>
</p>
<p class="list-element left col-6">
<span class="time">09:00 am</span>
<span class="text">Hacking Continues</span>
</p>
<p class="list-element right offset-6 col-6">
<span class="time">10:00 am</span>
<span class="text">Full Stack - React + Node Hands on Session with Praveen Kumar</span>
</p>
<p class="list-element left col-6">
<span class="time">12:30 pm </span>
<span class="text">Lunch Break</span>
</p>
<p class="list-element right offset-6 col-6">
<span class="time">01:30 pm</span>
<span class="text">Hacking Continues</span>
</p>
<p class="list-element left col-6">
<span class="time">03:00 pm</span>
<span class="text">Networking</span>
</p>
<p class="list-element right offset-6 col-6">
<span class="time">05:00 pm</span>
<span class="text">Evaluation</span>
</p>
<p class="list-element left col-6">
<span class="time">06:00 pm</span>
<span class="text">Deadline - Hacking Ends</span>
</p>
<p class="list-element right offset-6 col-6">
<span class="time">07:00 pm</span>
<span class="text">Closing Ceremony</span>
</p>
</div>
</div>
</div>
<div class="timeline-g-block">
<img src="./images/animated-svg/timetop animated.svg" alt="" class="timeline-g">
</div>
</section> -->
<!-- Section of Sponsors -->
<section class="sponsor" id="sponsor">
<div class="content">
<div class="title">Sponsors</div>
<div class="sub-title">Platinum Sponsors</div>
<div class="sponsors-logo offset-1 col-10">
<div class="sponsor">
<a href="https://devfolio.co" target="_blank">
<picture
><img src="images/sponsors/Devfolio.svg" alt="Devfolio"
/></picture>
</a>
</div>
<div class="sponsor">
<a href="https://polygon.technology/" target="_blank">
<picture
><img
src="images/sponsors/Polygon_Logo-Colored.svg"
alt="Polygon"
/></picture>
</a>
</div>
</div>
<div class="sub-title">Diamond Sponsors</div>
<div class="sponsors-logo offset-1 col-10">
<div class="sponsor">
<a href="https://solana.com/" target="_blank">
<picture
><img src="images/sponsors//Solana-Colored.png" alt="Solana"
/></picture>
</a>
</div>
<div class="sponsor">
<a href="https://filecoin.io/" target="_blank">
<picture
><img
src="images/sponsors/Filecoin Coloured White Text.png"
alt="Filecoin"
/></picture>
</a>
</div>
<div class="sponsor">
<a href="https://replit.com/" target="_blank">
<picture
><img
src="images/sponsors/Replit-light-background.png"
alt="Replit"
/></picture>
</a>
</div>
</div>
<!-- <div class="sub-title">Gold Sponsors</div>
<div class="sponsors-logo offset-1 col-10">
</div>
<div class="sub-title">Domain Sponsor</div>
<div class="sponsors-logo offset-1 col-10">
</div> -->
</div>
<div class="content">
<!-- <div class="sub-title">Patrons</div> -->
<!-- <div class="sponsors-logo offset-1 col-10"> -->
<!-- </div> -->
<div class="brochure-strip">
<img
src="./images/animated-svg/SponsorsCoffe animated.svg"
alt=""
class="coffee"
/>
<div class="b-strip-text">
<span>Interested in working with us ?</span>
<div class="sponsor-btn">
<a href="#contact-us" class="btn">Contact Us</a>
</div>
</div>
</div>
</div>
<div class="content">
<div class="title">Previous Sponsors</div>
<div class="sponsors-logo offset-1 col-10">
<div class="sponsor">
<a href="https://www.interviewcake.com/" target="_blank">
<picture
><img
src="images/sponsors/cake_logo_blue_gray.svg"
alt="sponsor3"
/></picture>
</a>
</div>
<div class="sponsor">
<a href="https://www.taskade.com/" target="_blank">
<picture
><img
src="images/sponsors/taskade-logo-vector.svg"
alt="sponsor3"
/></picture>
</a>
</div>
<div class="sponsor">
<a href="https://artofproblemsolving.com/" target="_blank">
<picture
><img src="images/sponsors/AoPS_Main_Logo.png" alt="sponsor3"
/></picture>
</a>
</div>
<div class="sponsor">
<a href="https://www.echoar.xyz/" target="_blank">
<picture
><img src="images/sponsors/echoAR.png" alt="sponsor2"
/></picture>
</a>
</div>
<div class="sponsor">
<a href="https://hackclub.com/" target="_blank">
<picture
><img src="images/sponsors/flag-standalone.svg" alt="sponsor3"
/></picture>
</a>
</div>
<div class="sponsor">
<a href="https://gen.xyz/" target="_blank">
<picture
><img src="images/sponsors/c-sponsor3.png" alt="sponsor3"
/></picture>
</a>
</div>
<div class="sponsor">
<a href="https://celo.org/" target="_blank">
<picture
><img src="images/sponsors/Celo Logo Color.png" alt="sponsor2"
/></picture>
</a>
</div>
<div class="sponsor">
<a href="https://tezos.com" target="_blank">
<picture
><img src="images/sponsors/Tezos.svg" alt="sponsor2"
/></picture>
</a>
</div>
<div class="sponsor">
<a href="https://www.wolfram.com/language/" target="_blank">
<picture
><img src="images/sponsors/c-sponsor2.svg" alt="sponsor2"
/></picture>
</a>
</div>
<div class="sponsor">
<a href="https://1password.com/" target="_blank">
<picture
><img src="images/sponsors/1password.svg" alt="sponsor2"
/></picture>
</a>
</div>
<div class="sponsor">
<a href="https://balsamiq.com/" target="_blank">
<picture
><img src="images/sponsors/balsamiq.png" alt="sponsor2"
/></picture>
</a>
</div>
<div class="sponsor">
<a href="https://www.stickermule.com/en-in/press" target="_blank">
<picture
><img
src="images/sponsors/sticker-mule-logo.png"
alt="sponsor2"
/></picture>
</a>
</div>
</div>
</div>
</section>
<section class="faq" id="faq">
<div class="title">FAQ</div>
<div class="content">
<img
src="./images/animated-svg/faq animated.svg"
alt=""
class="faq-g"
/>
<div class="qas">
<div class="qa col-10">
<button class="add" aria-label="show more">
<span class="q">What is Ingenious Hackathon? </span
><span style="align-self: flex-end">+</span>
</button>
<p class="a">
Ingenious Hackathon is an initiative by some nerdy noobs at School
of Engineering and Applied Science, Ahmedabad University. We want
you in the limelight, while we manage the light and the
technicalities. We want you to come and build & code. We provide
everything else (Not transportation).
</p>
</div>
<div class="qa col-10">
<button class="add" aria-label="show more">
<span class="q">Who can participate?</span
><span style="align-self: flex-end">+</span>
</button>
<p class="a">
The maximum age of the participant must be 25. He must not
necessarily be a college student.
</p>
</div>
<div class="qa col-10">
<button class="add">
<span class="q">What are the dates?</span><span>+</span>
</button>
<p class="a">28th-29th January, 2023</p>
</div>
<div class="qa col-10">
<button class="add" aria-label="show more">
<span class="q">What is the team size?</span><span>+</span>
</button>
<p class="a">3-5 people. Lone-wolves strictly not allowed.</p>
</div>
<div class="qa col-10">
<button class="add" aria-label="show more">
<span class="q">What should I bring?</span>
<span>+</span>
</button>
<p class="a">
A valid government issued photo ID and/or your college issued
photo ID, laptop, phone, chargers and your favorite blanket.
(we'll be providing mattresses).
</p>
</div>
<div class="qa col-10">
<button class="add" aria-label="show more">
<span class="q">What items are prohibited?</span>
<span>+</span>
</button>
<p class="a">
Drugs, Alcohol or any sort of weapons that can injure or are in
any way harmful or addictive. If you are unsure, please ask us.
</p>
</div>
<!-- <div class="qa col-10 "><button class="add" aria-label="show more">
<span class="q">How does judging work?</span><span>+</span></button>
<p class="a ">The companies will provide their juries who will judge the projects in the respective fields based on the development of the project during the 48 hours as well as a 10-minute presentation after the Ingenious Hackathon time finishes.
</p>
</div> -->
</div>
</div>
</section>
<section id="reach-us" class="reach-us">
<div class="title">Reach Us</div>
<div class="content">
<div class="map-section">
<div class="mapouter">
<div class="gmap_canvas">
<iframe
title="map"
src="https://maps.google.com/maps?q=School%20of%20Engineering%20and%20Applied%20Science%2CAhmedabad&t=&z=13&ie=UTF8&iwloc=&output=embed"
></iframe>
</div>
</div>
<div class="venue">
<h3>Venue:</h3>
<a
class="dir-btn"
href="https://discord.gg/nnRFG5beVf"
target="_blank"
rel="noreferrer noopener"
>Discord</a
>
<br />
<h4>Organiser Address:</h4>
School of Engineering and Applied Science,<br />
Ahmedabad University Commerce Six Roads,<br />
Navrangpura, Ahmedabad- 380009
<a
class="dir-btn"
href="https://www.google.com/maps/dir//School+of+Engineering+and+Applied+Science+library,+University+Area,+Ahmedabad,+Gujarat+380009,+India/@23.0372598,72.5521127,18z/data=!4m15!1m6!3m5!1s0x395e849332310a6f:0x30dd8e1eb52ecdb3!2sSchool+of+Engineering+and+Applied+Science+library!8m2!3d23.0375829!4d72.5521224!4m7!1m0!1m5!1m1!1s0x395e849332310a6f:0x30dd8e1eb52ecdb3!2m2!1d72.5521227!2d23.0375829?hl=en-US"
target="_blank"
rel="noreferrer noopener"
>Direction</a
>
</div>
</div>
</div>
</section>
<section class="contact-us" id="contact-us">
<div class="title">Contact Us</div>
<div class="content">
<img
src="./images/animated-svg/contact animated.svg"
alt=""
class="contact-g"
/>
<div class="list">
<div class="contact-ele">
<img
src="https://img.icons8.com/officel/40/000000/whatsapp.png"
alt=""
/>
<div class="details">
<span class="name">Prasan Singh</span> +91-7220020004
</div>
</div>
<div class="contact-ele">
<img
src="https://img.icons8.com/officel/40/000000/whatsapp.png"
alt=""
/>
<div class="details">
<span class="name">Kavan Gondalia</span> +91-8320161492
</div>
</div>
<div class="contact-ele">
<img src="./images/instagram-logo.png" class="icon" alt="" />
<div class="details">
<a
href="https://www.instagram.com/tech.ingenium/?hl=en"
class="name"
style="cursor: pointer"
>@tech.ingenium</a
>
</div>
</div>
<div class="contact-ele">
<img
src="https://img.icons8.com/color/48/000000/gmail.png"
class="icon"
alt=""
/>
<div class="details">
<a
href="mailto:[email protected]"
class="name site"
style="cursor: pointer"
>
</div>
</div>
<!-- <div class="contact-ele">
<img src="https://img.icons8.com/ios-filled/64/000000/link.png" class="icon" alt="">
<div class="details">
<a class="name site" href="https://techingenium.org/" target="_blank" style="cursor: pointer;"
rel="noreferrer noopener">Ingenium Website</a>
</div>
</div> -->
</div>
</div>
</section>
<footer>
<span class="us">Developed by</span>
<a
href="https://github.com/arpitvaghela"
target="_blank"
rel="noreferrer noopener"
>Arpitsinh Vaghela</a
>
&
<a
href="https://github.com/Kaushal1011"
target="_blank"
rel="noreferrer noopener"
>Kaushal Patil</a
>
</footer>
<script src="./main.js"></script>
</body>
</html>