-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
615 lines (543 loc) · 29.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>IEEE TCET</title>
<meta content="Website of IEEE TCET" name="description">
<meta content="IEEE" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<!-- <link href="assets/vendor/aos/aos.css" rel="stylesheet"> -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<!-- Website Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Website Name:IEEE TCET
======================================================== -->
</head>
<body>
<!-- 2 shades of blue #0d6aed--main title & #00b4d8--navbar used in this website-->
<!-- #ff2b2b--old red title color -->
<!-- ======= Header ======= -->
<header id="header" class="fixed-top ">
<div class="container d-flex align-items-center justify-content-lg-between">
<a href="index.html" class="logo me-auto me-lg-0"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#services">Events</a></li>
<li><a class="nav-link scrollto " href="#portfolio">Workshops</a></li>
<li><a class="nav-link scrollto" href="#team">Team</a></li>
</li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<a href="#about" class="get-started-btn scrollto">Get Started</a>
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center justify-content-center">
<div class="container" data-aos="fade-up">
<div class="row justify-content-center" data-aos="fade-up" data-aos-delay="150">
<div class="col-xl-6 col-lg-8">
<h1>Welcome to <br><a>IEEE <span>TCET 24-25.</span></h1>
<h2>We are the most active student branch</h2>
</div>
</div>
</div>
</section>
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-6 order-1 order-lg-2" data-aos="fade-left" data-aos-delay="100">
<img src="assets/img/new_team/About1-min.JPG" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 order-2 order-lg-1 content" data-aos="fade-right" data-aos-delay="100">
<div class="section-title">
<h2>About us</h2>
<p>About IEEE TCET</p>
</div>
</ul>
<p class="fst-italic">The IEEE TCET Students Forum, founded in 2003-04, is a dynamic student-run chapter of the Institute of Electrical and Electronics Engineers (IEEE) at TCET, Mumbai. With a mission to foster innovation and technological excellence, the forum provides students with opportunities to enhance their technical skills and knowledge through seminars, workshops, and international conferences. Members benefit from IEEE’s extensive global network, gaining access to valuable resources like the IEEE website, monthly technical magazine, and industry trends.</p>
<p class ="fst-italic"> The IEEE TCET Students Chapter, comprising 100 active members, is led by the Department of Electronics and Telecommunication Engineering and collaborates with global societies such as GRSS and MTT-S. IEEE TCET also takes pride in its recognition, having received the prestigious Platinum Affiliate Award from the IEEE Bombay Section. Joining this chapter allows students to stay connected with cutting-edge developments in technology, build industrial skills, and contribute to innovation on a global scale.</p>
</p>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Events Section ======= -->
<section id="services" class="services">
<div class="section-title">
<h2>Events</h2>
<p>events for zephyr 2024</p>
</div>
<div id="card-area">
<div class="wrapper">
<div class="slider-container">
<button id="prevBtn" class="nav-btn">
<i class="fas fa-chevron-left"></i> <!-- Previous Button Icon -->
</button>
<div class="slider">
<div class="cards-wrapper">
<div class="card">
<img alt="" src="assets/Poster/Laser Tag.jpg">
<div class="overlay">
<h3>Laser Tag</h3>
<p>Laser tag showdown: 8 players, 2 teams, epic battle.</p>
<a href="assets/Events/Laser Tag.pdf">Book Now</a>
</div>
</div>
<div class="card">
<img alt="" src="assets/Poster/Laser Tag.jpg">
<div class="overlay">
<h3>Laser Tag</h3>
<p>Laser tag showdown: 10 players, 2 teams, epic battle.</p>
<a href="#">Book Now</a>
</div>
</div>
<div class="card">
<img alt="" src="assets/Poster/Valorant.jpg">
<div class="overlay">
<h3>Valorant</h3>
<p>Exciting Valorant 5v5 showdown awaits!</p>
<a href="assets/Events/Valorant.pdf">Book Now</a>
</div>
</div>
<div class="card">
<img alt="" src="assets/Poster/BGMI.jpg">
<div class="overlay">
<h3>BGMI</h3>
<p>Exciting BGMI TDM match with 5 players</p>
<a href="assets/Events/BGMI.pdf">Book Now</a>
</div>
</div>
<!-- Add more cards here -->
<div class="card">
<img alt="" src="assets/Poster/F1 Simulator.jpg">
<div class="overlay">
<h3>F1 Simulator</h3>
<p>Experience thrilling F1 simulator racing</p>
<a href="assets/Events/F1 Simulator.pdf">Book Now</a>
</div>
</div>
<div class="card">
<img alt="" src="assets/Poster/IoT Workshop.jpg">
<div class="overlay">
<h3>IoT Workshop</h3>
<p>Innovate with Technology with us!</p>
<a href="assets/Events/IoT Workshop.pdf">Book Now</a>
</div>
</div>
<div class="card">
<img alt="" src="assets/Poster/Catch the Baton.jpg">
<div class="overlay">
<h3>Catch the Baton</h3>
<p>Catch the batons before they fall!</p>
<a href="assets/Events/Catch the Baton.pdf">Book Now</a>
</div>
</div>
<div class="card">
<img alt="" src="assets/Poster/Art Workshop.jpg">
<div class="overlay">
<h3>Art Workshop</h3>
<p>Learn to crochet beautiful art pieces together!</p>
<a href="assets/Events/Art Workshop.pdf">Book Now</a>
</div>
</div>
</div>
</div>
<button id="nextBtn" class="nav-btn">
<i class="fas fa-chevron-right"></i> <!-- Next Button Icon -->
</button>
</div>
</div>
</div>
<script src="assets/js/slider-script.js"></script>
</section>
<!-- End Events Section -->
<!-- new workshop section using grids -->
<section class="container" id="portfolio">
<div class="section-title">
<h2>Workshop</h2>
<p>Check our Workshops</p>
</div>
<div class="bento-container">
<div class="bento-item bento-item-large" style="background-image: url(assets/img/bento-svgs/agriculture.jpg);background-position: center;background-position-x: center;">
<h1>Remote Sensing In Agriculture</h1>
<div class="date-attach-flex">
<a href="https://www.linkedin.com/posts/ieee-tcet-student-chapter_sensing-the-future-a-transformative-webinar-activity-7223699922141761538-QevW"><img src="assets/img/bento-svgs/attach.png" alt=""></a>
<p style="margin-right: 27px;display: inline-block ;padding-left: 10px;">20th July 2024</p>
</div>
</div>
<div class="bento-item" style="background-image: url(assets/img/bento-svgs/linkedinjpg.jpg);
background-position: center;background-position-x: left;">
<h1>Unlocking LinkedIn</h1>
<div class="date-attach-flex">
<a href="https://www.linkedin.com/posts/ieee-tcet-student-chapter_unlocking-linkedin-a-digital-odyssey-to-activity-7221912242932350977-7xDt"><img src="assets/img/bento-svgs/attach.png" alt=""></a>
<p style="margin-right: 27px;display: inline-block ;padding-left: 10px;">13th July 2024</p>
</div>
</div>
<div class="bento-item" style="background-image: url(assets/img/bento-svgs/iot.jpg);background-position: center;background-position-x: left;">
<h1>Big Data and IoT </h1>
<div class="date-attach-flex">
<a href="https://www.linkedin.com/posts/ieee-tcet-student-chapter_exploring-the-future-of-power-big-data-activity-7234197978180186112-esht"><img src="assets/img/bento-svgs/attach.png" alt="" ></a>
<p style="margin-right: 27px;display: inline-block ;padding-left: 10px;">22nd August 2024</p>
</div>
</div>
<div class="bento-item bento-item-large" style="background-image: url(assets/img/bento-svgs/janakalyan.png);background-position: center;background-position-x: left;">
<h1>Jana Kalyan Hackathon </h1>
<div class="date-attach-flex">
<a href="https://www.linkedin.com/posts/ieee-tcet-student-chapter_catalysing-rural-development-the-triumph-activity-7180624432359477249-qTLu"><img src="assets/img/bento-svgs/attach.png" alt=""></a>
<p style="margin-right: 27px;display: inline-block ;padding-left: 10px;">16th & 17th February 2024</p>
</div>
</div>
<div class="bento-item bento-item-large" style="background-image: url(assets/img/bento-svgs/octseminar.png);background-position: center;background-position-x: left;">
<h1>OCT seminar</h1>
<div class="date-attach-flex">
<a href="https://www.linkedin.com/posts/ieee-tcet-student-chapter_deep-learning-empowered-optical-coherence-activity-7157385285335425025-D51r"><img src="assets/img/bento-svgs/attach.png" alt="" ></a>
<p style="margin-right: 27px;display: inline-block ;padding-left: 10px;">6th October 2023</p>
</div>
</div>
<div class="bento-item" style="background-image: url(assets/img/portfolio/portfolio-2.jpg);background-position: center;background-position-x: left;">
<h1>UI/UX</h1>
<div class="date-attach-flex">
<a href=""><img src="assets/img/bento-svgs/attach.png" alt="" ></a>
<p style="margin-right: 27px;display: inline-block ;padding-left: 10px;">13th August 2022</p>
</div>
</div>
<div class="bento-item" style="background-image: url(assets/img/portfolio/portfolio-3.jpg);background-position: center;">
<h1>Wearable Antennas</h1>
<div class="date-attach-flex">
<a href=""><img src="assets/img/bento-svgs/attach.png" alt=""></a>
<p style="margin-right: 27px;display: inline-block ;padding-left: 10px;">9th September 2022</p>
</div>
</div>
<div class="bento-item bento-item-large" style="background-image: url(assets/img/portfolio/portfolio-7.png);background-position: center;background-position-x: left;">
<h1>Startup Ecosystem</h1>
<div class="date-attach-flex">
<a href="https://www.linkedin.com/posts/ieee-tcet-student-chapter_ieee-tcet-startup-ugcPost-7101141392718016513-m4YA?utm_source=share&utm_medium=member_android"><img src="assets/img/bento-svgs/attach.png" alt="" ></a>
<p style="margin-right: 27px;display: inline-block ;padding-left: 10px;">23rd September, 2022</p>
</div>
</div>
</div>
</section>
<!-- end of new workshop section -->
<!-- ======= Testimonials Section ======= -->
<section id="testimonials" class="testimonials">
<div class="container" data-aos="zoom-in">
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-3.jpg" class="testimonial-img" alt="">
<h3>Dr. Lochan Jolly</h3>
<h4> IEEE BS SIGHT CHAIR, IEEE TCET Branch Counsellor</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Collaboration is key to the success of any project, and my team works seamlessly together to achieve our goals. Each member brings their unique skills and perspectives to the table, and together, we are greater than the sum of our parts.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-1.jpg" class="testimonial-img" alt="">
<h3>Deepak S Shete</h3>
<h4>IEEE TCET Faculty Incharge</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
As a mentor, it's incredibly rewarding to watch my team members grow and develop professionally. I strive to create an environment that fosters creativity, curiosity, and a passion for learning.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-2.jpg" class="testimonial-img" alt="">
<h3>Aradhana Manekar</h3>
<h4>IEEE TCET Faculty Incharge</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
I firmly believe that the success of our team is a direct result of the supportive culture we have built. We encourage each other to take risks, learn from our mistakes, and never stop pushing ourselves to be better.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Testimonials Section -->
<!-- ======= Team Section ======= -->
<section id="team" class="team">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Team</h2>
<p>Check our Team</p>
</div>
<div class="row">
<div class="container">
<div class="row">
<!-- Ahad Bhati -->
<div class="col-lg-5th col-md-6 d-flex">
<div class="member" data-aos="fade-up" data-aos-delay="100">
<div class="member-img">
<img src="assets/img/new_team/AhadIm-min.jpg" class="img-fluid" alt="Ahad Bhati">
<div class="social">
<a href="https://www.instagram.com/ahad_bhati_1/" target='_blank'><i class="bi bi-instagram"></i></a>
<a href="https://in.linkedin.com/in/ahadbhati" target='_blank'><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Ahad Bhati</h4>
<span>Chairperson</span>
</div>
</div>
</div>
<!-- Atharva Tanpure -->
<div class="col-lg-5th col-md-6 d-flex">
<div class="member" data-aos="fade-up" data-aos-delay="200">
<div class="member-img">
<img src="assets/img/new_team/Atharva1-min.JPG" class="img-fluid" alt="Atharva Tanpure">
<div class="social">
<a href="https://www.instagram.com/atharva.nt/" target='_blank'><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/atharvantanpure" target='_blank'><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Atharva Tanpure</h4>
<span>Vice Chairperson</span>
</div>
</div>
</div>
<!-- Tanvi Joglekar -->
<div class="col-lg-5th col-md-6 d-flex">
<div class="member" data-aos="fade-up" data-aos-delay="300">
<div class="member-img">
<img src="assets/img/new_team/Tanvi1-min.jpg" class="img-fluid" alt="Tanvi Joglekar">
<div class="social">
<a href="https://www.instagram.com/tanvii.joglekar/" target='_blank'><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/tanvi-joglekar" target='_blank'><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Tanvi Joglekar</h4>
<span>Secretary</span>
</div>
</div>
</div>
<!-- Sunny Gupta -->
<div class="col-lg-5th col-md-6 d-flex">
<div class="member" data-aos="fade-up" data-aos-delay="400">
<div class="member-img">
<img src="assets/img/new_team/Sunny1-min.JPG" class="img-fluid" alt="Sunny Gupta">
<div class="social">
<a href="https://www.instagram.com/sunnyy_11_/" target='_blank'><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/sunny-gupta-006582315" target='_blank'><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Sunny Gupta</h4>
<span>Event Manager</span>
</div>
</div>
</div>
<!-- Gagandeep Bhakuni -->
<div class="col-lg-5th col-md-6 d-flex">
<div class="member" data-aos="fade-up" data-aos-delay="500">
<div class="member-img">
<img src="assets/img/new_team/Gagandeep1-min.JPG" class="img-fluid" alt="Gagandeep Bhakuni">
<div class="social">
<a href="https://www.instagram.com/__gagandeep__05/" target='_blank'><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/gagandeep-singh-bhakuni" target='_blank'><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Gagandeep Bhakuni</h4>
<span>Treasurer</span>
</div>
</div>
</div>
<!-- Nidhi Gupta -->
<div class="col-lg-5th col-md-6 d-flex">
<div class="member" data-aos="fade-up" data-aos-delay="600">
<div class="member-img">
<img src="assets/img/new_team/Nidhi1-min.jpg" class="img-fluid" alt="Nidhi Gupta">
<div class="social">
<a href="https://www.instagram.com/nidhii_048/" target='_blank'><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/nidhi-gupta-3a143a315" target='_blank'><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Nidhi Gupta</h4>
<span>Public Relations Head</span>
</div>
</div>
</div>
<!-- Radhika Joshi -->
<div class="col-lg-5th col-md-6 d-flex">
<div class="member" data-aos="fade-up" data-aos-delay="700">
<div class="member-img">
<img src="assets/img/new_team/Radhika1-min.JPG" class="img-fluid" alt="Radhika Joshi">
<div class="social">
<a href="https://www.instagram.com/radhuuu_22/" target='_blank'><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/radhika-joshi-ag25" target='_blank'><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Radhika Joshi</h4>
<span>Creative Head</span>
</div>
</div>
</div>
<!-- Divyani Singh -->
<div class="col-lg-5th col-md-6 d-flex">
<div class="member" data-aos="fade-up" data-aos-delay="800">
<div class="member-img">
<img src="assets/img/new_team/Divyani1-min.jpg" class="img-fluid" alt="Divyani Singh">
<div class="social">
<a href="https://www.instagram.com/diivyanii_s/" target='_blank'><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/divyani-singh-76539a286/" target='_blank'><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Divyani Singh</h4>
<span>Marketing Manager</span>
</div>
</div>
</div>
<!-- Aditi Chine -->
<div class="col-lg-5th col-md-6 d-flex">
<div class="member" data-aos="fade-up" data-aos-delay="900">
<div class="member-img">
<img src="assets/img/new_team/AditiImg-min.jpg" class="img-fluid" alt="Aditi Chine">
<div class="social">
<a href="https://www.instagram.com/_aditi_chine/" target='_blank'><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/aditi-chine-6a680931b" target='_blank'><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Aditi Chine</h4>
<span>Joint Secretary</span>
</div>
</div>
</div>
<!-- Nischay Sahoo -->
<div class="col-lg-5th col-md-6 d-flex">
<div class="member" data-aos="fade-up" data-aos-delay="1000">
<div class="member-img">
<img src="assets/img/new_team/Nischay1-min.JPG" class="img-fluid" alt="Nischay Sahoo">
<div class="social">
<a href="https://www.instagram.com/nishchay07._/" target='_blank'><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/nishchay-sahoo-39a9a3292" target='_blank'></a>
</div>
</div>
<div class="member-info">
<h4>Nischay Sahoo</h4>
<span>Social Media Manager</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Team Section -->
<!-- ======= Footer ======= -->
<footer id="contact" class="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<!-- Social Media Links and Contact Info -->
<div class="col-lg-4 col-md-6 footer-info">
<h4>IEEE TCET</h4>
<p>
A-Block, Thakur Educational Campus<br>
Shyamnarayan Thakur Marg, Thakur Village,<br>
Kandivali East, Mumbai, Maharashtra 400101<br>
<strong>Phone:</strong> +91 99876 24560<br>
<strong>Email:</strong> [email protected]<br>
</p>
<div class="social-links">
<a href="https://www.instagram.com/ieeetcet/?hl=en" target="_blank" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="#" target="_blank" class="youtube"><i class="bi bi-youtube"></i></a>
<a href="https://in.linkedin.com/company/ieee-tcet-student-chapter?trk=public_post_feed-actor-name" target="_blank" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
<!-- Newsletter Section -->
<div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Our Newsletter</h4>
<p>Stay updated with the latest news and events.</p>
<form action="" method="post">
<input type="email" name="email" placeholder="Enter your email" class="form-control">
<button type="submit" class="btn btn-primary mt-2">Subscribe</button>
</form>
</div>
<!-- Contact Form Section -->
<div class="col-lg-4 col-md-6 footer-contact">
<h4>Contact Us</h4>
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col-md-6 form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="text-center">
<button type="submit" class="btn btn-primary" onclick="SendEmail()">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="copyright">
© Copyright <strong><span>IEEE TCET</span></strong>. All Rights Reserved
</div>
<div class="credits">
Developed by <a href="">IEEE TCET Technical Team.</a>
</div>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Website Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>