-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents.html
668 lines (639 loc) · 29.9 KB
/
events.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
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>ENGENIOUS'22</title>
<meta name="title" content="ENGENIOUS'22">
<meta name="web_author" content="Kanpur Institute of Technolgy (KIT), Kanpur">
<meta name="keyword"
content="Enegenious, Techno-Cultural Events, Technical Events, Cultural Events, ENGENIOUS'22 Kanpur events, KIT Engenious, KIT Kanpur, Annual fest, Kanpur Institute of technology, engineering Collage Events, collages events 2022,">
<meta name="description" content="Engenious, The Annual Techno-Cultural Fest Organized By Kanpur Institute of Technoogy, Kanpur. Priceless, Rich And
Heterogeneous Cultural Tapestry Among The Youth Of This Country,Engenious Affirms A Pulsating And Dynamic
Competitive Platform For The Budding Technocrats Of The Nation.">
<meta name="distribution" content="Global">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" sizes="32x32" href="img/mainlogo.png">
<!-- CSS here -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/themify-icons.css">
<link rel="stylesheet" href="css/gijgo.css">
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/slicknav.css">
<link rel="stylesheet" href="css/style.css">
<!-- <link rel="stylesheet" href="css/responsive.css"> -->
</head>
<body>
<!-- Preloader -->
<div class="preloader">
<div class="loader"></div>
</div>
<!-- End Preloader -->
<!-- header-start -->
<header>
<div class="header-area">
<div id="sticky-header" class="main-header-area">
<div class="container">
<div class="header_bottom_border">
<div class="row align-items-center">
<div class="col-xl-3 col-lg-3">
<div class="logo">
<a href="index.html">
<img class="main_logo" src="img/logo-2.png" alt="Main_logo">
</a>
</div>
</div>
<div class="col-xl-7 col-lg-7">
<div class="main-menu d-none d-lg-block">
<nav>
<ul id="navigation">
<li><a href="index.html">home</a></li>
<li><a href="about.html">about</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="schedule.html">Scehdule</a></li>
<li><a href="performer.html">Performer</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
<div class="col-xl-2 col-lg-2 d-none d-lg-block">
<div class="buy_tkt">
<div class="book_btn d-none d-lg-block">
<a href="#">Register</a>
</div>
</div>
</div>
<div class="col-12">
<div class="mobile_menu d-block d-lg-none"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- header-end -->
<!-- bradcam_area -->
<div class="bradcam_area">
<div class="single_bradcam d-flex align-items-center bradcam_bg_1 overlay">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-xl-12">
<div class="bradcam_text text-center">
<div class="shape_1 wow fadeInUp" data-wow-duration="1s" data-wow-delay=".2s">
<img src="img/shape/shape_1.svg" alt="">
</div>
<div class="shape_2 wow fadeInDown" data-wow-duration="1s" data-wow-delay=".3s">
<img src="img/shape/shape_2.svg" alt="">
</div>
<h3 class="wow fadeInRight" data-wow-duration="1s" data-wow-delay=".3s">Events</h3>
<p class="breadcam"><span><a class="bread-link" href="index.html">Home</a></span>/ Events
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- bradcam_area end -->
<!-- performar_area_start -->
<div class="performar_area black_bg">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section_title mb-80">
<h3 class="wow fadeInRight" data-wow-duration="1s" data-wow-delay=".3s">All Events</h3>
<h1 class="text-white">Cultural Events</h1>
</div>
</div>
</div>
<div class="row">
<div class="table-responsive custom-table-responsive">
<table class="table custom-table">
<thead>
<tr>
<th scope="col">S.No</th>
<th scope="col">Event Name</th>
<th scope="col">Head Name</th>
<th scope="col">Mobile</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Suro Ka Mahamanch</td>
<td>Utkarsh Dixit</td>
<td>9653050588</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Rock Singing</td>
<td>Priyansh Rajput</td>
<td>9305033457</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Boogie Fever</td>
<td>Piyush Singh</td>
<td>6394975888</td>
</tr>
<tr>
<th scope="row">4</th>
<td>Dance+</td>
<td>Sunesh Verma</td>
<td>7275593893</td>
</tr>
<tr>
<th scope="row">5</th>
<td>The Dancing Toes</td>
<td>Ishika Kumari</td>
<td>9559238392</td>
</tr>
<tr>
<th scope="row">6</th>
<td>Fashion-ESta</td>
<td>Aishwarya Bajpai</td>
<td>9559756779</td>
</tr>
<tr>
<th scope="row">7</th>
<td>Nukkad Natak</td>
<td>Vanshika Mishra</td>
<td>8738947555</td>
</tr>
<tr>
<th scope="row">8</th>
<td>Futsal</td>
<td>Alok Singh</td>
<td>6392268636</td>
</tr>
<tr>
<th scope="row">9</th>
<td>Googly Cricket</td>
<td>Dhirendra Kumar</td>
<td>7266993468</td>
</tr>
<tr>
<th scope="row">10</th>
<td>Treasure Hunt</td>
<td>Mohd. Ibrahim</td>
<td>8576897117</td>
</tr>
<tr>
<th scope="row">11</th>
<td>Antakshari</td>
<td>Prince Srivastva</td>
<td>9555927336</td>
</tr>
<tr>
<th scope="row">12</th>
<td>Selfie Mania</td>
<td>Devansh Tiwari</td>
<td>8630190603</td>
</tr>
<tr>
<th scope="row">13</th>
<td>War of Band</td>
<td>Sumit Suri</td>
<td>9559627575</td>
</tr>
<tr>
<th scope="row">14</th>
<td>Parody Karke dikhao</td>
<td>Yati Gupta</td>
<td>8840941739</td>
</tr>
<tr>
<th scope="row">15</th>
<td>Rap Battle</td>
<td>Prishita Gandhi</td>
<td>7317592507</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="section_title mt-5 mb-80">
<h1 class="text-white">Technical Events</h1>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="table-responsive">
<table class="table custom-table">
<thead>
<tr>
<th scope="col">S.No</th>
<th scope="col">Event Name</th>
<th scope="col">Head Name</th>
<th scope="col">Mobile</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>ROBORACE</td>
<td>Kulpati Singh</td>
<td>8853419672</td>
</tr>
<tr>
<th scope="row">2</th>
<td>ROBOWAR</td>
<td>Shiv Kumar</td>
<td>7752883683</td>
</tr>
<tr>
<th scope="row">3</th>
<td>CIRCUITMANIA</td>
<td>Pushkar Verma</td>
<td>7398045571</td>
</tr>
<tr>
<th scope="row">4</th>
<td>INNOVATIVEIDEA</td>
<td>Prabhat Tripathi</td>
<td>8933900916</td>
</tr>
<tr>
<th scope="row">5</th>
<td>CIRCUIT,MODEL</td>
<td>Aryan Sharma</td>
<td>7521873122</td>
</tr>
<tr>
<th scope="row">6</th>
<td>BRIDGEKRITI</td>
<td>Deepak Maurya</td>
<td>6393599149</td>
</tr>
<tr>
<th scope="row">7</th>
<td>FRUGALENGINEERING</td>
<td>Arvind Kumar</td>
<td>6386485751</td>
</tr>
<tr>
<th scope="row">8</th>
<td>CODINGCONTEST</td>
<td>Naqbuibeer Raheman</td>
<td>S9999163374</td>
</tr>
<tr>
<th scope="row">9</th>
<td>TECHROADIES</td>
<td>Tushar Pallaw</td>
<td>9506050476</td>
</tr>
<tr>
<th scope="row">10</th>
<td>LOGODESIGN</td>
<td>Pankaj Sharma</td>
<td>8303598788</td>
</tr>
<tr>
<th scope="row">11</th>
<td>ELECTRO-QUIZ</td>
<td>Aman Pandey</td>
<td>9260962293</td>
</tr>
<tr>
<th scope="row">12</th>
<td>MEMORYGAME</td>
<td>Memory Game</td>
<td>9838179497</td>
</tr>
<tr>
<th scope="row">13</th>
<td>ROCKETRIX</td>
<td>Rakesh Verma</td>
<td>8896739915</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="section_title mt-5 mb-80">
<h1 class="text-white">Pharma Events</h1>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="table-responsive">
<table class="table custom-table">
<thead>
<tr>
<th scope="col">S.No</th>
<th scope="col">Event Name</th>
<th scope="col">Head Name</th>
<th scope="col">Mobile</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Jiffy</td>
<td>Suraj Kushwaha</td>
<td>8853419672</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Sack Race</td>
<td>Amir Hamza Ansari</td>
<td>6388618287</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Cosmetology</td>
<td>Tanya Gupta</td>
<td>9120747174</td>
</tr>
<tr>
<th scope="row">4</th>
<td>Poster Presentation</td>
<td>Anjali Yadav</td>
<td>9140567915</td>
</tr>
<tr>
<th scope="row">5</th>
<td>Model Presentation</td>
<td>Saumya Srivastva</td>
<td>8317021002</td>
</tr>
<tr>
<th scope="row">6</th>
<td>Tug of War</td>
<td>Vivek Singh</td>
<td>7518077721</td>
</tr>
<tr>
<th scope="row">7</th>
<td>Musical Chair</td>
<td>Gul Fatima</td>
<td>7992110582</td>
</tr>
<tr>
<th scope="row">8</th>
<td>Tambola</td>
<td>Anushka Gupta</td>
<td>9368253899</td>
</tr>
<tr>
<th scope="row">9</th>
<td>Power Point Presentaion</td>
<td>Naman Gautam</td>
<td>8787227199</td>
</tr>
<tr>
<th scope="row">10</th>
<td>Dozz Ball</td>
<td>Prashant Kumar</td>
<td>9120738358</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="section_title mt-5 mb-80">
<h1 class="text-white">Art & Literary Events</h1>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="table-responsive">
<table class="table custom-table">
<thead>
<tr>
<th scope="col">S.No</th>
<th scope="col">Event Name</th>
<th scope="col">Head Name</th>
<th scope="col">Mobile</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>T-Shirt Painting</td>
<td>Anchal Pandey</td>
<td>8887927940</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Kavya Kirti</td>
<td>Mohit Yadav</td>
<td>7651995148</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Rangoli</td>
<td>Jyoti Rao</td>
<td>9565642935</td>
</tr>
<tr>
<th scope="row">4</th>
<td>Poster Making</td>
<td>Naishant Uttam</td>
<td>9795856944</td>
</tr>
<tr>
<th scope="row">5</th>
<td>Cartooning</td>
<td>Divya Raj Singh</td>
<td>7739978851</td>
</tr>
<tr>
<th scope="row">6</th>
<td>JAM (Just A Minute)</td>
<td>Divya Raj Singh</td>
<td>8795349480</td>
</tr>
<tr>
<th scope="row">7</th>
<td>Face Painting</td>
<td>Akansh Dihiver</td>
<td>9628196655</td>
</tr>
<tr>
<th scope="row">8</th>
<td>Art from Waste</td>
<td>Arohi Yadav</td>
<td>7081830640</td>
</tr>
<tr>
<th scope="row">9</th>
<td>Collage Making</td>
<td>Bushra</td>
<td>7800088478</td>
</tr>
<tr>
<th scope="row">9</th>
<td>Tattoo / Mehandi Making</td>
<td>Bushra</td>
<td>8881499501</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- performar_area_end -->
<!-- map_area_start -->
<div class="map_area">
<div id="map" style="height: 600px; position: relative; overflow: hidden;">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3574.656070459331!2d80.42205191435332!3d26.3699838895923!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x399c4224d727667f%3A0xb4fca6542e514125!2sKanpur%20Institute%20of%20Technology!5e0!3m2!1sen!2sin!4v1646160897777!5m2!1sen!2sin"
width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
<div class="location_information black_bg wow fadeInUp" data-wow-duration="1s" data-wow-delay=".3s">
<h3>Engenious'22</h3>
<div class="info_wrap">
<div class="single_info">
<span>Vanue:</span>
<p>Main Ground, KIT Kanpur</p>
</div>
<div class="single_info">
<span>Phone:</span>
<p>(+91) 6307471043</p>
</div>
<div class="single_info">
<span>Email:</span>
<p>[email protected]</p>
</div>
</div>
</div>
</div>
<!-- map_area_end -->
<!-- brand_area_start -->
<!-- <div class="brand_area black_bg">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section_title text-center mb-80">
<h4 class="wow fadeInRight" data-wow-duration="1s" data-wow-delay=".3s">Sponsor Logos</h4>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="brand_wrap">
<div class="brand_active owl-carousel">
<div class="single_brand text-center">
<img src="img/brand/1.png" alt="">
</div>
<div class="single_brand text-center">
<img src="img/brand/2.png" alt="">
</div>
<div class="single_brand text-center">
<img src="img/brand/3.png" alt="">
</div>
<div class="single_brand text-center">
<img src="img/brand/4.png" alt="">
</div>
<div class="single_brand text-center">
<img src="img/brand/5.png" alt="">
</div>
<div class="single_brand text-center">
<img src="img/brand/1.png" alt="">
</div>
<div class="single_brand text-center">
<img src="img/brand/2.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- brand_area_end -->
<!-- footer_start -->
<footer class="footer">
<div class="footer_top">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 col-md-8">
<div class="footer_widget">
<div class="address_details text-center">
<h4 class="wow fadeInUp" data-wow-duration="1s" data-wow-delay=".3s">22-23 Apr, 2022
</h4>
<h3 class="wow fadeInUp" data-wow-duration="1s" data-wow-delay=".4s">KIT Kanpur,
Uttar-Pradesh, India</h3>
<p class="wow fadeInUp" data-wow-duration="1s" data-wow-delay=".5s">The event
regularly
attracts a diverse range of attendees from around the UP.</p>
<a href="#" class="boxed-btn3 wow fadeInUp" data-wow-duration="1s"
data-wow-delay=".6s">Register</a>
</div>
<div class="social-menu">
<ul>
<li><a href="https://www.facebook.com/engeniouskit/" target="blank"><i
class="fab fa-facebook-f"></i></a></li>
<li><a href="https://www.instagram.com/engeniouskit" target="blank"><i
class="fab fa-instagram"></i></a></li>
<li><a href="https://www.kit.ac.in/" target="blank"><i
class="fab fa-google"></i></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="copy-right_text">
<div class="container">
<div class="row">
<div class="col-xl-12">
<p class="copy_right text-center wow fadeInDown" data-wow-duration="1s" data-wow-delay=".5s">
Copyright ©
<script>document.write(new Date().getFullYear());</script> | Engenious <i
class="fa fa-heart-o" aria-hidden="true"></i> by Developed by<a
href="http://sakshamportfolio.epizy.com/" target="_blank"> Saksham Singh</a>
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- footer_end -->
<!-- JS here -->
<script src="js/vendor/modernizr-3.5.0.min.js"></script>
<script src="js/vendor/jquery-1.12.4.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/ajax-form.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/scrollIt.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/gijgo.min.js"></script>
<script src="js/nice-select.min.js"></script>
<script src="js/jquery.slicknav.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/tilt.jquery.js"></script>
<script src="js/plugins.js"></script>
<script src="https://kit.fontawesome.com/66aa7c98b3.js" crossorigin="anonymous"></script>
<!--contact js-->
<script src="js/contact.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.form.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/main.js"></script>
</body>
</html>