-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
457 lines (434 loc) · 29 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<title>TEDxIITGandhinagar</title>
<link rel="canonical" href="https://getbootstrap.com/docs/5.0/examples/navbars/">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V" crossorigin="anonymous"></script>
<!-- For jquery -->
<script src="https://code.jquery.com/jquery-3.6.3.min.js" integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="Assests/JS/jquery.localScroll.min.js"></script>
<!-- for carousel -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- font-awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/458fcd567c.js" crossorigin="anonymous"></script>
<!-- raleway fonts -->
<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=Raleway&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="Assests\img\TEDx\mask-icon.svg">
<link rel="icon" type="image/png" sizes="32x32" href="Assests\img\TEDx\mask-icon.svg">
<link rel="icon" type="image/png" sizes="16x16" href="Assests\img\TEDx\mask-icon.svg">
<link rel="manifest" href="/site.webmanifest">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="Assests/CSS/index.css" rel="stylesheet">
</head>
<body>
<main>
<div class="nav nav-bar">
<input type="checkbox" id="nav-check">
<div class="nav-header">
<img class="tedx-image" src="Assests/img/TEDx/G20-tedx.png" alt="">
</div>
<div class="nav-btn">
<label for="nav-check">
<span></span>
<span></span>
<span></span>
</label>
</div>
<div class="nav-links">
<a class="section-item" href="#" >Home</a>
<a class="section-item" href="index.html#About-tedx" >About</a>
<a class="section-item a-speakers" href="index.html#speakers" >Speakers</a>
<a class="section-item" href="previous.html" >Previous Events</a>
<a class="section-item" href="schedule.html">Schedule</a>
<a class="section-item" href="team.html">Team</a>
<a class="section-item" href="registeration.html"><button class="get-tickets">Get Tickets</button></a>
</div>
</div>
<section class="background">
<img src="Assests/img/bg1.jpg" alt="">
<div class=" banTitle" style="text-align: center;font-family: 'Dosis', sans-serif;" >
<span class="boldspan"><strong>TED<sup>x</sup></strong></span> IITGandhinagar 2023
</div>
</section>
<section class="about" id="About-tedx">
<h2><span class="red-text about-info-heading">About </span>TED<sup>x</sup>IITGandhinagar</h2>
<div class="row about-row" id="about" data-scroll-section>
<div class="card col-sm-12 col-md-12">
<div class="card-header">
<ul class="nav nav-tabs card-header-tabs">
<li class="nav-item">
<a id="link1" class="nav-link active first " data-toggle="tab" href="#ted">TED</a>
</li>
<li class="nav-item">
<a id="link2" class="nav-link inactive second " data-toggle="tab" href="#tedx">TED<sup>x</sup></a>
</li>
<li class="nav-item">
<a id="link3" class="nav-link inactive third " data-toggle="tab" href="#tedxiitkgp">TED<sup>x</sup> IITGandhinagar</a>
</li>
</ul>
</div>
<div class="card-body">
<div class="tab-content">
<div id="ted" class="tab-pane fade in active show first">
<p class="para-tab sizePara">TED is a nonprofit organization devoted to Ideas Worth Spreading. Started as a four-day conference in California 30 years ago, TED has grown to support its mission with multiple initiatives. The two annual TED Conferences invite the world's leading thinkers and doers to speak for 18 minutes or less. Many of these talks are then made available, free, at TED.com. TED speakers have included Bill Gates, Jane Goodall, Elizabeth Gilbert, Sir Richard Branson, Nandan Nilekani, Philippe Starck, Ngozi Okonjo-Iweala, Sal Khan and Daniel Kahneman.<br><br>
The annual TED Conference takes place each spring in Vancouver, British Columbia. TED's media initiatives include TED.com, where new TED Talks are posted daily; the Open Translation Project, which provides subtitles and interactive transcripts as well as translations from volunteers worldwide; the educational initiative TED-Ed. TED has established the annual TED Prize, where exceptional individuals with a wish to change the world get help translating their wishes into action; TEDx, which supports individuals or groups in hosting local, self- organized TED-style events around the world, and the TED Fellows program, helping world-changing innovators from around the globe to amplify the impact of their remarkable projects and activities.</p>
</div>
<div id="tedx" class="tab-pane fade second">
<p class="para-tab sizePara">In the spirit of ideas worth spreading, TEDx is a program of local, self-organized events that bring people together to share a TED-like experience. At a TEDx event, TED Talks video and live speakers combine to spark deep discussion and connection. These local, self-organized events are branded TEDx, where x = independently organized TED event. The TED Conference provides general guidance for the TEDx program, but individual TEDx events are self-organized. (Subject to certain rules and regulations.)</p>
</div>
<div id="tedxiitkgp" class="tab-pane fade third">
<p class="para-tab sizePara">In the spirit of ideas worth spreading, TED has created a program called TEDx. TEDx is a program of local, self-organized events that bring people together to share a TED-like experience. Our event is called TEDxIITGandhinagar, where x = independently organized TED event. At our TEDxIITGandhinagar event, TED Talks video and live speakers will combine to spark deep discussion and connection in a small group. The TED Conference provides general guidance for the TEDx program, but individual TEDx events, including ours, are self-organized.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="teaser-video">
<h2><span class="red-text about-info-heading">Theme </span>Video</h2>
<div class="theme-video">
<div class="video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/C_Q4EJ9l8-o" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<!-- <video class="video" controls>
<source src="Assests/video/video.mp4" width="560" height="315" type="video/mp4">
</video> -->
<div class="theme">
<h3 style="text-align: center; font-size: 4rem; font-weight: 600;"><span class="red-text">Behind</span> the Scenes</h3>
<p>
"Behind the Scenes" is a theme that delves into the unseen and unknown aspects of various fields and industries. The theme encourages speakers and attendees to look beyond the surface level and explore their respective fields' more profound, more complex aspects. It also promotes transparency and openness in how things are done, giving the audience an understanding of the challenges, failures, and successes that go into creating something. Overall, the theme of TEDxIITGandhinagar "Behind the Scenes" is all about providing a unique and insightful perspective on the things we often take for granted and giving the audience an understanding of the hard work, dedication, and effort that goes into creating something truly extraordinary.
</p>
<p>
Uncovering the unknown magic recipe behind fame and stardom: Get an Exclusive Look Behind the Scenes!
</p>
</div>
</div>
</section>
<section class="current-speakers laptop" id="speakers">
<h2><span class="red-text">Current </span>Speakers</h2>
<!-- <div class="container"> -->
<div class="row ">
<div class="col-md-12">
<div id="myCarousel" class="carousel slide" data-bs-ride="carousel" data-interval="0">
<div class="carousel-inner ">
<div class="carousel-item item active">
<div class="row speaker-row">
<!-- <div class="col-sm-3">
<div class="thumb-wrapper third-speaker-profile">
<img src="Assests\img\speakers-images\Ankit-Aggrawal.webp" class="img-responsive" alt="">
<h2>Ankit Aggarwal</h2>
<p>Founder & CEO,
Unstop (Formerly Dare2Compete)</p>
</div>
</div> -->
<div class="col-sm-3">
<div class="thumb-wrapper fifth-speaker-profile">
<img src="Assests\img\speakers-images\Nitin-Aggarwal.webp" class="img-responsive" alt="">
<h2>Nitin Aggarwal</h2>
<p>Head of Cloud AI Services,
Google India</p>
</div>
</div>
<div class="col-sm-3">
<div class="thumb-wrapper second-speaker-profile">
<img src="Assests\img\speakers-images\Amitabha-Singh.webp" class="img-responsive" alt="">
<h2>Amitabha Singh</h2>
<p>Cinematographer and Producer,
Indian Film Industry</p>
</div>
</div>
<div class="col-sm-3">
<div class="thumb-wrapper sixth-speaker-profile">
<img src="Assests\img\speakers-images\Reema-Nanavaty.webp" class="img-responsive" alt="">
<h2>Reema Nanavaty</h2>
<p>Social worker
Director, SEWA (Self-Employed Women's Association of India)</p>
</div>
</div>
</div>
</div>
<div class="carousel-item item">
<div class="row speaker-row">
<div class="col-sm-3">
<div class="thumb-wrapper fourth-speaker-profile">
<img src="Assests\img\speakers-images\Anurag-Chauhan.webp" class="img-responsive" alt="">
<h2>Anurag Chauhan</h2>
<p>Social Worker
Founder, Humans For Humanity</p>
</div>
</div>
<div class="col-sm-3">
<div class="thumb-wrapper first-speaker-profile">
<img src="Assests\img\speakers-images\Akshay-Singhal.jpg" class="img-responsive" alt="">
<h2>Akshay Singhal</h2>
<p>Founder & CEO,
Log9 Materials</p>
</div>
</div>
</div>
</div>
<!-- Carousel controls -->
<a class="carousel-control left" href="#myCarousel" data-slide="prev">
<i class="fa fa-angle-left"></i>
</a>
<a class="carousel-control right" href="#myCarousel" data-slide="next">
<i class="fa fa-angle-right"></i>
</a>
</div>
</div>
</div>
<!-- </div> -->
</section>
<section class="current-speakers phone" id="phone-speakers">
<!-- <div class="container"> -->
<div class="row ">
<div class="col-md-12">
<h2><span class="red-text">Current </span>Speakers</h2>
<div id="myCarousel" class="carousel slide" data-ride="carousel" data-interval="0">
<div class="item active phone-col">
<div class="row mobile speaker-row">
<!-- <div class="col-sm-3 mobile-col">
<div class="thumb-wrapper mobile-wrapper third-speaker-profile">
<img src="Assests\img\speakers-images\Ankit-Aggrawal.webp" class="img-responsive" alt="">
<h2>Ankit Aggarwal</h2>
<p>Founder & CEO,
Unstop (Formerly Dare2Compete)</p>
</div>
</div> -->
<div class="col-sm-3 mobile-col">
<div class="thumb-wrapper mobile-wrapper fifth-speaker-profile">
<img src="Assests\img\speakers-images\Nitin-Aggarwal.webp" class="img-responsive" alt="">
<h2>Nitin Aggarwal</h2>
<p>Head of Cloud AI Services,
Google India</p>
</div>
</div>
<div class="col-sm-3 mobile-col">
<div class="thumb-wrapper mobile-wrapper second-speaker-profile">
<img src="Assests\img\speakers-images\Amitabha-Singh.webp" class="img-responsive" alt="">
<h2>Amitabha Singh</h2>
<p>Cinematographer and Producer,
Indian Film Industry</p>
</div>
</div>
<div class="col-sm-3 mobile-col">
<div class="thumb-wrapper mobile-wrapper sixth-speaker-profile">
<img src="Assests\img\speakers-images\Reema-Nanavaty.webp" class="img-responsive" alt="">
<h2>Reema Nanavaty</h2>
<p>Social worker
Director, SEWA (Self-Employed Women's Association of India)</p>
</div>
</div>
</div>
</div>
<div class="item phone-col">
<div class="row mobile speaker-row">
<div class="col-sm-3 mobile-col">
<div class="thumb-wrapper mobile-wrapper first-speaker-profile">
<img src="Assests\img\speakers-images\Akshay-Singhal.jpg" class="img-responsive" alt="">
<h2>Akshay Singhal</h2>
<p>Founder & CEO,
Log9 Materials</p>
</div>
</div>
<div class="col-sm-3 mobile-col">
<div class="thumb-wrapper mobile-wrapper fourth-speaker-profile">
<img src="Assests\img\speakers-images\Anurag-Chauhan.webp" class="img-responsive" alt="">
<h2>Anurag Chauhan</h2>
<p>Social Worker
Founder, Humans For Humanity</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="box-message">
<div class="message-box first-speaker">
<div class="speaker-information">
<h2>Akshay Singhal <a href="https://www.linkedin.com/in/akshayvsinghal/" target="_blank"><i class="fa-brands brands fa-linkedin-in"></i></a> </h2>
<h3>Founder & CEO,
Log9 Materials</h3>
<p>Akshay is a Forbes Under30 Asia 2019 Awardee who graduated with honors in Materials Engineering from IIT Roorkee in 2015 and completed his PhD on Graphene at IIT Roorkee in 2021. He has research experience from University of Alberta, Canada and has published more than 6 scientific articles and filed 48 patent applications. He has worked in the field of Nanotechnology for the last 8 years and has spearheaded Log9 to make it a formidable player in the EV battery space. As an angel investor, he actively mentors startups in the climate tech space to ensure their solutions have a wide reach and positively impact the planet.</p>
</div>
<div class="speaker-images">
<img src="Assests\img\speakers-images\Akshay-Singhal.jpg" class="img-responsive" alt="">
<button class="close first-close">x</button>
</div>
</div>
<div class="message-box second-speaker">
<div class="speaker-information">
<h2>Amitabha Singh <a href="https://www.linkedin.com/in/amitabha-singh/" target="_blank"><i class="fa-brands brands fa-linkedin-in"></i></a></h2>
<h3>Cinematographer and Producer,
Indian Film Industry</h3>
<p>Amitabha Singh is an internationally acclaimed Director of Photography in India having a vast body of work. A 1994 alumnus of the Film and Television Institute of India, his work has been leading the change as the content creation has evolved in India over the past two and half decades. Known for 'Khosla Ka Ghosla', 'Chillar Party' and 'The Good Road' - a pathbreaking Gujarati feature film that made its mark in the Oscars. His recent work in the popular Hindi web series "Panchayat" has been widely appreciated for its unique touch of realism. A graduate in Computer Sciences, Amitabha is learning to play the flute.</p>
</div>
<div class="speaker-images">
<img src="Assests\img\speakers-images\Amitabha-Singh.webp" class="img-responsive" alt="">
<button class="close second-close">x</button>
</div>
</div>
<div class="message-box third-speaker">
<div class="speaker-information">
<h2>Ankit Aggarwal <a href="https://www.linkedin.com/in/unstoppableankit/" target="_blank"><i class="fa-brands brands fa-linkedin-in"></i></a></h2>
<h3>Founder & CEO,
Unstop (Formerly Dare2Compete)</h3>
<p>Ankit Aggarwal, Founder & CEO, Dare2Compete; on completion of his MBA from IMT Ghaziabad, went on to work with industry giants like Sapient, Deloitte, Salesforce to name a few. He is one of the few people who were awarded 100% scholarship from Harvard Business School for one of their coveted leadership programs.
Dare2Compete is Ankit'ssecond entrepreneurial stint. And what a wondrous feat. The only website with 90% penetration in premier B-Schools! Ankit is known for his leadership abilities and his innovation when it comes to capturing audience.
</p>
</div>
<div class="speaker-images">
<img src="Assests\img\speakers-images\Ankit-Aggrawal.webp" class="img-responsive" alt="">
<button class="close third-close">x</button>
</div>
</div>
<div class="message-box fourth-speaker">
<div class="speaker-information">
<h2>Anurag Chauhan <a href="https://www.linkedin.com/in/anuragchauhanofficial/" target="_blank"><i class="fa-brands brands fa-linkedin-in"></i></a></h2>
<h3>Social Worker
Founder, Humans For Humanity</h3>
<p>Anurag Chauhan is a social worker and the founder of the NGO ‘Humans for Humanity.’ His project WASH (Women, Sanitation, Hygiene) aims to sensitize and spread awareness among menstruating women in rural areas with the goal of making women self-reliant and is now active in up to six states in the country. As a teenager, he entered the social work field and has been working in the menstrual hygiene awareness space since 20. The WASH project goes beyond distributing sanitary pads to rural women and actively works at educating women, removing the stigma, and helping them understand menopause, hormonal fluctuations and various other related conditions in women. He has recently begun to work with transmen and included them as part of his WASH initiative, having recognised the need to include various menstruating persons in awareness-building programs. </p>
</div>
<div class="speaker-images">
<img src="Assests\img\speakers-images\Anurag-Chauhan.webp" class="img-responsive" alt="">
<button class="close fourth-close">x</button>
</div>
</div>
<div class="message-box fifth-speaker">
<div class="speaker-information">
<h2>Nitin Aggarwal <a href="https://www.linkedin.com/in/ntnaggarwal/" target="_blank"><i class="fa-brands brands fa-linkedin-in"></i></a></h2>
<h3>Head of Cloud AI Services,
Google India</h3>
<p>Nitin Aggarwal is a machine learning expert with 10+ years of experience in the industry. He has been working with Google for the past 7 years and was recently promoted to Head of AI Services in 2021. His extensive experience in Deep Learning, Data Science, Product Management and Software Development has contributed to his expertise in the field of AI. He holds an engineering degree from Maharshi Dayanand University in Electronics and Communications Engineering and an MBA from IIT Kanpur as well as additional degrees in Executive Data Science, Data Processing from Johns Hopkins Bloomberg School of Public Health, Executive Education, Corporate Innovation and Leadership from Stanford University Graduate School of Business.</p>
</div>
<div class="speaker-images">
<img src="Assests\img\speakers-images\Nitin-Aggarwal.webp" class="img-responsive" alt="">
<button class="close fifth-close">x</button>
</div>
</div>
<div class="message-box sixth-speaker">
<div class="speaker-information">
<h2>Reema Nanavaty</h2>
<h3>Social worker
Director, SEWA (Self-Employed Women's Association of India)</h3>
<p>For over three decades, Reema Nanavaty has played a significant role in organising women into co-operative organisations, enterprises and trade unions in India. Based out of Ahmedabad, Reema’s work in the development sector is well recognised- she received Padma Shri in 2013 for her contributions. Reema is also a member of the Advisory Council on Gender of the World Bank Group. She was also invited as a member of International Labor Organization’s High Level Global Commission on Future of Work. She was the only commissioner representing the informal sector workers, self-employed workers and the rural workers union in the entire commission. She has also been invited as a member of the UN High-level Dialogue`s Technical Working Group on Energy Action to Advance Other SDGs.</p>
</div>
<div class="speaker-images">
<img src="Assests\img\speakers-images\Reema-Nanavaty.webp" class="img-responsive" alt="">
<button class="close sixth-close">x</button>
</div>
</div>
</div>
<section class="footer-class">
<footer>
<div class="container">
<div class="row">
<div class="footer-col col-sm-3">
<h4>About TEDx</h4>
<p class="footer-tedx">TEDx is a local, self-organized event that brings people together to share a TED-like experience.</p>
</div>
<div class="footer-col col-sm-3">
<h4>Explore</h4>
<ul>
<li><a href="https://www.youtube.com/user/tedxtalks" target="_blank">TEDx Talks</a></li>
<li><a href="https://www.ted.com/participate/organize-a-local-tedx-event" target="_blank">Organize a TEDx Event</a></li>
<li><a href="https://www.ted.com/participate/organize-a-local-tedx-event/tedx-organizer-guide/sponsors-finances/sponsors-partnerships/about-partnerships" target="_blank">Become a TEDx Partner</a></li>
</ul>
</div>
<div class="footer-col col-sm-3">
<h4>Follow Us</h4>
<div class="social-handles">
<div class="social-handles-margin facebook-hai">
<div>
<a href="https://www.facebook.com/TEDxIITGn" target="_blank">Facebook</a>
</div>
<div>
<a href="https://www.facebook.com/TEDxIITGn" target="_blank"><i class="fa-brands brands fa-facebook-f"></i></a>
</div>
</div>
<div class="social-handles-margin linkedin-hai">
<div>
<a href="https://www.linkedin.com/company/tedxiitgandhinagar/" target="_blank">Linkedin</a>
</div>
<div>
<a href="https://www.linkedin.com/company/tedxiitgandhinagar/" target="_blank"><i class="fa-brands brands fa-linkedin-in"></i></a>
</div>
</div>
<div class="social-handles-margin instagram-hai">
<div>
<a href="https://www.instagram.com/tedx.iitgandhinagar/" target="_blank">Instagram</a>
</div>
<div>
<a href="https://www.instagram.com/tedx.iitgandhinagar/" target="_blank"> <i class="fa-brands brands fa-instagram"></i></a>
</div>
</div>
<div class="social-handles-margin instagram-hai">
<div>
<a href="mailto:[email protected]" target="_blank">Email</a>
</div>
<div>
<a href="mailto:[email protected]" target="_blank"> <i class="fa-brands fa brands fa-envelope-o"></i></a>
</div>
</div>
<div class="social-handles-margin instagram-hai">
<div>
<a href="https://www.youtube.com/@tedxiitgandhinagar" target="_blank">Youtube</a>
</div>
<div>
<a href="https://www.youtube.com/@tedxiitgandhinagar" target="_blank"> <i class="fa-brands brands fa-youtube"></i></a>
</div>
</div>
</div>
</div>
<div class="footer-col col-sm-3">
<h4>Contact</h4>
<ul>
<li>IIT Gandhinagar</li>
<li>Near Palaj</li>
<li>Gandhinagar, Gujarat, India - 382355</li>
<div class="contact-numbers" style="display: flex; flex-direction: column;">
<li style="display: inline;"><a style="font-size: 1.6rem;"href="tel:9713440242">Yeeshu:+91 9713440242</a></li>
<li style="display: inline;"><a style="font-size: 1.6rem;"href="tel:8005499671">Shreya:+91 8005499671</a></li>
<li style="display: inline;"><a style="font-size: 1.6rem;"href="tel:8511216030">Dhairya:+91 8511216030</a></li>
</div>
</ul>
</div>
</div>
</div>
<p class="copyright">© Copyright 2023 <span class="red-text">TED<sup>x</sup>IITGandhinagar</span> | This independent TED<sup>x</sup>event is operated under license from TED.</p>
</footer>
</section>
</main>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<script src="Assests/JS/index.js"></script>
</body>
</html>