-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathindex.html
591 lines (528 loc) · 24.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
<!--
_____ _____ ____ _ __ __ ___
|_ _| ____| _ \__ __ | | \/ |_ _|
| | | _| | | | \ \/ / | | |\/| || |
| | | |___| |_| |> < |_| | | | || |
|_| |_____|____//_/\_\___/|_| |_|___|
Event website by Syed Faheel Ahmad (github.com/faheel)
-->
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Title, icon, description and keywords -->
<title>TEDxJMI</title>
<link rel="shortcut icon" href="res/images/favicon.ico">
<meta name="description" content="TEDxJMI, x = independently organised TED event. Igniting Minds. This October, at Jamia Millia Islamia.">
<meta name="keywords" content="TEDx, JMI, Jamia Millia Islamia, New Delhi, event, talks">
<!-- Social media tags -->
<!-- Open Graph -->
<meta property="og:title" content="TEDxJMI">
<meta property="og:description" content="Igniting Minds. This October, at Jamia Millia Islamia.">
<meta property="og:image" content="https://tedxjmi.com/res/images/logos/light-social.jpg">
<meta property="og:url" content="https://tedxjmi.com">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@TEDx_JMI">
<!-- Google+ -->
<meta itemprop="name" content="TEDxJMI">
<meta itemprop="description" content="Igniting Minds. This October, at Jamia Millia Islamia.">
<meta itemprop="image" content="https://tedxjmi.com/res/images/logos/light-social.jpg">
<!-- Browser themes -->
<meta name="theme-color" content="#000">
<!-- Bootstrap -->
<link rel="stylesheet" href="res/css/bootstrap.min.css">
<!-- Font Icons -->
<link rel="stylesheet" href="res/css/font-awesome.min.css">
<!-- Plugins -->
<link rel="stylesheet" href="res/css/flickity.min.css">
<link rel="stylesheet" href="res/css/magnific-popup.css">
<!-- Main styles -->
<link rel="stylesheet" href="res/css/main.css">
<link rel="stylesheet" href="res/css/style.css">
<!-- Color skin -->
<link rel="stylesheet" href="res/css/color_red.css">
<!-- Modernizr JS for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 8]>
<script src="res/js/modernizr.min.js"></script>
<![endif]-->
</head>
<body id="page-top">
<!-- Navigation Start -->
<nav id="navigation" class="navbar navbar-fixed-top">
<div class="container">
<div class="row">
<div class="navbar-header col-lg-3">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand font-family-alt letter-spacing-1 text-extra-large text-uppercase" href="/">
<img class="logo-navbar-dark" src="res/images/logos/dark.png" alt="TEDxJMI"/>
<img class="logo-navbar-white" src="res/images/logos/light.png" alt="TEDxJMI"/>
</a>
</div>
<!-- //.navbar-header -->
<div id="navbar" class="navbar-collapse collapse col-lg-9 pull-right">
<ul class="nav navbar-nav font-family-alt letter-spacing-1 text-uppercase font-weight-700">
<li><a href="#page-top" class="page-scroll">About</a></li>
<li><a href="/speakers/" class="line-height-unset">Speakers</a></li>
<li><a href="/our-team/" class="line-height-unset">Our Team</a></li>
<li><a href="/alumni/" class="line-height-unset">Alumni</a></li>
<li><a href="/sponsors/" class="line-height-unset">Sponsors</a></li>
<li><a href="/contact/" class="line-height-unset">Contact Us</a></li>
<li class="bg-base-color">
<a href="/register/" class="line-height-unset width-100">
Register
</a>
</li>
</ul>
</div>
<!-- //.navbar-collapse -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</nav>
<!-- //Navigation End -->
<!-- Section - Home Start -->
<section id="home-bg-slideshow" class="bg-gray-dark-2 height-100 no-padding overflow-hidden width-100">
<!-- BG Slideshow -->
<div class="bg-slideshow-wrapper flexslider height-100 no-border no-border-radius no-margin width-100">
<div class="slides height-100 width-100">
<div class="bg-cover bg-overlay-black-7 display-block height-100 width-100">
<div class="display-table height-100 position-absolute position-top position-left width-100">
<div class="display-table-cell vertical-align-middle">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<h2 class="font-family-alt font-weight-900 letter-spacing-2 text-white xs-title-extra-large sm-title-extra-large-3 title-extra-large-5">
<span class="text-base-color">Igniting</span> Minds
</h2>
<br>
<h3 class="font-weight-700 letter-spacing-2 text-white xs-title-large sm-title-extra-large title-extra-large-3">
October 16, 2017
</h3>
<p class="font-family-alt text-white sm-title-small title-medium">
at
</p>
<h4 class="font-family-alt font-weight-900 letter-spacing-2 text-uppercase text-white xs-title-small sm-title-medium title-extra-large">
Jamia Millia Islamia
</h4>
<!-- <br>
<a href="/register/" class="btn btn-base-color sm-btn-medium btn-large">
Register Now
</a> -->
</div>
<!-- //.col-md-10 -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</div>
<!-- //.display-table-cell -->
</div>
<!-- //.display-table -->
</div>
<!-- //.bg-cover -->
<div class="bg-cover bg-overlay-black-7 display-block height-100 width-100">
<div class="display-table height-100 position-absolute position-top position-left width-100">
<div class="display-table-cell vertical-align-middle">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<h2 class="font-family-alt font-weight-900 letter-spacing-2 text-white xs-title-extra-large sm-title-extra-large-3 title-extra-large-5">
<span class="text-base-color">Igniting</span> Minds
</h2>
<br>
<h3 class="font-weight-700 letter-spacing-2 text-white xs-title-large sm-title-extra-large title-extra-large-3">
October 16, 2017
</h3>
<p class="font-family-alt text-white sm-title-small title-medium">
at
</p>
<h4 class="font-family-alt font-weight-900 letter-spacing-2 text-uppercase text-white xs-title-small sm-title-medium title-extra-large">
Jamia Millia Islamia
</h4>
<!-- <br>
<a href="/register/" class="btn btn-base-color sm-btn-medium btn-large">
Register Now
</a> -->
</div>
<!-- //.col-md-10 -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</div>
<!-- //.display-table-cell -->
</div>
<!-- //.display-table -->
</div>
<!-- //.bg-cover -->
<div class="bg-cover bg-overlay-black-7 display-block height-100 width-100">
<div class="display-table height-100 position-absolute position-top position-left width-100">
<div class="display-table-cell vertical-align-middle">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<h2 class="font-family-alt font-weight-900 letter-spacing-2 text-white xs-title-extra-large sm-title-extra-large-3 title-extra-large-5">
<span class="text-base-color">Igniting</span> Minds
</h2>
<br>
<h3 class="font-weight-700 letter-spacing-2 text-white xs-title-large sm-title-extra-large title-extra-large-3">
October 16, 2017
</h3>
<p class="font-family-alt text-white sm-title-small title-medium">
at
</p>
<h4 class="font-family-alt font-weight-900 letter-spacing-2 text-uppercase text-white xs-title-small sm-title-medium title-extra-large">
Jamia Millia Islamia
</h4>
<!-- <br>
<a href="/register/" class="btn btn-base-color sm-btn-medium btn-large">
Register Now
</a> -->
</div>
<!-- //.col-md-10 -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</div>
<!-- //.display-table-cell -->
</div>
<!-- //.display-table -->
</div>
<!-- //.bg-cover -->
</div>
<!-- //.slides -->
</div>
<!-- //.bg-slideshow-wrapper -->
</section>
<!-- //Section - Home End -->
<!-- Section - About Start -->
<section id="about" class="bg-white-3 pull-up">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-7">
<h2 class="font-family-alt font-weight-700 sm-title-large title-extra-large-2 text-gray-dark-2">
About the event
</h2>
<span class="bg-base-color margin-4 no-margin-bottom no-margin-rl separator-line-extra-thick-long"></span>
<div class="row">
<div class="col-md-12">
<p class="font-family-alt margin-5-5 no-margin-bottom no-margin-rl sm-text-large text-extra-large text-gray-dark-2">
TEDxJMI brings together a collection of doers, thinkers, innovators,
explorers, visionaries, teachers, learners and seeks to illuminate,
inspire, change perceptions, incite action and foster new connections.
</p>
<p class="font-family-alt margin-5-5 no-margin-bottom no-margin-rl sm-text-large text-extra-large text-gray-dark-2">
We are focused on proffering a TED stage to speakers of varied backgrounds
and experiences for inspirational and intellectual acceleration. Our
event strategically allocates a window for collaboration of arts,
sciences, entrepreneurship and women empowerment - ideas that are close
to our central theme: <b>Igniting Minds</b>.
</p>
</div>
<!-- //.col-sm-6 -->
</div>
<!-- //.row -->
</div>
<!-- //.col-sm-6 -->
<div class="col-sm-6 col-md-4 col-md-offset-1 xs-margin-8 xs-no-margin-rl xs-no-margin-bottom">
<div class="testimonial">
<div class="bg-white border border-gray-light border-round padding-5 width-100">
<h4 class="font-weight-700 font-family-alt">
About TEDx
</h4>
<br>
<p class="no-margin text-gray-dark- text-large">
In the spirit of ideas worth spreading, TEDx is a program for local,
self-organized events that bring people together to share a TED-like
experience. At a TEDx event, TEDTalks video and live speakers combine
to spark deep discussion and connection. These local, self-organized
events are branded with TEDx, where x = an independently organized
TED event. The TED Conference provides general guidance for the
TEDx program, but individual TEDx events are self-organized.
</p>
</div>
<!-- //.bg-white -->
</div>
<!-- //.testimonial -->
</div>
<!-- //.col-sm-6 -->
</div>
</div>
<!-- //.container -->
</section>
<!-- //Section - About End -->
<!-- Section - Venue Start -->
<section id="venue" class="bg-cover bg-overlay-black-4 display-table height-100 no-padding width-100">
<div class="display-table-cell vertical-align-middle">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h3 class="display-block font-family-alt font-weight-900 letter-spacing-2 text-uppercase text-white xs-title-extra-large-4 title-extra-large-4">
Venue
</h3>
<br>
<p class="font-family-alt letter-spacing-1 margin-3 no-margin-bottom no-margin-rl text-white xs-title-small title-large text-uppercase font-weight-700">
Dr. M. A. Ansari Auditorium,<br>
Jamia Millia Islamia
</p>
<br>
<a href="https://goo.gl/maps/4Y14DhZe4Fu" target="_blank"
class="btn btn-outline-white sm-btn-medium btn-large margin-4-5 no-margin-bottom no-margin-rl">
View location on map
</a>
</div>
<!-- //.col-md-8 -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</div>
<!-- //.display-table-cell -->
</section>
<!-- //Section - Venue End -->
<!-- Section - Social start -->
<section id="social" class="bg-gray-light-2 pull-up">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="font-family-alt font-weight-700 sm-title-large title-extra-large-2 text-gray-dark-2">
Connect with us
</h2>
<span class="bg-base-color margin-4 no-margin-bottom no-margin-rl separator-line-extra-thick-long"></span>
</div>
</div>
<!-- //.row -->
<br><br>
<div class="row">
<!-- Social Box -->
<div class="features-box col-sm-6 col-md-4">
<div class="border border-gray-light border-round box-shadow-yes position-relative bg-white">
<div class="display-table height-100 no-padding-rl padding-7 width-100">
<div class="display-table-cell no-padding-tb padding-8 vertical-align-middle">
<span class="display-block font-weight-700 letter-spacing-1 text-large text-uppercase margin-4 no-margin-rl no-margin-top text-center">
Facebook
</span>
<!-- Facebook plugin -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.10&appId=203606196348015";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-page" data-href="https://www.facebook.com/tedxjmi/" data-tabs="timeline"
data-small-header="true" data-adapt-container-width="true" data-hide-cover="true"
data-show-facepile="false">
<blockquote cite="https://www.facebook.com/tedxjmi/" class="fb-xfbml-parse-ignore">
<a href="https://www.facebook.com/tedxjmi/">TEDxJMI</a>
</blockquote>
</div>
<!-- //Facebook plugin -->
</div>
<!-- //.display-table-cell -->
</div>
<!-- //.display-table -->
</div>
<!-- //.border -->
</div>
<!-- //Social Box -->
<!-- Social Box -->
<div class="features-box col-sm-6 col-md-4 xs-margin-4 xs-no-margin-rl xs-no-margin-bottom">
<div class="border border-gray-light border-round box-shadow-yes position-relative bg-white">
<div class="display-table height-100 no-padding-rl padding-7 width-100">
<div class="display-table-cell no-padding-tb padding-8 vertical-align-middle">
<span class="display-block font-weight-700 letter-spacing-1 text-large text-uppercase margin-4 no-margin-rl no-margin-top text-center">
Twitter
</span>
<!-- Twitter timeline -->
<a class="twitter-timeline" data-height="493" data-chrome="noheader, nofooter"
data-dnt="true" href="https://twitter.com/TEDx_JMI">Tweets by TEDx_JMI</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<!-- //Twitter timeline -->
</div>
<!-- //.display-table-cell -->
</div>
<!-- //.display-table -->
</div>
<!-- //.border -->
</div>
<!-- //Social Box -->
<!-- Social Box -->
<div class="features-box col-sm-6 col-md-4 sm-margin-4 sm-no-margin-rl sm-no-margin-bottom">
<div class="border border-gray-light border-round box-shadow-yes position-relative bg-white">
<div class="display-table height-100 no-padding-rl padding-7 width-100">
<div class="display-table-cell no-padding-tb padding-8 vertical-align-middle">
<span class="display-block font-weight-700 letter-spacing-1 text-large text-uppercase margin-4 no-margin-rl no-margin-top text-center">
Instagram
</span>
<!-- Instagram posts -->
<script src="https://snapwidget.com/js/snapwidget.js"></script>
<div style="height: 500px; overflow-y: auto">
<iframe src="https://snapwidget.com/embed/428495" class="snapwidget-widget" allowTransparency="true" frameborder="0" style="border:none; width:100%;"></iframe>
</div>
<!-- //Instagram posts -->
</div>
<!-- //.display-table-cell -->
</div>
<!-- //.display-table -->
</div>
<!-- //.border -->
</div>
<!-- //Social Box -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</section>
<!-- //Section - Social end -->
<!-- Section - Event banner start -->
<section id="event-banner" class="bg-white pull-up">
<div class="container">
<div class="row">
<div class="col-sm-4 text-center">
<i class="fa fa-clock-o display-block text-base-color title-extra-large-2"></i>
<span class="display-block font-family-alt font-weight-700 letter-spacing-1 margin-5 no-margin-bottom no-margin-rl text-large text-uppercase">
Date & Time
</span>
<p class="margin-3 font-family-alt no-margin-bottom no-margin-rl title-small text-gray-dark-2">
October 16, 2017<br>
10 AM to 5 PM
</p>
</div>
<!-- //.col-sm-4 -->
<div class="col-sm-4 xs-margin-8 xs-no-margin-bottom xs-no-margin-rl text-center">
<i class="fa fa-map-marker display-block text-base-color title-extra-large-2"></i>
<span class="display-block font-family-alt font-weight-700 letter-spacing-1 margin-5 no-margin-bottom no-margin-rl text-large text-uppercase">
Venue
</span>
<p class="margin-3 font-family-alt no-margin-bottom no-margin-rl title-small text-gray-dark-2">
Dr. M. A. Ansari Auditorium,<br>
Jamia Millia Islamia
</p>
</div>
<!-- //.col-sm-4 -->
<div id="banner-registration" class="col-sm-4 xs-margin-8 xs-no-margin-bottom xs-no-margin-rl text-center">
<a href="/res/insider_guide.pdf" class="btn btn-outline-base-color sm-btn-medium btn-large no-margin-rl">
<span>Download<br>insider guide</span>
</a>
</div>
<!-- //.col-sm-4 -->
</div>
<!-- //.row -->
</div>
</section>
<!-- //Section - Event banner end -->
<!-- Section - Parallax banner start -->
<section id="home-bg-parallax" class="height-50 no-padding overflow-hidden width-100">
<!-- BG Parallax -->
<div class="bg-parallax bg-overlay-black-5 width-100"></div>
<div class="display-table height-100 position-absolute position-top position-left width-100">
<div class="display-table-cell vertical-align-middle">
<div class="container">
<div class="row">
<div class="countdown-timer">
<div class="days">
<span class="value">00</span>
<span class="label">DAYS</span>
</div>
<div class="hours">
<span class="value">00</span>
<span class="label">HOURS</span>
</div>
<div class="minutes">
<span class="value">00</span>
<span class="label">MINS</span>
</div>
<div class="seconds">
<span class="value">00</span>
<span class="label">SEC</span>
</div>
</div>
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</div>
<!-- //.display-table-cell -->
</div>
<!-- //.display-table -->
</section>
<!-- //Section - Parallax banner end -->
<!-- Footer Start -->
<footer class="footer bg-white">
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="footer-logo xs-text-center">
<img src="res/images/logos/light.png" alt="">
</div>
<!-- //.footer-logo -->
<p class="disclaimer xs-text-center">
This independent TEDx event is operated under license from TED.
</p>
<!-- //.disclaimer -->
</div>
<!-- //.col-sm-4 -->
<div class="col-sm-8">
<div class="footer-social text-right">
<ul class="list-inline list-unstyled no-margin xs-text-center xs-title-small title-medium">
<li><a href="https://facebook.com/tedxjmi"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/TEDx_JMI"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://instagram.com/tedxjmi"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
<!-- //.footer-social -->
</div>
<!-- //.col-sm-8 -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</footer>
<!-- //Footer End -->
<!-- Scroll to top -->
<a href="#page-top" class="page-scroll scroll-to-top"><i class="fa fa-angle-up"></i></a>
<!-- jQuery -->
<script src="res/js/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="res/js/bootstrap.min.js"></script>
<!-- Plugins -->
<script src="res/js/pace.min.js"></script>
<script src="res/js/debouncer.min.js"></script>
<script src="res/js/jquery.easing.min.js"></script>
<script src="res/js/jquery.inview.min.js"></script>
<script src="res/js/jquery.matchHeight.js"></script>
<script src="res/js/isotope.pkgd.min.js"></script>
<script src="res/js/imagesloaded.pkgd.min.js"></script>
<script src="res/js/flickity.pkgd.min.js"></script>
<script src="res/js/jquery.magnific-popup.min.js"></script>
<script src="res/js/jquery.validate.min.js"></script>
<!-- BG slideshow -->
<script src="res/js/jquery.flexslider.min.js"></script>
<!-- BG Parallax JS -->
<script src="res/js/TweenMax.min.js"></script>
<script src="res/js/ScrollMagic.min.js"></script>
<script src="res/js/animation.gsap.min.js"></script>
<!-- Theme -->
<script src="res/js/main.js"></script>
<!-- Countdown -->
<script src="res/js/jquery.countdown.min.js"></script>
<script src="res/js/countdown.js"></script>
</body>
</html>