This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
forked from TEDxSJCET/tedxsjcet.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
671 lines (621 loc) · 28.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<!-- Custom CSS -->
<link rel="stylesheet" href="src/stylesheets/navbar.css" />
<link rel="stylesheet" href="src/stylesheets/hero.css" />
<link rel="stylesheet" href="src/stylesheets/main-sect.css" />
<link rel="stylesheet" href="src/stylesheets/about-ted.css" />
<link rel="stylesheet" href="src/stylesheets/speakers.css" />
<link rel="stylesheet" href="src/stylesheets/theme2.css" />
<link rel="stylesheet" href="src/stylesheets/theme-section.css" />
<link rel="stylesheet" href="src/stylesheets/onscroll.css" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/"
crossorigin="anonymous"
/>
<!-- Google 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=Inter:wght@400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="src/stylesheets/pricing.css" />
<link rel="stylesheet" href="src/stylesheets/theme.css" />
<link rel="stylesheet" href="src/stylesheets/footer.css" />
<link rel="stylesheet" href="src/stylesheets/responsive.css" />
<link rel="stylesheet" href="src/stylesheets/preloader.css">
<title>TEDxSJCET</title>
</head>
<body onload="display()">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<section class="preloader">
<lottie-player src="src/lottie/lf30_editor_dngiyfor.json" background="transparent" speed="1" style="width: 400px; height: 400px;" loop autoplay></lottie-player>
</section>
<section class="main d-none">
<section id="hero" class="hero">
<div class="hero" style="width: 100px; height: 200px"></div>
<!-- Navbar -->
<div class="nav-container herro">
<nav>
<img
src="src/images/tedxsjcetwhite.png"
alt="tedxsjcet-logo"
class="nav-logo"
/>
<div class="hamburger" onclick="rotate()">
<div class="line1" id="l1"></div>
<div class="line2" id="l2"></div>
</div>
<!-- Desktop Menu -->
<div class="desktop-nav">
<ul>
<li>
<a href="#theme-sect">THEME</a>
</li>
<li>
<a href="#speaker-sect">SPEAKERS</a>
</li>
<li>
<a href="#theme2">TEDx2018</a>
</li>
<li>
<a href="#pricing">TICKETS</a>
</li>
</ul>
</div>
<!-- Mobile Menu -->
<div class="mobile-nav" id="mob-nav">
<ul id="mob-nav-ul" class="nav-ul-mob">
<li>
<a href="#theme-sect">THEME</a>
</li>
<li>
<a href="#speaker-sect">SPEAKERS</a>
</li>
<li>
<a href="#theme2">TEDx2018</a>
</li>
<li>
<a href="#pricing">TICKETS</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="container">
<!-- Text Section -->
<div class="main-sect">
<h1 id="main-sect-h1">Discover.<br />Rediscover.</h1>
<h5>October 29th, 2022 | SJCET Palai</h5>
<button
class="btn btn-lg get-btn"
onclick="window.location.href='#pricing'"
>
<span>Get Tickets</span
><span
><img src="/src/images/Arrow 2-white.png" class="right-arrow"
/></span>
</button>
<!-- <img src="src/images/Arrow.png" alt="" class="down-arrow" /> -->
<!-- What is TED -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="container">
<div class="white-card" style="max-width: 550px; padding: 20px;">
<p style="margin: 2px">What is TED, anyway?</p>
<h1 style="font-weight: bold; letter-spacing: -2px; font-size: 36px;">The amalgamation of <br> <span style="color: red; "> technology, design and entertainment. </span></h1>
<p>
What can a pencil do for all of us? It can write transcendent poetry, uplifting music, or life-changing equations; it can sketch the future. What can a platform do for all of us? It can give life to untold beauty, convey passion and aspirations in all their fervor. TED is a non-profit global community envisioning the tagline 'ideas worth spreading' through a series of talks with a duration of 18 minutes on variety of subjects that span the fields of technology, entertainment, and design.
</p>
<a href="https://ted.com" class="ted-link">More about TED <i class="fas fa-arrow-right"></i> </a>
</div>
</div>
<section class="speakers" id="speakers">
<div class="container">
<div class="row reveal" id="theme-sect">
<h6 class="mb-3 red-text">THEME</h6>
<div class="col-lg-6 col-md-12 col-sm-12">
<h1>Discover.<br />Rediscover.</h1>
</div>
<div class="col-lg-6 col-md-12 col-sm-12">
<h5>
From one moment to another, memory steps back to rediscover the
past and comprehend the meaning or define its true colors. If we
are to go forward, we must go back to discover and rediscover
certain elements that hinge on our foundations. Our theme hence,
brings light on the need to explore and discuss ideas from
different and novel perspectives. TEDxSJCETPalai is also about a
gentle reminder; to always rediscover one another because we are
forever changing.
</h5>
</div>
</div>
</div>
<!-- </section> -->
<!-- <section class="spacer" style="background: #000; height: 200px;"></section> -->
<!-- <section class="speakers" id="speakers"> -->
<div class="container reveal">
<div class="row">
<h6 class="mb-3 red-text" id="speaker-sect">SPEAKERS</h6>
<h1 id="speaker-head">The Stellar Lineup</h1>
<h5 class="st-subtext">
We present to you some of the most flamboyant and remarkable
individuals who epitomize passion and perseverance to inspire, uplift
and empower you.
</h5>
</div>
<div class="row">
<div class="row1 row">
<div
class="col-lg-3 col-md-6 speaker-card d-flex justify-content-center reveal"
>
<div
class="card mx-2 my-2 mx-2 my-2"
onmouseenter="mouseEnter('1')"
onmouseleave="mouseLeave('1')"
>
<img class="card-img-top" id="card-img-1"
src="src/images/Krishna.jpg"Card image cap">
<div class="social-icons d-none" id="social-icn-1">
<div
class="icn d-flex justify-content-center align-items-center"
>
<img src="src/images/icons/linkedin.png" alt="" />
</div>
</div>
<div class="card-body">
<h1 class="card-title">Krishna Teja Mylavarapu IAS</h1>
<h5 class="card-text">District Collector, Alappuzha</h5>
</div>
</div>
</div>
<div
class="col-lg-3 col-md-6 speaker-card d-flex justify-content-center reveal"
>
<div
class="card mx-2 my-2"
onmouseenter="mouseEnter('2')"
onmouseleave="mouseLeave('2')"
>
<img class="card-img-top" id="card-img-2"
src="src/images/Govind.jpg"Card image cap">
<div class="social-icons d-none" id="social-icn-2">
<div
class="icn-1 d-flex justify-content-center align-items-center"
>
<img src="src/images/icons/globe.png" alt="" />
</div>
<div
class="icn-2 d-flex justify-content-center align-items-center"
>
<img src="src/images/icons/instagram.png" alt="" />
</div>
</div>
<div class="card-body">
<h1 class="card-title">Govind Padmasoorya</h1>
<h5 class="card-text">Actor, TV Host, Singer, Youtuber</h5>
</div>
</div>
</div>
<div
class="col-lg-3 col-md-6 speaker-card d-flex justify-content-center reveal"
>
<div
class="card mx-2 my-2"
onmouseenter="mouseEnter('3')"
onmouseleave="mouseLeave('3')"
>
<img class="card-img-top" id="card-img-3"
src="src/images/Aswathy.jpg"Card image cap">
<div class="social-icons d-none" id="social-icn-3">
<div
class="icn-1 d-flex justify-content-center align-items-center"
>
<img src="src/images/icons/globe.png" alt="" />
</div>
<div
class="icn-2 d-flex justify-content-center align-items-center"
>
<img src="src/images/icons/instagram.png" alt="" />
</div>
</div>
<div class="card-body">
<h1 class="card-title">Aswathy Sreekanth</h1>
<h5 class="card-text">
Actor, TV Host, RJ, Youtuber, Writer, Lyricist
</h5>
</div>
</div>
</div>
<div
class="col-lg-3 col-md-6 speaker-card d-flex justify-content-center reveal"
>
<div
class="card mx-2 my-2"
onmouseenter="mouseEnter('4')"
onmouseleave="mouseLeave('4')"
>
<img class="card-img-top" id="card-img-4"
src="src/images/Bipin.jpg"Card image cap">
<div class="social-icons d-none" id="social-icn-4">
<div
class="icn-1 d-flex justify-content-center align-items-center"
>
<img src="src/images/icons/globe.png" alt="" />
</div>
<div
class="icn-2 d-flex justify-content-center align-items-center"
>
<img src="src/images/icons/facebook.png" alt="" />
</div>
</div>
<div class="card-body">
<h1 class="card-title">Bipin Chandran</h1>
<h5 class="card-text">Writer, Screenwriter</h5>
</div>
</div>
</div>
</div>
<div class="row2 row">
<div class="col-lg-1 col-md-0 col-sm-0"></div>
<div
class="col-lg-3 col-md-6 speaker-card d-flex justify-content-center reveal"
>
<div
class="card mx-2 my-2"
onmouseenter="mouseEnter('5')"
onmouseleave="mouseLeave('5')"
>
<img class="card-img-top" id="card-img-5"
src="src/images/Kannan.jpg"Card image cap">
<div class="social-icons d-none" id="social-icn-5">
<div
class="icn-1 d-flex justify-content-center align-items-center"
>
<img src="src/images/icons/instagram.png" alt="" />
</div>
<div
class="icn-2 d-flex justify-content-center align-items-center"
>
<img src="src/images/icons/youtube.png" alt="" />
</div>
</div>
<div class="card-body">
<h1 class="card-title">Dr. Kannan R</h1>
<h5 class="card-text">Mentalist, Hypnotist, Doctor</h5>
</div>
</div>
</div>
<div
class="col-lg-3 col-md-6 speaker-card d-flex justify-content-center reveal"
>
<div
class="card mx-2 my-2"
onmouseenter="mouseEnter('6')"
onmouseleave="mouseLeave('6')"
>
<img class="card-img-top" id="card-img-6"
src="src/images/Shruthi.jpg"Card image cap">
<div class="social-icons d-none" id="social-icn-6">
<div
class="icn d-flex justify-content-center align-items-center"
>
<img src="src/images/icons/linkedin.png" alt="" />
</div>
</div>
<div class="card-body">
<h1 class="card-title">Shruthi T</h1>
<h5 class="card-text">Entrepreneur</h5>
</div>
</div>
</div>
<div
class="sp-card-7 col-lg-3 col-md-6 col-sm-12 speaker-card d-flex justify-content-center reveal"
>
<div
class="card mx-2 my-2"
onmouseenter="mouseEnter('7')"
onmouseleave="mouseLeave('7')"
>
<img class="card-img-top" id="card-img-7"
src="src/images/Sibi.jpg"Card image cap">
<div class="social-icons d-none" id="social-icn-7">
<div
class="icn d-flex justify-content-center align-items-center"
>
<img src="src/images/icons/linkedin.png" alt="" />
</div>
</div>
<div class="card-body">
<h1 class="card-title">Sibi K Thomas</h1>
<h5 class="card-text">Traveller</h5>
</div>
</div>
</div>
<div class="col-lg-1 col-md-0 col-sm-0"></div>
</div>
</div>
</div>
<!--
<main class="page-content speaker-cards">
<div class="card mx-2 my-2">
<div class="content">
<h2 class="title">Mountain View</h2>
<p class="copy">Check out all of these gorgeous mountain trips with beautiful views of, you guessed it, the mountains</p>
<button class="btn">View Trips</button>
</div>
</div>
<div class="card mx-2 my-2">
<div class="content">
<h2 class="title">To The Beach</h2>
<p class="copy">Plan your next beach trip with these fabulous destinations</p>
<button class="btn">View Trips</button>
</div>
</div>
<div class="card mx-2 my-2">
<div class="content">
<h2 class="title">Desert Destinations</h2>
<p class="copy">It's the desert you've always dreamed of</p>
<button class="btn">Book Now</button>
</div>
</div>
<div class="card mx-2 my-2">
<div class="content">
<h2 class="title">Explore The Galaxy</h2>
<p class="copy">Seriously, straight up, just blast off into outer space today</p>
<button class="btn">Book Now</button>
</div>
</div>
</main> -->
</section>
<section
class="spacer"
style="background: linear-gradient(#110303, black); height: 100px"
></section>
<section class="theme2" id="theme2">
<div class="overlay">
<h1 class="text-center reveal">Glimpses from the past</h1>
<p class="glimpse-text text-center reveal" style="color: rgb(222, 222, 222)">
Existence is a series of footnotes to a vast, obscure, unfinished
masterpiece. To bring out the true essence of ideas to reflect and
transform each other, the first edition of TEDxSJCETPalai was held
that focused on the theme: Ellipsis. Ellipsis is used to define an
unfinished thought about an object or a person, or a certain idea
about either of them. It encourages us to focus intently on our
unfinished thoughts and take the steps necessary to achieve a
successful outcome.
</p>
<a
id="play-video"
class="video-play-button"
href="https://www.youtube.com/playlist?list=PLsRNoUx8w3rPSsgAZ-jz7fynCijnZRT03"
>
<span></span>
</a>
<div id="video-overlay" class="video-overlay"></div>
<!-- <div id="video-overlay" class="video-overlay">
<a class="video-overlay-close">×</a>
</div> -->
</div>
<div class="wrapper">
<video autoplay loop muted class="wrapper__video">
<source src="src/video/tedx.mp4" />
</video>
</div>
</section>
<!--
<section class="theme">
<div id="video-container">
<video preload="auto" autoplay loop muted width="1440" height="810">
<source src="https://vectorform.com/wp-content/themes/vectorform/videos/about.mp4" type="video/mp4">
<source src="https://vectorform.com/wp-content/themes/vectorform/videos/about.webm" type="video/webm">
<source src="https://vectorform.com/wp-content/themes/vectorform/videos/about.ogv" type="video/ogv">
</video>
</div>
<div class="overlay">
<div class="overlay__inner">
<h2>Fullscreen HTML5 Background Video</h2>
<p>
Utilizes Javascript to create cover effect and updates on resize. Modernizr determines an image fallback for touch devices.
</p>
</div>
</div>
</section>
-->
<!-- Pricing card -->
<!-- This snippet uses Font Awesome 5 Free as a dependency. You can download it at fontawesome.io! -->
<section class="pricing py-5" id="pricing">
<h1 class="text-center my-2 reveal">Find your groove.</h1>
<h5 class="text-center mb-5 reveal">One price. Limitless insights.</h5>
<div class="container reveal">
<div class="row justify-content-center">
<!-- Free Tier -->
<
<!-- Plus Tier -->
<div class="col-lg-4">
<div class="card mx-2 my-2 mb-5 mb-lg-0">
<div class="card-body">
<h5 class="card-title text-muted text-uppercase text-center">
All access included
</h5>
<h6 class="card-price text-center">
₹ 1,000<span class="period">/participant</span>
</h6>
<hr />
<ul class="fa-ul">
<li>
<span class="fa-li"><i class="fas fa-check"></i></span
><strong>Access to TEDxSJCETPalai</strong>
</li>
<li>
<span class="fa-li"><i class="fas fa-check"></i></span
>Exciting swags
</li>
<li>
<span class="fa-li"><i class="fas fa-check"></i></span
>Opportunity to interact and network
</li>
<li>
<span class="fa-li"><i class="fas fa-check"></i></span>Lunch
and refreshments
</li>
<!-- <li class="text-muted"><span class="fa-li"><i class="fas fa-times"></i></span>Monthly Status
Reports</li> -->
</ul>
<br><br>
<div class="d-grid">
<a
href="#"
class="btn btn-primary text-uppercase"
target="_blank" style="background-color: #ccc"
>Sold out!</a
>
</div>
</div>
</div>
</div>
</div>
</div>
<svg id="mesh" data-theme="dark" viewBox="0 0 1371 131" xmlns="http://www.w3.org/2000/svg" class="css-54dvsu"><g opacity="0.12"><path fill-rule="evenodd" clip-rule="evenodd" d="M1283.29 61.2456L1370.47 107.883L1369.53 109.646L1279.05 61.2456H1087.11L1171.44 125.875L1170.22 127.462L1083.82 61.2456H922.641L975.373 128.246H1368.48V131.246H2.4845V128.246H192.484L279.477 61.2456H75.3353L1.45309 99.0025L0.542969 97.2216L70.9403 61.2456H2.4845V59.2456H74.8539L186.391 2.24561H2.4845V0.245605H1007.18L1007.3 0.0880319L1007.51 0.245605H1168.67L1168.8 0L1169.26 0.245605H1368.48V2.24561H1173L1279.55 59.2456H1368.48V61.2456H1283.29ZM1275.31 59.2456L1168.76 2.24561H1010.12L1084.5 59.2456H1275.31ZM1081.21 59.2456L1006.83 2.24561H876.205L921.067 59.2456H1081.21ZM918.522 59.2456L873.796 2.41838L874.015 2.24561H777.385L797.8 59.2456H918.522ZM795.676 59.2456L775.26 2.24561H603.759L603.9 2.31296L576.697 59.2456H795.676ZM796.392 61.2456L820.389 128.246H543.728L575.742 61.2456H796.392ZM822.513 128.246L798.517 61.2456H920.096L972.828 128.246H822.513ZM187.953 3.69316L187.213 2.24561H356.083L282.073 59.2456H79.2488L187.953 3.69316ZM357.608 3.59496L356.569 2.24561H485.937L440.961 59.2456H285.351L357.608 3.59496ZM488.283 2.50128L487.959 2.24561H601.716L574.481 59.2456H443.508L488.283 2.50128ZM441.93 61.2456H573.525L541.596 128.069L541.964 128.246H389.063L441.93 61.2456ZM439.382 61.2456L386.515 128.246H195.761L282.754 61.2456H439.382Z" fill="url(#paint0_linear_3597_5639)" style="mix-blend-mode:multiply"></path></g><rect x="220.999" y="59.7456" width="931" height="1" fill="#111" fill-opacity="0.6"></rect><defs><linearGradient id="paint0_linear_3597_5639" x1="1391" y1="65.7452" x2="52.5002" y2="65.7453" gradientUnits="userSpaceOnUse"><stop stop-color="white" stop-opacity="0"></stop><stop offset="0.403742" stop-color="white" stop-opacity="0.505556"></stop><stop offset="0.479167" stop-color="white" stop-opacity="0.6"></stop><stop offset="1" stop-color="white" stop-opacity="0"></stop></linearGradient><linearGradient id="paint1_linear_3597_5639" x1="184.406" y1="62.9607" x2="184.556" y2="72.6672" gradientUnits="userSpaceOnUse"><stop stop-color="#191A1B"></stop><stop offset="0.3125" stop-color="#18434E"></stop><stop offset="0.697917" stop-color="#6C2F73"></stop><stop offset="1" stop-color="#191A1B"></stop></linearGradient></defs></svg>
</section>
<!-- Footer -->
<footer class="footer-section">
<div class="container">
<div class="footer-cta pt-5 pb-5">
<div class="row reveal">
<div class="col-xl-4 col-md-4 mb-4">
<div class="single-cta">
<div class="contact-icon">
<i class="fas fa-phone"></i>
</div>
<a href="tel:+919074994391">
<div class="cta-text">
<h4>Call us</h4>
<span>+919074994391</span>
</div>
</a>
<
</div>
</div>
<div class="col-xl-4 col-md-4 mb-4">
<div class="single-cta">
<div class="contact-icon">
<i class="far fa-envelope-open"></i>
</div>
<a href="mailto:[email protected]">
<div class="cta-text">
<h4>Send an email</h4>
<span>[email protected]</span>
</a>
</div>
</div>
</div>
<div class="col-xl-4 col-md-4 mb-30">
<div class="single-cta">
<div class="contact-icon">
<i class="fas fa-map-marker-alt"></i>
</div>
<a href="https://g.page/SJCETPALA?share">
<div class="cta-text">
<h4>Find us</h4>
<span
>St.Joseph’s College of Engineering and Technology,Palai,<br />
Choondacherry P.O,<br />
Palai, Kottayam 686 579,<br>
Kerala,India.
</span>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="footer-content pt-5 pb-5">
<div class="row reveal">
<div class="col-xl-6 col-lg-6 mb-50">
<div class="footer-widget">
<div class="footer-logo">
<a href="index.html"
><img
src="src/images/tedxsjcetwhite.png"
class="img-fluid"
alt="logo"
/></a>
<p style="color: rgb(221, 221, 221); margin-top: 20px; letter-spacing: -0.5px">This independent TEDx event is<br> operated under license from TED</p>
</div>
<div class="footer-social-icon">
<a href="https://www.facebook.com/tedxsjcetpalai"
><i class="fab fa-facebook-f"></i
></a>
<a href="https://www.twitter.com/tedxsjcetpalai"
><i class="fab fa-twitter"></i
></a>
<a
href="https://www.youtube.com/playlist?list=PLsRNoUx8w3rPSsgAZ-jz7fynCijnZRT03"
><i class="fab fa-youtube"></i
></a>
<a href="https://www.instagram.com/tedxsjcetpalai/"
><i class="fab fa-instagram"></i
></a>
</div>
</div>
</div>
<!-- <div class="col-xl-6 col-lg-6 col-md-6 mb-30">
<div class="footer-widget">
<div class="footer-widget-heading">
<h3>Useful Links</h3>
</div>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">about</a></li>
<li><a href="#">services</a></li>
<li><a href="#">portfolio</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Our Services</a></li>
<li><a href="#">Expert Team</a></li>
<li><a href="#">Contact us</a></li>
<li><a href="#">Latest News</a></li>
</ul>
</div>
</div> -->
</div>
</div>
</div>
<div class="copyright-area">
<p class="footer-credits">Crafted with ❤️ by <a class="bio-link" target="_blank" href="https://www.linkedin.com/in/rajatmathew/">Rajat</a> & <a class="bio-link" target="_blank" href="https://reenphygeorge.github.io/portfolio">Reenphy</a></p>
</div>
</footer>
</section>
<!-- Bootstrap Scripts -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
<script src="src/scripts/nav.js"></script>
<script src="src/scripts/speakers.js"></script>
<script src="src/scripts/theme.js"></script>
<script src="src/scripts/onscroll.js"></script>
<script src="src/scripts/preloader.js"></script>
</body>
</html>