-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
166 lines (124 loc) · 5.66 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
<!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>
<script type="module" src="chrome-extension://ocolkjnalnkdaclepjmkigefcgngkadb/assets/detector.d8bf3127.js"></script>
</head>
<body onload="display()">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<section class="main">
<section class="speakers" id="speakers" style="height:100vh;">
<div class="container">
<div class="row reveal active" id="theme-sect">
<h6 class="mb-3 red-text">TEDX SJCET 2025 (February)</h6>
<div class="col-lg-6 col-md-12 col-sm-12">
<h1>Coming Soon...</h1>
<a href="https://tedxsjcet.github.io/2022/" class="btn btn-lg get-btn" style="
opacity: 0.3;
">
<span style="
color: white;
opacity: 1;
">Previous Year (2022) </span><span><img src="/src/images/Arrow 2-white.png" class="right-arrow"></span>
</a>
</div>
</div>
</div>
<!-- </section> -->
<!-- <section class="spacer" style="background: #000; height: 200px;"></section> -->
<!-- <section class="speakers" id="speakers"> -->
<!--
<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="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! -->
<!-- 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>
<scribe-shadow id="crxjs-ext"
style="position: fixed; width: 0px; height: 0px; top: 0px; left: 0px; z-index: 2147483647; overflow: visible; visibility: visible;"></scribe-shadow>
</body>
</html>