-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathindex.html
754 lines (635 loc) · 40.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
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
<!DOCTYPE html>
<html lang="en">
<!--This a demo video where aj and aj disturbing me -->
<head>
<!-- Maintained by Arnav Dandekar, Saurabh Fegade, Rohit Dalal, Nishant Jadhav, Hemant Sirsat,Ishan Vatsaraj,Rajeev Singh-->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link rel="shortcut icon" href="assets/images/ieee-128x128-1.png" type="image/x-icon">
<meta name="description" content="IEEE-VIT official site">
<title>Home | IEEE-VIT</title>
<link rel="stylesheet" href="assets/web/assets/mobirise-icons-bold/mobirise-icons-bold.css">
<link rel="stylesheet" href="assets/web/assets/mobirise-icons/mobirise-icons.css">
<link rel="stylesheet" href="assets/tether/tether.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="assets/socicon/css/styles.css">
<link rel="stylesheet" href="assets/dropdown/css/style.css">
<link rel="stylesheet" href="assets/animatecss/animate.min.css">
<link rel="stylesheet" href="assets/theme/css/style.css">
<link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css">
<!--Asm-->
<link rel="stylesheet" href="assets/events/css/events.css" >
<link rel="stylesheet" href="assets/nav-events/nav-events.css">
<link rel="stylesheet" href="faculty.css">
<!--Asm-->
<!-- Font-Awesome Script -->
<script src="https://kit.fontawesome.com/8e7cdbc65b.js" crossorigin="anonymous"></script>
<script src="assets/nav-events/nav-events.js"></script>
</head>
<body>
<section class="menu cid-qFz9ILZDXo" once="menu" id="menu1-41">
<nav
class="navbar navbar-expand beta-menu navbar-dropdown align-items-center navbar-fixed-top navbar-toggleable-sm">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<div class="hamburger">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</button>
<div class="menu-logo">
<div class="navbar-brand">
<span class="navbar-logo">
<a href="index.html">
<!-- <img src="assets/images/IEEE_logo.png" alt="logo" title="" style="height: 64px;"> -->
<img src="assets/images/newlogo.png" alt="logo" title="" style="height: 64px;">
</a>
</span>
<span class="navbar-caption-wrap"><a class="navbar-caption text-white display-4"
href="/"></a></span>
</div>
</div>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav nav-dropdown nav-right" data-app-modern-menu="true">
<li class="nav-item dropdown">
<a class="nav-link link text-white dropdown-toggle display-4" href="/"
data-toggle="dropdown-submenu" aria-expanded="false"><span
class="mbri-code mbr-iconfont mbr-iconfont-btn"></span>Past Events</a>
<!--2016 and 2017-->
<div class="dropdown-menu">
<div class="dropdown">
<a class="text-white dropdown-item dropdown-toggle display-4"
data-toggle="dropdown-submenu" aria-expanded="false">2016-17</a>
<div class="dropdown-menu dropdown-submenu">
<a class="text-white dropdown-item display-4" href="bizznext.html">BizzNext</a>
<a class="text-white dropdown-item display-4" href="events16-17.html"
aria-expanded="false">Workshops and Seminars</a>
</div>
</div>
<!--2017 and 2018-->
<div class="dropdown">
<a class="text-white dropdown-item dropdown-toggle display-4" href="#"
data-toggle="dropdown-submenu" aria-expanded="false">2017-18</a>
<div class="dropdown-menu dropdown-submenu">
<a class="text-white dropdown-item display-4" href="IRIS.html">IRIS</a>
<a class="text-white dropdown-item display-4" href="voyager-launch.html"
aria-expanded="false">VOYAGER</a>
<a class="text-white dropdown-item display-4" href="events17-18.html">Workshops and
Seminars</a>
</div>
</div>
<!--2019 and 2020-->
<div class="dropdown">
<a class="text-white dropdown-item dropdown-toggle display-4"
data-toggle="dropdown-submenu" aria-expanded="false">2019-20</a>
<div class="dropdown-menu dropdown-submenu">
<a class="text-white dropdown-item display-4" href="https://iris.vit.edu.in/"
aria-expanded="false">IRIS 2020</a>
<a class="text-white dropdown-item display-4" href="https://voyager.vit.edu.in/"
aria-expanded="false">Voyager 2020</a>
<a class="text-white dropdown-item display-4" href="events/index.html"
aria-expanded="false">Workshops and Seminar</a>
</div>
</div>
<!--2020 and 2021-->
<div class="dropdown">
<a class="text-white dropdown-item dropdown-toggle display-4"
data-toggle="dropdown-submenu" aria-expanded="false">2020-21</a>
<div class="dropdown-menu dropdown-submenu">
<a class="text-white dropdown-item display-4" href="https://iris.vit.edu.in/"
aria-expanded="false">IRIS 2021</a>
<a class="text-white dropdown-item display-4" href="https://voyager.vit.edu.in/"
aria-expanded="false">Voyager 2021</a>
<a class="text-white dropdown-item display-4" href="events20-21/events.html"
aria-expanded="false">Workshops and Seminar</a>
</div>
</div>
<!--2023 and 2024-->
<div class="dropdown">
<a class="text-white dropdown-item dropdown-toggle display-4"
data-toggle="dropdown-submenu" aria-expanded="false">2023-24</a>
<div class="dropdown-menu dropdown-submenu">
<a class="text-white dropdown-item display-4" href="index.html#nav-events"
aria-expanded="false">Events</a>
</div>
</div>
</div>
</li>
<!-- <li class="nav-item"><a class="nav-link link text-white display-4"
href="https://iris.vit.edu.in/" target="_blank"><span
class="mbri-preview mbr-iconfont mbr-iconfont-btn"></span>
IRIS</a></li>
<li class="nav-item"><a class="nav-link link text-white display-4"
href="https://voyager.vit.edu.in/" target="_blank"><span
class="mbri-rocket mbr-iconfont mbr-iconfont-btn"></span>
VOYAGER</a></li> -->
<li class="nav-item"><a class="nav-link link text-white display-4"
href="index.html#events"><span class="mbri-info mbr-iconfont mbr-iconfont-btn"></span>
Upcoming Events</a></li>
<li class="nav-item"><a class="nav-link link text-white display-4"
href="index.html#about-us"><span class="mbri-info mbr-iconfont mbr-iconfont-btn"></span>
About Us</a></li>
<li class="nav-item"><a class="nav-link link text-white display-4" href="team.html"><span
class="mbri-users mbr-iconfont mbr-iconfont-btn"></span> Team</a></li>
<li class="nav-item"><a class="nav-link link text-white display-4"
href="index.html#footer"><span
class="mbrib-new-file mbr-iconfont mbr-iconfont-btn"></span>Contact Us</a></li>
</ul>
</div>
</nav>
</section>
<section class="cid-qxnCRh68sL mbr-fullscreen mbr-parallax-background" id="header2-0"
style="border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;">
<div class="container align-center">
<!-- <marquee behavior="scroll" direction="left" scrollamount="20" class="marquee">Voyager 2024 Coming Soon!! Stay tuned</marquee> -->
<div class="row justify-content-md-center">
<div class="mbr-white col-md-10">
<p class="mbr-text pb-3 mbr-fonts-style display-5"><em>Welcome to</em></p>
<h1 class="mbr-section-title mbr-bold pb-3 mbr-fonts-style display-1">IEEE-VIT</h1>
<!-- <p class="mbr-text pb-3 mbr-fonts-style display-5"><em>Advancing technology for humanity.</em></p> -->
<!-- <div class="mbr-section-btn">
<div><a class="btn btn-md btn-secondary-outline display-4" href="https://www.linkedin.com/company/ieee-vit/" target="_blank">LinkedIn</a></div>
<div><a class="btn btn-md btn-info-outline display-4" href="http://www.instagram.com/ieeevit" target="_blank">Instagram</a></div>
<div><a class="btn btn-md btn-info-outline display-4" href="http://iris.vit.edu.in/" target="_blank">IRIS 2024</a></div>
<div><a class="btn btn-md btn-danger-outline display-4" href="https://voyager.vit.edu.in/" target="_blank">VOYAGER 2024</a></div>
</div> -->
</div>
</div>
</div>
<div class="mbr-arrow hidden-sm-down" aria-hidden="true">
<a href="#next">
<i class="mbri-down mbr-iconfont"></i>
</a>
</div>
</section>
<section class="about_ieee_section" id="about-us">
<div class="container mt-5">
<div class="row">
<div class="col-md-4">
<div class="about_ieee_Card">
<div class="about_ieee_Card-body">
<h2 class="about_ieee_Card-title">About IEEE</h2>
<p class="about_ieee_Card-text">IEEE, the Institute of Electrical and Electronics Engineers, is the world's largest technical professional organization, focused on advancing technology for humanity. With over 417,000 members in 160 countries, including 120,000 students, IEEE supports diverse engineering disciplines through 39 societies and 7 technical councils. It has 3005 student branches in over 100 countries and fosters research, authorship, conferences, and discussions on key technical topics globally.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="about_ieee_Card">
<div class="about_ieee_Card-body">
<h5 class="about_ieee_Card-title">Mission</h5>
<p class="about_ieee_Card-text">IEEE's core purpose is to foster technological innovation and excellence for the benefit of humanity. In today's information age, where innovation is essential, IEEE provides a platform for creating a better tomorrow. With over 423,000 members in 160 countries, IEEE offers highly cited publications, conferences, technology standards, and professional and educational activities, inspiring advancements in engineering, computing, and technology worldwide.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="about_ieee_Card">
<div class="about_ieee_Card-body">
<h5 class="about_ieee_Card-title">Vision</h5>
<p class="about_ieee_Card-text">IEEE will be essential to the global technical community and recognized worldwide for its significant contributions to improving global conditions through technology and the efforts of technical professionals. By fostering innovation and collaboration, IEEE aims to empower individuals and organizations to address pressing challenges and enhance the quality of life for people everywhere.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--<section class="mbr-section content4 cid-qEKTfMzVOc" id="content4-36" style="border-top-left-radius: 20px; border-top-right-radius: 20px;">
<div class="container">
<div class="media-container-row">
<div class="title col-12 col-md-8">
<h2 class="align-center pb-6 mbr-fonts-style display-1">About IEEE VIT <br> Student Branch</h2>
<h3 class="mbr-section-subtitle pt-5 align-center mbr-dark mbr-fonts-style display-5">
<div>IEEE-Vidyalankar
Insitute of Technology Student Branch was formed in 2009. We started gaining traction in 2011
and have been consistent in conducting various events since then.</div><br>
<div>IEEE-VIT bagged the Best Student Chapter Award in IEEE Bombay Section for the year
2014-15, and was one of the 11 nominees for the IEEE India Council Outstanding Student
Chapter Award.</div><br>
<div>Currently, IEEE VIT serves over 180 active student members and many senior members in
the institute.</div>
</div>
</h3>
</div>
</div>
</div>
</section>-->
<section class="about_ieee_section">
<div class="container mt-5">
<div class="row">
<div class="col-md-4">
<div class="about_ieee_Card">
<div class="about_ieee_Card-body">
<h2 class="about_ieee_Card-title">About IEEE-VIT Student Branch</h2>
<p class="about_ieee_Card-text">IEEE-Vidyalankar
Insitute of Technology Student Branch was formed in 2009. We started gaining traction in 2011
and have been consistent in conducting various events since then.IEEE-VIT bagged the Best Student Chapter Award in IEEE Bombay Section for the year
2014-15, and was one of the 11 nominees for the IEEE India Council Outstanding Student
Chapter Award.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="about_ieee_Card">
<div class="about_ieee_Card-body">
<h5 class="about_ieee_Card-title">Our Achievements</h5>
<p class="about_ieee_Card-text">The IEEE Bombay Section Platinum Affiliate Award is
one of the highest accolades given to student
branches that exhibit outstanding performance,
exceptional leadership, and a strong dedication to
the mission of IEEE. This award celebrates our
branch's
efforts
to
foster
technological
advancement, professional development, and
engagement in IEEE activities.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="about_ieee_Card">
<div class="about_ieee_Card-body">
<h5 class="about_ieee_Card-title">IEEE Membership</h5>
<p class="about_ieee_Card-text">As an IEEE member, you'll be presented with new resources, valuable
opportunities, and many discounts that will help you advance your career.
You can find colleagues who share your vision and commitment—those
who are moving technology forward today.
Join professionals, experts, and advisors who can help shape
your career, offer resources to acquire new skills, and advance your
professional development.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Asm-->
<!-- <section class="mbr-section content4 cid-qEKTfMzVOc" id="events" style="border-top-left-radius: 20px; border-top-right-radius: 20px;">
<div class="container">
<div class="title col-12 col-md-8">
<h2 class="Upcoming">UPCOMING EVENTS</h2>
</div>
<div id="events" class="services">
<div id="card-area">
<div class="wrapper">
<div class="slider-container">
<button id="prevBtn" class="nav-btn">
<i class="fas fa-chevron-left"></i>
</button>
<div class="slider">
<div class="cards-wrapper">
<div class="rounded-xl card p-2">
<img alt="" src="images/WhatsApp Image 2024-10-02 at 21.28.24 (1).jpeg">
<div class="overlay ">
<h3>Welcome To IEEE</h3>
<p>Join the fun</p>
<a href="">View Details</a>
</div>
</div>
<div class="rounded-xl card p-2">
<img alt="" src="images/WhatsApp Image 2024-10-02 at 21.28.24.jpeg">
<div class="overlay">
<h3>Escape From Laboratary</h3>
<p>Art of Escape</p>
<a href="">View Details</a>
</div>
</div>
<div class="rounded-xl card p-2">
<img alt="" src="images/WhatsApp Image 2024-10-02 at 21.28.23.jpeg">
<div class="overlay ">
<h3>Codeager</h3>
<p>Unleash your web development prowess</p>
<a href="">View Details</a>
</div>
</div>
</div>
<button id="nextBtn" class="nav-btn">
<i class="fas fa-chevron-right"></i>
</button>
</div>
</div>
</div>
</div>
<script src="assets/events/js/events.js"></script>
</div>
</section> -->
<section class="mbr-section content4 cid-qEKTfMzVOc" id="events"
style="border-top-left-radius: 20px; border-top-right-radius: 20px;">
<div class="container" id="Upcoming_Events">
<div class="title col-12 col-md-8">
<h2 class="Upcoming">UPCOMING EVENTS</h2>
</div>
<div id="events" class="services">
<div id="card-area">
<div class="wrapper">
<div class="slider-container">
<button id="prevBtn" class="nav-btn">
<i class="fas fa-chevron-left"></i>
</button>
<div class="slider">
<div class="cards-wrapper">
<div class="rounded-xl card p-2">
<img alt="" src="assets/images/vr_poster.png">
<div class="overlay ">
<h3>Virtual Vortex</h3>
<p>A VR experience like no other!</p>
<a href="https://forms.gle/8W8RXZ7QmNkiZvYD6" target="_blank" style="pointer-events: auto">Register Now!</a>
</div>
</div>
<div class="rounded-xl card p-2">
<img alt="" src="assets/images/ieeefest.jpeg">
<div class="overlay ">
<h3>IEEE Fest</h3>
<p>Join the Voyage with us!</p>
</div>
</div>
<div class="rounded-xl card p-2">
<img alt="" src="assets/images/ieeetalk.jpeg">
<div class="overlay ">
<h3>Welcome To IEEE</h3>
<p>Seminar Talk</p>
<a href="" target="_blank" style="pointer-events: none">Completed</a>
</div>
</div>
<div class="rounded-xl card p-2">
<img alt="" src="assets/images/ieeeescaperoom.jpeg">
<div class="overlay">
<h3>Escape From Laboratory</h3>
<p>Art of Escape</p>
<a href="" target="_blank" style="pointer-events: none">Completed</a>
</div>
</div>
<div class="rounded-xl card p-2">
<img alt="" src="assets/images/ieeecodeager.jpeg">
<div class="overlay ">
<h3>Codeager</h3>
<p>Unleash your coding prowess</p>
<a href="" target="_blank" style="pointer-events: none">Completed</a>
</div>
</div>
</div>
<button id="nextBtn" class="nav-btn">
<i class="fas fa-chevron-right"></i>
</button>
</div>
</div>
</div>
</div>
<script src="assets/events/js/events.js"></script>
</div>
</section>
<section id="nav-events" class="mbr-section"style="border-top-left-radius: 20px; border-top-right-radius: 20px;">
<div class="nav-container">
<nav>
<a data-id="1" class="nav-linked meow-text">
<span class="event-text ">EVENTS</span>
</a>
<a data-id="2" class="nav-linked ">
<span class="event-text ">VOYAGER</span>
</a>
<a data-id="3" class="nav-linked">
<span class="event-text ">IRIS</span>
</a>
<a data-id="4" class="nav-linked " href="https://ieee.vit.edu.in/ieeevitblog/">
<span class="event-text ">BLOG</span>
</a>
</nav>
<main>
<div class="panel active">
<!-- Carousel Slider Content for Tab 1 -->
<div class="carousel-container">
<div class="slides">
<div class="slide active-slide">
<div class="event-details">
<h4 class="event-text" style="margin-top: 10px;"> CELEBRATING IEEE DAY</h4>
<div></div>
</div>
<div class="event-container">
<div class="event-img"><img src="images/IMG_5374.jpeg"></div>
</div>
</div>
<div class="slide ">
<div class="event-details">
<h4 class="event-text">CELEBRATING IEEE DAY</h4>
<div></div>
</div>
<div class="event-container">
<div class="event-img"><img src="images/IMG_5361.jpeg"></div>
</div>
</div>
<div class="slide ">
<div class="event-details">
<h4 class="event-text">CELEBRATING IEEE DAY</h4>
<div></div>
</div>
<div class="event-container">
<div class="event-img"><img src="images/IMG_5366.jpeg"></div>
</div>
</div>
<div class="slide ">
<div class="event-details">
<h4 class="event-text">CODEAGER : "A NARRATIVE CODING BASED CHALLENGE"</h4>
<div></div>
</div>
<div class="event-container">
<div class="event-img"><img src="images/IMG_6922 2.jpg"></div>
</div>
</div>
<div class="slide ">
<div class="event-details">
<h4 class="event-text">CODEAGER : "A NARRATIVE CODING BASED CHALLENGE"</h4>
<div></div>
</div>
<div class="event-container">
<div class="event-img"><img src="images/IMG_6953.jpg"></div>
</div>
</div>
<div class="slide">
<div class="event-details">
<h4 class="event-text">CODEAGER : "A NARRATIVE CODING BASED CHALLENGE"</h4>
<div></div>
</div>
<div class="event-container">
<div class="event-img"><img src="images/IMG_6952.jpg"></div>
</div>
</div>
<div class="slide ">
<div class="event-details">
<h4 class="event-text">ESCAPE ROOM : "ESCAPE FROM THE LABORATARY"</h4>
<div></div>
</div>
<div class="event-container">
<div class="event-img"><img src="images/IMG_0157.jpeg"></div>
</div>
</div>
<div class="slide ">
<div class="event-details">
<h4 class="event-text">ESCAPE ROOM : "ESCAPE FROM THE LABORATARY"</h4>
<div></div>
</div>
<div class="event-container">
<div class="event-img"><img src="images/IMG-20241124-WA0001.jpg"></div>
</div>
</div>
</div>
<!-- <div class="slide ">
<div class="event-details">
<h2 class="event-text">event3</h2>
<div></div>
</div>
<div class="event-container">
<div class="event-img"><img id="image" src="assets/images/IMG_5878.JPG" alt="Placeholder Image"></div>
<div id="content">Details will go here.wqhfbbfqelvyvfdvafevavcoay</div>
</div>
</div> -->
</div>
<button class="prev" onclick="moveSlide(-1)">❮</button>
<button class="next" onclick="moveSlide(1)">❯</button>
<div class="dots-container">
<span class="dot active" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
<span class="dot" onclick="currentSlide(4)"></span>
<span class="dot" onclick="currentSlide(5)"></span>
<span class="dot" onclick="currentSlide(6)"></span>
<span class="dot" onclick="currentSlide(7)"></span>
<span class="dot" onclick="currentSlide(8)"></span>
</div>
</div>
<div class="panel">
<h2>Coming Soon!</h2>
<p>Content for VOYAGER will be added soon.</p>
</div>
<div class="panel">
<h2>Coming Soon!</h2>
<p>Content for IRIS will be added soon.</p>
</div>
<div class="panel">
<!--<h2>Coming Soon!</h2>-->
</div>
</main>
</div>
<script src="assets/nav-events/nav-events.js"></script>
</section>
<!--end of new img slider-->
<!--Asm-->
<!-- <section class="features16 cid-qBg8uLV84C" id="features16-1g"
style="border-top-left-radius: 20px; border-top-right-radius: 20px;">
<div class="container align-center">
<h3 class="pb-3 mbr-fonts-style mbr-section-title display-1">
Our Convenor
</h3>
<div class="row media-row">
<div class="team-item col-lg-3 col-md-6">
<div class="item-image">
<img src="assets/images/convenor.png" alt="Convenor" title="">
</div>
<div class="item-caption py-3">
<div class="item-name px-2">
<p class="mbr-fonts-style display-5">Prof. Pranita Padhye</p>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!--Asm-->
<section class="features16 cid-qBg8uLV84C faculty" id="features16-1g" >
<div class="testimonial-container">
<div class="testimonial-content">
<div class="grid-faculty">
<div class="testimonial-image">
<img id="profile-image" src="./assets/images/convenor.png" alt="Person">
</div>
<div class="faculty-info">
<div class="testimonial-name" id="name">Prof. Pranita Padhye</div>
<div class="testimonial-role" id="role">IEEE-VIT CONVENOR</div>
<div class="testimonial-quote" id="quote">
Mrs. Pranita Padhye is the convenor for
the IEEE-VIT Student Branch. Her career
reflects her dedication to inspiring and
educating young minds. Starting with
an Engineering degree in Electronics
and Telecommunication, her passion led her to teach at Vidyalankar Institute of Technology.
</div>
</div>
<div class="testimonial-navigation">
<span class="dot active" data-index="0"></span>
<span class="dot" data-index="1"></span>
</div>
</div>
</div>
</section>
<!-- NEW-FOOTER-2024 -->
<section id="footer">
<footer>
<div class="row-footer-24">
<div class="col-footer-24">
<img height="60" src="logo1-footer-24.png" class="logo-footer-24">
<p>"Innovating Today, Engineering Tomorrow</p>
<p> ~IEEE VIT at the Forefront of Technology"</p>
</div>
<div class="col-footer-24">
<h3 id="add1">Address<div class="underline-footer-24"><span></span></div></h3>
<p>Vidyalankar Institute of Technology,</p>
<p>Vidyalankar Campus, Vidyalankar College Marg,</p>
<p>Wadala East, Mumbai, Maharashtra 400037.</p>
</div>
<div class="col-footer-24">
<h3 id="add2">Contact us<div class="underline-footer-24"><span></span></div></h3>
<p class="email-id-footer-24">[email protected]</p>
<p>Chairperson: +91 9987705584</p>
<p>Vice-Chairperson: +91 9552611368</p>
<p>General Secretary: +91 8879064860</p>
</div>
<div class="col-footer-24">
<div class="google-map-footer-24">
<iframe frameborder="0" style="border: 1px solid #00000000; border-radius: 20px; width: 96%; height: 200px;"
src="https://www.google.com/maps/embed/v1/place?key=AIzaSyA0Dx_boXQiwvdz8sJHoYeZNVTdoWONYkU&q=place_id:ChIJBaTdSTnP5zsRtLUJJdTxzMY"
allowfullscreen="">
</iframe>
</div>
</div>
</div>
<div class="social-icons-footer-24">
<a href="https://twitter.com/vidyalankarieee?lang=en" target="_blank"><i class="fab fa-twitter"></i></a></a>
<a href="https://www.facebook.com/IEEEVIT1/" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/ieeevit/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/ieee-vit/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://www.youtube.com/channel/UCO7ECcxG7aSYB0mxh88g_KA"><i class="fab fa-youtube"></i></a>
<!-- <a href="https://github.com/ieeevidyalankar" target="_blank"><i class="fab fa-github"></i></a> -->
</div>
<hr>
<p class="copyright-footer-24">© Copyright IEEE VIT. ALL Rights Reserved</p>
</footer>
</section>
<script src="assets/web/assets/jquery/jquery.min.js"></script>
<script src="assets/popper/popper.min.js"></script>
<script src="assets/tether/tether.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/parallax/jarallax.min.js"></script>
<script src="assets/viewportchecker/jquery.viewportchecker.js"></script>
<script src="assets/dropdown/js/script.min.js"></script>
<script src="assets/touchswipe/jquery.touch-swipe.min.js"></script>
<script src="assets/smoothscroll/smooth-scroll.js"></script>
<script src="assets/theme/js/script.js"></script>
<script src="scripts.js"></script>
<!--Asm-->
<!--Asm-->
<div id="scrollToTop" class="scrollToTop mbr-arrow-up"><a style="text-align: center;"><i></i></a></div>
<input name="animation" type="hidden">
<style>
a {
text-decoration: none;
}
</style>
</body>
</html>