-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
916 lines (801 loc) · 39.4 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
915
916
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>The Hardware HUB-FEST</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png.ico" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: TheEvent - v4.7.0
* Template URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="d-flex align-items-center ">
<div class="container-fluid container-xxl d-flex align-items-center">
<div id="logo" class="me-auto">
<!-- Uncomment below if you prefer to use a text logo -->
<!-- <h1><a href="index.html">The<span>Event</span></a></h1>-->
<a href="https://www.havells.com/#gref" class="scrollto"><img src="assets/img/logo.jpeg" alt="" title=""></a>
<a href="https://ecelldtu.in/" class="scrollto"><img src="assets/img/elogo.png" alt="" title=""></a>
</div>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#rules">Rules</a></li>
<li><a class="nav-link scrollto" href="#schedule">Schedule</a></li>
<li><a class="nav-link scrollto" href="#buy-tickets">Prizes</a></li>
<li><a class="nav-link scrollto" href="#faq">FAQ</a></li>
<li><a class="nav-link scrollto" href="#venue">Venue</a></li>
<!-- <li class="dropdown"><a href="#"><span>Drop Down</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Drop Down</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 2</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
</ul>
</li> -->
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<a class="buy-tickets scrollto" href="./form.html">Register Now</a>
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="hero-container" data-aos="zoom-in" data-aos-delay="100">
<h1 class="mb-4 pb-0">The Hardware<br><span>HUB-FEST </span>2022</h1>
<p class="mb-4 pb-0">Time To Switch Your Thinking Lights On 💡<br> <span> Gear Up </span>For The Much
Anticipated<br> <span>Hardware Fest By Havells & E-Cell DTU</span> </p>
<a href="https://drive.google.com/file/d/1g8VrnV-_rl_SISBCZnoKpOmwAS-bmCU-/preview" class="glightbox play-btn mb-4"></a>
<a href="#about" class="about-btn scrollto">About The Event</a>
</div>
</section><!-- End Hero Section -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-6">
<h2>About The Event</h2>
<p style="text-align:justify">Havells in collaboration with Entrepreneurship Cell, DTU (E-Cell,DTU) brings
to you a one of its kind
hardware fest wherein participants need to come up with a technical hardware product or its prototype like
(but not limited to) mini robots, mini satellites, arduino based projects, drone systems,etc. that is your
novel take on the existing technology present or solves any kind of a technological, social,
environmental, agricultural, ergonomic or economic problem.
</p>
</div>
<div class="col-lg-3">
<h3>Where</h3>
<p style="text-align:justify"> Round 1 : Online <br> <br>Round 2 : Delhi Technological
University, Rohini, New Delhi (or Online - As Per
Latest Covid Guidelines ) </p>
</div>
<div class="col-lg-3">
<h3>When</h3>
<p>Registration Start : March 18, 2022 <br><br> Registration Ends : April 06, 2022</p>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Speakers Section ======= -->
<!--
<section id="speakers">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Event Speakers</h2>
<p>Here are some of our speakers</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="speaker" data-aos="fade-up" data-aos-delay="100">
<img src="assets/img/speakers/1.jpg" alt="Speaker 1" class="img-fluid">
<div class="details">
<h3><a href="speaker-details.html">Brenden Legros</a></h3>
<p>Quas alias incidunt</p>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="speaker" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/speakers/2.jpg" alt="Speaker 2" class="img-fluid">
<div class="details">
<h3><a href="speaker-details.html">Hubert Hirthe</a></h3>
<p>Consequuntur odio aut</p>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="speaker" data-aos="fade-up" data-aos-delay="300">
<img src="assets/img/speakers/3.jpg" alt="Speaker 3" class="img-fluid">
<div class="details">
<h3><a href="speaker-details.html">Cole Emmerich</a></h3>
<p>Fugiat laborum et</p>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="speaker" data-aos="fade-up" data-aos-delay="100">
<img src="assets/img/speakers/4.jpg" alt="Speaker 4" class="img-fluid">
<div class="details">
<h3><a href="speaker-details.html">Jack Christiansen</a></h3>
<p>Debitis iure vero</p>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="speaker" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/speakers/5.jpg" alt="Speaker 5" class="img-fluid">
<div class="details">
<h3><a href="speaker-details.html">Alejandrin Littel</a></h3>
<p>Qui molestiae natus</p>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="speaker" data-aos="fade-up" data-aos-delay="300">
<img src="assets/img/speakers/6.jpg" alt="Speaker 6" class="img-fluid">
<div class="details">
<h3><a href="speaker-details.html">Willow Trantow</a></h3>
<p>Non autem dicta</p>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- End Speakers Section -->
<section id="rules">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2> <br> Rules and Regulations </h2>
</div>
<div class="row justify-content-center" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-9">
<ol type="1" class="faq-list">
<li>The Product should either be your unique take on existing technology or cater to an existing problem
i.e. it should be a solution to any technological, social, environmental, agricultural, ergonomic or
economic difficulty faced in daily life.
</li>
<hr>
<li>The participants are required to submit and at later rounds showcase a prototype or a MVP (minimum
viable product)
</li>
<hr>
<li>The internal judging panel will be selecting a total of 15 entries who will then be asked to present
their ideas and products in Delhi technological University.
</li>
<hr>
<li>One or more people from the final shortlisted teams need to be present at the venue for their participation
to be considered during the course of the fest.
</li>
<hr>
<li>The Final Round of Hardware Fest is planned entirely in physical mode. However, the mode of
the fest is subject to change, as per the future situations due to Covid-19.
</li>
<hr>
</ol>
</div>
</div>
</div>
</section>
<!-- ======= Schedule Section ======= -->
<section id="schedule" class="section-with-bg">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Event Schedule</h2>
<p>Here is our event schedule</p>
</div>
<ul class="nav nav-tabs" role="tablist" data-aos="fade-up" data-aos-delay="100">
<li class="nav-item">
<a class="nav-link active" href="#day-1" role="tab" data-bs-toggle="tab">Round 1</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#day-2" role="tab" data-bs-toggle="tab">Round 2</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#day-3" role="tab" data-bs-toggle="tab">Round 3</a>
</li>
</ul>
<div class="tab-content row justify-content-center" data-aos="fade-up" data-aos-delay="200">
<!-- Schdule Day 1 -->
<div role="tabpanel" class="col-lg-9 tab-pane fade show active" id="day-1">
<h3 class="sub-heading" style="text-align: left">
<b>Initial Screening Round:</b> In the first round, participants will be given approximately 2 weeks to
prepare their projects (this includes the pitch deck and the software simulation/video of the working
model).
Teams can start submitting their projects on March 18, 2022. Submission ends
All participating teams are required to mandatorily submit:
<ol>
<li>
PITCH DECK explaining the following:
<ul type="disc">
<li>Market Gap</li>
<li>Problem Statement</li>
<li>About the Product</li>
<li>Your Solution</li>
<li>Technology Used</li>
<li>Existing Competitors</li>
<li>Projected finances for bulk manufacturing</li>
<li>Projected impact of your product (try to quantify the social/environmental/economical impact of
your product)</li>
</ul>
</li>
<li>A software simulation/video of the working model (either of the two)</li>
</ol>
</h3>
<div class="row schedule-item">
<div class="col-md-2">
<date>March 18, 2022</date>
</div>
<div class="col-md-10">
<h4>Submissions Starts: </h4>
<p>Teams can start submitting their projects</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>April 06, 2022</time></div>
<div class="col-md-10">
<h4>Submissions Ends</span></h4>
</div>
</div>
<!-- <div class="row schedule-item">
<div class="col-md-2"><time>11:00 AM</time></div>
<div class="col-md-10">
<div class="speaker">
<img src="assets/img/speakers/2.jpg" alt="Hubert Hirthe">
</div>
<h4>Et voluptatem iusto dicta nobis. <span>Hubert Hirthe</span></h4>
<p>Maiores dignissimos neque qui cum accusantium ut sit sint inventore.</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>12:00 AM</time></div>
<div class="col-md-10">
<div class="speaker">
<img src="assets/img/speakers/3.jpg" alt="Cole Emmerich">
</div>
<h4>Explicabo et rerum quis et ut ea. <span>Cole Emmerich</span></h4>
<p>Veniam accusantium laborum nihil eos eaque accusantium aspernatur.</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>02:00 PM</time></div>
<div class="col-md-10">
<div class="speaker">
<img src="assets/img/speakers/4.jpg" alt="Jack Christiansen">
</div>
<h4>Qui non qui vel amet culpa sequi. <span>Jack Christiansen</span></h4>
<p>Nam ex distinctio voluptatem doloremque suscipit iusto.</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>03:00 PM</time></div>
<div class="col-md-10">
<div class="speaker">
<img src="assets/img/speakers/5.jpg" alt="Alejandrin Littel">
</div>
<h4>Quos ratione neque expedita asperiores. <span>Alejandrin Littel</span></h4>
<p>Eligendi quo eveniet est nobis et ad temporibus odio quo.</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>04:00 PM</time></div>
<div class="col-md-10">
<div class="speaker">
<img src="assets/img/speakers/6.jpg" alt="Willow Trantow">
</div>
<h4>Quo qui praesentium nesciunt <span>Willow Trantow</span></h4>
<p>Voluptatem et alias dolorum est aut sit enim neque veritatis.</p>
</div>
</div> -->
</div>
<!-- End Schdule Day 1 -->
<!-- Schdule Day 2 -->
<div role="tabpanel" class="col-lg-9 tab-pane fade" id="day-2">
<h3 class="sub-heading" style="text-align: left">
<b>Intermediate Round:</b>The top 15 teams will be declared by April 07,2022 based on the decision of an
internal judging panel who will use few important criteria to judge the projects. These are: Feasibility,
Sustainability, Overall Design, Innovation, Product Market Fit and Technology Used.
</h3>
<div class="row schedule-item">
<div class="col-md-2"><time>April 07, 2022</time></div>
<div class="col-md-10">
<h4>Result Declaration</h4>
<p>Top 15 teams will be selected.</p>
</div>
</div>
</div>
<!-- End Schdule Day 2 -->
<!-- Schdule Day 3 -->
<div role="tabpanel" class="col-lg-9 tab-pane fade" id="day-3">
<h3 class="sub-heading" style="text-align: left">
<b>Final Round:</b>The final round will be conducted in the physical mode at Delhi Technological
University. One or more members from each team need to be present at the venue, to showcase their product
to the judging panel.
(Note: The event may be switched to online mode depending on the latest Covid guidelines)
</h3>
<div class="row schedule-item">
<div class="col-md-10">
<h4>Result Declaration</h4>
</div>
<div class="col-md-2"><time>April 10, 2022</time></div>
</div>
</div>
<!-- End Schdule Day 2 -->
</div>
</div>
</section><!-- End Schedule Section -->
<section id="subscribe">
<div class="container" data-aos="zoom-in">
<div class="section-header prize">
<h2>Total prize pool of ₹ 1 lakh</h2>
</div>
</div>
</section>
<!-- ======= Buy Ticket Section ======= -->
<section id="buy-tickets" class="section-with-bg">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Prizes</h2>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-up" data-aos-delay="100">
<div class="card mb-5 mb-lg-0 gold">
<div class="card-body">
<h5 class="card-title text-muted text-uppercase text-center" style="opacity: 100%;">🏆 Winner 🏆</h5> <br><br>
<h6 class="card-price text-center">₹ 50,000</h6>
</div>
</div>
</div>
<div class="col-lg-4" data-aos="fade-up" data-aos-delay="200">
<div class="card mb-5 mb-lg-0 silver">
<div class="card-body">
<h5 class="card-title text-muted text-uppercase text-center" style="opacity: 100%;">First <br> runner up</h5>
<h6 class="card-price text-center">₹ 35,000</h6>
</div>
</div>
</div>
<!-- Pro Tier -->
<div class="col-lg-4" data-aos="fade-up" data-aos-delay="300">
<div class="card bronze">
<div class="card-body">
<h5 class="card-title text-muted text-uppercase text-center" style="opacity: 100%;">Second <br> runner up</h5>
<h6 class="card-price text-center">₹ 15,000</h6>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Buy Ticket Section -->
<!-- ======= F.A.Q Section ======= -->
<section id="faq">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>F.A.Q </h2>
</div>
<div class="row justify-content-center" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-9">
<ul class="faq-list">
<li>
<div data-bs-toggle="collapse" class="collapsed question" href="#faq0">Is this a paid competition?
<i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq0" class="collapse" data-bs-parent=".faq-list">
<p>
No, this competition is absolutely free for all participants.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" class="collapsed question" href="#faq1">Will this fest be conducted in
offline or online mode?
<i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq1" class="collapse" data-bs-parent=".faq-list">
<p>
The final round of the competition i.e the top 15 teams will be presenting their MVP or their
working model in physical mode in Delhi Technological University where one or more members of the
team need to be present for the final judging round. This is however, subject to change as per
latest Covid guidelines.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq2" class="collapsed question">How many members per team are
allowed? <i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq2" class="collapse" data-bs-parent=".faq-list">
<p>
A maximum of 10 people can form a team and participate in the hardware fest.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq3" class="collapsed question">Will a software generated
prototype be considered?<i class="bi bi-chevron-down icon-show"></i><i
class="bi bi-chevron-up icon-close"></i></div>
<div id="faq3" class="collapse" data-bs-parent=".faq-list">
<p>
No, the participants should present a working physical prototype or 3 D printed one for the final
judging round. <b> However, for the initial screening round</b>, participants can submit a software generated
prototype or a video of the working model.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq4" class="collapsed question">How much time will be given
between the first and final judging round?<i class="bi bi-chevron-down icon-show"></i><i
class="bi bi-chevron-up icon-close"></i></div>
<div id="faq4" class="collapse" data-bs-parent=".faq-list">
<p>
The top 15 teams will be notified around 15 days prior to the final judging round so that there is
sufficient time to finalize the MVP or the working model.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq5" class="collapsed question">On what parameters will my
project be judged? <i class="bi bi-chevron-down icon-show"></i><i
class="bi bi-chevron-up icon-close"></i></div>
<div id="faq5" class="collapse" data-bs-parent=".faq-list">
<p>
There are a few important criteria on which the product will be judged. They are:
<hr style="opacity: 0%;">
<ol type="a" style="margin-left: 25px;">
<li>Feasibility-How cost efficient is the product for bulk manufacturing</li>
<li>Sustainability- How environmentally friendly is the product manufacturing and its overall impact
on
the environment</li>
<li>Design- How functional and efficient is the layout of the product</li>
<li>Innovation- newness/novelty in the idea</li>
<li>Product Market fit- Is there demand for the product in market/Does it solve the pain points of
customers</li>
<li>Technology Used- Use of Hi-tech/cutting edge technology</li>
</ol>
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq6" class="collapsed question">What all do I need to submit for
the initial screening round?
<i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq6" class="collapse" data-bs-parent=".faq-list">
<p>
All participating teams are required to mandatorily submit:
<hr style="opacity: 0%;">
<ol type="a">
<li>PITCH DECK explaining the following:</li>
<ul>
<li>Market Gap</li>
<li>Problem Statement</li>
<li>About the Product</li>
<li>Your Solution</li>
<li>Technology Used</li>
<li>Existing Competitors</li>
<li>Projected finances for bulk manufacturing</li>
<li>Projected impact of your product (try to quantify the social/environmental/economical impact
of your product)</li>
</ul>
<li> A software simulation/video of the working model (either of the two)</li>
</ol>
</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section><!-- End F.A.Q Section -->
<!-- ======= Venue Section ======= -->
<section id="venue">
<div class="container-fluid" data-aos="fade-up">
<div class="section-header">
<h2>Event Venue</h2>
<p>Event venue location info and gallery</p>
</div>
<div class="row g-0">
<div class="col-lg-6 venue-map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3497.997443660934!2d77.11616715075587!3d28.749493282285258!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390d0138a74f7da7%3A0xf09fad683c23bd5d!2sDelhi%20Technological%20University!5e0!3m2!1sen!2sin!4v1640269740657!5m2!1sen!2sin"
frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
<div class="col-lg-6 venue-info">
<div class="row justify-content-center">
<div class="col-11 col-lg-8 position-relative">
<h3>Delhi Technological University, New Delhi</h3>
<p>Delhi Technological University (DTU), formerly known as the Delhi College of Engineering (DCE) is a
state university in New Delhi, India. It was established in 1941 as Delhi Polytechnic. In 1952, it
started giving degrees after being affiliated with the University of Delhi. The institute has been
under the Government of Delhi since 1963 and was affiliated with the University of Delhi from 1952 to
2009. In 2009, the college was given university status, thus changing its name to Delhi Technological
University.</p>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid venue-gallery-container" data-aos="fade-up" data-aos-delay="100">
<div class="row g-0">
<div class="col-lg-3 col-md-4">
<div class="venue-gallery">
<a href="assets/img/venue-gallery/1.jpg" class="glightbox" data-gall="venue-gallery">
<img src="assets/img/venue-gallery/1.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="venue-gallery">
<a href="assets/img/venue-gallery/2.jpg" class="glightbox" data-gall="venue-gallery">
<img src="assets/img/venue-gallery/2.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="venue-gallery">
<a href="assets/img/venue-gallery/3.jpg" class="glightbox" data-gall="venue-gallery">
<img src="assets/img/venue-gallery/3.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="venue-gallery">
<a href="assets/img/venue-gallery/4.jpg" class="glightbox" data-gall="venue-gallery">
<img src="assets/img/venue-gallery/4.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<!-- <div class="col-lg-3 col-md-4">
<div class="venue-gallery">
<a href="assets/img/venue-gallery/5.jpg" class="glightbox" data-gall="venue-gallery">
<img src="assets/img/venue-gallery/5.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="venue-gallery">
<a href="assets/img/venue-gallery/6.jpg" class="glightbox" data-gall="venue-gallery">
<img src="assets/img/venue-gallery/6.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="venue-gallery">
<a href="assets/img/venue-gallery/7.jpg" class="glightbox" data-gall="venue-gallery">
<img src="assets/img/venue-gallery/7.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="venue-gallery">
<a href="assets/img/venue-gallery/8.jpg" class="glightbox" data-gall="venue-gallery">
<img src="assets/img/venue-gallery/8.jpg" alt="" class="img-fluid">
</a>
</div>
</div> -->
</div>
</div>
</section><!-- End Venue Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="section-bg">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Contact Us</h2>
<p>(For Further Information or Sponsorship Related Queries)</p>
</div>
<div class="row contact-info">
<div class="col-md-4">
<div class="contact-address">
<i class="bi bi-geo-alt"></i>
<h3>Address</h3>
<address>Entrepreneurship Cell, Delhi Technological University</address>
</div>
</div>
<div class="col-md-4">
<div class="contact-phone">
<i class="bi bi-phone"></i>
<h3>Phone Number</h3>
<p>Adarsh Jha: <a href="tel:+919711086593">+91 9711086593</a></p>
<p>Vidushi Srivastava: <a href="tel:+919871500839">+91 9871500839</a></p>
<p>Deepanshu Verma: <a href="tel:+919654458170">+91 9654458170</a></p>
</div>
</div>
<div class="col-md-4">
<div class="contact-email">
<i class="bi bi-envelope"></i>
<h3>Email</h3>
<p><a href="mailto:adarsh@ecelldtu.in">adarsh@ecelldtu.in</a></p>
<p><a href="mailto:vidushi@ecelldtu.in">vidushi@ecelldtu.in</a></p>
</div>
</div>
</div>
<div class="form">
<form method="post" role="form" class="php-email-form" name="google-sheet">
<div class="row">
<div class="form-group col-md-6">
<input type="text" name="Name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="form-group col-md-6 mt-3 mt-md-0">
<input type="email" class="form-control" name="Email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="Mobile" id="subject" placeholder="Mobile" required>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="Subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="Message" id="message" rows="5" placeholder="Message"
required></textarea>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycby4UNyEpzWzwX19VNHTTIS2lL0-d1IoR9nHVnvf2t-eQU5xKhkp-OKMp2Hw1aX-HDrF4Q/exec'
const form = document.forms['google-sheet']
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, { method: 'POST', body: new FormData(form) })
.then(response => alert("Your message has been sent. Thank you!"))
})
</script>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-info">
<img src="assets/img/logo.jpeg" alt="Havells Logo">
<p style="text-align:justify">Havells India Limited is a Fast Moving Electrical Goods (FMEG) Company with an
extremely strong global
presence, thanks to our philosophy of Make in India, extensive distribution network and world class
quality.
<br> <br>
</a><img src="assets/img/elogo.png" alt="ecelldtu">
<p style="text-align:justify">E-Cell DTU, for the past 12 years has been advocating the spirit of being a
‘CREATOR’ by providing the students the right guidance and mentorship from venture capitalists, angel
investors, and top industrialists and striving to create an entrepreneurial ecosystem.
</p>
</p>
</div>
<!-- <div class="col-lg-3 col-md-6 footer-info">
<img src="assets/img/elogo.png" alt="ecelldtu">
<p style="text-align:justify">E-Cell DTU, for the past 12 years has been advocating the spirit of being a
‘CREATOR’ by providing the students the right guidance and mentorship from venture capitalists, angel
investors, and top industrialists and striving to create an entrepreneurial ecosystem.
</p>
</div> -->
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bi bi-chevron-right"></i> <a href="#">Home</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="#about">About us</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="#schedule">Schedule</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="#rules">Rules and Regulations</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bi bi-chevron-right"></i> <a href="#prizes">Prizes</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="#faq">FAQ</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="#venue">Venue</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="#contact">Contact Us</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
Entrepreneurship Cell <br>
Delhi Technological University<br>
Rohini, New Delhi <br>
<strong>Phone:</strong> <br>Adarsh: <a href="tel:+919711086593">+91 9711086593</a><br>Vidushi: <a href="tel:+919871500839">+91 9871500839</a> <br><br>
<strong>Email:</strong> <br> <a href="mailto:adarsh@ecelldtu.in">adarsh@ecelldtu.in</a> <br> <a href="mailto:vidushi@ecelldtu.in">vidushi@ecelldtu.in</a><br>
</p>
<div class="social-links">
<a href="https://twitter.com/ecelldtu?lang=en" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="https://www.facebook.com/ECellDTU/" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/ecelldtu/" class="google-plus"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/company/ecelldtu/" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>2021, Entrepreneurship Cell DTU</strong>. All Rights Reserved
</div>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=TheEvent
-->
Designed by <a href="https://ecelldtu.in/">Entrepreneurship Cell DTU</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>