-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
852 lines (828 loc) · 44.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="cache-control" content="no-cache, must-revalidate, post-check=0, pre-check=0" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="description" content="HackForTomorrow (HFT), a week long hackathon held in association with Nest digital, aims to encourage the development of innovative technological solutions for societal issues" />
<meta property="og:site_name" content="HackForTomorrow"/>
<meta property="og:title" content="HackForTomorrow"/>
<meta property="og:url" content="https://hft.excelmec.org/"/>
<meta property="og:type" content="website"/>
<meta property="og:description" content="HackForTomorrow (HFT), a week long hackathon held in association with Nest digital, aims to encourage the development of innovative technological solutions for societal issues"/>
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<title>HFT | Excel 2021</title>
<link rel="icon" type="image" href="assets/images/logo/HFT.png"/>
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/png" />
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/animate.css" />
<link rel="stylesheet" href="assets/css/aos.css" />
<link rel="stylesheet" href="assets/css/verticaltimeline.css" />
<link rel="stylesheet" href="assets/css/slick.css" />
<!--====== Style css ======-->
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/landingpage.css" />
<link rel="stylesheet" href="assets/css/responsivess.css" />
<link rel="stylesheet" href="assets/css/footer.css" />
<link rel="stylesheet" href="assets/css/faq.css" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<!-- ========= Lottie ====== -->
<!-- ========= Lottie ====== -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.6.6/lottie.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.3.1/gsap.min.js"></script>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/ScrollTrigger.min.js"></script>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/35984/ScrollLottie.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B1BDBH15FW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-B1BDBH15FW');
</script>
</head>
<body>
<!--====== PRELOADER PART START ======-->
<nav class="navbar navbar-expand-md navbar-expand-sm navbar-expand-xs sticky-top navbar-dark bg-dark horizontal-navbar row">
<div id="navv">
<a target="_blank" class="navbar-brand " href="https://www.excelmec.org/"> <img src="assets\images\logo\logo.svg" width="100" height="50" class="d-inline-block align-top" alt=""></a>
</div>
<div id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#about">About <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#timeline">Timeline</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#rewards">Prizes</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contacts</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#faq">FAQ</a>
</li>
</ul>
</div>
<div id="navv">
<a target="_blank" class="navbar-brand " href="http://iedc.mec.ac.in"> <img src="assets\images\logo\IEDC.png" width="90" height="70" class="d-inline-block align-top" alt=""></a>
</div>
</nav>
<div id="nav-container" class="hamburger-navbar">
<div id="nav-overlay"></div>
<nav id="nav-fullscreen">
<ul>
<li><a target="_blank" href="#home">Home</a></li>
<li><a target="_blank" href="#about">About</a></li>
<li><a target="_blank" href="#timeline">Timeline</a></li>
<li><a target="_blank" href="#rewards">Prizes</a></li>
<li><a target="_blank" href="#judges">Judges</a></li>
<li><a target="_blank" href="#contact">Contacts</a></li>
<li><a target="_blank" href="#faq"> FAQ</a></li>
</ul>
</nav>
<a id="nav-toggle">
<span></span>
<span></span>
<span></span>
</a>
</div>
<!--====== PRELOADER PART START ======-->
<div class="preloader"></div>
<!--====== Landing page START ======-->
<!-- Navbar -->
<div id="home">
<header class="header">
<div class="landing-page row " id="landing-page">
<div class="col-md-5 col-sm-10 smaller-screen-img" >
<img class="img-responsive landingpage_girl" src="assets/images/landingpage_girl.svg" alt="">
</div>
<div class="col-md-7 col-sm-10 landingpage-text">
<div>
<div class="landingpage-maintext">
<img class="hftlogo" src="assets/images/hftlp.svg" alt="">
<div class="landingpage-description wow fadeIn content" data-wow-duration="2s">
Code for fun. <br> Code for the world. <br> Code for a better tomorrow.
</div>
</div>
</div>
<div class="container time-div">
<div id="countdown">
<ul>
<li class="timer"><span id="days"></span>days</li>
<li class="timer"><span id="hours"></span>Hours</li>
<li class="timer"><span id="minutes"></span>Minutes</li>
<li class="timer"><span id="seconds"></span>Seconds</li>
</ul>
</div>
</div>
<div
class="apply-button"
data-hackathon-slug="hackfortomorrow"
data-button-theme="light"
></div>
</div>
<div class="col-md-5 col-sm-10 larger-screen-img">
<img class="img-responsive landingpage_girl" src="assets/images/landingpage_girl.svg" alt="">
</div>
</div>
</header>
</div>
<!--====== Landing page1 ENDS ======-->
<!--====== ABOUT PART START ======-->
<section >
<div class="container">
<div class="row">
<div class="col-md-5 col-sm-10">
<div id="initial_idea">
</div>
</div>
<div class="col-md-6 col-sm-10 " id="about">
<div class="about-text" >
<h3 class="heading">About</h3>
<p class=" content" >
A spark.
<br/>
A small wish to change the world.
<br/>
That’s all it takes to start building a product which might be the next big thing.
<br/> <br/>
Are you a beginner dabbling with ‘Hello World’ lines of code, looking to delve into more? Or are you looking to use your tech prowess to build something for society? HackForTomorrow is the right place for anyone looking to make a difference with tech, be it an amateur learner or an expert coder.
<br/> <br/>
HackForTomorrow (HFT), a week long hackathon held in association with Nest digital, aims to encourage the development of innovative technological solutions for societal issues.<span class="smallscreen-hide"> The hackathon, held as part of Excel 2021, the techno-managerial symposium of Govt. Model Engineering College, has received over 300 participants for each of its previous editions & has produced some brilliant projects in the past. If you’re looking to tackle the issues we face today with technology, then you’re in the right place!
</span>
<br><br>What’s special about HackForTomorrow? <br/>
Ever since the pandemic hit & hackathons went into the online mode, much like everything else, we all missed out on some fun aspects of networking and co-working that happened during offline hackathons!
<b> HackForTomorrow looks to bring that back, by providing a co-working space for 50 people at our venue, for the last 24 hours of the hackathon</b>. And, if you’re looking for some old-school in-person co-working with your team at midnight, after filling up on caffeine, you know the place to be at!
<br/> <br/>
So, make use of these exciting opportunities and register for HackForTomorrow!
</p>
</div>
<!-- about content -->
</div>
</div>
</div>
</section>
<!--====== ABOUT PART ENDS ======-->
<!--====== WHY paritcipate START ======-->
<section id="whyparticipate" >
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-10">
<div class=" mt-45 whyparticipate-text">
<h3 class=" heading text-center">Why participate</h3>
<section id="whyparticipate" >
<div class="row justify-content-center content">
<div class="col-md-10 col-sm-10 ibeto">
<a target="_blank" href="http://ibeto.excelmec.org/">
<div class="card-section text-center mt-30 wow fadeInUp" data-wow-duration="1.0s" >
<div class="card-section-icon">
<i class="fa fa-users"></i>
</div>
<div class="card-section-content ">
<p class="problem-stmt-description ">The top 3 teams of HFT get a direct entry into the finals of IBeTo 2021. Check out the website of IBeTo <a href="http://ibeto.excelmec.org/">here</a>.</p>
</div>
</div>
</a>
</div>
<div class="col-md-10 col-sm-10">
<div class="card-section text-center mt-30 wow fadeIn" data-wow-duration="1.5s" >
<div class="card-section-icon">
<i class="fa fa-trophy"></i>
</div>
<div class="card-section-content">
<p class="problem-stmt-description">Receive exciting cash prizes from a total prize pool of INR 1,00,000.
</p>
</div>
</div>
<!-- single card-section -->
</div>
<div class=" col-md-10 col-sm-10">
<div class=" card-section text-center mt-30 wow fadeIn" data-wow-duration="1.5s" >
<div class=" card-section-icon">
<i class="fa fa-gift"></i>
</div>
<div class="card-section-content">
<p class="problem-stmt-description">Awesome swags & goodies that would show up at your doorstep!
</p>
</div>
</div>
<!-- single card-section -->
</div>
<div class=" col-md-10 col-sm-10">
<div class="card-section text-center mt-30 wow fadeIn" data-wow-duration="1.5s" >
<div class="card-section-icon">
<i class="fa fa-laptop"></i>
</div>
<div class="card-section-content">
<p class="problem-stmt-description">Collaborate & network with some of the best minds across the country.</p>
</div>
</div>
<!-- single card-section -->
</div>
<div class=" col-md-10 col-sm-10">
<div class="card-section text-center mt-30 wow fadeIn">
<div class="card-section-icon">
<i class="fa fa-code"></i>
</div>
<div class="card-section-content">
<p class="problem-stmt-description">Build & develop from the comfort of your home, virtually. Hacking at the venue is optional. </p>
</div>
</div>
<!-- single card-section -->
</div>
</div>
</div>
<!-- about content -->
</div>
<div class="col-md-6 col-sm-10 whyparticipate-reasons">
<div id="execution">
</div>
</div>
</div>
</div>
</section>
<!--====== WHY paritcipate ENDS ======-->
</div>
<div id="timeline">
<div class="timeline-div container-fluid">
<h3 class=" heading text-center col-md-12">Timeline</h3>
<div class="history-tl-container row">
<ul class="tl content col-md-12">
<li class="tl-item" >
<div class="timestamp">
29th October
</div>
<div class="item-title">Registration starts</div>
</li>
<li class="tl-item" >
<div class="timestamp">
17th November
</div>
<div class="item-title"> Registration ends</div>
</li>
<li class="tl-item" >
<div class="timestamp">
20th November
</div>
<div class="item-title">Hack week starts</div>
</li>
<li class="tl-item" >
<div class="timestamp">
27th - 28th November
</div>
<div class="item-title"> Offline co-working space available</div>
</li>
<li class="tl-item" >
<div class="timestamp">
28th November
</div>
<div class="item-title">Hack week ends</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Reward starts -->
<section id="rewards" >
<div class="container-fluid rewards">
<h3 class=" heading text-center">Prizes </h3>
<div class="row">
<div class="col-md-5 col-sm-10 rewards-img">
<div id="hackathon_rewards">
</div>
</div>
<div class="col-md-7 col-sm-8">
<div class="">
<div class="content rewards-content">
<div class="row justify-content-center content">
<div class="col-md-5 col-sm-8">
<div class="card-section text-center mt-30 wow fadeInUp" data-wow-duration="1.0s" data-wow-delay="0.2s">
<div class="card-section-icon">
<img class="prize" src="assets/images/1st.png" alt="">
</div>
<div class="card-section-content">
<h4 class="card-section-title">First prize </h4>
<p class="prize-description">₹10,000</p>
</div>
</div>
</div>
<div class="col-md-5 col-sm-8">
<div class="card-section text-center mt-30 wow fadeInUp" data-wow-duration="1.0s" >
<div class="card-section-icon">
<img class="prize" src="assets/images/2nd.png" alt="">
</div>
<div class="card-section-content">
<h4 class="card-section-title">Second prize</h4>
<p class="prize-description">₹6000</p>
</div>
</div>
<!-- single card-section -->
</div>
<div class="col-md-5 col-sm-8">
<div class="card-section text-center mt-30 wow fadeInUp" data-wow-duration="1.0s">
<div class="card-section-icon">
<img class="prize" src="assets/images/3rd.png" alt="">
</div>
<div class="card-section-content">
<h4 class="card-section-title">Third prize</h4>
<p class="prize-description">₹4000</p>
</div>
</div>
<!-- single card-section -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Reward ends -->
<!-- Special -->
<section class="special-prizes">
<h3 class=" heading text-center">Bounties</h3>
<div class="row content bouties-div">
<div class="col-md-4 col-sm-8 bounty-card">
<a target="_blank" href="https://polygon.technology/">
<div class=" card-section bounty-carddiv text-center mt-30 wow fadeInUp" data-wow-duration="1.0s" data-wow-delay="0.2s">
<div class="card-section-icon">
<img class="prize pb-3" src="assets/images/sponsers/polygon.png" alt="">
</div>
<div class="card-section-content ">
<ul class="bounty-description ">
<li>10000 INR for the best hack built on top of Ethereum. </li>
<li>If the team integrates Polygon into their hacks, the prize money will be raised to 15000 INR.</li>
<li>Eligibility for internship/full-time role interviews.</li>
<li>A chance to land seed funding of upto 5000 USD.</li>
</ul>
</div>
</div>
</a>
</div>
<div class="col-md-4 col-sm-8 bounty-card">
<a target="_blank" href="https://tezos.com/">
<div class="card-section bounty-carddiv text-center mt-30 wow fadeInUp" data-wow-duration="1.0s" >
<div class="card-section-icon">
<img class="prize pb-3" src="assets/images/sponsers/Tezos_Logo-Colored.png" alt="">
</div>
<div class="card-section-content">
<ul class="bounty-description">
<li>20000 INR for best Dapp built on Tezos.
</li>
<li>Continuity grant opportunity up to 5,000 USD for an outstanding project.
</li>
<li>Every valid submission made in the Tezos track will be rewarded with exclusive Schwag Kits.
</li>
</ul>
</div>
</div>
</a>
<!-- single card-section -->
</div>
<div class="col-md-4 col-sm-8 bounty-card">
<div class="row">
<div class=" col-sm-8 bounty-carddiv card-section text-center mt-30 wow fadeInUp" data-wow-duration="1.0s">
<a target="_blank" href="https://celo.org/" class="b2">
<div class="card-section-icon">
<img class="prize" src="assets/images/sponsers/Celo Logo [email protected]" alt="">
</div>
<ul class="bounty-description ">
<li>20000 INR for best Dapp built on Celo.</li>
</ul></a>
</div>
<div class="col-sm-8 bounty-carddiv card-section text-center wow fadeInUp" data-wow-duration="1.0s">
<a target="_blank" href="https://filecoin.io/" class="b2">
<div class="card-section-icon ">
<img class="prize" src="assets/images/sponsers/Filecoin Coloured White Text.png" alt="">
</div>
<ul class="bounty-description b2">
<li>20000 INR for best use of IPFS and/or Filecoin.</li>
</ul>
</a>
</div>
</div>
<!-- single card-section -->
</div>
</div>
</section>
<!--====== judges PART START ======-->
<section id="team" class="team-area ">
<div class="container-fluid" id="contact">
<div class="row justify-content-center">
<div class="col-md-6">
<div class="section-title text-center pb-20">
<h2 class="title heading">Judges</h2>
</div>
<!-- section title -->
</div>
</div>
<div class="row judges content meet-team-div">
<!-- team MEMBER 1 -->
<div class="col-md-3 col-sm-6">
<div class="team text-center mt-30 wow fadeInUp" data-wow-duration="0" data-wow-delay="0s">
<div class="team-img-div">
<img class="team-image" src="assets\images\Ayush.jpeg" alt="Ayush Mishra">
</div>
<div class="team-content">
<h4 class="team-name"><a target="_blank" href="https://www.linkedin.com/in/ayush-mishra-0a2553216/">Ayush Mishra</a></h4>
<span class="sub-title">Software Engineer at Google London</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="team text-center mt-30 wow fadeInUp" data-wow-duration="0.3s" data-wow-delay="0.3s">
<div class="team-img-div">
<img class="team-image" src="assets\images\Praveen.png" alt="Praveen Kumar">
</div>
<div class="team-content">
<h4 class="team-name"><a target="_blank" href="https://www.linkedin.com/in/praveentech/">Praveen Kumar
</a>
</h4>
<span class="sub-title">Reactjs Specialist, Career Mentor</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="team text-center mt-30 wow fadeInUp" data-wow-duration="1.5s" data-wow-delay="0.6s">
<div class="team-img-div">
<img class="team-image" src="assets\images\Adarsh.jpeg" alt="Adarsh Menon">
</div>
<div class="team-content">
<h4 class="team-name"><a target="_blank" href="https://www.linkedin.com/in/adarsh-menon-/">Adarsh Menon</a></h4>
<span class="sub-title">Software engineer at Sonio.ai</span>
</div>
</div>
</div>
</div>
<div class="row judges content meet-team-div">
<div class="col-md-3 col-sm-6">
<div class="team text-center mt-30 wow fadeInUp" data-wow-duration="1.5s" data-wow-delay="0.9s">
<div class="team-img-div">
<img class="team-image" src="assets\images\Mohit.JPG" alt="Mohit Prateek">
</div>
<div class="team-content">
<h4 class="team-name"><a target="_blank" href="https://www.linkedin.com/in/mohitprateek/">Mohit Prateek</a></h4>
<span class="sub-title">CEO, Anakin</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="team text-center mt-30 wow fadeInUp" data-wow-duration="1.5s" data-wow-delay="1.2s">
<div class="team-img-div">
<img class="team-image" src="assets\images\Rashmi.png" alt="Rashmi Bala">
</div>
<div class="team-content">
<h4 class="team-name"><a target="_blank" href="https://www.linkedin.com/in/kumari-rashmi-bala/">Rashmi Bala
</a>
</h4>
<span class="sub-title">CTO,Anakin</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!--====== sponsers PART START ======-->
<section id="sponsers" class="sponsers-area">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-6">
<div class="section-title text-center ">
<h2 class="sponsers-title heading">Our sponsors</h2>
</div>
<!-- section title -->
</div>
</div>
</div>
<div class="container">
<div class="row sponsers-active slider">
<div class="col-md-4 sponsers-div ">
<a target="_blank" href="https://www.nestdigital.com/">
<div class="sponsers ">
<div class="sponsers-image Platinum">
<p class="content sponser-tier text-center"><b>Platinum</b></p>
<img class="sponser-pic" src="assets/images/sponsers/nest.svg" alt="sponsers">
</div>
</div>
</a>
</div>
<div class="col-md-4 sponsers-div">
<a target="_blank" href="https://devfolio.co/">
<div class="sponsers ">
<div class="sponsers-image golden-sponser">
<p class="content sponser-tier text-center"><b>Gold</b></p>
<img class="sponser-pic" src="assets/images/sponsers/Devfolio_Logo-Colored.png" alt="sponsers">
</div>
</div>
</a>
</div>
<div class="col-md-4 sponsers-div">
<a target="_blank" href="https://tezos.com/">
<div class="sponsers">
<div class="sponsers-image">
<p class="content sponser-tier text-center"><b>Silver</b></p>
<img class="sponser-pic" src="assets/images/sponsers/Tezos_Logo-Colored.png" alt="sponsers">
</div>
</div>
</a>
</div>
<div class="col-md-4 sponsers-div">
<a target="_blank" href="https://celo.org/">
<div class="sponsers">
<div class="sponsers-image">
<p class="content sponser-tier text-center"><b>Silver</b></p>
<img class="sponser-pic" src="assets/images/sponsers/Celo Logo [email protected]" alt="sponsers">
</div>
</div>
</a>
</div>
<div class="col-md-4 sponsers-div">
<a target="_blank" href="https://filecoin.io/">
<div class="sponsers">
<div class="sponsers-image">
<p class="content sponser-tier text-center"><b>Silver</b></p>
<img class="sponser-pic" src="assets/images/sponsers/Filecoin Coloured White Text.png" alt="sponsers">
</div>
</div>
</a>
</div>
<div class="col-md-4 sponsers-div">
<a target="_blank" href="https://polygon.technology/">
<div class="sponsers">
<div class="sponsers-image">
<p class="content sponser-tier text-center"><b>Silver</b></p>
<img class="sponser-pic" src="assets/images/sponsers/polygon.png" alt="sponsers">
</div>
</div>
</a>
</div>
<div class="col-md-4 sponsers-div">
<a target="_blank" href="https://www.echo3d.co/">
<div class="sponsers">
<div class="sponsers-image">
<p class="content sponser-tier text-center"><b>Silver</b></p>
<img class="sponser-pic" src="assets/images/sponsers/echo.png" alt="sponsers">
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<!--====== sponsers PART ENDS ======-->
<section class=" container-fluid" >
<div class="row biganimation" >
<div class="col-md-10 text-center lastanimation">
<div id="showcase">
</div>
</div>
</div>
</section>
<!--====== TEAM PART START ======-->
<section id="team" class="team-area ">
<div class="container-fluid" id="contact">
<div class="row justify-content-center">
<div class="col-md-6">
<div class="section-title text-center pb-20">
<h2 class="title heading">Meet the team</h2>
</div>
<!-- section title -->
</div>
</div>
<div class="row content meet-team-div">
<!-- team MEMBER 1 -->
<div class="col-md-3 col-sm-6">
<div class="team text-center mt-30 wow fadeInUp" data-wow-duration="1.5s" data-wow-delay="0.4s">
<div class="team-img-div">
<img class="team-image" src="assets/images/team/Afnan.jpeg" alt="Afnan Navaz">
</div>
<div class="team-content">
<h4 class="team-name"><a target="_blank" href="#">Afnan Navaz</a></h4>
<span class="sub-title">CS Tech Manager </span>
<ul class="social ">
<li><a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a></li>
<li><a target="_blank" href="https://twitter.com/AfnanNavaz"><i class="fa fa-twitter"></i></a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/afnan-navaz"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="team text-center mt-30 wow fadeInUp" data-wow-duration="1.5s" data-wow-delay="0.8s">
<div class="team-img-div">
<img class="team-image" src="assets/images/team/Diya.png" alt="Diya Maria Deepak">
</div>
<div class="team-content">
<h4 class="team-name"><a target="_blank" href="#">Diya Maria Deepak
</a>
</h4>
<span class="sub-title">HFT Organizer</span>
<ul class="social mt-25">
<li><a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a></li>
<li><a target="_blank" href="https://twitter.com/Diyaaaa_maria"><i class="fa fa-twitter"></i></a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/diya-maria-deepak/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="team text-center mt-30 wow fadeInUp" data-wow-duration="1.5s" data-wow-delay="1.2s">
<div class="team-img-div">
<img class="team-image" src="assets/images/team/Sandra.jpg" alt="Sandra Jacob">
</div>
<div class="team-content">
<h4 class="team-name"><a target="_blank" href="#">Sandra Jacob</a></h4>
<span class="sub-title">HFT Organizer</span>
<ul class="social mt-25">
<li><a target="_blank" href="mailto:sanjac,[email protected]"><i class="fa fa-envelope"></i></a></li>
<li><a target="_blank" href="https://twitter.com/sanjac2000"><i class="fa fa-twitter"></i></a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/sandra-jacob-240582186/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="team text-center mt-30 wow fadeInUp" data-wow-duration="1.5s" data-wow-delay="1.6s">
<div class="team-img-div">
<img class="team-image" src="assets/images/team/Prithvi.jpeg" alt="Prithvi Chandra">
</div>
<div class="team-content">
<h4 class="team-name"><a target="_blank" href="#">Prithvi Chandra</a></h4>
<span class="sub-title">Social Initiatives Manager</span>
<ul class="social mt-25">
<li><a target="_blank" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a></li>
<li><a target="_blank" href="https://twitter.com/Prithvi689"><i class="fa fa-twitter"></i></a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/prithvi-chandra-119bb4184/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!--====== TEAM PART ENDS ======-->
<!--====== FAQ Starts ======-->
<div id="faq">
<div class="container-fluid faq">
<div class="row">
<h2 class='col-md-10 heading faq-heading text-center'>Frequently Asked Questions</h2>
<div class="accordion col-sm-11 mr-4">
<div class="accordion-item content">
<button id="accordion-button-1" aria-expanded="false"><span class="accordion-title">Who can participate?</span><span class="icon" aria-hidden="true"></span></button>
<div class="accordion-content">
<p class="paddin"> All college students, both at the undergraduate & postgraduate level, are eligible to participate.</p>
</div>
</div>
<div class="accordion-item content">
<button id="accordion-button-2 " aria-expanded="false"><span class="accordion-title">What is the expected team size?</span><span class="icon" aria-hidden="true"></span></button>
<div class="accordion-content">
<p class="paddin" >Participants can join individually or form teams of up to maximum 4 members.</p>
</div>
</div>
<div class="accordion-item content">
<button id="accordion-button-3" aria-expanded="false"><span class="accordion-title">Are there any specific tracks for the hackathon?</span><span class="icon" aria-hidden="true"></span></button>
<div class="accordion-content">
<p class="paddin">No, there are no specific tracks for the hackathon.</p>
</div>
</div>
<div class="accordion-item content">
<button id="accordion-button-4" aria-expanded="false"><span class="accordion-title">Is the hackathon free? </span><span class="icon" aria-hidden="true"></span></button>
<div class="accordion-content">
<p class="paddin">The hackathon is completely free. If you will be joining us offline in the last 24 hours of the hackathon and you want to avail food, there will be a small fee.
</p>
</div>
</div>
<div class="accordion-item content">
<button id="accordion-button-5" aria-expanded="false"><span class="accordion-title">What are the criteria for judgement?</span><span class="icon" aria-hidden="true"></span></button>
<div class="accordion-content">
<ul>
<li class="paddin">1. <b>Originality</b> - Has this project been done before at hackathons in the past? How creative is the project in solving the problem at hand?
</li>
<li class="paddin">2. <b>Completion of the hack </b> - Does the hack work? Did the team achieve everything they wanted?
</li>
<li class="paddin">3. <b>Design</b> - Did the team put thought into the user experience? How well-designed is the interface?</li>
<li class="paddin">4. <b>Impact on Community</b> - How socially relevant is the hack? How much of an impact will it have on society?</li>
<li class="paddin">5. <b>Presentation </b> - How clear was the content communicated? How good was the quality of content delivery?</li>
<li class="paddin">6. <b>Technology</b> - How technically impressive was the hack? Was the technical problem the team tackled difficult? Did it use a particularly clever technique or did it use many different components? Did the technology involved make you go "Wow"?</li>
</ul>
</div>
</div>
<div class="accordion-item content">
<button id="accordion-button-2 " aria-expanded="false"><span class="accordion-title">What should be the submission format?</span><span class="icon" aria-hidden="true"></span></button>
<div class="accordion-content">
<p class="paddin">A video of length less than 3 minutes explaining your hack and the link to your public code repository should be submitted on the Devfolio platform.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--====== FAQ Ends ======-->
<!--====== FOOTER PART START ======-->
<footer id="footer" class="footer-area">
<div class="footer-widget pt-50 pb-1-0">
<div class="container">
<div class="row ">
<div class="footer-mec col-md-3 col-sm-10">
<a target="_blank" href="https://www.mec.ac.in/" target="_blank">
<img class=" mec" src="/assets/images/logo/mec_logo.png" alt="mec_logo" >
</a>
</div>
<div class="rounded-social-buttons col-md-6 col-sm-10">
<a class="social-button facebook " href="mailto:[email protected] " target="_blank"><i class="fa fa-envelope icon " ></i></a>
<a class="social-button instagram" href="https://www.instagram.com/excelmec/" target="_blank"><i class="fa fa-instagram "></i></a>
<a class="social-button twitter" href="https://www.twitter.com/excelmec/" target="_blank"><i class="fa fa-twitter icon"></i></a>
<a class="social-button youtube" href="https://www.youtube.com/excelmec/" target="_blank"><i class="fa fa-youtube "></i></a>
<a class="social-button linkedin" href="https://www.linkedin.com/company/excelmec" target="_blank"><i class="fa fa-linkedin " ></i></a>
<p class="footer-text">
Made with ♥ Excel 2021
</p>
</div>
<div class="footer-excel col-md-3 col-sm-12">
<a target="_blank" href="https://www.excelmec.org/" >
<img class=" excel" src="/assets/images/logo/logo.svg" alt="excel_logo" >
</a>
</div>
<div class="footer-mec-small col-md-3 col-sm-10">
<a target="_blank" href="https://www.mec.ac.in/" >
<img class="mec" src="/assets/images/logo/mec_logo.png" alt="mec_logo" >
</a>
</div>
</div>
</div>
</div>
<!--====== FOOTER PART ENDS ======-->
<script src="assets/js/vendor/modernizr-3.6.0.min.js"></script>
<script src="assets/js/vendor/jquery-1.12.4.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/slick.min.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/aos.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/animations.js"></script>
<script src="assets/js/partcipate.js"></script>
<script src="assets/js/navbar.js"></script>
<script src="assets/js/timer.js"></script>
<script src="assets/js/bkanimation.js"></script>
<script defer async src="https://apply.devfolio.co/v2/sdk.js"></script>
<!--============ auto-carousel =============-->
<script type="text/javascript">
$('.slider').slick({
slidesToShow: 4,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 1500,
dots:true,
centerMode:true,
prevArrow:'<i class="fa fa-arrow-left left_arrow" style="font-size:25px">',
nextArrow:'<i class="fa fa-arrow-right right_arrow" style="font-size:25px">',
responsive: [
{
breakpoint: 1024,
settings: {
slidesToShow: 3,
slidesToScroll: 3,
infinite: true,
dots: true
}
},
{
breakpoint: 600,
settings: {
slidesToShow: 2,
slidesToScroll: 2
}
},
{
breakpoint: 480,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
}
]
});
const items = document.querySelectorAll(".accordion button");
function toggleAccordion() {
const itemToggle = this.getAttribute('aria-expanded');
for (i = 0; i < items.length; i++) {
items[i].setAttribute('aria-expanded', 'false');
}
if (itemToggle == 'false') {
this.setAttribute('aria-expanded', 'true');
}
}
items.forEach(item => item.addEventListener('click', toggleAccordion));
</script>
</body>
</html>