-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
834 lines (736 loc) Β· 44.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>WIEHACK 4.0</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- Favicon -->
<link href="img/favicon.png" rel="icon">
<!-- Local fonts -->
<!-- <link rel="preload" href="./font/Zaptron-Regular.woff2" as="font" type="font/woff2" crossorigin> -->
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Rubik:wght@400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap" rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<!-- Google Analytics -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YCXK54X39J"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-YCXK54X39J');
</script>
</head>
<body>
<!-- Spinner Start -->
<div id="spinner" class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
<div class="spinner"></div>
</div>
<!-- Spinner End -->
<!-- Navbar & Carousel Start -->
<div class="container-fluid position-relative p-0">
<nav class="navbar navbar-expand-lg navbar-dark px-5 py-3 py-lg-0">
<a href="index.html" class="navbar-brand p-0">
<img id="wiehack_logo" src="img/wiehackfinallogo.png" alt="Image">
</a>
<a href="https://www.bvpieee.in/" class="navbar-brand p-0">
<img id="bvpieeepic" src="img/bvpieee_logo_light.png" alt="Image">
<!-- <img style="width: 80px;" src="img/bvpieee_logo.png" alt="Image"> -->
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse in" id="navbarCollapse">
<div class="navbar-nav ms-auto py-0">
<a href="index.html" class="nav-item nav-link active">Home</a>
<a href="team.html" class="nav-item nav-link">Team</a>
<a href="judgesandmentors.html" class="nav-item nav-link">Judges and Mentors</a>
<a href="result.html" class="nav-item nav-link">Result</a>
<a href="https://portal.bvpieee.in/" target="_blank" class="nav-item nav-link" style="color: pink">Login</a>
<!-- <a href="#about" class="nav-item nav-link">Abou
<a href="" class="nav-item nav-link active">Team</a>t Us</a>
<a href="#highlight" class="nav-item nav-link">Highlights</a>
<a href="#theme" class="nav-item nav-link">Themes</a>
<a href="#timeline" class="nav-item nav-link">Timeline</a>
<a href="#sponsor" class="nav-item nav-link">Sponsors</a>
<a href="#faq" class="nav-item nav-link">FAQ's</a>
<a href="#footer-section" class="nav-item nav-link">Contact</a> -->
<!-- <div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">Cntent-Drop</a>
<div class="dropdown-menu m-0">
<a href="" class="dropdown-item">item 1</a>
<a href="" class="dropdown-item">item 2</a>
</div>
</div>-->
</div>
</div>
</nav>
<div id="header" class="carousel slide carousel-fade" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="w-100 hero-bg-image" src="img/giphy.gif" alt="Image" >
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 900px;">
<h5 class="text-white mb-1 animated slideInDown">IEEE Student Branch</h5>
<h6 class="text-white mb-1 animated slideInDown"> of</h6>
<h5 class="text-white mb-0 animated slideInDown">Bharati Vidyapeeth's College Of Engineering, New Delhi </h5>
<h5 class="text-white mb-3 animated slideInDown">(under Dept. of Electronics & Communication Engineering) </h5>
<h6 class="text-white mb-3 animated slideInDown"> presents </h6>
<h1 class="display-1 text-white" style="font-family: 'Zaptron', sans-serif; ">WIEHACK 4.0</h1>
<div class="mb-5">
<span class="text-white powered">Powered by </span>
<img class=" animated zoomIn display-1 w-15" src="img/reinvitationtofundwiehack4_036hrwomencentrichyb/IEEE-CS-DelhiChapter-WhiteLogo.png" alt="">
</div>
<a href="https://unstop.com/hackathons/wie-hack-40-bharati-vidyapeeths-college-of-engineering-bvcoe-new-delhi-650356" class="btn btn-primary py-md-3 px-md-5 me-3 animated slideInLeft" target="_blank">Register Now</a>
<a href="https://drive.google.com/file/d/1EjHSN910TNhKCXYjIWGrWhY3exVCijUr/view" class="btn btn-outline-light py-md-3 px-md-5 animated slideInRight" target="_blank">Rulebook</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Navbar & Carousel End -->
<!-- Facts Start -->
<div class="container-fluid facts py-1 pt-lg-0">
<div class="container py-5 pt-lg-0">
<div class="row gx-0">
<div class="col-lg-4 wow zoomIn" data-wow-delay="0.1s">
<div class="bg-primary shadow d-flex align-items-center justify-content-center p-4" style="height: 150px;">
<h5 class="text-white mb-0">36 hours for ideation, implementation & refinement</h5>
</div>
</div>
<div class="col-lg-4 wow zoomIn" data-wow-delay="0.1s">
<div class="bg-light shadow d-flex align-items-center justify-content-center p-4" style="height: 150px;">
<h5 class="text-primary mb-0">Hybrid hackathon - online+offline</h5>
</div>
</div>
<div class="col-lg-4 wow zoomIn" data-wow-delay="0.1s">
<div class="bg-primary shadow d-flex align-items-center justify-content-center p-4" style="height: 150px;">
<h5 class="text-white mb-0">Promoting gender equality in the STEM field</h5>
</div>
</div>
</div>
</div>
</div>
<!-- Facts Start -->
<!-- About Start -->
<div id="about" class="container-fluid py-1 wow fadeInUp" data-wow-delay="0.1s">
<div class="container py-5">
<div class="row g-5">
<div class="col-lg-7">
<div class="section-title position-relative pb-3 mb-5">
<h1 class="mb-0">ABOUT US</h1>
</div>
<p class="mb-4">WIEHACK is the flagship event of <a href="https://www.bvpieee.in/"> <strong> BVPIEEE </strong> </a> , The IEEE Student Branch of <a href="https://bvcoend.ac.in/"> <strong>BVCOE </strong> </a> , New Delhi. The 36 Hour
Women-Centric Hybrid Hackathon.
Planned to be for 36 hours consecutively, with the goal of providing the participants with more time for ideation, implementation, and refinement, while reducing stress and fatigue. It will also be a great opportunity for networking and will provide ample time for debugging and testing.
Women In Engineering, a segment that needs more representation in the engineering community, have always observed an unfavorable gender ratio. Addressing this issue, the eligibility criteria for forming a team for this event is that at least 50% of the team members must be women. Thus being Women-centric, to encourage participation.
Being organized in the legacy of the previous iteration, which received international participation and thus will feature both online as well as offline participation for accessibility, hence it is hybrid.
</p>
<div class="row g-0 mb-3">
<div class="col-sm-6 wow zoomIn" data-wow-delay="0.1s">
<h5 class="mb-3"><i class="fa fa-clock text-primary me-3"></i>36 Hours</h5>
</div>
<div class="col-sm-6 wow zoomIn" data-wow-delay="0.1s">
<h5 class="mb-3"><i class="fa fa-calendar text-primary me-3"></i>May 23th-24th 2023</h5>
</div>
</div>
<div class="d-flex align-items-center mb-4 wow fadeIn" data-wow-delay="0.1s">
</div>
<a href="https://unstop.com/p/wie-hack-40-bharati-vidyapeeths-college-of-engineering-bvcoe-new-delhi-650356" class="btn btn-primary py-md-3 px-md-5 me-3 animated slideInLeft" target="_blank">Register Now</a>
</div>
<div class="col-lg-5" style="min-height: 500px;">
<div class="position-relative h-100">
<img class="position-absolute w-100 h-100 rounded wow zoomIn" data-wow-delay="0.1s" src="img/about.jpg" style="object-fit: cover;">
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Highlights -->
<div id="highlight" class="container-fluid py-1 wow fadeInUp" data-wow-delay="0.1s">
<div class="container py-5">
<div class="section-title text-center position-relative pb-3 mx-auto" style="max-width: 600px;">
<h1 class="mb-0 text-uppercase"> highlights</h1>
</div>
<div class="row mx-4 jus">
<div class="col-lg-4 mt-5 wow zoomIn" style="text-align: center;" data-wow-delay="0.1s">
<div class="d-flex align-items-center justify-content-center">
<div class="bg-primary rounded d-flex align-items-center justify-content-center mb-3 " style="width: 60px; height: 60px;">
<i class="fa-solid fa-people-group text-white"></i>
</div></div>
<h4>Beginner friendly hackathon-Learn and build together</h4>
<p class="">Several mentoring rounds and workshops in between from industry experts to guide you smoothly through your projects</p>
</div>
<div class="col-lg-4 mt-5 wow zoomIn" style="text-align: center;" data-wow-delay="0.1s">
<div class="d-flex align-items-center justify-content-center">
<div class="bg-primary rounded d-flex align-items-center justify-content-center mb-3" style="width: 60px; height: 60px;">
<i class="fa-sharp fa-solid fa-earth-americas text-white"></i>
</div>
</div>
<h4>Participation from 10+ countries</h4>
<p class="">We've teams participating not just from India but from different parts of the world too</p>
</div>
<div class="col-lg-4 mt-5 wow zoomIn" style="text-align: center;" data-wow-delay="0.1s">
<div class="d-flex align-items-center justify-content-center">
<div class="bg-primary rounded d-flex align-items-center justify-content-center mb-3" style="width: 60px; height: 60px;">
<i class="fa-sharp fa-solid fa-dollar-sign text-white"></i>
</div></div>
<h4>Prize pool worth 50k+ USD</h4>
<p class="">The prize pool this year ranges over 50,000 USD for the winning teams which consists of vouchers, coupons, subscriptions etc.</p>
</div>
</div>
</div>
</div>
<!-- Features Start -->
<div id="highlight" class="container-fluid py-1 wow fadeInUp" data-wow-delay="0.1s">
<div class="container py-5">
<div class="section-title text-center position-relative pb-3 mb-5 mx-auto" style="max-width: 600px;">
<h1 class="mb-0 text-uppercase">WIEHACK 3.0 highlights</h1>
</div>
<div class="row mx-4 jus">
<div class="col-lg-4 mt-5 wow zoomIn" style="text-align: center;" data-wow-delay="0.1s">
<div class="d-flex align-items-center justify-content-center">
<div class="bg-secondary rounded d-flex align-items-center justify-content-center mb-3 " style="width: 60px; height: 60px;">
<i class="fa fa-users text-white"></i>
</div></div>
<h4>Over 450+ Teams</h4>
<p class="">The previous edition of WIEHack saw over 450 teams take part, comprising of students from various parts of India and the world.</p>
</div>
<div class="col-lg-4 mt-5 wow zoomIn" style="text-align: center;" data-wow-delay="0.1s">
<div class="d-flex align-items-center justify-content-center">
<div class="bg-secondary rounded d-flex align-items-center justify-content-center mb-3" style="width: 60px; height: 60px;">
<i class="fa fa-award text-white"></i>
</div></div>
<h4>Prizes worth $40K+</h4>
<p class="">The prize money comprised of over USD 40,000 with various positions bagging the different prize cut.</p>
</div>
<div class="col-lg-4 mt-5 wow zoomIn" style="text-align: center;" data-wow-delay="0.1s">
<div class="d-flex align-items-center justify-content-center">
<div class="bg-secondary rounded d-flex align-items-center justify-content-center mb-3" style="width: 60px; height: 60px;">
<i class="fa fa-star text-white"></i>
</div></div>
<h4>7K+ Stream Views</h4>
<p class="">We amassed a total of 7k+ views over all streaming services. </p>
</div>
</div>
</div>
</div>
<!-- Gallery Start -->
<div id="Gallery" class="container-fluid py-1 wow fadeInUp" data-wow-delay="0.1s">
<div class="container py-5">
<div class="section-title text-center position-relative pb-3 mb-4 mx-auto" style="max-width: 600px;">
<h1 class="mb-0 text-uppercase">Gallery</h1>
</div>
<div class="owl-carousel gallery-carousel wow fadeInUp" data-wow-delay="0.1s">
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery1.jpg" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery2.png" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery3.png" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery4.png" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery5.png" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery6.png" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery7.png" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery8.png" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery9.png" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery10.png" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery11.png" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery12.png" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery13.jpg" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery14.jpg" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery15.jpg" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery16.jpg" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery17.jpg" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery18.jpg" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery19.jpg" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery20.jpg" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery21.jpg" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery22.jpg" >
</div>
<div class="gallery-item my-4 mx-1">
<img class="img-fluid rounded" src="img/gallery23.jpg" >
</div>
</div>
</div>
</div>
<!-- Theme Start -->
<div id="theme" class="container-fluid py-1 wow fadeInUp" data-wow-delay="0.1s">
<div class="container py-5">
<div class="section-title text-center position-relative pb-3 mb-4 mx-auto" style="max-width: 600px;">
<h1 class="mb-0">THEMES</h1>
</div>
<div class="owl-carousel theme-carousel wow fadeInUp" data-wow-delay="0.1s">
<div class="theme-item my-4 mx-1">
<div class="content">
<div class="content-overlay"></div>
<img class="img-fluid rounded" src="img/theme1.png" >
<div class="content-details fadeIn-bottom">
<h4 class="content-title">Health and Fitness</h4>
</div>
</div>
</div>
<div class="theme-item my-4 mx-1">
<div class="content">
<div class="content-overlay"></div>
<img class="img-fluid rounded" src="img/theme2.png" >
<div class="content-details fadeIn-bottom">
<h4 class="content-title">Fintech</h4>
</div>
</div>
</div>
<div class="theme-item my-4 mx-1">
<div class="content">
<div class="content-overlay"></div>
<img class="img-fluid rounded" src="img/theme3.png" >
<div class="content-details fadeIn-bottom">
<h4 class="content-title">Civil Security</h4>
</div>
</div>
</div>
<div class="theme-item my-4 mx-1">
<div class="content">
<div class="content-overlay"></div>
<img class="img-fluid rounded" src="img/theme4.png" >
<div class="content-details fadeIn-bottom">
<h4 class="content-title">Cyber Security</h4>
</div>
</div>
</div>
<div class="theme-item my-4 mx-1">
<div class="content">
<div class="content-overlay"></div>
<img class="img-fluid rounded" src="img/theme5.png" >
<div class="content-details fadeIn-bottom">
<h4 class="content-title">Open Innovation</h4>
</div>
</div>
</div>
<div class="theme-item my-4 mx-1">
<div class="content">
<div class="content-overlay"></div>
<img class="img-fluid rounded" src="img/theme6.png" >
<div class="content-details fadeIn-bottom">
<h4 class="content-title">Women Safety</h4>
</div>
</div>
</div>
<div class="theme-item my-4 mx-1">
<div class="content">
<div class="content-overlay"></div>
<img class="img-fluid rounded" src="img/theme7.jpeg" >
<div class="content-details fadeIn-bottom">
<h4 class="content-title">Blockchain</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Theme End -->
<!--technologies-->
<div id="technologies" class="container-fluid py-1 wow fadeInUp" data-wow-delay="0.1s">
<div class="container py-5">
<div class="technology">
<h1>TECHNOLOGIES</h1>
</div>
<div class="section-title text-center position-relative pb-3 mb-4 mx-auto" style="max-width: 2600px;"></div>
<div class="technologies">
<p style="text-align: center;font-size: 20px; color:black">
In addition to the themes of the WIEHACK 4.0, we're excited to introduce you to the technologies that
you can use to create innovative solutions.
</p>
<div class="technologies">
<img class="technologyimg" src="img/technologies (2).png" alt="technologies">
</div>
</div>
</div>
</div>
<!-- Timeline Start -->
<div id="timeline" class="container-fluid py-1 wow fadeInUp" data-wow-delay="0.1s">
<div class="container py-5">
<div class="section-title text-center position-relative pb-3 mb-4 mx-auto" style="max-width: 600px;">
<h1 class="mb-0">TIMELINE</h1>
</div>
<!-- <div class="timeline">
<div class="timeline-row wow zoomIn" data-wow-delay="0.2s">
<div class="timeline-time">
7:00AM-9:00AM<small>Day 1</small>
</div>
<div class="timeline-dot fb-bg"></div>
<div class="timeline-content">
<h6>Team Check In</h6>
</div>
</div>
<div class="timeline-row wow zoomIn" data-wow-delay="0.2s">
<div class="timeline-time">
10:30AM-12:00PM<small>Day 1</small>
</div>
<div class="timeline-dot fb-bg"></div>
<div class="timeline-content">
<h6>Round 1 (Abstract and Presentation)</h6>
</div>
</div>
<div class="timeline-row wow zoomIn" data-wow-delay="0.2s">
<div class="timeline-time">
7:00PM-7:30PM<small>Day 1</small>
</div>
<div class="timeline-dot fb-bg"></div>
<div class="timeline-content">
<h6>Round 1 Results & Round 2 Prototyping</h6>
</div>
</div>
<div class="timeline-row wow zoomIn" data-wow-delay="0.2s">
<div class="timeline-time">
8:30AM-9:30AM<small>Day 2</small>
</div>
<div class="timeline-dot fb-bg"></div>
<div class="timeline-content">
<h6>Round 2 Results & Round 3</h6>
</div>
</div>
<div class="timeline-row wow zoomIn" data-wow-delay="0.2s">
<div class="timeline-time">
3:00PM-6:00PM<small>Day 2</small>
</div>
<div class="timeline-dot fb-bg"></div>
<div class="timeline-content">
<h6>Final Round</h6>
</div>
</div>
</div> -->
<div class="timeline">
<img class="timelineimg" src="./assets/TIMELINE WIEHACK4.0.jpg" alt="timeline">
</div>
</div>
</div>
<!-- Timeline End -->
<!-- Sponsors -->
<div id="sponsor"class="container-fluid py-1 wow fadeInUp" data-wow-delay="0.1s">
<div class="container py-5">
<div class="section-title text-center position-relative pb-3 mb-5 mx-auto" style="max-width: 600px;">
<h1 class="mb-0">Sponsors</h1>
</div>
<div class="bg-white">
<div class="owl-carousel sponsors-carousel mt-4">
<img src="img/sponsors1.png" alt="">
<img src="img/sponsors2.png" alt="">
<img src="img/sponsors3.jpeg" alt="">
<img src="img/sponsors4.png" alt="">
<img src="img/sponsors5.jpeg" alt="">
<img src="img/sponsors6.jpeg" alt="">
</div>
</div>
</div>
</div>
<!-- Vendor Start -->
<div id="sponsor"class="container-fluid py-1 wow fadeInUp" data-wow-delay="0.1s">
<div class="container py-5">
<div class="section-title text-center position-relative pb-3 mb-5 mx-auto" style="max-width: 600px;">
<h1 class="mb-0">Past Sponsors</h1>
</div>
<div class="bg-white">
<div class="owl-carousel vendor-carousel mt-4">
<img src="img/vendor-10.png" alt="">
<img src="img/vendor-11.png" alt="">
<img src="img/vendor-12.png" alt="">
<img src="img/vendor-13.png" alt="">
<img src="img/vendor-14.png" alt="">
<img src="img/vendor-15.png" alt="">
<img src="img/vendor-16.jpg" alt="">
<img src="img/vendor-17.png" alt="">
<img src="img/vendor-18.jpg" alt="">
<img src="img/vendor-19.png" alt="">
<img src="img/vendor-20.png" alt="">
<img src="img/vendor-21.png" alt="">
<img src="img/vendor-22.png" alt="">
<img src="img/vendor-23.png" alt="">
<img src="img/vendor-24.png" alt="">
<img src="img/vendor-25.png" alt="">
<img src="img/vendor-26.png" alt="">
<img src="img/vendor-27.png" alt="">
<img src="img/vendor-28.png" alt="">
<img src="img/vendor-29.png" alt="">
<img src="img/vendor-30.png" alt="">
<img src="img/vendor-31.png" alt="">
<img src="img/vendor-32.jpeg" alt="">
<img src="img/vendor-33.jpg" alt="">
</div>
</div>
<p style="text-align: center;font-size: 20px;margin-top: 25px;">Interested in sponsoring us? Reach us at <a id="mail" href="mailto:[email protected]" style="font-weight: bold;">[email protected] </a> </p>
</div>
</div>
<!-- Vendor End -->
<!-- Community Partners -->
<div id="sponsor"class="container-fluid py-1 wow fadeInUp" data-wow-delay="0.1s">
<div class="container py-5">
<div class="section-title text-center position-relative pb-3 mb-5 mx-auto" style="max-width: 800px;">
<h1 class="mb-0">Community Partners</h1>
</div>
<div class="bg-white">
<div class="owl-carousel vendor-carousel">
<img src="img/COMMUNITY-PARTNERS-CAROUSEL_01.png" alt="">
<img src="img/COMMUNITY-PARTNERS-CAROUSEL_02.jpeg" alt="">
<img src="img/COMMUNITY-PARTNERS-CAROUSEL_03.jpeg" alt="">
<img src="img/COMMUNITY-PARTNERS-CAROUSEL_04.jpeg" alt="">
<img src="img/COMMUNITY-PARTNERS-CAROUSEL_05.jpeg" alt="">
<img src="img/COMMUNITY-PARTNERS-CAROUSEL_06.png" alt="">
<img src="img/COMMUNITY-PARTNERS-CAROUSEL_07.jpeg" alt="">
<img src="img/COMMUNITY-PARTNERS-CAROUSEL_08.jpeg" alt="">
</div>
</div>
</div>
</div>
<!-- OUR ALUMINAI
<div id="about" class="container-fluid py-1 wow fadeInUp mt-4" data-wow-delay="0.1s">
<div class="container py-5">
<div class="row g-5">
<div class="section-title text-center position-relative pb-3 mb-3 mx-auto" style="max-width: 800px;">
<h1 class="mb-0">OUR ALUMINAI</h1>
</div>
<div class="col-lg-7">
<p class="mb-4">WIEHACK is the flagship event of <a href="https://www.bvpieee.in/"> <strong> BVPIEEE </strong> </a> , The IEEE Student Branch of <a href="https://bvcoend.ac.in/"> <strong>BVCOE </strong> </a> , New Delhi. The 36 Hour
Women-Centric Hybrid Hackathon.
Planned to be for 36 hours consecutively, with the goal of providing the participants with more time for ideation, implementation, and refinement, while reducing stress and fatigue. It will also be a great opportunity for networking and will provide ample time for debugging and testing.
Women In Engineering, a segment that needs more representation in the engineering community, have always observed an unfavorable gender ratio. Addressing this issue, the eligibility criteria for forming a team for this event is that at least 50% of the team members must be women. Thus being Women-centric, to encourage participation.
Being organized in the legacy of the previous iteration, which received international participation and thus will feature both online as well as offline participation for accessibility, hence it is hybrid.
</p>
<div class="d-flex align-items-center mb-4 wow fadeIn" data-wow-delay="0.1s">
</div>
</div>
<div class="col-lg-5" style="min-height: 500px;">
<div class="position-relative h-100">
<img class="position-absolute w-100 h-100 rounded wow zoomIn" data-wow-delay="0.1s" src="img/about.jpg" style="object-fit: cover;">
</div>
</div>
</div>
</div>
</div> -->
<!-- FAQ Start -->
<div id="faq"class="container-fluid py-3 wow fadeInUp" data-wow-delay="0.1s">
<div class="container py-5">
<div class="section-title text-center position-relative pb-3 mb-5 mx-auto" style="max-width: 600px;">
<h5 class="fw-bold text-uppercase">FAQ</h5>
</div>
<div class="faq-container">
<div class="faq">
<h3 class="faq-title">
How many members can be in a team ?
</h3>
<p class="faq-text">Teams for WieHack 4.0 can have 1-4 members and male students can also be part of the team provided minimum 50% are female members in a team. </p>
<button class="faq-toggle">
<i class="fas fa-angle-down"></i>
</button>
</div>
<div class="faq active">
<h3 class="faq-title">
When will it take place ?
</h3>
<p class="faq-text">WIEHack 4.0 will be held on 23th-24th May, 2023 . It will be a 36 hour hackathon.</p>
<button class="faq-toggle">
<i class="fas fa-angle-down"></i>
</button>
</div>
<div class="faq">
<h3 class="faq-title">
Is it an offline hackathon ?
</h3>
<p class="faq-text">WIEHack 4.0 will take place in Offline mode as well as Online mode parallelly.Only first 70 shortlisted teams opting for offline mode will be called to the college premises.</p>
<button class="faq-toggle">
<i class="fas fa-angle-down"></i>
</button>
</div>
<div class="faq">
<h3 class="faq-title">
Can outside Delhi students participate ?
</h3>
<p class="faq-text">Yes , participants all across the globe are welcome and can participate through online mode but the first 70 shortlisted participants must come to the college premises for the offline hackathon.</p>
<button class="faq-toggle">
<i class="fas fa-angle-down"></i>
</button>
</div>
<div class="faq">
<h3 class="faq-title">
Will all the teams who have registered be selected ?
</h3>
<p class="faq-text">All teams registering for the event will be accepted but only the first 70 teams applying for offline would be allowed, rest of the teams would compete online.</p>
<button class="faq-toggle">
<i class="fas fa-angle-down"></i>
</button>
</div>
<div class="faq">
<h3 class="faq-title">
How many rounds will be there ?
</h3>
<p class="faq-text">There will be 4 rounds :</p>
<ul class="faq-text">
<li>Round 1 : Participants will give an abstract and presentation about their project followed by a mentoring round.</li>
<li>Round 2 : Shortlisted teams will start working on the the prototypes of their respective projects and explain the same.</li>
<li>Round 3 : After results of round the shortlisted teams will draft a business plan for their respective ideas.</li>
<li>Final round: The finalists will be required to give a full-fledged presentation,elaborately discussing their idea.</li>
</ul>
<button class="faq-toggle">
<i class="fas fa-angle-down"></i>
</button>
</div>
<div class="faq">
<h3 class="faq-title">
What are all the themes for this hackathon ?
</h3>
<p class="faq-text">There are total of 6 themes. Teams can choose any of these themes :</p>
<ul class="faq-text">
<li>Women safety</li>
<li>Health and fitness</li>
<li>FinTech</li>
<li>Cyber security</li>
<li>Civil security</li>
<li>Open innovation</li>
</ul>
<button class="faq-toggle">
<i class="fas fa-angle-down"></i>
</button>
</div>
<div class="faq">
<h3 class="faq-title">
Is there any restriction on programming language or platform used for project ?
</h3>
<p class="faq-text">
There is no restriction on the programming languages and platforms used to develop the product.
</p>
<button class="faq-toggle">
<i class="fas fa-angle-down"></i>
</button>
</div>
<div class="faq">
<h3 class="faq-title">
Where will this hackathon happen for offline participants?
</h3>
<p class="faq-text">
WIEHack 4.0 is organised by the IEEE Student branch of Bharati Vidyapeeth's College of Engineering, New Delhi. Hackathon will take place in college premises only.
</p>
<button class="faq-toggle">
<i class="fas fa-angle-down"></i>
</button>
</div>
</div>
</div>
</div>
<!-- FAQ End -->
<!-- Location Start -->
<div id="cont" class="container-fluid py-1 wow fadeInUp" data-wow-delay="0.1s">
<div class="container py-5 mb-5">
<div class="section-title text-center position-relative pb-3 mb-5 mx-auto" style="max-width: 600px;">
<h5 class="fw-bold text-uppercase">Location</h5>
</div>
<div class="row g-5 ">
<div class="col-md-6 mapcontent">
<div class="mt-5">
<div class="service-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M12 12q.825 0 1.413-.588Q14 10.825 14 10t-.587-1.413Q12.825 8 12 8q-.825 0-1.412.587Q10 9.175 10 10q0 .825.588 1.412Q11.175 12 12 12Zm0 9.625q-.2 0-.4-.075t-.35-.2Q7.6 18.125 5.8 15.363Q4 12.6 4 10.2q0-3.75 2.413-5.975Q8.825 2 12 2t5.587 2.225Q20 6.45 20 10.2q0 2.4-1.8 5.163q-1.8 2.762-5.45 5.987q-.15.125-.35.2q-.2.075-.4.075Z"/></svg>
</div>
<h4 class="mb-2">Location</h4>
<p class="m-0 name">Bharati Vidyapeeth's College of Engineering <br> New Delhi</p>
<p class="m-0">Landmark: Near Paschim Vihar Metro station</p>
</div>
<br />
<div class="mt-2">
<div class="service-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M8 14q-.425 0-.713-.288Q7 13.425 7 13t.287-.713Q7.575 12 8 12t.713.287Q9 12.575 9 13t-.287.712Q8.425 14 8 14Zm4 0q-.425 0-.712-.288Q11 13.425 11 13t.288-.713Q11.575 12 12 12t.713.287Q13 12.575 13 13t-.287.712Q12.425 14 12 14Zm4 0q-.425 0-.712-.288Q15 13.425 15 13t.288-.713Q15.575 12 16 12t.712.287Q17 12.575 17 13t-.288.712Q16.425 14 16 14ZM5 22q-.825 0-1.413-.587Q3 20.825 3 20V6q0-.825.587-1.412Q4.175 4 5 4h1V2.975q0-.425.287-.7Q6.575 2 7 2t.713.287Q8 2.575 8 3v1h8V2.975q0-.425.288-.7Q16.575 2 17 2t.712.287Q18 2.575 18 3v1h1q.825 0 1.413.588Q21 5.175 21 6v14q0 .825-.587 1.413Q19.825 22 19 22Zm0-2h14V10H5v10Z"/></svg> </div>
<h4 class="mb-0">Date</h4>
<p class="m-0 name">23/05/2023</p>
</div>
<!-- <a href="https://www.google.com/maps?ll=28.675866,77.113207&z=16&t=m&hl=en&gl=IN&mapclient=embed&cid=12255421676362159696" class="btn btn-primary py-3 px-5 mt-1 wow zoomIn" data-wow-delay="0.9s">Location</a> -->
</div>
<div class="col-md-6 maps">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3500.460592169637!2d77.11101821501003!3d28.6758655824007!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390d038e0dee2897%3A0x84bb3fed8b1c51f9!2sBharati%20Vidyapeeth's%20College%20of%20Engineering!5e0!3m2!1sen!2sin!4v1678729758015!5m2!1sen!2sin" style="border:0;width: 100%;height: 100%;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
</div>
<!-- Location End -->
<!-- Footer Start -->
<section id="footer-section" class="wow fadeInUp footer-section">
<footer class="text-center text-lg-start" style="background-color: black;">
<div class="container" style="padding-bottom: 1rem;">
<h2 id="contact">Connect with us on <a id="mail" href="mailto:[email protected]">[email protected] </a></h2>
<div class="icons-footer">
<a href="https://github.com/BVPIEEE" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.facebook.com/BVPIEEE" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/bvpieee/"target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.twitter.com/bvpieee2"target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.youtube.com/channel/UCyLsLjYz2sGb2AwcsKTJxvQ"target="_blank"><i class="fab fa-youtube"></i></a>
</div>
<h4> Hardik Bora: +91 8588005321 </h4>
<h5>Made with β€οΈ & β by <a id="team-href" href="team.html"> Team WIEHACK4.0 </a></h5>
</div>
</footer>
</section>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square rounded back-to-top"><i class="bi bi-arrow-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://kit.fontawesome.com/befdf50858.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>