-
Notifications
You must be signed in to change notification settings - Fork 11
/
indextemp.html
733 lines (658 loc) · 33.9 KB
/
indextemp.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
<!DOCTYPE html>
<html lang="en">
<head>
<!-- ========== Meta Tags ========== -->
<meta charset="UTF-8">
<meta name="description" content="TEDx NITKSurathkal">
<meta name="keywords" content="TED, TEDx, TEDxNITKSurathkal, TEDx NITK, NITK, NITK Surathkal">
<meta name="author" content="TEDx NITK Surathkal">
<meta property="og:type" content="website">
<meta property="og:site_name" content="TEDxNITKSurathkal | Ideas Worth Spreading">
<meta property="og:title" content="TEDxNITKSurathkal | Ideas Worth Spreading">
<meta property="og:description"
content="TEDxNITKSurathkal is coming back for Edition 2023! See you on 17th November 2023.">
<meta property="og:url" content="http://www.tedxnitksurathkal.in/">
<meta property="og:image" content="http://www.tedxnitksurathkal.in/assets/img/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- ========== Title ========== -->
<title> TEDxNITKSurathkal</title>
<!-- stylesheet for responsiveness -->
<link rel="stylesheet" href="responsive.css">
<link rel="stylesheet" href="age-as-a-lesn.css">
<!-- ========== Favicon Ico ========== -->
<link rel="icon" href="assets/img/favicon.png">
<!-- Bootstrap 4 CSS -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta/css/bootstrap.min.css"
rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/main.css" rel="stylesheet">
<link rel="stylesheet" href="simba.css">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
</head>
<body>
<header class="header navbar fixed-top navbar-expand-md" style="background-color: black;">
<div class="container">
<a class="navbar-brand logo" href="#">
<img src="assets/img/tedx-white.png" alt="TEDxNITK Surathkal" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#headernav"
aria-expanded="false" aria-label="Toggle navigation">
<i class="ion-navicon"></i>
</button>
<div class="collapse navbar-collapse flex-sm-row-reverse" id="headernav">
<ul class="nav navbar-nav menu">
<li class="nav-item"><a class="nav-link active" href="/"><strong>Home</strong></a></li>
<li class="nav-item"><a class="nav-link" href="./about"><strong>About</strong></a></li>
<li class="nav-item"><a class="nav-link" href="salon"><strong>Salon</strong></a></li>
<li class="nav-item"><a class="nav-link" href="/assets/hakunamatata/theme-page"><strong>Theme</strong></a></li>
<li class="nav-item"><a class="nav-link" href="/past-editions"><strong>Past Editions</strong></a></li>
<li class="nav-item"><a class="nav-link" href="/talk-archives"><strong>Talk Archives</strong></a></li>
<li class="nav-item"><a class="nav-link" href="/team"><strong>Team</strong></a></li>
<li class="nav-item"><a class="nav-link" href="/partners"><strong>Partners</strong></a></li>
<li class="nav-item"><a class="nav-link" href="/contact"><strong>Contact</strong></a></li>
</ul>
</div>
</div>
</header>
<!-- Video Section -->
<section class="video-section">
<!-- Background Video -->
<video autoplay muted loop id="bg-video">
<source src="agevid.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<!-- Foreground Content -->
<div class="overlay-content">
<button class="play-game-button" onclick="window.location.href='assets/hakunamatata/game/main/index.html'" >
Play Game
</button>
</div>
</section>
<section class="pt100 pb100">
<div class="container">
<div class="row justify-content-center">
<div class="col-6 col-md-4">
<div class="icon_box_two">
<i class="ion-ios-calendar-outline"></i>
<div class="content">
<h5 class="box_title">DATE</h5>
<p>
6:00 PM, 2nd February, 2024
</p>
</div>
</div>
</div>
<div class="col-6 col-md-5">
<div class="icon_box_two">
<i class="ion-ios-location-outline"></i>
<div class="content">
<h5 class="box_title">
location
</h5>
<p>
SAC, NITK Surathkal
</p>
</div>
</div>
</div>
<div class="col-6 col-md-3">
<div class="icon_box_two">
<i class="ion-ios-person-outline"></i>
<div class="content">
<h5 class="box_title">
speakers
</h5>
<p>
8
</p>
</div>
</div>
</div>
<!-- <div class="col-6 col-md-3">
<div class="icon_box_two">
<i class="ion-social-youtube-outline"></i>
<div class="content">
<h5 class="box_title">
Registration Link
</h5>
<p>
<u><a href="https://forms.gle/A6HWQZkzZQiCodBE7" target="_blank">Register here</a></u>
</p>
</div>
</div>
</div> -->
</div>
</div>
</section>
<section class="bg-img pt70 pb70" style="background-image: url('assets/img/bg/bg-img.jpg');">
<div class="overlay_dark"></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-10">
<h4 class="mb30 text-center color-light">Counter until the big event</h4>
<div class="countdown"></div>
</div>
</div>
</div>
</section>
<!--
<section class="pt100">
<div class="container">
<div class="section_title">
<h3 class="title">
Introducing
<img src="/assets/img/tedx_salon_white.png" style="display: inline; height: 100px;">
</h3>
</div>
<div class="row justify-content-center">
<div class="col-12 col-md-12">
<p>
For the first time ever, we are hosting a TEDx Salon! TEDx Salons engage the community between main TEDx events, promoting intimate discussion with both speakers as well as your peers. We will be hosting a virtual salon with speakers who will delve deep into their ideas, insights and journey. You can also interact with speakers through a moderated Q&A session. Interested in participating or want to learn more? <a href="/salon.html"><u>Read more on our Salon Page.</u></a>
</p>
</div>
</div>
</div>
</section>
-->
<!--event info -->
<!--about the event -->
<section class="pt100 pb100" style="background-color: #18181c;">
<div class="container">
<div class="section_title">
<h3 class="title">
<span style="color: white; margin-right: 10px;">The</span> <span
style="color: #fbc403; margin-right: 10px;">Experience</span>
<img src="luck_theme_assets/clover3.png" class="tiny_clover" onclick="incrementFortune()" />
</h3>
</div>
<div class="row justify-content-center">
<div class="col-12 col-md-12">
<p>
Fostered by the vision of serving the student community with the most innovative and inspiring
ideas, TEDxNITKSurathkal is a university TEDx event that began at NITK in 2011. Having had many
successful editions in 2011, 2012, 2016, 2018, 2019, 2020, 2021, 2022 and 2023.
TEDxNITKSurathkal is striving for its upcoming annual colloque to explore beyond the conventions
and allow people to rethink their notion of what is possible.
</p>
</div>
</div>
<!--event features-->
<div class="row justify-content-center mt30">
<div class="col-12 col-md-6 col-lg-3">
<div class="icon_box_one">
<i class="lnr lnr-mic"></i>
<div class="content">
<h4 style="color: white">Impactful Ideas</h4>
<p>
We strive to bring forward powerful ideas that challenge the norms and carry the
potential to transform lives.
</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="icon_box_one">
<i class="lnr lnr-users"></i>
<div class="content">
<h4 style="color: white">Community Strength</h4>
<p>
Standing 6000+ strong, our community comprises of curious individuals with an ever
increasing appetite for learning.
</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="icon_box_one">
<i class="lnr lnr-bullhorn"></i>
<div class="content">
<h4 style="color: white">Legacy</h4>
<p>
Ranking amongst the top educational institutes in India, our university adds a key
ingredient in realising our vision.
</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="icon_box_one">
<i class="lnr lnr-map"></i>
<div class="content">
<h4 style="color: white">Location</h4>
<p>
Hugging the Arabian sea along its length, our venue is a welcoming retreat for sparking
up conversations about things that matter.
</p>
</div>
</div>
</div>
</div>
<!--event features end-->
</div>
<!--event features end-->
</section>
<!--about the event end -->
<!--- Our Speakers -->
<section class="pb100" style="background-color: #18181c;">
<div class="container">
<div class="section_title mb50">
<h3 class="title">
<span style="color: white; margin-right: 10px;">our</span>
<span style="color: #fbc403; margin-right: 10px; ">speakers</span>
<img src="luck_theme_assets/clover3.png" class="tiny_clover" onclick="incrementFortune()" />
</h3>
</div>
<div class="row justify-content-center no-gutters" id="speakers"> </div>
<h5 class="title">
</h5>
</section>
<section id="speaker-modals"></section>
<!-- Past Speakers section -->
<section class="bg-black pt100 pb100">
<div class="container">
<div class="section_title mb50">
<h3 class="title" style="color: #ffffff;">
<span style="margin-right: 10px;">Past</span> <span
style="color: #fbc403; margin-right: 10px;">Speakers</span>
<img src="luck_theme_assets/clover3.png" class="tiny_clover" onclick="incrementFortune()" />
</h3>
</div>
<div class="brand_carousel owl-carousel">
</div>
</div>
</section>
<!-- Past Speakers section end-->
<!-- "What is TEDx" Section -->
<section class="pt100 pb100" style="background-color: #18181c;">
<div class="container">
<div class="section_title">
<h3 class="title" style="color: white">
<span style="margin-right: 10px">What is</span> <span
style="color: red; font-weight: bold;">Ted<sup>x</sup></span>
</h3>
<div class="row justify-content-center">
<div class="col-12 col-md-12">
<p>
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 TEDxNITKSurathkal, where x = independently organized TED
event. At our TEDxNITKSurathkal 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. For more information, you can check out <a
href="https://www.ted.com/about/programs-initiatives/tedx-program"
target="_blank"><u>TEDx Program Initiative</u></a>.</p>
</div>
</div>
</div>
</div>
</section>
<!-- "What is TEDx" Section -->
<!-- <hr> -->
<section class="pt100 pb100" style="background-color: #18181c;">
<div class="container">
<div class="section_title">
<h3 class="title" style="color: white">
A Tribute
</h3>
<div class="row justify-content-center">
<div class="col-md-8 col-12">
<p>The TEDxNITKSurathkal team takes this moment to grieve the demise of Govind Jeevan, a bright
student of NITK and one of its long-time proponents. Our deepest condolences go to his
family and friends for the loss of a dear one.</p>
<p>Govind was an active member of the TEDxNITKSurathkal core team and community, with his impact
spanning several editions of the event. He led the way in discovering and propagating ideas
worth spreading.</p>
<p>Our team fondly remembers him for his ability to spot the challenges faced by the NITK
community and his drive to explore and highlight feasible solutions for them. We will
greatly miss his presence and the unique perspectives he brought to the table.</p>
<p>As has been seen with numerous events and initiatives on campus, Govind had an inspiring
effect on the people he worked with, through his work and interactions with fellow students.
At TEDxNITKSurathkal, his contributions ranged from Speaker Curation, Event Website
Management, Merchandise, and Creative Design in the 2019 edition to leading an entire team
for organising the 2020 edition themed ‘Mirrors and Windows’.</p>
<p>He saw worth in reflecting upon the events’ impact on the NITK community and kept
brainstorming ways in which we could derive more value for the community. In one such
instance, he facilitated interactions of students with TEDx speakers beyond the ideas that
were shared on-stage. This quality of going above and beyond to create better outcomes will
continue to inspire our efforts. We greatly valued his guidance even during COVID times as
he helped the 2021 team figure things out.</p>
<p>We would like to express our sincerest thanks to Govind for all of his contributions to
TEDxNITKSurathkal and the rest of NITK, and are mindful of the legacy he leaves behind.</p>
<p>May he rest in peace.</p>
<p><strong>Team TEDxNITKSurathkal</strong></p>
<br><br>
</div>
<div class="col-md-4 col-12">
<img src="assets/img/tribute/govind_tribute.jpg" alt="evento" width="300px" height="300px">
</div>
</div>
</div>
</div>
</section>
<!-- Mailchimp Signup Form -->
<section class="pt50 pb50" style="background-color: red;">
<div class="container">
<div id="contact-form-success" style="display: none;">
<h4>THANK YOU</h4>
</div>
<div id="contact-form">
<form
action="https://gmail.us7.list-manage.com/subscribe/post-json?u=8b2cc0faea38709e307aceffe&id=0b4bdf521a&c=?"
method="get" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate"
target="_blank" novalidate>
<h4>Upcoming Events? Theme Reveal? Speaker List?</h4>
<p>Sign up below to receive latest TEDx NITK news</p>
<div class="row">
<div class="col-sm mc-field-group">
<input type="text" placeholder="First Name" name="FNAME" class="" id="mce-FNAME">
</div>
<div class="col-sm mc-field-group">
<input type="text" placeholder="Last Name" name="LNAME" class="" id="mce-LNAME">
</div>
<div class="col-sm mc-field-group">
<input type="email" placeholder="Email" name="EMAIL" class="required email" id="mce-EMAIL"
data-toggle="popover">
</div>
<div class="col-sm">
<button type="submit" name="subscribe" id="mc-embedded-subscribe">
<span class="label">SUBSCRIBE</span>
<span class="loading"></span>
</button>
</div>
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text"
name="b_8b2cc0faea38709e307aceffe_0b4bdf521a" tabindex="-1" value=""></div>
</form>
</div>
</div>
</section>
<!-- Mailchimp Signup Form -->
<!--footer start -->
<footer>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-4 col-12">
<div class="footer_box">
<div class="footer_header">
<div class="footer_logo">
<img src="assets/img/tedx-white.png" alt="evento">
</div>
</div>
<div class="footer_box_body">
<p>
Fostered by the vision of serving the student community with the most innovative and
inspiring ideas.
</p>
</div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="footer_box">
<div class="footer_header">
<h4 class="footer_title">
Spread the LOVE
</h4>
</div>
<div class="footer_box_body">
<p>
We're on your favourite social media networks! Follow us on:
</p>
<ul class="footer_social">
<li>
<a href="https://www.facebook.com/tedxnitksurathkal2018/"><i
class="ion-social-facebook"></i></a>
</li>
<li>
<a href="https://www.instagram.com/tedxnitksurathkal/?hl=en"><i
class="ion-social-instagram"></i></a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="footer_box">
<div class="footer_header">
<h4 class="footer_title">
gallery
</h4>
</div>
<div class="footer_box_body">
<ul class="instagram_list">
<li>
<a href="assets/img/footer/1.jpg">
<img src="assets/img/footer/1.jpg" alt="TedXNITK">
</a>
</li>
<li>
<a href="assets/img/footer/2.jpg">
<img src="assets/img/footer/2.jpg" alt="TedXNITK">
</a>
</li>
<li>
<a href="assets/img/footer/3.jpg">
<img src="assets/img/footer/3.jpg" alt="TedXNITK">
</a>
</li>
<li>
<a href="assets/img/footer/4.jpg">
<img src="assets/img/footer/4.jpg" alt="TedXNITK">
</a>
</li>
<li>
<a href="assets/img/footer/5.jpg">
<img src="assets/img/footer/5.jpg" alt="TedXNITK">
</a>
</li>
<li>
<a href="assets/img/footer/6.jpg">
<img src="assets/img/footer/6.jpg" alt="TedXNITK">
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<div class="copyright_footer">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-6 col-12">
<p>
Copyright ©
<script>
document.write(new Date().getFullYear());
</script> All rights reserved
|
Made with <i class="ion-heart" aria-hidden="true"></i> by TEDxNITKSurathkal & <a
href="https://colorlib.com" target="_blank">Colorlib</a>
|
This independent TEDx event is operated under license from <a href="https://www.ted.com"
target="_blank">TED</a>.
</p>
</div>
<div class="col-12 col-md-6 ">
<p style="text-align: right;">
<a href="#" onclick="backtotop()">Back to Top <i class="ion-arrow-up-c"
aria-hidden="true"></i></a>
</p>
</div>
</div>
</div>
</div>
<!--footer end -->
<!-- ========== SCRIPTS ========== -->
<!-- Carousel CSS -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css"
rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet">
<link href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css" rel="stylesheet">
<!-- bootstrap -->
<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>
<!--slick carousel -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.0/owl.carousel.min.js"></script>
<!--Counter up -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0.0/jquery.counterup.min.js"></script>
<!--Counter down -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.countdown/2.2.0/jquery.countdown.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.9/jquery.lazy.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.9/jquery.lazy.plugins.min.js"></script>
<!-- Custom js -->
<script src="assets/js/main.js"></script>
<script src="assets/js/title.js"></script>
<script src="assets/js/past-speakers.js"></script>
<script src="assets/js/speakers.js"></script>
<script>
// Create countdown slider
$(function () {
$('.counter').counterUp({
delay: 5,
time: 3000
});
$('.countdown').countdown(new Date("2024-02-02T17:00:00.000+05:30"), function (event) {
$(this).html(
event.strftime("<div>%D <span>Days</span></div><div>%H <span>Hours</span></div><div>%M <span>Minutes</span></div><div>%S <span>Seconds</span></div>")
);
});
});
let n_speakers = speakers.length;
for (let i = 0; i < n_speakers; i++) {
let spk = speakers[i];
let currentTime = new Date();
let show_time = new Date(spk.show_after);
if (currentTime.getTime() < show_time.getTime())
continue;
let modal_id = `spk-${i}`;
let html = `
<div class="col-md-4 col-sm-8">
<div class="speaker_box">
<div class="speaker_img" data-toggle="modal" data-target="#${modal_id}">
<img class="lazy" data-src="./assets/img/speakers/${spk.img_link}" alt=${spk.name}>
<!--
<div class="info_box">
<h5 class="name">${spk.name}</h5>
<p class="position">${spk.title}</p>
</div>
--->
</div>
<div class="speaker_social">
<ul></ul>
</div>
</div>
</div>`;
let description = "<p>" + spk.description.join("</p><p>") + "</p>"
let modalHtml = `
<div class="modal" id=${modal_id} style="top: 15%;">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header text-center" style="background-color: #000;">
<h3 class="modal-title text-center" style="color:#ff0000; width: 100%;">${spk.name}</h3>
<button type="button" class="close" data-dismiss="modal" style="color: #fff;">×</button>
</div>
<div class="modal-body">
<h5 style="width:100%; font-weight: 700;" class="text-center">${spk.title}</h5>
${description}
</div>
</div>
</div>
</div>`;
$('#speakers').append(html);
$('#speaker-modals').append(modalHtml);
}
// Generate past speakers carousel
for (i = 0; i < past_speakers.length; i++) {
speaker = past_speakers[i];
src = 'assets/img/past_editions/' + speaker.image;
// Add <br> before the last word of name
speaker_name_tokens = speaker.name.split(' ');
speaker_name_tokens.splice(-1, 0, '<br>');
html = "<div class='brand_item text-center'><div class='card mx-2 bg-dark' style='height: 100%;'><img class='card-img-top lazy' data-src='" + src + "' alt='" + speaker.name + "' style='display: block; padding-top: 20px; width: auto' height='110'><div class='card-body'><p class='card-text' style='color: #ffffff'>" + speaker_name_tokens.join(' ') + "</p></div></div>";
$('.brand_carousel').append(html);
}
$('.brand_carousel').owlCarousel({
loop: true,
autoplay: true,
smartSpeed: 450,
autoplayHoverPause: false,
dots: false,
nav: false,
responsiveClass: true,
responsive: {
0: {
items: 2
},
600: {
items: 3
},
1000: {
items: 5
}
},
items: 5
});
document.getElementById("mc-embedded-subscribe").addEventListener("click", (event) => {
event.preventDefault()
$('#mc-embedded-subscribe .label').css("display", "none")
$('#mc-embedded-subscribe .loading').css("display", "block")
$.ajax({
type: $('form').attr('methpd'),
url: $('form').attr('action'),
data: $('form').serialize(),
cache: false,
dataType: 'json',
contentType: 'application/json; charset=utf-8',
error: function (err) {
alert("Could not connect to the subscription server. Please try again later.");
},
success: function (data) {
if (data.result == 'success') {
document.activeElement.blur()
$('#contact-form').css("display", "none")
$('#contact-form-success').css("display", "block")
} else {
$('#mc-embedded-subscribe .loading').css("display", "none")
$('#mc-embedded-subscribe .label').css("display", "block")
$("#mce-EMAIL").popover({
content: `${data.msg.split(" <a")[0]}`,
placement: "bottom",
trigger: "focus"
})
$("#mce-EMAIL").focus()
}
}
})
})
$("#mce-EMAIL").on("focusout input", (e) => {
$("#mce-EMAIL").popover("dispose")
})
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script defer src="https://www.googletagmanager.com/gtag/js?id=UA-110715968-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-110715968-3');
function backtotop() {
event.preventDefault();
$('html, body').animate({
scrollTop: 0
}, "slow");
return false;
}
</script>
<script src="luck_theme_script.js"></script>
</body>
</html>