-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcommittee.html
More file actions
664 lines (656 loc) · 30.6 KB
/
committee.html
File metadata and controls
664 lines (656 loc) · 30.6 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<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:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<style>
body {
margin: 0px;
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
}
nav {
font-weight: bolder;
}
nav a {
color: #030E63 !important;
}
.marketing>h2 {
margin: 10px 0px 100px 0px;
}
.carousel {
transition: transform 1s ease;
}
.titlebar{
background-image: url("./Group\ 3.png");
}
.titlebar h1 {
color: #F9D100;
font-weight: 800;
font-family: Nunito;
font-size: 48px;
padding: 5px;
}
.speakers h2 {
color: #11009E !important;
font-size: 36px !important;
font-family: Nunito;
font-weight: 800 !important;
}
.committee h1{
color: #11009E !important;
font-family: Nunito;
font-weight: 800 !important;
}
.date_venue {
font-size: 40px;
}
.theme {
color: white;
font-size: 28px;
}
.prog {
font-size: large;
}
.vitindia {
font-size: 36px;
}
@media (max-width: 768px) {
.titlebar h1 {
font-size: 24px;
}
.date_venue {
font-size: 20px;
}
.theme {
color: white;
font-size: 15px;
}
.btbox {
font-size: medium;
}
.prog {
font-size: small;
}
.vitindia {
font-size: 20px;
}
}
@media (max-width: 576px) {
.titlebar h1 {
font-size: 18px;
}
.date_venue {
font-size: 16px;
}
.theme {
color: white;
font-size: 10px;
}
.btbox {
font-size: small;
}
.prog {
font-size: small;
}
.vitindia {
font-size: 16px;
}
}
.VDAT24 {
text-align: justify;
}
.VDAT24 p {
font-size: large;
}
nav {
font-size: 16px;
}
.ieeem img {
height: 70px;
width: 75px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
nav {
font-size: 15px !important;
}
nav ul>li {
font-size: 15px !important;
}
#vit-logo img {
height: 40px;
}
.ieeem img {
height: 50px;
width: 55px;
}
.vlsil img {
height: 50px;
width: 55px;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
nav {
font-size: 12px !important;
}
nav ul>li {
font-size: 12px !important;
}
#vit-logo img {
height: 30px;
}
.ieeem img {
height: 40px;
width: 45px;
}
.vlsil img {
height: 40px;
width: 45px;
}
}
@media (max-width: 768px) {
.VDAT24 p{
font-size: 12px !important;
}
}
div.slide-right {
width:100%;
overflow:hidden;
}
div.slide-right h1,h4 {
animation: 1s slide-right;
/**animation-play-state: paused;
animation-delay: calc(var(--scroll) * -5s);**/
}
@keyframes slide-right {
from {
margin-left: -100%;
width: 300%;
}
to {
margin-left: 0%;
width: 100%;
}
}
.footer {
color: white !important;
}
</style>
</head>
<body>
<!--Nav Bar-->
<section class="header">
<nav class="navbar navbar-expand-lg" style="background-color: #EEEEEE;">
<div class="container-fluid">
<div id="vit-logo">
<a href="https://vit.ac.in/" class="navbar-brand p-0" target="_blank">
<img src="./VIT_COLOURED LOGO.png" alt="vit-logo" height="50px">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 nav-underline">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
HOME
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="./index.html">VDAT 2024</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="https://vit.ac.in/">VIT</a></li>
<li><a class="dropdown-item" href="http://vlsi_india.tripod.com/">VSI</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="./committee.html">COMMITTEE</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./important_dates.html">IMPORTANT DATES</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="./registration.html" role="button" data-bs-toggle="dropdown" aria-expanded="false">
REGISTRATION
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="./registration.html">REGISTRATION</a></li>
<li><a class="dropdown-item" href="./accommadation.html">ACCOMMADATION</a></li>
<li><a class="dropdown-item" href="./travel_visa.html">TRAVEL AND VISA</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="./submission.html" role="button" data-bs-toggle="dropdown" aria-expanded="false">
SUBMISSION
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="./submission.html">CALL FOR PAPERS</a></li>
<li><a class="dropdown-item" href="./tutorials.html">CALL FOR TUTORIALS</a></li>
<li><a class="dropdown-item" href="./call_for_sponsors.html">CALL FOR SPONSORS</a></li>
<li><a class="dropdown-item" href="./fellowships.html">CALL FOR FELLOWSHIPS</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="./call_for_sponsors.html">SPONSORSHIPS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./speakers.html">SPEAKERS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact.html">CONTACT US</a>
</li>
</ul>
<form class="d-flex" role="search">
<div id="vlsi-logo">
<a href="http://vlsi_india.tripod.com/" class="navbar-brand p-0 vlsil" target="_blank">
<img src="./VSI Logo 1.png" alt="vlsi-logo">
</a>
</div>
</form>
</div>
</div>
</nav>
<!--Jumbotron-->
<div class="p-5 text-center titlebar slidedown">
<div class="container">
<h1><span class="date_venue">28<sup>th</sup> International Symposium on</span><br />VLSI Design and Test (VDAT-2024)<br /><span class="date_venue">1<sup>st</sup> - 3<sup>rd</sup> September 2024<br /><span class="vitindia">Vellore Institute of Technology, Vellore, INDIA</span></span><br /><span class="theme">Emerging Technologies for VLSI Design Ecosystem</span></h1>
</div>
</div>
</section>
<div class="slide-right">
<h1 class="px-5 my-5">COMMITTEE</h1>
</div>
<section class="committee px-5">
<div class="slide-right">
<h4 class="fs-2 pb-2" style="color: #00ADB5;">Chief Patron</h4>
</div>
<div class="list-group mb-5" style="border: 0.5px transparent #111;">
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Dr. G. Viswanathan, Chancellor, VIT</p>
</div>
</a>
</div>
<div class="slide-right">
<h4 class="fs-2 pb-2" style="color: #00ADB5;">Patrons</h4>
</div>
<div class="list-group mb-5" style="border: 0.5px transparent #111;">
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Shri. Sankar Viswanathan, Vice President, VIT</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Dr. Sekar Viswanathan, Vice President, VIT</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Dr. G.V. Selvam, Vice President, VIT</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Dr. V.S. Kanchana Bhaaskaran, Vice-Chancellor, VIT</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Dr. Partha Sharathi Mallick, Pro-Vice Chancellor, VIT Vellore</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Dr. Jayabarathi T, Registrar, VIT</p>
</div>
</a>
</div>
<div class="slide-right">
<h4 class="fs-2 pb-2" style="color: #00ADB5;">Advisory Committee</h4>
</div>
<div class="list-group mb-5" style="border: 0.5px transparent #111;">
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Navin Bishnoi, Marvell, India</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Veeresh Shetty, Siemens, India</p>
</div>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Srikanth B Settikere, Microchip Technologies, India</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Raja Subramaniam, Synopsys, India</p>
</div>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Satya Gupta, President, VLSI Society of India</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Chitra Hariharan, Secretary, VLSI Society of India</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Vipin Madangarli, GlobalFoundries, India</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Santosh Kumar Vishvakarma, IIT Indore</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Ganesan Narayanasamy, Stealth Mode, USA</p>
</div>
</a>
</div>
<div class="slide-right">
<h4 class="fs-2 pb-2" style="color: #00ADB5;">General Chairs</h4>
</div>
<div class="list-group mb-5" style="border: 0.5px transparent #111;">
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Sivanantham S, VIT Vellore</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Venkata Rangam Totakura, Infineon Technologies, India</p>
</div>
</a>
</div>
<div class="slide-right">
<h4 class="fs-2 pb-2" style="color: #00ADB5;">Organizing Chairs</h4>
</div>
<div class="list-group mb-5" style="border: 0.5px transparent #111;">
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Jagannadha Naidu K, VIT Vellore</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Ananiah Durai S, VIT Chennai</p>
</div>
</a>
</div>
<div class="slide-right">
<h4 class="fs-2 pb-2" style="color: #00ADB5;">Technical Program Chairs</h4>
</div>
<div class="list-group mb-5" style="border: 0.5px transparent #111;">
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Kumaravel. S, VIT Vellore</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Rahul H Iyer, Samsung, India</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Shanti Rangaswamy, Intel, India</p>
</div>
</a>
</div>
<div class="slide-right">
<h4 class="fs-2 pb-2" style="color: #00ADB5;">Tutorial Chairs</h4>
</div>
<div class="list-group mb-5" style="border: 0.5px transparent #111;">
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Renold Sam Vethamuthu, Microchip Technologies, India</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Venkat Sunkara, Chip Edge, India </p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">N B Balamurugan, TCE, Madurai </p>
</div>
</a>
</div>
<div class="slide-right">
<h4 class="fs-2 pb-2" style="color: #00ADB5;">Sponsorship Chairs</h4>
</div>
<div class="list-group mb-5" style="border: 0.5px transparent #111;">
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Mehala Balasundaram, Synopsys, India</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Karthikeyan B, VIT Vellore</p>
</div>
</a>
</div>
<div class="slide-right">
<h4 class="fs-2 pb-2" style="color: #00ADB5;">Design Contest Chairs</h4>
</div>
<div class="list-group mb-5" style="border: 0.5px transparent #111;">
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Sivasankaran K, VIT Vellore</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Padmanabhan, Intel, India</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Noor Mohammed SK, IIIT Kancheepuram</p>
</div>
</a>
</div>
<div class="slide-right">
<h4 class="fs-2 pb-2" style="color: #00ADB5;">Fellowship Chairs</h4>
</div>
<div class="list-group mb-5" style="border: 0.5px transparent #111;">
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Kala S, IIIT Kottayam</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Philaman Daniel, NIT Silchar</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Satheesh Kumar S, VIT Vellore</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Anita Angeline A, VIT Chennai</p>
</div>
</a>
</div>
<div class="slide-right">
<h4 class="fs-2 pb-2" style="color: #00ADB5;">Registration Chairs</h4>
</div>
<div class="list-group mb-5" style="border: 0.5px transparent #111;">
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Prayline Rajabai C, VIT Vellore</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Aarthy M, VIT Vellore</p>
</div>
</a>
</div>
<div class="slide-right">
<h4 class="fs-2 pb-2" style="color: #00ADB5;">Publication Chair</h4>
</div>
<div class="list-group mb-5" style="border: 0.5px transparent #111;">
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Arunachalam V, VIT Vellore</p>
</div>
</a>
</div>
<div class="slide-right">
<h4 class="fs-2 pb-2" style="color: #00ADB5;">IEEE Madras Section EXCOM</h4>
</div>
<div class="list-group mb-5" style="border: 0.5px transparent #111;">
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Dr. K. Porkumaran, Chairman</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Dr. P. Sakthivel, Vice Chairman - Academics</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Dr. S. Joseph Gladwin, Vice Chairman - Industry</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Dr. R. Hariprakash, Secretary</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Dr. S. Radha, Treasurer</p>
</div>
</a>
</div>
<div class="slide-right">
<h4 class="fs-2 pb-2" style="color: #00ADB5;">Publicity Chairs</h4>
</div>
<div class="list-group mb-5" style="border: 0.5px transparent #111;">
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Abirami R, Cadence, India</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Harpreet Vohra, Thapar University, Patiala</p>
</div>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Usha Metha, Nirma University, Ahmedabad</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Umakanta Nanda, VIT-AP</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Shubhajit Roy Chowdhury, IIT Mandi</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Shelja, VIT Vellore</p>
</div>
</a>
</div>
<div class="slide-right">
<h4 class="fs-2 pb-2" style="color: #00ADB5;">Website and Outreach Chairs</h4>
</div>
<div class="list-group mb-5" style="border: 0.5px transparent #111;">
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Prachi Sharma, VIT Vellore</p>
</div>
</a>
<a href="#" class="list-group-item d-flex gap-3 py-3" aria-current="true">
<div class="d-flex gap-2 w-100 justify-content-between">
<p class="mb-0 fw-medium">Sridevi S, VIT Vellore</p>
</div>
</a>
</div>
</section>
<!--Footer-->
<section class="footer" style="background-color: #111; text-align:justify">
<div class="container">
<footer class="row row-cols-1 row-cols-sm-2 row-cols-md-5 pt-5 my-5 border-top">
<div class="col mb-3">
<a href="/" class="d-flex align-items-center mb-3 link-body-emphasis text-decoration-none">
<svg class="bi me-2" width="40" height="32"><use xlink:href="#bootstrap"></use></svg>
</a>
<div>
<p>VDAT 2024</p>
</div>
</div>
<div class="col mb-3">
</div>
<div class="col mb-3">
<h5 class="text-decoration-underline">Contact Us</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link p-0" style="color: white;"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-geo-alt" viewBox="0 0 16 16">
<path d="M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A32 32 0 0 1 8 14.58a32 32 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10"/>
<path d="M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4m0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6"/>
</svg> Vellore Institute of Technology, Vellore - 632014, Tamilnadu, India</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0" style="color: white;"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-person-lines-fill" viewBox="0 0 16 16">
<path d="M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5 6s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zM11 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm2 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1z"/>
</svg> 98944 32359<br /> 99430 62343</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0" style="color: white;"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-envelope-at" viewBox="0 0 16 16">
<path d="M2 2a2 2 0 0 0-2 2v8.01A2 2 0 0 0 2 14h5.5a.5.5 0 0 0 0-1H2a1 1 0 0 1-.966-.741l5.64-3.471L8 9.583l7-4.2V8.5a.5.5 0 0 0 1 0V4a2 2 0 0 0-2-2zm3.708 6.208L1 11.105V5.383zM1 4.217V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v.217l-7 4.2z"/>
<path d="M14.247 14.269c1.01 0 1.587-.857 1.587-2.025v-.21C15.834 10.43 14.64 9 12.52 9h-.035C10.42 9 9 10.36 9 12.432v.214C9 14.82 10.438 16 12.358 16h.044c.594 0 1.018-.074 1.237-.175v-.73c-.245.11-.673.18-1.18.18h-.044c-1.334 0-2.571-.788-2.571-2.655v-.157c0-1.657 1.058-2.724 2.64-2.724h.04c1.535 0 2.484 1.05 2.484 2.326v.118c0 .975-.324 1.39-.639 1.39-.232 0-.41-.148-.41-.42v-2.19h-.906v.569h-.03c-.084-.298-.368-.63-.954-.63-.778 0-1.259.555-1.259 1.4v.528c0 .892.49 1.434 1.26 1.434.471 0 .896-.227 1.014-.643h.043c.118.42.617.648 1.12.648m-2.453-1.588v-.227c0-.546.227-.791.573-.791.297 0 .572.192.572.708v.367c0 .573-.253.744-.564.744-.354 0-.581-.215-.581-.8Z"/>
</svg> vdat.chair@vit.ac.in</a></li>
</ul>
</div>
<div class="col mb-3" style="color: white;">
<h5 class="text-decoration-underline">Quick Links</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="./index.html" class="nav-link p-0" style="color: white;">Home</a></li>
<li class="nav-item mb-2"><a href="./sponsorships.html" class="nav-link p-0" style="color: white;">Sponsorships</a></li>
<li class="nav-item mb-2"><a href="./submission.html" class="nav-link p-0" style="color: white;">Submission</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0" style="color: white;">FAQs</a></li>
</ul>
</div>
<div class="col mb-3">
<h5 class="text-decoration-underline">Organized by</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a target=”_blank” href="https://vit.ac.in/schools/school-of-electronics-engineering" class="nav-link p-0" style="color: white;">School of Electronics Engineering, VIT Vellore</a></li>
</ul>
</div>
</footer>
</div>
<div class="d-flex flex-column flex-sm-row justify-content-between py-4 my-4 border-top">
<p>© VIT All rights reserved.</p>
<ul class="list-unstyled d-flex">
<li class="ms-3"><a class="link-body-emphasis" href="#"><img src="./icons8-twitterx-24.png"></a></li>
<li class="ms-3"><a class="link-body-emphasis" href="#"><img src="./icons8-instagram-24.png"></a></li>
<li class="ms-3"><a class="link-body-emphasis" href="#"><img src="./icons8-facebook-24.png"></a></li>
</ul>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>