-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
717 lines (671 loc) · 30.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aithon 2.0</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/mobile-style.css">
<link rel="stylesheet" href="css/timeline.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<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=Rajdhani:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:[email protected]&display=swap" rel="stylesheet">
</head>
<body>
<div id="pre-loader"></div>
<header style="background-size: cover;">
<div class="container-fluid p-0" style="margin-bottom: 3rem;">
<nav class="navbar" style="font-size: 1rem; padding: 1rem;">
<div class="brand-title" style="margin-left: -2rem;">
<a href="./index.html">
<i class="fa-2x mx-3"></i><img style="scale: 0.8;" src="images/aithon logo small.png">
</a>
</div>
<a href="#" class="toggle-button">
<span class="bar" style="width: 25px; height: 3px;"></span>
<span class="bar" style="width: 25px; height: 3px;"></span>
<span class="bar" style="width: 25px; height: 3px;"></span>
</a>
<div class="navbar-links">
<!--navbar-->
<ul style="font-size: 1rem;">
<li><a href="# ">Home</a></li>
<li><a href="#About">About</a></li>
<li><a href="#past">Past Event</a></li>
<li><a href="#Contact">Contact Us</a></li>
</ul>
</div>
</nav>
</div>
<div class="container text-center">
<div class="row">
<div class="col-md-7 col-sm-12 text-white">
<!-- <h1>AITHON<span style=" color: #40BEDE; font-family:ROG LyonsType; font-size: 5vmin; ">2.0</span></h1> -->
<img src="./images/Aithon20 - Copy.png">
<br>
<h5 style="margin-top:0.5rem;">Crafting future Signals with AI</h5>
<br>
<br>
<h6>IEEE Computer Society and Signal Processing Society Collge of Engineering Karunagappally initiative</h6>
<h3 >09<span class="th">th</span> 10<span class="th">th</span> 11<span class="th">th</span> <span style="color: #40BEDE"> Augest</span></h3>
<!-- <a href="#Registration">
<button class="btn btn-light px-5 py-2 primary-btn">
Register Now
</button>
</a> -->
</div>
<!-- <div class="col-md-5 col-sm-12 h-25 info">
<img src="images/header.png" alt="Book" />
</div> -->
</div>
</div>
<div style="height: 200px; width: 200px;"></div>
</div>
</header>
<!-- <main>
<section id="About" class="section-1" >
<div class="container text-center">
<div class="row">
<div class=" col-md-6 col-12">
<div class="pray">
<img src="images/AithonDateReveal.jpg" alt="Pray" style="margin-right: 70px;" />
</div>
</div>
<div class="col-md-6 col-12">
<div class="panel text-left" style="margin-left: 70px;">
<h1>AITHON</h1>
<p class="pt-4">
Crafting future Signals with AI
</p>
<p align="justify">
IEEE Computer Society and Signal Processing Society College of Engineering Karunagappally presents AITHON -
A National Level 24-hour Singal Processing enabled AI Hackathon.The event will be conducted By IEEE Student Branch College of Engineering
Karunagappally, Within the 24 hours the participants have to provide a feasible and
sustainable solution for the problem statement given related to Artificial Intelligence and Signal Processing. Prior
session will be organised to create basic foundations of AI and Singal processing for the students out there, it
would be a great opportunity to put in the skills to great astounding and revolutionary
solutions. Winners stand a chance to bag exciting prizes and all participants get to walk
away with cool goodies.
</p>
</div>
</div>
</div>
</div>
</section>
</main> -->
<main>
<div class="aithon-main roboto-slab-main">
<div class="text-center"><img class="aithon-main-img" src="./images/Aithon20%20-%20Copy.png"></div><p>
Get ready for AITHON 2.0, the ultimate 24-hour AI Signal Processing hackathon brought to you by IEEE Computer Society and Signal Processing Society College of Engineering Karunagappally!</p>
<p>We challenge you to tackle innovative and sustainable solutions for cutting-edge AI and Signal Processing hurdles in a complete experience that goes beyond a two-day event.
You'll dive into brainstorming sessions, panel discussions, and hands-on expert sessions, all in one place, and have the chance to network with industry leaders, AI pioneers, and fellow enthusiasts in an exciting and high-energy environment.</p>
<p>Whether you're a beginner or a pro, you'll find something for everyone, with opportunities to win cool goodies and exciting prizes, gain new skills and perspectives, and leave feeling transformed and inspired, even if you've never tried solving problems before.
</p></div>
</main>
<!-- Society -->
<!-- Carousel beginning -->
<section id="past" class="mt-4">
<div class="container mt-4">
<h1 style="color: white;" class="rajdhani-bold text-center m-2 p-4">Aithon 1.0</h1>
<div class="Ccard p-3 mt-4 " >
<div id="carouselExampleAutoplaying" class=" carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/Carousel/1.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/Carousel/2.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/Carousel/3.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/Carousel/4.jpg" class="d-block w-100 " alt="...">
</div>
<div class="carousel-item">
<img src="images/Carousel/5.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/Carousel/6.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/Carousel/7.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/Carousel/8.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/Carousel/9.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/Carousel/10.jpg" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleAutoplaying" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleAutoplaying" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</section>
<hr>
<!-- Carousel end -->
<!-- REGISTERATION -->
<div class="gap1" style="height: 5vw;">
</div>
<section>
<div class="purchase text-center" id="Registration">
<h1 class="rajdhani-bold">Grab your Tickets</h1>
<div class="cards">
<div class="d-flex flex-row justify-content-center flex-wrap">
<!-- CARD 1 -->
<div class="card">
<div class="card-body">
<div class="title">
<h5 class="card-title">IEEE CS/SPS Members</h5>
</div>
<div class="card-box">
<p class="card-text">
Price applicable only if you are an IEEE CS/SPS Member
</p>
<div class="pricing">
<h2 style="color: azure;">₹499</h2>
<a href="#" target="_blank" class="btn btn-dark px-5 py-2 primary-btn mb-5 blink-button"><span>Register Now</span></a>
</div></div>
</div>
</div>
<!-- CARD 1 -->
<!-- CARD 2 -->
<div class="card">
<div class="card-body">
<div class="title">
<h5 class="card-title">IEEE Member</h5>
</div>
<div class="card-box">
<p class="card-text">
Price applicable only if you are an IEEE Member
</p>
<div class="pricing">
<h2 style="color: azure;">₹599</h2>
<a href="#" target="_blank" class="btn btn-dark px-5 py-2 primary-btn mb-5 blink-button"><span>Register Now</span></a>
</div></div>
</div>
</div>
<!-- CARD 2 -->
<!-- CARD 3 -->
<div class="card">
<div class="card-body">
<div class="title">
<h5 class="card-title">NON-IEEE Member</h5>
</div>
<div class="card-box">
<p class="card-text">
Price applicable if you are not an IEEE Member.
</p>
<div class="pricing">
<h2 style="color: azure;">₹899</h2>
<a href="#" target="_blank" class="btn btn-dark px-5 py-2 primary-btn mb-5 blink-button"><span>Register Now</span></a>
</div></div>
</div>
</div>
<!-- CARD 3 -->
</div>
</div>
</div>
</section>
<!-- REGISTERATION -->
<!-- TIMER -->
<center>
<iframe class="iframe" src="./countdown.html"></iframe></center>
<!-- TIMER -->
<h1 class="rajdhani-bold text-center">SCHEDULE OF EVENT</h1><br>
<div class="aithontimeline">
<!-- CARD 1 -->
<div class="aithonday">
<div class="aithonday-dot"></div>
<div class="aithonday-content">
<div class="aithonday-time">DAY 1: August 31<sup>st</sup> 2024</div>
<div class="aithonday-details">
<h2>Aithon 2.0 begins!</h2>
</div>
</div>
</div>
<!-- CARD 1 -->
<!-- CARD 2 -->
<div class="aithonevent">
<div class="aithonevent-dot"></div>
<div class="aithonevent-content">
<!-- <div class="aithonevent-time">DAY 1: August 31<sup>st</sup> 2024<br>9:00 AM - 10:00 AM</div> -->
<div class="aithonevent-time">9:00 AM - 10:00 AM</div>
<div class="aithonevent-details">
<h2>Registeration</h2>
<p>Get to the venue on time, Bring Tickets and College ID along with your tickets</p>
</div>
</div>
</div>
<!-- CARD 2 -->
<!-- CARD 3 -->
<div class="aithonevent">
<div class="aithonevent-dot"></div>
<div class="aithonevent-content">
<!-- <div class="aithonevent-time">DAY 1: August 31<sup>st</sup> 2024<br>10:00 AM to 10: 30 AM</div> -->
<div class="aithonevent-time">10:00 AM to 10: 30 AM</div>
<div class="aithonevent-details">
<h2>Inauguration Ceremony</h2>
<p>Welcome speech by organizers</p>
</div>
</div>
</div>
<!-- CARD 3 -->
<!-- CARD 4 -->
<div class="aithonevent">
<div class="aithonevent-dot"></div>
<div class="aithonevent-content">
<!-- <div class="aithonevent-time">DAY 1: August 31<sup>st</sup> 2024<br>10:30 AM - 12:00 PM</div> -->
<div class="aithonevent-time">10:30 AM - 12:00 PM</div>
<div class="aithonevent-details">
<h2>Opening Ceremony</h2>
<!-- <p>Welcome speech by organizers</p> -->
</div>
</div>
</div>
<!-- CARD 4 -->
<!-- CARD 5 -->
<div class="aithonevent">
<div class="aithonevent-dot"></div>
<div class="aithonevent-content">
<!-- <div class="aithonevent-time">DAY 1: August 31<sup>st</sup> 2024<br>02:00 PM - 3:30 PM</div> -->
<div class="aithonevent-time">10:30 AM - 12:00 PM</div>
<div class="aithonevent-details">
<h2>Session on Various Python Libraries for AI</h2>
<!-- <p>Welcome speech by organizers</p> -->
</div>
</div>
</div>
<!-- CARD 5 -->
<!-- CARD 6 -->
<div class="aithonevent">
<div class="aithonevent-dot"></div>
<div class="aithonevent-content">
<!-- <div class="aithonevent-time">DAY 1: August 31<sup>st</sup> 2024<br>3:30 PM to 4:30 PM</div> -->
<div class="aithonevent-time">10:30 AM - 12:00 PM</div>
<div class="aithonevent-details">
<h2>Hands on Workshop on developing AI Models</h2>
<!-- <p>Welcome speech by organizers</p> -->
</div>
</div>
</div>
<!-- CARD 6 -->
<!-- CARD 7 -->
<div class="aithonevent">
<div class="aithonevent-dot"></div>
<div class="aithonevent-content">
<!-- <div class="aithonevent-time">DAY 1: August 31<sup>st</sup> 2024<br>4:30 PM</div> -->
<div class="aithonevent-time">4:30 PM</div>
<div class="aithonevent-details">
<h2>Hackathon Begins</h2>
<p>Let's think and build in the next 24hrs!</p>
</div>
</div>
</div>
<!-- CARD 7 -->
<!-- CARD 8 -->
<div class="aithonevent">
<div class="aithonevent-dot"></div>
<div class="aithonevent-content">
<!-- <div class="aithonevent-time">DAY 1: August 31<sup>st</sup> 2024<br>6:00 PM - 7:30 PM</div> -->
<div class="aithonevent-time">6:00 PM - 7:30 PM</div>
<div class="aithonevent-details">
<h2>Culturals</h2>
</div>
</div>
</div>
<!-- CARD 8 -->
<!-- CARD 9 -->
<div class="aithonday">
<div class="aithonday-dot"></div>
<div class="aithonday-content">
<div class="aithonday-time">DAY 2: August 31<sup>st</sup> 2024</div>
<div class="aithonday-details">
<h2>2<sip>nd</sip> Day of Aithon 2.0</h2>
</div>
</div>
</div>
<!-- CARD 9 -->
<!-- CARD 10 -->
<div class="aithonevent">
<div class="aithonevent-dot"></div>
<div class="aithonevent-content">
<!-- <div class="aithonevent-time">DAY 2: September 1<sup>st</sup> 2024<br>4:30 PM</div> -->
<div class="aithonevent-time">4:30 PM</div>
<div class="aithonevent-details">
<h2>Hackathon Ends</h2>
<p>It's time to showcase your final ideas!</p>
</div>
</div>
</div>
<!-- CARD 10 -->
<!-- CARD 11 -->
<div class="aithonevent">
<div class="aithonevent-dot"></div>
<div class="aithonevent-content">
<!-- <div class="aithonevent-time">DAY 2: September 1<sup>st</sup> 2024<br></div> -->
<div class="aithonevent-time">5:00 PM</div>
<div class="aithonevent-details">
<h2>Closing Ceremony</h2>
<p>Aithon 2.0 Ends</p>
</div>
</div>
</div>
<!-- CARD 11 -->
</div>
<!-- OLD -->
<!--
<div class="purchase text-center" id="Registration">
<h1>Grab your Tickets</h1>
<p>
Ticket Prices
</p>
<div class="cards">
<div class="d-flex flex-row justify-content-center flex-wrap">
<div class="card">
<div class="card-body">
<div class="title">
<h5 class="card-title">IEEE CS Members</h5>
</div>
<p class="card-text">
Price applicable only if you are an IEEE CS Member
</p>
<div class="pricing">
<h2>₹700</h2>
<a href="https://www.townscript.com/e/aithon-131122" class="btn btn-dark px-5 py-2 primary-btn mb-5">Register Now</a>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<div class="title">
<h5 class="card-title">IEEE Member</h5>
</div>
<p class="card-text">
Price applicable only if you are an IEEE Member
</p>
<div class="pricing">
<h2>₹900</h2>
<a href="https://www.townscript.com/e/aithon-131122" class="btn btn-dark px-5 py-2 primary-btn mb-5">Register Now</a>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<div class="title">
<h5 class="card-title">NON-IEEE Member</h5>
</div>
<p class="card-text">
Price applicable if you are not an IEEE Member.
</p>
<div class="pricing">
<h2>₹1100</h2>
<a href="https://www.townscript.com/e/aithon-131122" class="btn btn-dark px-5 py-2 primary-btn mb-5">Register Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section style="margin-top: 2rem;" id="Schedule">
<div class="panel text-center" style="margin-bottom: -2rem;">
<h1 style="font-family: var(--Lobster);">Schedule of the Event</h1>
</div>
<br>
<br>
<br>
<div class="container width: 1000px">
<div class="row">
<div class="col-md-12">
<div class="card">
<div class="card-body">
<div id="content">
<ul class="timeline">
<li class="event" data-date="November 25th 2022">
<h3>Day 1</h3>
</li>
<li class="event" data-date="November 25th 2022">
<h3>Registration from 9:00 AM - 10:00 AM</h3>
<p>Get to the venue on time, Bring Tickets and College ID along with
your tickets</p>
</li>
<li class="event" data-date="November 25th 2022">
<h3>Inauguration Ceremony</h3>
<p>10:00 AM to 10: 30 AM</p>
</li>
<li class="event" data-date="November 25th 2022">
<h3>Session on Fundamentals of AI</h3>
<p> 10:30 AM - 12:00 PM </p>
</li>
<li class="event" data-date="November 25th 2022">
<h3>Session on Various Python Libraries for AI</h3>
<p> 02:00 PM - 3:30 PM </p>
</li>
<li class="event" data-date="November 25th 2022">
<h3>Hands on Workshop on developing AI Models</h3>
<p>3:30 PM to 4:30 PM</p>
</li>
<li class="event" data-date="November 25th 2022">
<h3>Culturals</h3>
<p>6:00 PM - 7:30 PM</p>
</li>
<li class="event" data-date="November 26th 2022">
<h3>Day 2</h3>
</li>
<li class="event" data-date="November 26th 2022">
<h3>Hackathon Begins</h3>
<p>Novmber 5th 9:30 AM to November 6th 10:00 AM</p>
</li>
<li class="event" data-date="November 27th 2022">
<h3>Day 3</h3>
</li>
<li class="event" data-date="November 27th 2022">
<h3>Closing Ceremony</h3>
<p>10:30 AM to 12:00 PM</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<section style="margin-top: 4rem;" id="Guidelines">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1 class="rajdhani-bold text-center" style="margin-bottom: -2rem;">Guidelines for the Hackathon<br></h1><br><br>
<ul style="font-size: 18px; text-align: left; color: #ffff;">
<br>
<br>
<li>All the participants are supposed to be at Registration Desk before 10 AM on 25<sup>th</sup> November 2022.
<br><br></li>
<li>Each team must comprised of minimum of 2 members and Maximum of 4 Members
<br><br></li>
<li>Teams should be made up exclusively of students who are not organizers, volunteers, judges, or in any other privileged position at the event.
<br><br></li>
<li>All teams should have a team name
<br><br></li>
<li>Teams can of course gain advice and support from organizers, volunteers, sponsors, and others.
<br><br></li>
<li>There should be atleast one laptop for each team<br><br></li>
<li>Mentoring Sessions and Handson workshop will be there on 4<sup>th</sup> November 2022.
<br><br></li>
<li>The competition will be for 24 hours starting from 9:30 AM on 5<sup>th</sup> November 2022.
<br> <br></li>
<li>Internet facility will be provided for the Hackathon
<br> <br></li>
<li>Problem statement for the Hackathon will be only given at the time of Hackathon.
<br> <br></li>
<li>Teams must stop hacking once the time is up. However, teams are allowed to debug and make small fixes to their programs after time is up. e.g. If during demoing your hack you find a bug that breaks your application and the fix is only a few lines of code, it’s okay to fix that. Making large changes or adding new features is not allowed.
<br> <br></li>
<li>All team members should be present at the event. Leaving the venue is not permited<br><br></li>
</ul>
</div>
</div>
</div>
<br>
<br>
</section>
<div class="gap1" style="height: 5vw;">
</div>
</main>
<!-- FOOTER-->
<footer id="Contact" class="ftco-section" style="background-color: black; color: white;">
<section class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom ">
<!-- Left -->
<div class="me-5 d-none d-lg-block" >
<span>Get connected with us on social networks:</span>
</div>
<div style="text-decoration: none;">
<a href="https://facebook.com/ceksb" style="text-decoration: none;" class="me-3 text-reset">
<i style="margin-right: 2rem;" class="fab fa-facebook-f"></i>
</a>
<a href="https://twitter.com/ieee_sb_cek" style="text-decoration: none;" class="me-3 text-reset">
<i style="margin-right: 2rem;" class="fab fa-twitter"></i>
</a>
<a href="https://instagram.com/ieee_sb_cek" style="text-decoration: none;" class="me-3 text-reset">
<i style="margin-right: 2rem;" class="fab fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/company/sbcek" style="text-decoration: none;" class="me-3 text-reset">
<i style="margin-right: 2rem;" class="fab fa-linkedin"></i>
</a>
</div>
</section>
<!-- CONTACT_LEFT -->
<section class="footerbody">
<section class="footerleft">
<div>
<h4 class="text-uppercase fw-bold mb-4">Contact Us</h4>
<a style="color: white;" href="https://ieeesbcek.org/">
<p><i class="fas fa-home me-3"></i> IEEE SB CEK</p></a>
<p><a style="color: white;" href="mailto:[email protected]">
<i class="fas fa-envelope me-3"></i>[email protected]</a></p>
<p><i class="fas fa-phone me-3"></i>Abhin:<br> <a href="tel:+919037106580">+919037106580</a></p>
<p><i class="fas fa-phone me-3"></i>Sravan:<br> <a href="tel:+918281557060">+918281557060</a></p>
</div>
</section>
<!-- CONTACT_LEFT -->
<!-- MAP_MAIN -->
<section class="footermain">
<div style="text-decoration:none; overflow:hidden;max-width:100%;max-height100%:100%;height:500px;">
<div id="gmap-canvas" style="height:100%; width:100%;max-width:100%;">
<iframe style="height:100%;width:100%;border:0;" frameborder="0" src="https://www.google.com/maps/embed/v1/place?q=IHRD+College+of+Engineering&key=AIzaSyBFw0Qbyq9zTFTd-tUY6dZWTgaQzuU17R8"></iframe>
</div><a class="embedded-map-code" href="https://www.bootstrapskins.com/themes" id="grab-maps-authorization">premium bootstrap themes</a><style>#gmap-canvas img{max-height:none;max-width:none!important;background:none!important;}</style>
</div>
</section>
<!-- MAP_MAIN -->
<!-- MENU_RIGHT -->
<section class="footeraside">
<div>
<h4 class="text-uppercase fw-bold mb-4">Menu</h4>
<p>
<a href="#About" class="text-reset">About</a>
</p>
<p>
<a href="#past" class="text-reset">Registeration</a>
</p>
<p>
<a href="#Schedule" class="text-reset">Schedule</a>
</p>
<p>
<a href="#Guidelines" class="text-reset">Guidelines</a>
</p>
</div>
<div style="margin-top: 40px;">
<!-- Links -->
<h4 class="text-uppercase fw-bold mb-4">
Useful links
</h4>
<p>
<a href="https://www.javatpoint.com/artificial-intelligence-tutorial" class="text-reset">AI Tutorial</a>
</p>
<p>
<a href="https://medium.datadriveninvestor.com/8-awesome-ai-websites-you-probably-didnt-know-existed-debede68e6a0" class="text-reset">AI Useful websites</a>
</p>
<p>
<a href="https://vitbhopal.ac.in/aistudy-materials/" class="text-reset">AI Study Materials</a>
</p>
<p>
<a href="http://cs.ieeesbcek.org/index.html#0" class="text-reset">Help</a>
</p>
</div>
</section>
<!-- MENU_RIGHT -->
</section><br>
<!-- CEK TAG -->
<div class="text-center p-2" style="background-color: rgba(0, 0, 0, 0.05); margin-top: -2rem;">
<p class="mb-0" style="color: rgb(224, 224, 224);">
Built with <i class="fa fa-heart" style="color: white;"></i> | IEEE SB CEK
©
<script>
document.write(new Date().getFullYear());
</script>
</p>
</div>
<!-- CEK TAG -->
</footer>
<!-- FOOTER END-->
<!-- loader -->
<!--div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#ffffff"/><circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#F96D00"/></svg></div-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/nouislider.min.js"></script>
<script src="js/moment-with-locales.min.js"></script>
<script src="js/bootstrap-datetimepicker.min.js"></script>
<script src="js/main.js"></script>
<script src="js/three.r95.min.js"></script>
<script src="js/vanta.globe.min.js"></script>
<script src="./js/script.js"></script>
<script>
VANTA.GLOBE({
el: "#test",
mouseControls: true,
touchControls: true,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0xffffff,
color2: 0x006600,
size: 0.90,
backgroundColor: 0x0
})
</script>
<script>
var loader= document.getElementById("pre-loader");
window.addEventListener("load",function(){
setTimeout(function(){
loader.style.display="none";
},1750);
});
</script>
<script src="/js/logo.js"></script>
</body>
</html>