-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
705 lines (645 loc) · 30.4 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/favicon.ico">
<!-- Keywords and Tags -->
<meta name="description" content="TEDxMITSG, x = independently organised TED event. Moving The Margins. 25 January, at MITS,Gwalior.">
<meta name="keywords" content="TEDx, MITSG, MITS Gwalior, Gwalior,Madhav Institute of Technology and Science , event, talks">
<meta name="robots" content="noindex" />
<!-- Social media tags -->
<!-- Open Graph -->
<meta property="og:title" content="TEDxMITSG">
<meta property="og:description" content="Moving The Margins ,25 January, at MITS,Gwalior.">
<meta property="og:image" content="https://tedxmitsg.com/assets/light-social.png">
<meta property="og:url" content="https://tedxmitsg.com">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@TMitsg">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-152687064-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-152687064-2');
</script>
<title>TEDxMITSG-Moving The Margins</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/loader.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
</head>
<body>
<div class="se-pre-con">
<div class="drawing" id="loading">
<div class="loading-dot"></div>
</div>
</div>
<script>
AOS.init();
</script>
<div id="main">
<div id="particles-js"></div>
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-trans sticky-top">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="assets/logo_white.png" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#home">Home
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section2">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#speakers">Speakers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section3">TEDxMITSG 2017</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#ourteam">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#sponsors">Sponsors</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="#contactus">Contact Us</a>
</li> -->
</ul>
</div>
</div>
</nav>
</header>
<div class="container-fluid">
<div class="row">
<div class="main-body text-center pt-3">
<div class="maintitle">
<img src="assets/MAIN4.png">
</div>
<div class="dateandplace">
<h1 class="fs-32 text-white fw-500">25th <span class="text-base-color">January</span> 2020</h1>
<h1 class="fs-42 text-white fw-600">Madhav Institute of <span class="text-base-color">Technology</span> and Science,Gwalior</h1>
</div>
<div class="buytickets m-5">
<a href="https://www.townscript.com/v1/e/tedxmitsg-242044/booking" class="btntickets">BUY TICKETS</a>
</div>
<div class="countdown-timer">
<div class="days">
<span class="value">00</span><br>
<span class="label">DAYS</span>
</div>
<span class="colon">:</span>
<div class="hours">
<span class="value">00</span><br>
<span class="label">HOURS</span>
</div>
<span class="colon">:</span>
<div class="minutes">
<span class="value">00</span><br>
<span class="label">MINS</span>
</div>
<span class="colon">:</span>
<div class="seconds">
<span class="value">00</span><br>
<span class="label">SEC</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="section2">
<h1 class="text-black section2title ff-mont pt-2 fs-40 fw-600">MOVING THE<span class="text-base-color"> MARGINS</span></h1>
<div class="about-us mt-4" data-aos="fade-up" data-aos-duration="1000" >
<div class="container-fluid">
<div class="about-main">
<div class="row">
<div class="col-md-6">
<div style="position:relative;height:0;padding-bottom:56.25%"><video src="video/1.mp4" width="640" height="360" frameborder="0" style="position:absolute;width:100%;height:100%;left:0" controls autoplay type="video/mp4" id="vid"></video>
</div>
</div>
<div class="col-md-6">
<div class="about-ted">
<p class="text-black fs-14 fw-400">
Some lives become stories that are told and retold with a new flair every time. In moving the margins, we look at lives that have not just thought, out-of-the- box, but have redefined the very process of thinking.
We are exhibiting Moving the Margins through ground breaking contributions of those illustrious personalities that have changed the very fabric of contemporary society and posits to change the shape of human civilization.<br>
We announce with TEDxMITSG that margins can no longer be marginalised.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="about-tedx">
<h1 class="text-black fs-20 fw-500">About <span class="cl-red fw-800 font-family-alt">TED</span></h1>
<p class="text-black fs-14 fw-400">TED-Technology, Entertainment, Design is a non-profit media organization which posts videos of powerful talks online, for free distribution, under the slogan ideas worth spreading, ideas which are known to change perspectives and provide food for thought.TED was founded in February 1984 as a conference, which has been held annually since 1990. TED's early emphasis was technology and design, but it has since broadened its focus to include talks on many scientific, cultural, and academic topics.
</div>
</div>
<div class="col-md-4">
<div class="about-tedx">
<h1 class="text-black fs-20 fw-500">About <span class="cl-red fw-800 font-family-alt">TEDx</span></h1>
<p class="text-black fs-14 fw-400">TEDx is a grassroots initiative, created in the spirit of TEDs overall mission to research and discover ideas worth spreading TEDx brings the spirit of TED to local communities around the globe via rules and tools.<br> TEDx events are organized by passionate individuals who seek to uncover new ideas and the latest research in their local areas and spark conversations in their communities. TEDx events include live speakers and recorded TED Talks, and are organized independently under a free license granted by TED.</p>
</div>
</div>
<div class="col-md-4">
<div class="about-tedxmitsg">
<h1 class="text-black fs-20 fw-500">About <span class="cl-red fw-800 font-family-alt">TEDxMITSG</span></h1>
<p class="text-black fs-14 fw-400">At TEDxMITSG, we are aspiring to reach for the sky, grab a star and bring Enlightenment. We are aspiring to crack the glass ceiling, and let light illuminate us. We are aspiring to move the margins.
In a world where uniformity and conventions have long ruled, TEDxMITSG has an assemblage that has forayed into terra-incognita and made an indelible mark for themselves.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="speakers">
<div class="container-fluid">
<div class="row text-center">
<div class="tedxspeakers-title text-center m-3">
<h1 class="text-black section2title p-3 fs-40 fw-600 ff-mont" data-aos="fade-up"><span class="text-base-color ">SPEAKERS</span></h1>
</div>
</div>
</div>
<div class="tedxspeaker">
<div class="container-fluid">
<div class="row">
<div class="col-md-3">
<div class="speakers-box" data-aos="zoom-in" data-aos-duration="1000">
<div class="speakers-imgbox">
<img src="assets/rajgopal.jpg">
</div>
<div class="speakers-txtbox">
<h1 class="fs-25 fw-900">Dr M.R. Rajagopal</h1>
<p class="fs-18 fw-500">Padma Shri<br>Chairman, Pallium India</p>
<a href="drmrajgopl.html"><p class="fs-14 text-base-color">CLICK HERE FOR BRIEF PROFILE OF DR M.R. RAJAGOPAL</p></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="speakers-box" data-aos="zoom-in" data-aos-duration="1000">
<div class="speakers-imgbox">
<img src="assets/ramli.jpg">
</div>
<div class="speakers-txtbox">
<h1 class="fs-25 fw-900">Ramli Ibrahim</h1>
<p class="fs-18 fw-500">Padma Shri<br>Odissi Dancer, Malaysia</p>
<a href="ramliibrahim.html"><p class="fs-14 text-base-color">CLICK HERE FOR BRIEF PROFILE OF RAMLI IBRAHIM</p></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="speakers-box" data-aos="zoom-in" data-aos-duration="1000">
<div class="speakers-imgbox">
<img src="assets/piyushmishra.jpg">
</div>
<div class="speakers-txtbox">
<h1 class="fs-25 fw-900">Piyush Mishra</h1>
<p class="fs-18 fw-500">Actor,Poet,<br> Writer and Singer</p>
<a href="piyushmishra.html"><p class="fs-14 text-base-color">CLICK HERE FOR BRIEF PROFILE OF PIYUSH MISHRA</p></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="speakers-box" data-aos="zoom-in" data-aos-duration="1000">
<div class="speakers-imgbox">
<img src="assets/as.jpg">
</div>
<div class="speakers-txtbox">
<h1 class="fs-25 fw-900">Vijay Kalra</h1>
<p class="fs-18 fw-500">ED & CEO, Mahindra Vehicle Manufacturers Ltd
<br>CMO-AS, M&M</p>
<a href="vijaykalra.html"><p class="fs-14 text-base-color">CLICK HERE FOR BRIEF PROFILE OF VIJAY KALRA</p></a>
</div>
</div>
</div>
</div>
<div class="row pt-5">
<div class="col-md-3 offset-md-2">
<div class="speakers-box" data-aos="zoom-in" data-aos-duration="1000">
<div class="speakers-imgbox">
<img src="assets/malini.jpg">
</div>
<div class="speakers-txtbox">
<h1 class="fs-25 fw-900">Malini Gowrishankar</h1>
<p class="fs-18 fw-500">Founder CEO <br>F5 Escapes</p>
<a href="malinigowrishankar.html"><p class="fs-14 text-base-color">CLICK HERE FOR BRIEF PROFILE OF MALINI GOWRISHANKAR</p></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="speakers-box" data-aos="zoom-in" data-aos-duration="1000">
<div class="speakers-imgbox">
<img src="assets/ishanshukla.png">
</div>
<div class="speakers-txtbox">
<h1 class="fs-25 fw-900">Ishan Shukla</h1>
<p class="fs-18 fw-500">Animation Filmmaker</p>
<br>
<a href="ishanshukla.html"><p class="fs-14 text-base-color">CLICK HERE FOR BRIEF PROFILE OF ISHAN SHUKLA</p></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="speakers-box" data-aos="zoom-in" data-aos-duration="1000">
<div class="speakers-imgbox">
<img src="assets/utsavmishra.jpg">
</div>
<div class="speakers-txtbox">
<h1 class="fs-25 fw-900">Utsav Mishra</h1>
<p class="fs-18 fw-500">Senior Manager@Swiggy<br>Life Skills Advocate</p>
<a href="utsavmishra.html"><p class="fs-14 text-base-color">CLICK HERE FOR BRIEF PROFILE OF UTSAV MISHRA</p></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="section3">
<div class="container-fluid">
<div class="row text-center">
<div class="pastevents pt-3" data-aos="fade-up" data-aos-duration="1000" >
<h1 class="text-white fs-40 fw-900"><span class="cl-red fw-800 font-family-alt">TEDx</span>MITSG 2017</h1>
<h2 class="text-white fs-25 fw-900">Maneuvering<span class="cl-red fw-800 font-family-alt">Ingenuity</span></h2>
<div class="pasteventtext">
<p class="text-justify text-white fs-16 fw-500">We live in a world where ideas float even in thin air and with the fast emerging wireless and infrared technologies- they literally do.TED Talks are powerful and capable of influencing masses. We know that necessity is the mother of all inventions, but ideas are the father and TED talks create an environment of looking into our minds producing ideas that can benefit us, our life style and the lives of those around us.Here, at TEDx MITSG, as engineering students who yearn to design and build a better and improved world, our theme "Maneuvering Ingenuity" is the best way to create a culture that fosters innovation and encourages us to take small steps which empowers our future world.</p>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row text-center pt-1">
<div class="carouseltedx pt-1" data-aos="fade-down" data-aos-duration="1000">
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<iframe width="560" height="315" src="https://www.youtube.com/embed/rLEzL8nxMPg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="carousel-item">
<iframe width="560" height="315" src="https://www.youtube.com/embed/wI2149ys1WA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="carousel-item">
<iframe width="560" height="315" src="https://www.youtube.com/embed/zBPsa91aYGE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="carousel-item">
<iframe width="560" height="315" src="https://www.youtube.com/embed/KP1GSiYnbJs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="carousel-item">
<iframe width="560" height="315" src="https://www.youtube.com/embed/0fFI44L0Cgw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="carousel-item">
<iframe width="560" height="315" src="https://www.youtube.com/embed/GsEseMD6KhU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="carousel-item">
<iframe width="560" height="315" src="https://www.youtube.com/embed/YnxLwSsFu1E" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="carousel-item">
<iframe width="560" height="315" src="https://www.youtube.com/embed/lg_JwZRsSeo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div id="ourteam">
<div class="container-fluid">
<div class="row text-center">
<div class="tedxspeakers-title text-center">
<h1 class="text-black section2title fs-40 fw-600 ff-mont" data-aos="fade-up"><span class="text-base-color ">OUR TEAM</span></h1>
</div>
</div>
</div>
<div class="ourteamlist">
<div class="container-fluid">
<div class="row">
<div class="ourteamtitle w-100 text-center m-3">
<div class="text-black fw-500 fs-20 font-family-alt" data-aos="fade-up">ORGANISER</div>
</div>
</div>
<div class="orgnisers">
<div class="row d-flex justify-content-center">
<div class="col-sm-3">
<div class="teamprofile" data-aos="zoom-in" data-aos-duration="1000">
<div class="teamprofileimg">
<img src="assets/team_pradyumn.png">
</div>
<div class="teamprofiletxt">
<h1 class="fs-16 fw-900">Pradyumn Choubey</h1>
<p class="fs-14 fw-500">Organiser</p>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="teamprofile" data-aos="zoom-in" data-aos-duration="1000">
<div class="teamprofileimg">
<img src="assets/vikramsir.png">
</div>
<div class="teamprofiletxt">
<h1 class="fs-16 fw-900">Vikram Rajput</h1>
<p class="fs-14 fw-500">Organiser</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="ourteamtitle w-100 text-center m-3">
<div class="text-black fw-500 fs-20 font-family-alt" data-aos="fade-up">CURATOR</div>
</div>
</div>
<div class="orgnisers">
<div class="row d-flex justify-content-center">
<div class="col-sm-3">
<div class="teamprofile" data-aos="zoom-in" data-aos-duration="1000">
<div class="teamprofileimg">
<img src="assets/team_akash.png">
</div>
<div class="teamprofiletxt">
<h1 class="fs-16 fw-900">Aakash R Thorat</h1>
<p class="fs-14 fw-500">Curation</p>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="teamprofile" data-aos="zoom-in" data-aos-duration="1000">
<div class="teamprofileimg">
<img src="assets/team_praveen.png">
</div>
<div class="teamprofiletxt">
<h1 class="fs-16 fw-900">Praveen Kaurwar</h1>
<p class="fs-14 fw-500">Curation</p>
</div>
</div>
</div>
</div>
</div>
<div class="row ">
<div class="ourteamtitle w-100 text-center m-3">
<div class="text-black fw-500 fs-20 font-family-alt" data-aos="fade-up">CORE TEAM</div>
</div>
</div>
<div class="coreteam">
<div class="row d-flex justify-content-center">
<div class="col-md-3">
<div class="teamprofile" data-aos="zoom-in" data-aos-duration="1000">
<div class="teamprofileimg">
<img src="assets/team_bhawna.png">
</div>
<div class="teamprofiletxt">
<h1 class="fs-16 fw-900">Bhawna Shrey</h1>
</div>
</div>
</div>
<div class="col-md-3">
<div class="teamprofile" data-aos="zoom-in" data-aos-duration="1000">
<div class="teamprofileimg">
<img src="assets/team_suman.png">
</div>
<div class="teamprofiletxt">
<h1 class="fs-16 fw-900">Suman Yadav</h1>
</div>
</div>
</div>
<div class="col-md-3">
<div class="teamprofile" data-aos="zoom-in" data-aos-duration="1000">
<div class="teamprofileimg">
<img src="assets/team_pranshul.png">
</div>
<div class="teamprofiletxt">
<h1 class="fs-16 fw-900">Pranshul Saxena</h1>
</div>
</div>
</div>
<div class="col-md-3">
<div class="teamprofile" data-aos="zoom-in" data-aos-duration="1000">
<div class="teamprofileimg">
<img src="assets/team_harsh.png">
</div>
<div class="teamprofiletxt">
<h1 class="fs-16 fw-900">Harsh Arjeria</h1>
</div>
</div>
</div>
</div>
<div class="row d-flex justify-content-center">
<div class="col-md-3">
<div class="teamprofile" data-aos="zoom-in" data-aos-duration="1000">
<div class="teamprofileimg">
<img src="assets/team_aman.png">
</div>
<div class="teamprofiletxt">
<h1 class="fs-16 fw-900">Aman Chak</h1>
</div>
</div>
</div>
<div class="col-md-3">
<div class="teamprofile" data-aos="zoom-in" data-aos-duration="1000">
<div class="teamprofileimg">
<img src="assets/team_abhinav.png">
</div>
<div class="teamprofiletxt">
<h1 class="fs-16 fw-900">Abhinav Tomar</h1>
</div>
</div>
</div>
<div class="col-md-3">
<div class="teamprofile" data-aos="zoom-in" data-aos-duration="1000">
<div class="teamprofileimg">
<img src="assets/team_arpita.png">
</div>
<div class="teamprofiletxt">
<h1 class="fs-16 fw-900">Arpita Singh</h1>
</div>
</div>
</div>
</div>
<div class="row d-flex justify-content-center">
<div class="col-md-3">
<div class="teamprofile" data-aos="zoom-in" data-aos-duration="1000">
<div class="teamprofileimg">
<img src="assets/team_shruti.png">
</div>
<div class="teamprofiletxt">
<h1 class="fs-16 fw-900">Shruti Gupta</h1>
</div>
</div>
</div>
<div class="col-md-3">
<div class="teamprofile" data-aos="zoom-in" data-aos-duration="1000">
<div class="teamprofileimg">
<img src="assets/team_sparsh.png">
</div>
<div class="teamprofiletxt">
<h1 class="fs-16 fw-900">Sparsh Ahmed</h1>
</div>
</div>
</div>
<div class="col-md-3">
<div class="teamprofile" data-aos="zoom-in" data-aos-duration="1000">
<div class="teamprofileimg">
<img src="assets/team_ashish.png">
</div>
<div class="teamprofiletxt">
<h1 class="fs-16 fw-900">Ashish Parashar</h1>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="sponsors" >
<h1 class="text-white section2title pt-2 fs-40 fw-600 m-3 ff-mont text-center" data-aos="fade-up">OUR<span class="text-base-color "> SPONSORS</span></h1>
<div class="container-fluid">
<div class="row d-flex justify-content-center">
<div class="col-md-2 m-3 text-center" data-aos="fade-up" data-aos-duration="500">
<div class="sponsorsousimg">
<img src="assets/time.png">
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="sponsors-button" data-aos="fade-up" data-aos-duration="1000">
<div class="col-md-12 text-center">
<div class="row">
<div class="col-md-6 text-right">
<div class="whysponsorsousbtn">
<button id="myBtn" class="sponsorsous" >WHY TO SPONSOR</button>
</div>
</div>
<div class="col-md-6 text-left">
<div class="sponsorsouslinkbtn">
<a href="mailto:tedxmitsg@gmail.com?Subject=Sponsorship%20Request" class="sponsorsouslink">SPONSOR US</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="myModal" class="modal">
<div class="modal-content">
<div class="row">
<h1 class="text-white fs-27 fw-600 w-100 text-center m-2">Why Sponsor Us</h1>
<span class="close">×</span>
</div>
<div class="sponsorscontent">
<div class="row">
<ul class="sponsorscontentlist">
<li> A company will have the opportunity to associate with TEDx MITSG.</li>
<li>Placement of the company logo and advertisements on monitors before and after the show, as well as during breaks.</li>
<li>Opportunity to place promotion material in the attendee gift bags.</li>
<li>Opportunity to place promotion material in the Speaker Packets.</li>
<li>Large logo placed on our website with long description of the company and link to your company’s website.</li>
<li> Thanks to the explicitly named sponsor on stage by the masters-of- ceremonies at the end of the event.</li>
<li>Mention in media/press release</li>
<li>Opportunity to set up exhibit space outside the main venue space.</li>
<li>Logo appears on post-roll credits (for a maximum of 3 seconds) at the end of each TEDx video watched by millions of viewers from all over the world.</li>
<li>Logo appears on pre-roll credits (for a maximum of 3 seconds) at the start of each TEDx video, also viewed by an enormous number, globally.</li>
<li>Option to set up a booth for an innovative product demonstration and/or sampling (no selling) of your company’s product.</li>
</ul>
</div>
<p class="fs-16 text-white">-- Any special request for specific publicity will be considered and fulfilled as long as it is not in conflict with the motive of the event and principles of MITS Gwalior--</p>
</div>
</div>
</div>
<div id="contactus">
<div class="container-fluid">
<div class="row d-flex justify-content-center">
<div class="col-md-3">
<div class="buyticketsbottom">
<a href="https://www.townscript.com/v1/e/tedxmitsg-242044/booking" class="btnticketsbottom">BUY TICKETS</a>
</div>
</div>
<div class="col-md-3">
<div class="contactcontent text-left">
<h1 class="fs-19 text-base-color p-2 fw-400">Contact Us</h1>
<div class="contactcontenttext text-left">
<p class="fs-18 text-white fw-400 contactnumber">+918818866224</p>
<p class="fs-18 text-white fw-400 contactmail">tedxmitsg@gmail.com</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="socialmedia text-left">
<h1 class="fs-19 text-white p-2 fw-400">Connect With Us</h1>
<div class="socialmediaico">
<a href="https://www.facebook.com/TEDxMITSG" target="_blank"><img src="assets/facebook.png"></a>
<a href="https://instagram.com/tedxmitsg" target="_blank"><img src="assets/instagram.png"></a>
<a href="https://twitter.com/TMitsg" target="_blank"><img src="assets/twitter.png"></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="footerlogo">
<img src="assets/logo_white.png">
</div>
</div>
</div>
</div>
</div>
<footer class="text-center footer">
<p class="text-white fw-100 fs-13 m-0"> © 2020 Madhav Institute of Technology and Science,Gwalior</p>
<p class="text-white fw-100 fs-13 m-0 ">Designed and Developed by <a href="https://pranshuls12.github.io/pranshulsaxena.github.io/" target="_blank"><b>Pranshul Saxena</b></a></p>
</footer>
</body>
<script
src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<script type="text/javascript">
$('.navbar-nav>li>a').on('click', function(){
$('.navbar-collapse').collapse('hide');
});
</script>
<script type="text/javascript">var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on <span> (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}</script>
<script language="javascript" type="text/javascript">
$(window).on('load', function(){ $(".se-pre-con").fadeOut("slow");;});
</script>
<script src="js/particles.min.js"></script>
<script src="js/main.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/countdown1.js"></script>
</html>