-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlive.html
More file actions
371 lines (330 loc) · 32 KB
/
live.html
File metadata and controls
371 lines (330 loc) · 32 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IGNITE 3.0 Live</title>
<link rel="apple-touch-icon" sizes="180x180" href="assets/favico/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favico/favicon-16x16.png">
<link rel="manifest" href="assets/favico/site.webmanifest">
<!-- <link rel="stylesheet" href="./modal.css" /> -->
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<style>
* {
padding: 0;
margin: 0;
}
html,
body {
/* overflow: hidden; */
cursor: pointer !important;
}
body {
background: linear-gradient(144.69deg, #F6BF4A 1.56%, #EC622D 35.7%, #DC395E 64.16%, #C04D95 92.61%);
}
iframe {
z-index: 20;
position: absolute;
width: 50%;
height: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.bottom {
position: fixed;
bottom: 0;
}
@media screen and (max-width: 980px) {
iframe {
width: 100%;
}
}
canvas {
z-index: -1;
}
#back {
min-height: 100vh;
}
h1 {
font-family: "Integral CF", "Circular Std", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 120px;
line-height: 87%;
/* or 104px */
text-align: center;
color: #FFFFFF;
/* mix-blend-mode: overlay; */
margin: 40px 30px 0 30px;
}
h1:nth-child(odd) {
mix-blend-mode: overlay;
}
.eventsFlowLive {
display: flex;
flex-direction: row;
}
.bEl {
animation: AlL 15s linear infinite;
}
@keyframes AlL {
0% {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
}
</style>
<div class="navbar ">
<a class="item" href="javascript:void(0)" onclick="toggleNav()" style="z-index: 99999;">EVENTS</a>
<a class="item" href="./#sponsors">SPONSORS</a>
<a class="item" href="./#about">ABOUT</a>
<a class="item" href="./#contact">CONTACT</a>
</div>
<div class="swipe swipe1"></div>
<div class="swipe swipe2"></div>
<div class="swipe swipe3"></div>
<div class="mobileNavbar" onclick="toggleNav()">
<svg width="16" height="10" viewBox="0 0 16 10">
<title>Open mobile navigation</title>
<g fill="var(--knockoutColor)" fill-rule="evenodd">
<rect y="8" width="16" height="2" rx="1"></rect>
<rect y="4" width="16" height="2" rx="1"></rect>
<rect width="16" height="2" rx="1"></rect>
</g>
</svg>
</div>
<div class="displayNavContainer">
<div class="display-nav" id="display-nav">
<div onclick="toggleNav()"> <svg width="40" height="40" viewBox="0 0 40 40">
<title>Close mobile navigation</title>
<path
d="M25.6 14.3a1 1 0 0 1 0 1.4l-4.24 4.25 4.25 4.24a1 1 0 1 1-1.42 1.42l-4.24-4.25-4.24 4.25a1 1 0 0 1-1.42-1.42l4.25-4.24-4.25-4.24a1 1 0 0 1 1.42-1.42l4.24 4.25 4.24-4.25a1 1 0 0 1 1.42 0z"
fill="#8898AA" fill-rule="evenodd"></path>
</svg>
</div>
<div class="event-header">
<a class="flex row" onclick="toggleNav()" href="./sparkathon.html">
<img src="./assets/nav/sparkathon-logo-1.svg">
<div>
<h2>Spârkâthon</h2>
<h3>A beginner friendly 4-day hackathon.</h3>
</div>
</a>
</div>
<div class="event-header">
<a class="flex row" onclick="toggleNav()" href="./gaming.html">
<img src="./assets/nav/gaming-logo-1.svg">
<div>
<h2>Gâmïng</h2>
<h3>Game with Valorant like a boss.</h3>
</div>
</a>
</div>
<div class="event-header">
<a class="flex row" onclick="toggleNav()" href="./techtalks.html">
<img src="./assets/nav/techtalks-logo-1.svg">
<div>
<h2>Têch Talkš</h2>
<h3>Incredible speakers with incredible insights.</h3>
</div>
</a>
</div>
<div class="event-header">
<a class="flex row" onclick="toggleNav()" href="./MaaS.html">
<img src="./assets/nav/maas-logo-1.svg">
<div>
<h2>Mêmê-as-a-Sêrvicê</h2>
<h3>Market your ideas like a meme lord.</h3>
</div>
</a>
</div>
<div class="event-header">
<a class="flex row" onclick="toggleNav()" href="./creative-competition.html">
<img src="./assets/nav/gocreative-logo-1.svg">
<div>
<h2>Gø Crêative</h2>
<h3>Create something beautiful based on a theme.</h3>
</div>
</a>
</div>
<div class="event-header">
<a class="flex row" onclick="toggleNav()" href="./tech-tales.html">
<img src="./assets/nav/techtales-logo-1.svg">
<div>
<h2>Têch Tåles</h2>
<h3>Write sci-fi stories.</h3>
</div>
</a>
</div>
<div class="event-header">
<a class="flex row" onclick="toggleNav()" href="./blockbuster-crypto.html">
<img src="./assets/nav/blockbustercrypto-logo-1.svg">
<div>
<h2>Bløckbustêr Cryptø</h2>
<h3>Learn ciphers along with help from Bollywood.</h3>
</div>
</a>
</div>
</div>
</div>
<div id="live" class="eventsFlowLive">
<h1 class="bEl"><svg width="953" height="90" viewBox="0 0 953 90" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:overlay">
<path
d="M0.444531 87H29.9445V45.3H32.6445L57.6445 87H91.5445V3H62.0445V44.7H59.2445L35.0445 3H0.444531V87ZM98.0617 87H126.862V54.2H129.162L137.362 87H159.562L167.762 54.2H170.062V87H198.862V3H160.862L149.562 47.2H147.362L136.062 3H98.0617V87ZM205.405 87H235.605V3H205.405V87ZM333.602 39.9H287.902V54.6H304.502C301.602 63.4 291.802 63.7 289.002 63.7C278.802 63.7 270.702 56.5 270.702 45C270.702 33.4 278.602 26.3 289.902 26.3C297.502 26.3 302.202 30.2 303.402 33.2H333.502C330.602 10.1 309.602 0.199997 289.202 0.199997C259.502 0.199997 240.702 17.9 240.702 45C240.702 72.1 260.602 89.8 286.502 89.8C301.102 89.8 311.402 84.2 317.302 76.6H317.602L318.002 87H333.602V39.9ZM340.64 87H370.14V45.3H372.84L397.84 87H431.74V3H402.24V44.7H399.44L375.24 3H340.64V87ZM438.257 87H468.457V3H438.257V87ZM564.354 3H474.554V28.2H504.254V87H534.554V28.2H564.354V3ZM570.327 87H647.627V62.8H600.527V54.7H645.827V35.3H600.527V27.1H647.627V3H570.327V87ZM654.234 87H728.034V61.8H684.434V3H654.234V87ZM734.859 87H765.059V3H734.859V87ZM798.955 87H841.355L871.755 3H840.455L821.755 58.6H818.555L799.855 3H768.655L798.955 87ZM875.249 87H952.549V62.8H905.449V54.7H950.749V35.3H905.449V27.1H952.549V3H875.249V87Z"
fill="white" />
</g>
</svg>
</h1>
<!-- <h1 class="bEl"><svg width="984" height="90" viewBox="0 0 984 90" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M47.7789 89.8C69.1789 89.8 90.6789 80.5 92.9789 50.7H64.1789C62.2789 59.6 56.3789 63.7 47.7789 63.7C38.0789 63.7 30.1789 56.5 30.1789 45C30.1789 33.4 38.0789 26.3 47.7789 26.3C56.3789 26.3 62.2789 30.4 64.1789 39.1H92.9789C90.6789 9.5 68.8789 0.199997 47.7789 0.199997C19.0789 0.199997 0.178906 17.9 0.178906 45C0.178906 72.1 19.0789 89.8 47.7789 89.8ZM145.913 89.8C175.313 89.8 194.013 72.1 194.013 45C194.013 17.9 175.313 0.199997 145.913 0.199997C116.613 0.199997 97.9133 17.9 97.9133 45C97.9133 72.1 116.613 89.8 145.913 89.8ZM145.913 63.7C136.313 63.7 127.913 57.2 127.913 45C127.913 32.8 136.313 26.3 145.913 26.3C155.613 26.3 163.913 32.8 163.913 45C163.913 57.2 155.613 63.7 145.913 63.7ZM199.14 87H227.94V54.2H230.24L238.44 87H260.64L268.84 54.2H271.14V87H299.94V3H261.94L250.64 47.2H248.44L237.14 3H199.14V87ZM306.484 87H336.684V3H306.484V87ZM343.28 87H372.78V45.3H375.48L400.48 87H434.38V3H404.88V44.7H402.08L377.88 3H343.28V87ZM532.298 39.9H486.598V54.6H503.198C500.298 63.4 490.498 63.7 487.698 63.7C477.498 63.7 469.398 56.5 469.398 45C469.398 33.4 477.298 26.3 488.598 26.3C496.198 26.3 500.898 30.2 502.098 33.2H532.198C529.298 10.1 508.298 0.199997 487.898 0.199997C458.198 0.199997 439.398 17.9 439.398 45C439.398 72.1 459.298 89.8 485.198 89.8C499.798 89.8 510.098 84.2 515.998 76.6H516.298L516.698 87H532.298V39.9ZM606.485 89.8C636.185 89.9 650.585 80.9 650.585 62.1C650.585 38.1 626.585 38.4 609.685 35.6L600.885 34.2C595.185 33.3 594.485 30.5 594.485 29.1C594.485 26.1 597.585 23.7 606.085 23.7C615.985 23.7 620.285 26.7 621.185 31.6H648.185C648.885 6.6 631.585 0.199997 606.785 0.199997C578.985 0.199997 565.485 10.6 565.485 27.5C565.485 50.1 585.685 51.2 601.485 53.7L612.485 55.4C620.085 56.4 620.485 59.2 620.485 60.8C620.485 63.8 616.285 66.4 606.485 66.3C595.085 66.1 590.885 63.2 590.685 58.2H563.585C562.685 80.7 576.385 89.7 606.485 89.8ZM701.851 89.8C731.251 89.8 749.951 72.1 749.951 45C749.951 17.9 731.251 0.199997 701.851 0.199997C672.551 0.199997 653.851 17.9 653.851 45C653.851 72.1 672.551 89.8 701.851 89.8ZM701.851 63.7C692.251 63.7 683.851 57.2 683.851 45C683.851 32.8 692.251 26.3 701.851 26.3C711.551 26.3 719.851 32.8 719.851 45C719.851 57.2 711.551 63.7 701.851 63.7ZM802.632 89.8C832.032 89.8 850.732 72.1 850.732 45C850.732 17.9 832.032 0.199997 802.632 0.199997C773.332 0.199997 754.632 17.9 754.632 45C754.632 72.1 773.332 89.8 802.632 89.8ZM802.632 63.7C793.032 63.7 784.632 57.2 784.632 45C784.632 32.8 793.032 26.3 802.632 26.3C812.332 26.3 820.632 32.8 820.632 45C820.632 57.2 812.332 63.7 802.632 63.7ZM855.859 87H885.359V45.3H888.059L913.059 87H946.959V3H917.459V44.7H914.659L890.459 3H855.859V87ZM968.376 88.6C976.476 88.6 983.276 81.9 983.276 74C983.276 66 976.476 59.3 968.376 59.3C960.376 59.3 953.576 66 953.576 74C953.576 81.9 960.376 88.6 968.376 88.6Z"
fill="white" />
</svg>
</h1> -->
<h1 class="bEl"><svg width="953" height="90" viewBox="0 0 953 90" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:overlay">
<path
d="M0.444531 87H29.9445V45.3H32.6445L57.6445 87H91.5445V3H62.0445V44.7H59.2445L35.0445 3H0.444531V87ZM98.0617 87H126.862V54.2H129.162L137.362 87H159.562L167.762 54.2H170.062V87H198.862V3H160.862L149.562 47.2H147.362L136.062 3H98.0617V87ZM205.405 87H235.605V3H205.405V87ZM333.602 39.9H287.902V54.6H304.502C301.602 63.4 291.802 63.7 289.002 63.7C278.802 63.7 270.702 56.5 270.702 45C270.702 33.4 278.602 26.3 289.902 26.3C297.502 26.3 302.202 30.2 303.402 33.2H333.502C330.602 10.1 309.602 0.199997 289.202 0.199997C259.502 0.199997 240.702 17.9 240.702 45C240.702 72.1 260.602 89.8 286.502 89.8C301.102 89.8 311.402 84.2 317.302 76.6H317.602L318.002 87H333.602V39.9ZM340.64 87H370.14V45.3H372.84L397.84 87H431.74V3H402.24V44.7H399.44L375.24 3H340.64V87ZM438.257 87H468.457V3H438.257V87ZM564.354 3H474.554V28.2H504.254V87H534.554V28.2H564.354V3ZM570.327 87H647.627V62.8H600.527V54.7H645.827V35.3H600.527V27.1H647.627V3H570.327V87ZM654.234 87H728.034V61.8H684.434V3H654.234V87ZM734.859 87H765.059V3H734.859V87ZM798.955 87H841.355L871.755 3H840.455L821.755 58.6H818.555L799.855 3H768.655L798.955 87ZM875.249 87H952.549V62.8H905.449V54.7H950.749V35.3H905.449V27.1H952.549V3H875.249V87Z"
fill="white" />
</g>
</svg>
</h1>
<!-- <h1 class="bEl"><svg width="984" height="90" viewBox="0 0 984 90" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M47.7789 89.8C69.1789 89.8 90.6789 80.5 92.9789 50.7H64.1789C62.2789 59.6 56.3789 63.7 47.7789 63.7C38.0789 63.7 30.1789 56.5 30.1789 45C30.1789 33.4 38.0789 26.3 47.7789 26.3C56.3789 26.3 62.2789 30.4 64.1789 39.1H92.9789C90.6789 9.5 68.8789 0.199997 47.7789 0.199997C19.0789 0.199997 0.178906 17.9 0.178906 45C0.178906 72.1 19.0789 89.8 47.7789 89.8ZM145.913 89.8C175.313 89.8 194.013 72.1 194.013 45C194.013 17.9 175.313 0.199997 145.913 0.199997C116.613 0.199997 97.9133 17.9 97.9133 45C97.9133 72.1 116.613 89.8 145.913 89.8ZM145.913 63.7C136.313 63.7 127.913 57.2 127.913 45C127.913 32.8 136.313 26.3 145.913 26.3C155.613 26.3 163.913 32.8 163.913 45C163.913 57.2 155.613 63.7 145.913 63.7ZM199.14 87H227.94V54.2H230.24L238.44 87H260.64L268.84 54.2H271.14V87H299.94V3H261.94L250.64 47.2H248.44L237.14 3H199.14V87ZM306.484 87H336.684V3H306.484V87ZM343.28 87H372.78V45.3H375.48L400.48 87H434.38V3H404.88V44.7H402.08L377.88 3H343.28V87ZM532.298 39.9H486.598V54.6H503.198C500.298 63.4 490.498 63.7 487.698 63.7C477.498 63.7 469.398 56.5 469.398 45C469.398 33.4 477.298 26.3 488.598 26.3C496.198 26.3 500.898 30.2 502.098 33.2H532.198C529.298 10.1 508.298 0.199997 487.898 0.199997C458.198 0.199997 439.398 17.9 439.398 45C439.398 72.1 459.298 89.8 485.198 89.8C499.798 89.8 510.098 84.2 515.998 76.6H516.298L516.698 87H532.298V39.9ZM606.485 89.8C636.185 89.9 650.585 80.9 650.585 62.1C650.585 38.1 626.585 38.4 609.685 35.6L600.885 34.2C595.185 33.3 594.485 30.5 594.485 29.1C594.485 26.1 597.585 23.7 606.085 23.7C615.985 23.7 620.285 26.7 621.185 31.6H648.185C648.885 6.6 631.585 0.199997 606.785 0.199997C578.985 0.199997 565.485 10.6 565.485 27.5C565.485 50.1 585.685 51.2 601.485 53.7L612.485 55.4C620.085 56.4 620.485 59.2 620.485 60.8C620.485 63.8 616.285 66.4 606.485 66.3C595.085 66.1 590.885 63.2 590.685 58.2H563.585C562.685 80.7 576.385 89.7 606.485 89.8ZM701.851 89.8C731.251 89.8 749.951 72.1 749.951 45C749.951 17.9 731.251 0.199997 701.851 0.199997C672.551 0.199997 653.851 17.9 653.851 45C653.851 72.1 672.551 89.8 701.851 89.8ZM701.851 63.7C692.251 63.7 683.851 57.2 683.851 45C683.851 32.8 692.251 26.3 701.851 26.3C711.551 26.3 719.851 32.8 719.851 45C719.851 57.2 711.551 63.7 701.851 63.7ZM802.632 89.8C832.032 89.8 850.732 72.1 850.732 45C850.732 17.9 832.032 0.199997 802.632 0.199997C773.332 0.199997 754.632 17.9 754.632 45C754.632 72.1 773.332 89.8 802.632 89.8ZM802.632 63.7C793.032 63.7 784.632 57.2 784.632 45C784.632 32.8 793.032 26.3 802.632 26.3C812.332 26.3 820.632 32.8 820.632 45C820.632 57.2 812.332 63.7 802.632 63.7ZM855.859 87H885.359V45.3H888.059L913.059 87H946.959V3H917.459V44.7H914.659L890.459 3H855.859V87ZM968.376 88.6C976.476 88.6 983.276 81.9 983.276 74C983.276 66 976.476 59.3 968.376 59.3C960.376 59.3 953.576 66 953.576 74C953.576 81.9 960.376 88.6 968.376 88.6Z"
fill="white" />
</svg>
</h1> -->
</div>
<!-- <div class="eventsFlowLive bottom">
<h1 class="bEl"><svg width="953" height="90" viewBox="0 0 953 90" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:overlay">
<path
d="M0.444531 87H29.9445V45.3H32.6445L57.6445 87H91.5445V3H62.0445V44.7H59.2445L35.0445 3H0.444531V87ZM98.0617 87H126.862V54.2H129.162L137.362 87H159.562L167.762 54.2H170.062V87H198.862V3H160.862L149.562 47.2H147.362L136.062 3H98.0617V87ZM205.405 87H235.605V3H205.405V87ZM333.602 39.9H287.902V54.6H304.502C301.602 63.4 291.802 63.7 289.002 63.7C278.802 63.7 270.702 56.5 270.702 45C270.702 33.4 278.602 26.3 289.902 26.3C297.502 26.3 302.202 30.2 303.402 33.2H333.502C330.602 10.1 309.602 0.199997 289.202 0.199997C259.502 0.199997 240.702 17.9 240.702 45C240.702 72.1 260.602 89.8 286.502 89.8C301.102 89.8 311.402 84.2 317.302 76.6H317.602L318.002 87H333.602V39.9ZM340.64 87H370.14V45.3H372.84L397.84 87H431.74V3H402.24V44.7H399.44L375.24 3H340.64V87ZM438.257 87H468.457V3H438.257V87ZM564.354 3H474.554V28.2H504.254V87H534.554V28.2H564.354V3ZM570.327 87H647.627V62.8H600.527V54.7H645.827V35.3H600.527V27.1H647.627V3H570.327V87ZM654.234 87H728.034V61.8H684.434V3H654.234V87ZM734.859 87H765.059V3H734.859V87ZM798.955 87H841.355L871.755 3H840.455L821.755 58.6H818.555L799.855 3H768.655L798.955 87ZM875.249 87H952.549V62.8H905.449V54.7H950.749V35.3H905.449V27.1H952.549V3H875.249V87Z"
fill="white" />
</g>
</svg>
</h1>
<h1 class="bEl"><svg width="953" height="90" viewBox="0 0 953 90" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:overlay">
<path
d="M0.444531 87H29.9445V45.3H32.6445L57.6445 87H91.5445V3H62.0445V44.7H59.2445L35.0445 3H0.444531V87ZM98.0617 87H126.862V54.2H129.162L137.362 87H159.562L167.762 54.2H170.062V87H198.862V3H160.862L149.562 47.2H147.362L136.062 3H98.0617V87ZM205.405 87H235.605V3H205.405V87ZM333.602 39.9H287.902V54.6H304.502C301.602 63.4 291.802 63.7 289.002 63.7C278.802 63.7 270.702 56.5 270.702 45C270.702 33.4 278.602 26.3 289.902 26.3C297.502 26.3 302.202 30.2 303.402 33.2H333.502C330.602 10.1 309.602 0.199997 289.202 0.199997C259.502 0.199997 240.702 17.9 240.702 45C240.702 72.1 260.602 89.8 286.502 89.8C301.102 89.8 311.402 84.2 317.302 76.6H317.602L318.002 87H333.602V39.9ZM340.64 87H370.14V45.3H372.84L397.84 87H431.74V3H402.24V44.7H399.44L375.24 3H340.64V87ZM438.257 87H468.457V3H438.257V87ZM564.354 3H474.554V28.2H504.254V87H534.554V28.2H564.354V3ZM570.327 87H647.627V62.8H600.527V54.7H645.827V35.3H600.527V27.1H647.627V3H570.327V87ZM654.234 87H728.034V61.8H684.434V3H654.234V87ZM734.859 87H765.059V3H734.859V87ZM798.955 87H841.355L871.755 3H840.455L821.755 58.6H818.555L799.855 3H768.655L798.955 87ZM875.249 87H952.549V62.8H905.449V54.7H950.749V35.3H905.449V27.1H952.549V3H875.249V87Z"
fill="white" />
</g>
</svg>
</h1>
<h1 class="bEl"><svg width="953" height="90" viewBox="0 0 953 90" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:overlay">
<path
d="M0.444531 87H29.9445V45.3H32.6445L57.6445 87H91.5445V3H62.0445V44.7H59.2445L35.0445 3H0.444531V87ZM98.0617 87H126.862V54.2H129.162L137.362 87H159.562L167.762 54.2H170.062V87H198.862V3H160.862L149.562 47.2H147.362L136.062 3H98.0617V87ZM205.405 87H235.605V3H205.405V87ZM333.602 39.9H287.902V54.6H304.502C301.602 63.4 291.802 63.7 289.002 63.7C278.802 63.7 270.702 56.5 270.702 45C270.702 33.4 278.602 26.3 289.902 26.3C297.502 26.3 302.202 30.2 303.402 33.2H333.502C330.602 10.1 309.602 0.199997 289.202 0.199997C259.502 0.199997 240.702 17.9 240.702 45C240.702 72.1 260.602 89.8 286.502 89.8C301.102 89.8 311.402 84.2 317.302 76.6H317.602L318.002 87H333.602V39.9ZM340.64 87H370.14V45.3H372.84L397.84 87H431.74V3H402.24V44.7H399.44L375.24 3H340.64V87ZM438.257 87H468.457V3H438.257V87ZM564.354 3H474.554V28.2H504.254V87H534.554V28.2H564.354V3ZM570.327 87H647.627V62.8H600.527V54.7H645.827V35.3H600.527V27.1H647.627V3H570.327V87ZM654.234 87H728.034V61.8H684.434V3H654.234V87ZM734.859 87H765.059V3H734.859V87ZM798.955 87H841.355L871.755 3H840.455L821.755 58.6H818.555L799.855 3H768.655L798.955 87ZM875.249 87H952.549V62.8H905.449V54.7H950.749V35.3H905.449V27.1H952.549V3H875.249V87Z"
fill="white" />
</g>
</svg>
</h1>
<h1 class="bEl"><svg width="953" height="90" viewBox="0 0 953 90" fill="none" xmlns="http://www.w3.org/2000/svg">
<g>
<path
d="M0.444531 87H29.9445V45.3H32.6445L57.6445 87H91.5445V3H62.0445V44.7H59.2445L35.0445 3H0.444531V87ZM98.0617 87H126.862V54.2H129.162L137.362 87H159.562L167.762 54.2H170.062V87H198.862V3H160.862L149.562 47.2H147.362L136.062 3H98.0617V87ZM205.405 87H235.605V3H205.405V87ZM333.602 39.9H287.902V54.6H304.502C301.602 63.4 291.802 63.7 289.002 63.7C278.802 63.7 270.702 56.5 270.702 45C270.702 33.4 278.602 26.3 289.902 26.3C297.502 26.3 302.202 30.2 303.402 33.2H333.502C330.602 10.1 309.602 0.199997 289.202 0.199997C259.502 0.199997 240.702 17.9 240.702 45C240.702 72.1 260.602 89.8 286.502 89.8C301.102 89.8 311.402 84.2 317.302 76.6H317.602L318.002 87H333.602V39.9ZM340.64 87H370.14V45.3H372.84L397.84 87H431.74V3H402.24V44.7H399.44L375.24 3H340.64V87ZM438.257 87H468.457V3H438.257V87ZM564.354 3H474.554V28.2H504.254V87H534.554V28.2H564.354V3ZM570.327 87H647.627V62.8H600.527V54.7H645.827V35.3H600.527V27.1H647.627V3H570.327V87ZM654.234 87H728.034V61.8H684.434V3H654.234V87ZM734.859 87H765.059V3H734.859V87ZM798.955 87H841.355L871.755 3H840.455L821.755 58.6H818.555L799.855 3H768.655L798.955 87ZM875.249 87H952.549V62.8H905.449V54.7H950.749V35.3H905.449V27.1H952.549V3H875.249V87Z"
fill="white" />
</g>
</svg>
</h1>
</div> -->
<div class="page skewElem page1 center" style="padding-top: 0px !important; min-height: 100vh !important;">
<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/live_stream?channel=UCNxk4RPg_wm0A_4v3dmji4w&autoplay=1" frameborder="0" allowfullscreen></iframe> -->
<!-- <iframe width="540" height="315" src="https://www.youtube.com/embed/NvYPHyLyZ_o" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe> -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/xF5EwipYjdQ" title="YouTube video player"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<!-- <div name="iframe" style="width:100%; height:635px; border:2px solid grey; overflow:hidden">
<iframe src="https://www.youtube.com/channel/UCNxk4RPg_wm0A_4v3dmji4w" style="width:100%; height:700px; margin-top: -65px" scrolling="true">
If you can see this, your browser doesn't support iframes. Click <a href="https://www.youtube.com/channel/UCNxk4RPg_wm0A_4v3dmji4w">here to see my YouTube channel.</a>
</iframe>
</div> -->
</div>
<!-- <div id="back"></div> -->
<div class="page skewElem page1 center">
<div class="flex row">
<svg class="scheduleDate" width="397" height="46" viewBox="0 0 397 46" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:overlay">
<path
d="M7.65 17.1L1.1 16.9C0.933333 16.1333 0.85 15.3833 0.85 14.65C0.85 11.65 1.91667 9.1 4.05 7C6.18333 4.86667 9.06667 3.8 12.7 3.8C16.2333 3.8 19.0667 4.81666 21.2 6.85C23.3333 8.85 24.4 11.3167 24.4 14.25C24.4 18.3833 22.3 21.7333 18.1 24.3L11.85 28.1C10.3833 29.0333 9.45 30.0167 9.05 31.05H24.6V37H0.6C0.633333 33.9667 1.21667 31.3167 2.35 29.05C3.51667 26.7833 5.48333 24.8167 8.25 23.15L13.6 19.95C16.1667 18.4167 17.45 16.55 17.45 14.35C17.45 13.1167 17.0167 12.0667 16.15 11.2C15.3167 10.3333 14.1167 9.9 12.55 9.9C10.8833 9.9 9.6 10.4 8.7 11.4C7.83333 12.4 7.4 13.7 7.4 15.3C7.4 15.9 7.48333 16.5 7.65 17.1ZM36.9949 22.6L33.9449 17.8L42.4449 10.5H28.2449V4.55H51.1949V10.1L42.7949 17.1C45.3616 17.2 47.5616 18.1667 49.3949 20C51.2616 21.8 52.1949 24.1333 52.1949 27C52.1949 29.9333 51.0616 32.4667 48.7949 34.6C46.5283 36.7 43.5116 37.75 39.7449 37.75C36.1116 37.75 33.1616 36.75 30.8949 34.75C28.6283 32.7167 27.3949 30.2667 27.1949 27.4L33.8449 26.1C33.9116 27.7667 34.4783 29.1333 35.5449 30.2C36.6449 31.2667 38.0449 31.8 39.7449 31.8C41.4116 31.8 42.7449 31.3333 43.7449 30.4C44.7449 29.4667 45.2449 28.3 45.2449 26.9C45.2449 25.4 44.7449 24.2333 43.7449 23.4C42.7783 22.5333 41.5116 22.1 39.9449 22.1C38.9116 22.1 37.9283 22.2667 36.9949 22.6ZM72.2863 12.3V19C71.6197 18.8667 70.953 18.8 70.2863 18.8C68.3863 18.8 66.853 19.35 65.6863 20.45C64.5197 21.5167 63.9363 23.2833 63.9363 25.75V37H57.2863V12.4H63.7363V16.05C64.9363 13.4833 67.2697 12.2 70.7363 12.2C71.103 12.2 71.6197 12.2333 72.2863 12.3ZM100.17 0.799998V32.55C100.17 34.1833 100.237 35.6667 100.37 37H94.0199C93.8533 36.1667 93.7699 35.2167 93.7699 34.15C93.2033 35.1833 92.3033 36.0167 91.0699 36.65C89.8699 37.2833 88.4699 37.6 86.8699 37.6C83.3699 37.6 80.4866 36.3833 78.2199 33.95C75.9866 31.4833 74.8699 28.3833 74.8699 24.65C74.8699 21.0167 75.9699 17.9667 78.1699 15.5C80.4033 13.0333 83.2366 11.8 86.6699 11.8C90.2033 11.8 92.5199 12.8167 93.6199 14.85V0.799998H100.17ZM81.5699 24.65C81.5699 26.8167 82.1366 28.5333 83.2699 29.8C84.4033 31.0333 85.8699 31.65 87.6699 31.65C89.4366 31.65 90.8866 31.0167 92.0199 29.75C93.1533 28.4833 93.7199 26.7667 93.7199 24.6C93.7199 22.4667 93.1533 20.8 92.0199 19.6C90.8866 18.3667 89.4366 17.75 87.6699 17.75C85.9033 17.75 84.4366 18.3667 83.2699 19.6C82.1366 20.8333 81.5699 22.5167 81.5699 24.65ZM159.788 37H152.988V12.15L142.788 37H137.038L126.838 12.35V37H120.238V1.55H129.338L139.988 27.15L150.388 1.55H159.788V37ZM165.796 30.3C165.796 28.2 166.479 26.5167 167.846 25.25C169.213 23.9833 170.979 23.1833 173.146 22.85L179.196 21.95C180.429 21.7833 181.046 21.2 181.046 20.2C181.046 19.2667 180.679 18.5 179.946 17.9C179.246 17.3 178.229 17 176.896 17C175.496 17 174.379 17.3833 173.546 18.15C172.746 18.9167 172.296 19.8667 172.196 21L166.296 19.75C166.529 17.6167 167.579 15.7333 169.446 14.1C171.313 12.4667 173.779 11.65 176.846 11.65C180.513 11.65 183.213 12.5333 184.946 14.3C186.679 16.0333 187.546 18.2667 187.546 21V33.1C187.546 34.5667 187.646 35.8667 187.846 37H181.746C181.579 36.2667 181.496 35.2833 181.496 34.05C179.929 36.4833 177.513 37.7 174.246 37.7C171.713 37.7 169.663 36.9667 168.096 35.5C166.563 34.0333 165.796 32.3 165.796 30.3ZM175.646 32.75C177.213 32.75 178.496 32.3167 179.496 31.45C180.529 30.55 181.046 29.0833 181.046 27.05V25.95L175.496 26.8C173.463 27.1 172.446 28.1333 172.446 29.9C172.446 30.7 172.729 31.3833 173.296 31.95C173.863 32.4833 174.646 32.75 175.646 32.75ZM209.249 12.3V19C208.583 18.8667 207.916 18.8 207.249 18.8C205.349 18.8 203.816 19.35 202.649 20.45C201.483 21.5167 200.899 23.2833 200.899 25.75V37H194.249V12.4H200.699V16.05C201.899 13.4833 204.233 12.2 207.699 12.2C208.066 12.2 208.583 12.2333 209.249 12.3ZM224.733 17.8C222.966 17.8 221.483 18.4167 220.283 19.65C219.083 20.8833 218.483 22.5667 218.483 24.7C218.483 26.8333 219.083 28.5333 220.283 29.8C221.516 31.0333 223.016 31.65 224.783 31.65C226.349 31.65 227.599 31.25 228.533 30.45C229.466 29.6167 230.099 28.6333 230.433 27.5L236.283 29.45C235.683 31.7167 234.383 33.6667 232.383 35.3C230.383 36.9333 227.849 37.75 224.783 37.75C221.116 37.75 218.033 36.5167 215.533 34.05C213.066 31.55 211.833 28.4333 211.833 24.7C211.833 20.9333 213.049 17.8167 215.483 15.35C217.949 12.8833 220.983 11.65 224.583 11.65C227.716 11.65 230.283 12.4667 232.283 14.1C234.283 15.7 235.566 17.65 236.133 19.95L230.183 21.95C229.383 19.1833 227.566 17.8 224.733 17.8ZM247.823 22.55V37H241.173V0.799998H247.823V14.45C249.323 12.65 251.54 11.75 254.473 11.75C257.473 11.75 259.74 12.6667 261.273 14.5C262.84 16.3 263.623 18.6333 263.623 21.5V37H256.973V22.65C256.973 21.1833 256.59 20 255.823 19.1C255.09 18.2 253.956 17.75 252.423 17.75C251.056 17.75 249.956 18.2 249.123 19.1C248.323 20 247.89 21.15 247.823 22.55ZM271.022 36C270.256 35.2 269.872 34.2 269.872 33C269.872 31.8 270.306 30.8 271.172 30C272.039 29.2 273.122 28.8 274.422 28.8C275.922 28.8 277.122 29.35 278.022 30.45C278.922 31.5167 279.372 32.8833 279.372 34.55C279.372 37.8833 278.456 40.4667 276.622 42.3C274.822 44.1333 272.806 45.1833 270.572 45.45V42.25C271.772 41.9833 272.856 41.3333 273.822 40.3C274.789 39.3 275.289 38.15 275.322 36.85C275.056 37.05 274.622 37.15 274.022 37.15C272.789 37.15 271.789 36.7667 271.022 36ZM303.402 17.1L296.852 16.9C296.685 16.1333 296.602 15.3833 296.602 14.65C296.602 11.65 297.669 9.1 299.802 7C301.935 4.86667 304.819 3.8 308.452 3.8C311.985 3.8 314.819 4.81666 316.952 6.85C319.085 8.85 320.152 11.3167 320.152 14.25C320.152 18.3833 318.052 21.7333 313.852 24.3L307.602 28.1C306.135 29.0333 305.202 30.0167 304.802 31.05H320.352V37H296.352C296.385 33.9667 296.969 31.3167 298.102 29.05C299.269 26.7833 301.235 24.8167 304.002 23.15L309.352 19.95C311.919 18.4167 313.202 16.55 313.202 14.35C313.202 13.1167 312.769 12.0667 311.902 11.2C311.069 10.3333 309.869 9.9 308.302 9.9C306.635 9.9 305.352 10.4 304.452 11.4C303.585 12.4 303.152 13.7 303.152 15.3C303.152 15.9 303.235 16.5 303.402 17.1ZM332.6 12.55C331.434 14.3833 330.85 17.1333 330.85 20.8C330.85 24.4667 331.434 27.2167 332.6 29.05C333.7 30.8167 335.334 31.7 337.5 31.7C339.634 31.7 341.25 30.8167 342.35 29.05C343.55 27.25 344.15 24.5 344.15 20.8C344.15 17.1 343.55 14.35 342.35 12.55C341.25 10.7833 339.634 9.9 337.5 9.9C335.334 9.9 333.7 10.7833 332.6 12.55ZM326.8 32.35C324.9 29.45 323.95 25.6 323.95 20.8C323.95 16 324.9 12.15 326.8 9.25C329.234 5.61667 332.8 3.8 337.5 3.8C342.2 3.8 345.75 5.61667 348.15 9.25C350.084 12.1833 351.05 16.0333 351.05 20.8C351.05 25.5667 350.084 29.4167 348.15 32.35C345.75 35.9833 342.2 37.8 337.5 37.8C332.8 37.8 329.234 35.9833 326.8 32.35ZM361.605 17.1L355.055 16.9C354.888 16.1333 354.805 15.3833 354.805 14.65C354.805 11.65 355.872 9.1 358.005 7C360.138 4.86667 363.022 3.8 366.655 3.8C370.188 3.8 373.022 4.81666 375.155 6.85C377.288 8.85 378.355 11.3167 378.355 14.25C378.355 18.3833 376.255 21.7333 372.055 24.3L365.805 28.1C364.338 29.0333 363.405 30.0167 363.005 31.05H378.555V37H354.555C354.588 33.9667 355.172 31.3167 356.305 29.05C357.472 26.7833 359.438 24.8167 362.205 23.15L367.555 19.95C370.122 18.4167 371.405 16.55 371.405 14.35C371.405 13.1167 370.972 12.0667 370.105 11.2C369.272 10.3333 368.072 9.9 366.505 9.9C364.838 9.9 363.555 10.4 362.655 11.4C361.788 12.4 361.355 13.7 361.355 15.3C361.355 15.9 361.438 16.5 361.605 17.1ZM396.352 37H389.502V15.3H381.702V10.65C384.036 10.6167 385.986 10.0333 387.552 8.9C389.119 7.73333 390.069 6.28333 390.402 4.55H396.352V37Z"
fill="url(#paint0_linear)" />
</g>
<defs>
<linearGradient id="paint0_linear" x1="199.5" y1="-3" x2="199.5" y2="41" gradientUnits="userSpaceOnUse">
<stop stop-color="white" />
<stop offset="1" stop-color="white" stop-opacity="0.5" />
</linearGradient>
</defs>
</svg>
</div>
<!-- <div class="flex col scheduleCard">
<div class="scheduleName">1. Opening Ceremony</div>
<div class="scheduleLink"><a href="https://www.youtube.com/watch?v=xF5EwipYjdQ" target="_blank">Link to
LiveStream </a>
</div>
<div class="scheduleTime">10AM-10:30AM</div>
</div> -->
<div class="flex col scheduleCard">
<div class="scheduleName">1. Roadmap to Placements by GeeksforGeeks</div>
<div class="scheduleLink"> <a href="https://www.youtube.com/watch?v=xF5EwipYjdQ" target="_blank">Link to
LiveStream </a>
</div>
<div class="scheduleTime">11AM-12PM</div>
</div>
<div class="flex col scheduleCard">
<div class="scheduleName">2. Ultimate Guide to Surviving a Hackathon</div>
<div class="scheduleLink"><a href="https://www.youtube.com/watch?v=xF5EwipYjdQ" target="_blank">Link to
LiveStream </a>
</div>
<div class="scheduleTime">1:30PM-2:30AM</div>
</div>
<div class="flex col scheduleCard">
<div class="scheduleName">3. The Rise of No-Code and Draftbit Demo</div>
<div class="scheduleLink"><a href="https://www.youtube.com/watch?v=xF5EwipYjdQ" target="_blank">Link to
LiveStream </a>
</div>
<div class="scheduleTime">3PM-4PM</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/ScrollMagic.min.js"
integrity="sha256-2p2tRZlPowp3P/04Pw2rqVCSbhyV/IB7ZEVUglrDS/c=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.2.6/gsap.min.js"
integrity="sha256-3arngJBQR3FTyeRtL3muAGFaGcL8iHsubYOqq48mBLw=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/plugins/animation.gsap.min.js"
integrity="sha256-+9YNuItWuR4sbqeaNiJOxG0BvptYz4fbUXbIZoH5Jwo=" crossorigin="anonymous"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/plugins/debug.addIndicators.min.js"
integrity="sha256-XBVALc3QsDSQiDtiaBwNZ2rxCJTHzlUhhlDQ84J8bw8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.5.1/ScrollTrigger.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script> -->
<script src="https://cdn.jsdelivr.net/npm/@barba/core@2.9.7/dist/barba.umd.min.js"></script>
<script src="./app.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r119/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@0.5.21/dist/vanta.globe.min.js"></script> -->
<!-- <script>
VANTA.GLOBE({
el: "#back",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 900.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00
})
</script> -->
</body>
</html>