-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
502 lines (429 loc) · 44.1 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
<!DOCTYPE html>
<html>
<head>
<title>HackOFiesta</title>
<meta
name="description"
content="Hack o Fiesta is IIIT Lucknow's annual hackathon"
/>
<link rel="stylesheet" href="/scss/style.css" />
<link rel="apple-touch-icon" sizes="180x180" href="assets/imgs/logo.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/imgs/logo.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/imgs/logo.png">
<link
rel="manifest"
href="assets/imgs/logo.png"
/>
<link
rel="mask-icon"
href="assets/imgs/logo.png"
color="#5bbad5"
/>
<link
rel="shortcut icon"
href="assets/imgs/logo.png"
/>
<meta name="msapplication-TileColor" content="#ffffff" />
<meta
name="msapplication-config"
content="assets/imgs/logo.png"
/>
<meta name="theme-color" content="#ffffff" />
<meta property="og:type" content="website" />
<meta property="og:title" content="HackOFiesta V4" />
<meta
property="og:description"
content="The annual 36 hr global hackathon of IIIT Lucknow."
/>
<meta property="og:url" content="https://hof-v4.netlify.app/" />
<meta property="og:site_name" content="HackOFiesta V4" />
<meta property="og:image" content="./assets/imgs/logo.png" />
<meta property="og:image:width" content="500" />
<meta property="og:image:height" content="500" />
<meta name="twitter:card" content="summary" />
<meta
name="twitter:description"
content="Hack o Fiesta is IIIT Lucknow's annual hackathon"
/>
<meta name="twitter:title" content="HackOFiesta V4" />
<meta name="twitter:site" content="https://hof-v4.netlify.app/" />
<meta name="twitter:image" content="./assets/imgs/logo.png" />
<meta name="twitter:creator" content="IIIT Lucknow" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link
rel="stylesheet"
href="https://barba.js.org/scss/main.css"
type="text/css"
media="all"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-136431166-1"
></script>
<script>
function handleReload(){
location.reload();
}
window.GTAG_ID = "UA-136431166-1";
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-136431166-1");
</script>
<script>
window.BARBA = {
root: "/",
menu: JSON.parse(
'[{"title":"Features","url":"features/user-friendly/","slug":"/features","subpages":[{"title":"User friendly","url":"features/user-friendly/"},{"title":"Easy peasy","url":"features/easy-peasy/"},{"title":"Smart","url":"features/smart/"},{"title":"Extensible","url":"features/extensible/"},{"title":"Futureproof","url":"features/futureproof/"},{"title":"Community","url":"features/community/"}]},{"title":"Examples","url":"examples/","slug":"/examples"},{"title":"Showcases","url":"showcase/","slug":"/showcase"},{"title":"Docs","url":"docs/getstarted/intro/","slug":"/docs"},{"title":"FAQ","url":"faq/","slug":"/faq"}]'
),
docs: JSON.parse(
'[{"title":"Get Started","url":"docs/getstarted/intro/","path":"docs/getstarted","subpages":[{"title":"Intro","url":"docs/getstarted/intro/"},{"title":"Install","url":"docs/getstarted/install/"},{"title":"Markup","url":"docs/getstarted/markup/"},{"title":"Basic transition","url":"docs/getstarted/basic-transition/"},{"title":"Run custom code","url":"docs/getstarted/custom-code/"},{"title":"Lifecycle","url":"docs/getstarted/lifecycle/"},{"title":"Legacy example","url":"docs/getstarted/legacy/"},{"title":"Browser support","url":"docs/getstarted/browser-support/"},{"title":"Useful links","url":"docs/getstarted/useful-links/"}]},{"title":"Advanced","url":"docs/advanced/hooks/","path":"docs/advanced","subpages":[{"title":"Hooks","url":"docs/advanced/hooks/"},{"title":"Transitions","url":"docs/advanced/transitions/"},{"title":"Views","url":"docs/advanced/views/"},{"title":"Strategies","url":"docs/advanced/strategies/"},{"title":"Recipes","url":"docs/advanced/recipes/"},{"title":"Third party scripts","url":"docs/advanced/third-party/"},{"title":"Utils","url":"docs/advanced/utils/"},{"title":"Developer API","url":"api/","path":"api","extern":true}]},{"title":"Plugins","url":"docs/plugins/intro/","path":"docs/plugins","subpages":[{"title":"Intro","url":"docs/plugins/intro/"},{"title":"Router","url":"docs/plugins/router/"},{"title":"Prefetch","url":"docs/plugins/prefetch/"},{"title":"Css","url":"docs/plugins/css/"},{"title":"Head","url":"docs/plugins/head/"},{"title":"Preset","url":"docs/plugins/preset/"}]}]'
),
};
document.documentElement.classList.add("js");
</script>
<meta name="generator" content="Hexo 4.2.1" />
</head>
<body data-barba="wrapper" data-slug="home">
<!-- <?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol viewBox="0 0 21 15" id="barba-arrow-next" xmlns="http://www.w3.org/2000/svg"><path d="M16.243 8.142H0v-2h16.385l-4.728-4.728L13.07 0l5.657 5.657 1.414 1.414-7.07 7.071-1.415-1.414 4.586-4.586z" fill-rule="evenodd"/></symbol><symbol viewBox="0 0 21 15" id="barba-arrow-prev" xmlns="http://www.w3.org/2000/svg"><path d="M4.757 8.142H21v-2H4.615l4.728-4.728L7.93 0 2.272 5.657.858 7.07l7.07 7.071 1.415-1.414-4.586-4.586z" fill-rule="evenodd"/></symbol><symbol viewBox="0 0 32 32" id="barba-b" xmlns="http://www.w3.org/2000/svg"><defs><path d="M8 10c-4.418 0-8 3.59-8 8 0 4.418 3.59 8 8 8H0V0h8v10z" id="ca"/></defs><g fill-rule="evenodd"><use stroke-width="2" xlink:href="#ca" transform="translate(9.5 3)"/><path d="M9.5 21c0 4.418 3.59 8 8 8h0c4.418 0 8-3.59 8-8h0c0-4.418-3.59-8-8-8h0c-4.418 0-8 3.59-8 8h0z" stroke-width="2"/></g></symbol><symbol id="barba-download" viewBox="0 0 37.1 37.1" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><style>.dst0{fill-rule:evenodd;clip-rule:evenodd}.dst0,.dst1{fill:#2e5bdc}</style><g transform="translate(-463 -796)"><g id="dGroup-17" transform="translate(160 546)"><g id="dGroup-15" transform="translate(303 250)"><g id="dGroup-7"><path id="dCombined-Shape-Copy-2" class="dst0" d="M16.5 20.8l-5.3-5.3-2.9 2.9 7.5 7.5 2.9 2.9 10.5-10.5-2.9-2.9-5.6 5.6V4h-4.1v16.8z"/><path id="dOval-4" class="dst1" d="M18.6 33c8 0 14.4-6.5 14.4-14.4S26.5 4.1 18.6 4.1 4.1 10.6 4.1 18.6 10.6 33 18.6 33zm0 4.1C8.3 37.1 0 28.8 0 18.6S8.3 0 18.6 0s18.6 8.3 18.6 18.6-8.4 18.5-18.6 18.5z"/></g></g></g></g></symbol><symbol id="barba-external" viewBox="0 0 30 30" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><style>.est0{fill:#2e5bdc}</style><g transform="translate(-880 -939)"><g id="eGroup-3-Copy" transform="translate(540 699)"><g id="eGroup-2" transform="translate(5 240)"><g id="eGroup-4" transform="translate(291)"><g id="eGroup" transform="translate(44)"><path id="eRectangle" class="est0" d="M24 26v-6h4v6c0 2.2-1.8 4-4 4H4c-2.2 0-4-1.8-4-4V6c0-2.2 1.8-4 4-4h6v4H4v20h20zM10 6H4v20h20v-6h4v6c0 2.2-1.8 4-4 4H4c-2.2 0-4-1.8-4-4V6c0-2.2 1.8-4 4-4h6v4zm13.3-2H16V0h14v14h-4V7l-7.3 7.3-2.8-2.8L23.3 4z"/></g></g></g></g></g></symbol><symbol id="barba-eye" viewBox="0 0 47.7 35.8" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><style>.fst0,.fst1{fill:#2e5bdc}.fst1{fill-rule:evenodd;clip-rule:evenodd}</style><g transform="translate(-165 -796)"><g id="fGroup-17" transform="translate(160 546)"><g id="fGroup-6" transform="translate(5 250)"><g id="fGroup-5"><path id="fCombined-Shape" class="fst0" d="M24.6 31c6.5 0 12.4-3.8 15.1-9.5C37 15.8 31.2 12 24.6 12s-12.4 3.8-15.1 9.5C12.2 27.2 18 31 24.6 31zm0-23.8c9.3 0 17.3 6 20.2 14.3-2.9 8.3-10.9 14.3-20.2 14.3s-17.3-6-20.2-14.3C7.3 13.1 15.2 7.2 24.6 7.2z"/><path class="fst0" d="M7.1 13.6c2.8-5.7 9-8.8 17.5-8.8S39.2 7.9 42 13.6h5.2C43.9 4.3 35 0 24.6 0S5.2 4.3 1.9 13.6h5.2zm17.5-8.8c8.5 0 14.7 3.1 17.5 8.8h5.2C43.9 4.3 35 0 24.6 0S5.2 4.3 1.9 13.6h5.2c2.8-5.7 9-8.8 17.5-8.8z"/><circle id="fOval-3" class="fst1" cx="24.6" cy="21.5" r="4.8"/></g></g></g></g></symbol><symbol viewBox="0 0 13 15" id="barba-github" xmlns="http://www.w3.org/2000/svg"><path d="M4.259 15c.376 0 .359-.75.359-1 0-.223-.009-.815-.013-1.6-2.633.569-3.189-1.26-3.189-1.26-.43-1.087-1.05-1.377-1.05-1.377-.86-.583.065-.572.065-.572.95.067 1.45.97 1.45.97.844 1.437 2.214 1.022 2.754.781.086-.608.33-1.022.6-1.257-2.1-.238-4.31-1.045-4.31-4.65 0-1.026.368-1.866.974-2.524-.098-.238-.422-1.194.092-2.49 0 0 .795-.252 2.603.965a9.138 9.138 0 012.37-.317 9.148 9.148 0 012.37.317C11.14-.231 11.932.022 11.932.022c.516 1.295.192 2.251.094 2.49.607.657.973 1.497.973 2.524 0 3.613-2.213 4.409-4.321 4.642.34.29.642.864.642 1.742 0 1.257-.011 2.271-.011 2.58 0 .252 0 1 .357 1H4.26z" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 50 50" id="barba-submit" xmlns="http://www.w3.org/2000/svg"><style>.hst0,.hst1{fill-rule:evenodd;clip-rule:evenodd}.hst0{fill:#2e5bdc}.hst1{stroke:#2e5bdc}.hcross{fill:#fff}</style><path class="hst0" d="M25 40c8.284 0 15-6.716 15-15 0-8.284-6.716-15-15-15-8.284 0-15 6.716-15 15 0 8.284 6.716 15 15 15z"/><path class="hst1" opacity=".2" d="M48.5 25c0 12.979-10.521 23.5-23.5 23.5S1.5 37.979 1.5 25 12.021 1.5 25 1.5 48.5 12.021 48.5 25z" stroke-width="3"/><g class="hcross"><rect x="19" y="24" width="12" height="2" rx="1"/><rect x="24" y="19" width="2" height="12" rx="1"/></g></symbol><symbol viewBox="0 0 9 9" id="barba-triangle" xmlns="http://www.w3.org/2000/svg"><path d="M7.989 3.85L1.564.638C.91.311.5.564.5 1.297v6c0 .738.406.988 1.064.659L7.99 4.744c.618-.31.618-.584 0-.894z" fill-rule="evenodd"/></symbol><symbol class="jbarba-upload" viewBox="0 0 52 41" id="barba-upload" xmlns="http://www.w3.org/2000/svg"><path d="M24.657 1.414L18 8.071l1.414 1.414L25 3.9V30h2V3.757l5.728 5.728 1.414-1.414-6.657-6.657L26.071 0l-1.414 1.414z" stroke-width="2"/><path d="M51 20v15a5 5 0 01-5 5H6a5 5 0 01-5-5V20" stroke-width="2"/></symbol><symbol viewBox="0 0 32 32" id="social-github" xmlns="http://www.w3.org/2000/svg"><path d="M12.685 28.205c.556 0 .53-1.12.53-1.493 0-.334-.012-1.217-.019-2.39-3.894.85-4.716-1.885-4.716-1.885-.636-1.623-1.554-2.055-1.554-2.055-1.271-.873.096-.855.096-.855 1.405.1 2.144 1.449 2.144 1.449 1.25 2.148 3.277 1.527 4.075 1.167.127-.908.489-1.528.889-1.879-3.109-.355-6.377-1.56-6.377-6.946 0-1.535.545-2.79 1.441-3.772-.144-.356-.625-1.784.137-3.72 0 0 1.176-.377 3.85 1.441a13.39 13.39 0 013.505-.473c1.189.006 2.387.161 3.505.473 2.672-1.818 3.846-1.44 3.846-1.44.764 1.935.283 3.363.139 3.719.898.983 1.44 2.237 1.44 3.772 0 5.4-3.274 6.588-6.393 6.936.503.434.95 1.29.95 2.602 0 1.88-.017 3.395-.017 3.856 0 .376 0 1.495.529 1.493 0 .002-8 0-8 0z" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 32 32" id="social-twitter" xmlns="http://www.w3.org/2000/svg"><path d="M25.655 12.559c.01.192.013.386.013.577 0 5.904-4.492 12.708-12.706 12.708-2.523 0-4.869-.74-6.846-2.007.35.041.705.062 1.065.062a8.963 8.963 0 005.546-1.91 4.47 4.47 0 01-4.171-3.1 4.564 4.564 0 002.017-.078 4.47 4.47 0 01-3.582-4.38v-.056a4.455 4.455 0 002.023.56A4.466 4.466 0 017.632 8.97a12.677 12.677 0 009.205 4.667 4.51 4.51 0 01-.115-1.019 4.463 4.463 0 014.465-4.463 4.46 4.46 0 013.26 1.409 8.993 8.993 0 002.836-1.084 4.482 4.482 0 01-1.964 2.47 8.933 8.933 0 002.565-.702 9.018 9.018 0 01-2.23 2.31z" fill-rule="nonzero"/></symbol><symbol viewBox="0 0 30 31" id="ui-flexible" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-4 -1)" fill-rule="evenodd"><rect opacity=".3" x="16" y="1" width="18" height="18" rx="9"/><rect x="22" y="7" width="6" height="6" rx="3"/><rect x="5" y="7" width="6" height="6" rx="3"/><rect x="5" y="25" width="6" height="6" rx="3"/><rect x="23" y="25" width="6" height="6" rx="3"/><g stroke-linecap="square" stroke-width="2"><path d="M8 17v4M8 21l-2-2M10 19l-2 2"/></g><g stroke-linecap="square" stroke-width="2"><path d="M19 28h-4M15 28l2-2M17 30l-2-2"/></g></g></symbol></svg> -->
<div data-barba="container" data-barba-namespace="home">
<header class="site-header header" role="banner" data-component="header">
<div class="header__wrapper">
<div class="header__infos">
<a class="header__infos__logo" href="/" onclick="window.location.assign(this.href)">
<img src="assets/imgs/Frame 2.svg" alt="HOF V4" class="kool1 logoNoHovered" id="logo_nohover" />
<img src="assets/imgs/Group 10.svg" alt="HOF V4" class="kool1 logoHovered" id="logo_hover" />
<span class="h-visually-hidden">Go to home</span>
</a>
<span class="header__infos__version">
<span>4.0</span>
<!-- <span data-component="barba-version">4.0</span> -->
</span>
</div>
<div class="header__external-links">
<div class="menu-trigger" data-component="menu-trigger">
<svg
viewbox="0 0 50 50"
width="50"
height="50"
class="menu-trigger__shape"
>
<circle r="25" cx="25" cy="25"></circle>
</svg>
<span class="menu-trigger__bar"></span>
<span class="menu-trigger__bar"></span>
<span class="menu-trigger__bar"></span>
</div>
</div>
</div>
<nav class="header__nav nav">
<div class="menu" data-component="menu">
<div class="menu__overlay" data-ref="menu.overlay"></div>
<!-- Menu Nav -->
<div class="menu__panel" data-ref="menu.panel">
<!-- Menu Pages -->
<div class="menu__pages">
<ul class="menu__pages__list">
<!-- Page -->
<li class="menu__pages__item" data-ref="menu.item">
<a class="menu__pages__item__link" href="./about.html" onclick="window.location.assign(this.href)">
About
</a>
<!-- Subpages -->
<!-- Subpages [end]-->
</li>
<li class="menu__pages__item" data-ref="menu.item">
<a class="menu__pages__item__link" href="/theme.html" onclick="window.location.assign(this.href)">
Theme
</a>
<!-- Subpages -->
<!-- Subpages [end]-->
</li>
<li class="menu__pages__item" data-ref="menu.item">
<a class="menu__pages__item__link" href="/prizes.html" onclick="window.location.assign(this.href)">
Prizes
</a>
<!-- Subpages -->
<!-- Subpages [end]-->
</li>
<li class="menu__pages__item" data-ref="menu.item">
<a class="menu__pages__item__link" href="/speaker.html" onclick="window.location.assign(this.href)">
Speakers
</a>
<!-- Subpages -->
<!-- Subpages [end]-->
</li>
<li class="menu__pages__item" data-ref="menu.item">
<a class="menu__pages__item__link" href="./sponsers.html" onclick="window.location.assign(this.href)">
Sponsers
</a>
<!-- Subpages -->
<!-- Subpages [end]-->
</li>
<li class="menu__pages__item" data-ref="menu.item">
<a class="menu__pages__item__link" href="/team.html" onclick="window.location.assign(this.href)"> Team </a>
<!-- Subpages -->
<!-- Subpages [end]-->
</li>
<li class="menu__pages__item" data-ref="menu.item">
<a class="menu__pages__item__link" href="/faq.html" onclick="window.location.assign(this.href)"> Faq </a>
<!-- Subpages -->
<!-- Subpages [end]-->
</li>
<!-- Page [end]-->
</ul>
</div>
<!-- Menu Pages [end]-->
<!-- Menu Footer -->
<div class="menu__footer">
<a class="menu__footer__download" href="#" data-ref="menu.item" onclick="window.location.assign(this.href)">
REGISTER
</a>
<div class="menu__footer__extra menu-extra">
<a class="menu-extra__twitter" href="https://twitter.com/hackofiesta" target="_blank" onclick="window.location.assign(this.href)"
data-barba-prevent data-ref="menu.item">
<svg class="menu-extra__twitter__icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 13">
<path
d="M14.4487 3.221153c.00693.140201.00952.282132.00952.422333 0 4.318526-3.28606 9.296514-9.294778 9.296514-1.845976 0-3.562135-.540898-5.008279-1.468645.256169.03029.5158.045868.778893.045868 1.531821 0 2.939886-.522724 4.057164-1.397679-1.428835-.026829-2.636118-.970154-3.051528-2.268308.199051.037213.404159.057118.61446.057118.298575 0 .587631-.038944.861109-.113372C1.920653 7.493811.79472 6.174021.79472 4.590273v-.040676c.440507.244919.945057.392043 1.479896.409351C1.397929 4.372183.820683 3.37347.820683 2.238883c0-.598016.160972-1.159684.443104-1.642598 1.610576 1.977522 4.019085 3.277407 6.733958 3.414146-.055388-.239726-.083948-.488106-.083948-.745141C7.913797 1.461721 9.375519 0 11.17995 0c.93987 0 1.78886.395504 2.38514 1.030734.74341-.147124 1.44269-.418871 2.07445-.792739-.24405.762449-.76244 1.402872-1.43662 1.80703.66119-.07962 1.2895-.253572 1.87627-.514069-.43791.656001-.99179 1.23065-1.63049 1.690197z" />
</svg>
<div class="menu-extra__twitter__label">HOF_twit1</div>
</a>
<div class="menu-extra__credits" data-ref="menu.item">
<a href="https://discord.gg/8VK8jMt63j"
target="_blank" rel="nofollow"><img
src="https://img.shields.io/discord/R9zCZzqp?color=red&label=Discord&logo=discord&style=plastic"
alt="Discord channel"
data-canonical-src="https://img.shields.io/discord/R9zCZzqp?color=red&label=Discord&logo=discord&style=plastic"
style="max-width: 100%" /></a>
</div>
</div>
</div>
<!-- Menu Footer [end]-->
</div>
<!-- Menu Nav [end]-->
</div>
</nav>
</header>
<!-- transform="translate(0.000000,103.000000) scale(0.100000,-0.100000)" -->
<main class="site-main" role="main">
<div class="site-content">
<div class="site-content-inner">
<div class="homepage" data-component="homepage">
<div class="homepage__logo-outer" data-ref="homepage.container">
<div class="homepage__logo">
<!-- past the content of secondlogo.html and remove the svg bele -->
<!-- <svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="300.000000pt" height="58.000000pt" viewBox="0 0 300.000000 58.000000" preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,58.000000) scale(0.100000,-0.100000)" fill="#000000" stroke="none"> <path d="M1050 489 c-22 -4 -47 -21 -66 -43 -24 -27 -39 -36 -63 -36 -17 0 -59 -14 -92 -31 l-61 -30 -23 25 c-22 23 -32 26 -97 26 -62 0 -79 -4 -110 -25 -20 -14 -39 -25 -41 -25 -2 0 1 22 7 50 8 43 7 52 -9 70 -24 27 -62 25 -106 -4 l-36 -25 -23 25 c-33 34 -97 34 -139 -2 -43 -36 -54 -59 -41 -84 12 -22 -16 -153 -47 -223 -16 -36 -16 -38 7 -62 31 -33 48 -32 110 10 l53 36 32 -36 c37 -40 64 -44 106 -15 l28 21 30 -22 c23 -17 37 -20 63 -15 43 9 67 9 100 1 20 -5 35 -1 58 15 23 16 34 19 44 11 7 -6 32 -17 55 -26 44 -15 57 -12 112 27 13 9 21 7 40 -10 27 -26 56 -28 88 -6 22 16 25 16 51 0 40 -23 60 -20 97 16 l32 31 36 -27 c65 -50 86 -52 157 -15 113 58 111 57 78 19 -26 -31 -25 -40 9 -78 24 -26 38 -32 70 -32 33 0 44 6 68 34 16 19 40 67 53 107 25 73 51 99 84 86 12 -5 14 -16 11 -49 -5 -37 -2 -47 24 -76 34 -37 67 -41 99 -12 22 21 52 27 52 10 0 -5 23 -16 51 -24 45 -14 54 -14 79 -1 16 8 38 27 49 41 12 15 21 21 21 15 0 -26 40 -53 83 -58 38 -5 55 0 116 33 68 37 73 38 83 20 32 -57 78 -71 116 -36 27 25 37 25 64 0 24 -22 77 -27 95 -9 9 9 19 9 42 -1 17 -7 42 -9 55 -6 35 9 80 70 72 98 -3 13 2 56 11 96 16 71 16 73 -4 100 -20 26 -23 27 -122 27 -95 0 -103 2 -135 28 -19 15 -41 27 -49 27 -7 0 -35 -16 -61 -37 -41 -32 -49 -35 -72 -25 -46 21 -115 14 -169 -17 l-49 -28 -49 33 c-27 19 -59 34 -71 34 -11 0 -45 -14 -74 -30 -41 -22 -54 -26 -58 -15 -3 7 -1 22 5 34 32 59 -10 113 -71 92 -19 -7 -57 -9 -93 -5 -38 4 -70 2 -82 -5 -16 -8 -28 -7 -52 5 -29 15 -34 14 -59 -2 -15 -9 -35 -26 -45 -36 -17 -17 -21 -18 -35 -5 -25 22 -99 57 -119 57 -28 0 -143 -71 -165 -102 -22 -31 -40 -35 -58 -14 -6 8 -23 16 -38 18 -19 2 -28 11 -34 34 -12 46 -36 62 -78 53z m-605 -162 c-19 -75 -35 -141 -35 -146 0 -5 9 -7 20 -4 29 8 25 2 -25 -41 -39 -32 -48 -36 -62 -25 -26 22 -31 52 -17 99 19 62 19 62 -23 58 -29 -2 -39 -8 -41 -23 -9 -51 -24 -95 -33 -95 -5 0 -27 -11 -49 -25 -22 -14 -44 -25 -50 -25 -13 0 -3 42 12 51 5 3 20 48 32 100 13 52 26 104 30 117 6 18 4 22 -15 22 -22 0 -22 1 6 30 24 25 37 30 76 30 l47 0 -23 -80 c-12 -44 -20 -80 -18 -80 3 0 22 10 43 21 30 17 39 29 46 63 8 36 16 44 59 68 27 15 51 25 53 24 1 -2 -13 -64 -33 -139z m635 72 c-24 -78 -24 -76 -2 -57 16 15 122 30 122 17 0 -4 -16 -17 -35 -30 l-34 -24 24 -25 c22 -23 24 -30 15 -60 -13 -46 -13 -48 10 -52 16 -3 13 -8 -21 -37 l-41 -34 -25 26 c-25 25 -25 26 -10 71 9 25 15 46 14 47 -1 0 -14 2 -29 3 -20 1 -28 -4 -32 -20 -3 -12 -9 -29 -12 -38 -4 -12 0 -16 15 -16 20 0 18 -3 -13 -35 -20 -19 -39 -35 -45 -35 -5 0 -16 12 -26 26 -16 25 -16 31 10 138 15 61 31 124 34 140 5 22 16 33 51 46 25 10 46 17 47 16 1 -1 -6 -31 -17 -67z m875 32 c-4 -17 -12 -31 -18 -31 -17 0 -77 23 -77 30 0 7 93 39 98 34 2 -1 1 -16 -3 -33z m-465 -2 c28 -17 49 -37 47 -43 -2 -6 -15 -55 -27 -108 l-24 -97 -45 -24 c-25 -13 -60 -32 -76 -42 -30 -18 -31 -17 -83 15 -28 17 -52 34 -52 36 0 3 12 52 26 109 l26 105 62 39 c33 22 69 40 78 40 10 1 41 -13 68 -30z m195 5 l17 -26 22 21 c17 16 35 21 77 21 l54 0 -35 -28 c-19 -15 -52 -29 -74 -32 -36 -5 -40 -8 -52 -48 -11 -40 -11 -43 4 -36 10 4 40 9 67 12 l50 4 -24 -25 c-17 -19 -36 -27 -69 -29 l-46 -3 -14 -57 c-8 -32 -18 -58 -22 -58 -5 0 -11 -18 -15 -40 -4 -27 -17 -48 -37 -65 -36 -30 -44 -31 -58 -5 -6 11 -17 20 -24 20 -8 0 -16 7 -20 15 -4 11 2 15 24 15 26 0 30 3 30 29 0 16 4 31 9 33 5 2 23 56 39 121 l30 117 -24 0 c-22 0 -22 2 14 35 45 42 55 43 77 9z m910 -44 c-7 -30 -6 -30 36 -30 l42 0 -23 -25 c-14 -15 -35 -25 -50 -25 -24 0 -28 -5 -40 -57 -7 -32 -15 -64 -17 -70 -3 -8 3 -13 17 -13 19 0 17 -4 -16 -35 -20 -19 -40 -35 -44 -35 -3 0 -16 10 -28 23 l-22 23 24 82 23 81 -23 3 c-20 3 -15 10 43 56 37 28 71 52 76 52 5 0 6 -13 2 -30z m-1628 -53 c-1 -5 -15 -16 -30 -25 -23 -14 -30 -15 -48 -4 -12 8 -22 12 -23 10 -4 -4 -36 -135 -36 -145 0 -5 18 -7 40 -5 48 5 49 -4 4 -42 l-34 -28 -55 22 c-38 15 -53 26 -47 34 5 6 15 36 22 66 6 30 14 63 17 73 3 11 35 33 75 52 68 33 71 33 94 17 13 -9 22 -21 21 -25z m953 -48 c-12 -46 -23 -92 -26 -101 -4 -13 0 -18 16 -18 19 0 17 -4 -16 -35 -20 -19 -40 -35 -44 -35 -3 0 -16 10 -28 23 l-21 22 25 101 26 100 41 16 c23 8 43 14 45 13 2 -2 -6 -40 -18 -86z m254 46 c14 -11 17 -22 12 -47 -6 -31 -11 -36 -76 -58 -57 -20 -70 -28 -70 -46 0 -19 4 -21 51 -16 37 3 50 2 45 -7 -4 -6 -12 -11 -17 -11 -6 0 -20 -12 -33 -27 l-23 -27 -60 23 -60 22 13 42 c7 23 19 62 26 86 11 38 21 50 67 77 59 35 62 35 125 -11z m-1470 -67 c-13 -51 -24 -94 -24 -95 0 -2 9 -3 21 -3 18 0 15 -5 -17 -35 -20 -19 -39 -35 -43 -35 -3 0 -15 12 -27 27 l-21 27 -32 -27 c-40 -33 -45 -33 -77 -4 -23 22 -24 25 -12 62 12 36 18 40 84 62 51 17 73 30 77 43 5 18 0 20 -56 20 l-60 0 23 25 c21 23 31 25 106 25 l82 0 -24 -92z m1716 67 c-19 -20 -33 -25 -70 -25 -45 0 -48 -2 -54 -32 -8 -43 -1 -46 32 -15 16 15 32 27 37 27 17 0 55 -44 55 -63 0 -21 -54 -77 -75 -77 -6 0 -20 -9 -30 -20 -14 -16 -31 -20 -77 -20 -64 0 -72 10 -31 37 24 16 42 20 99 22 16 1 23 9 28 33 9 44 -2 48 -30 13 -30 -37 -43 -38 -73 -2 -32 38 -22 64 41 110 46 33 59 37 112 37 l59 0 -23 -25z m440 3 c0 -21 -16 -90 -34 -145 -6 -19 -4 -23 13 -23 12 0 21 -4 21 -10 0 -5 -7 -10 -15 -10 -8 0 -22 -11 -31 -25 -21 -32 -29 -31 -59 3 l-23 27 -29 -27 c-35 -34 -41 -34 -75 -4 -25 22 -26 27 -16 60 10 32 18 37 84 62 49 17 74 32 77 45 5 17 -1 19 -51 19 l-55 0 23 25 c21 22 32 25 97 25 69 0 73 -1 73 -22z m-2354 -65 c-17 -9 -22 -9 -24 3 -2 8 -1 22 2 31 6 14 9 14 25 -3 18 -18 18 -19 -3 -31z m407 -43 c-3 -11 -12 -20 -19 -20 -16 0 -16 2 -8 24 9 24 33 20 27 -4z m1274 -36 c9 -23 -19 -37 -37 -18 -13 13 -13 16 0 24 21 14 30 12 37 -6z"/> <path d="M1048 285 c-6 -31 -1 -31 37 0 l30 25 -31 0 c-26 0 -33 -5 -36 -25z"/> <path d="M1352 292 c-13 -53 -26 -102 -29 -109 -3 -9 7 -11 34 -9 l37 4 22 83 c11 46 24 94 28 107 7 20 4 22 -31 22 l-38 0 -23 -98z"/> <path d="M2066 288 c-9 -36 -7 -40 16 -36 14 2 24 13 29 31 6 24 4 27 -16 27 -15 0 -25 -7 -29 -22z"/> <path d="M551 200 c-10 -31 -9 -34 24 -30 40 4 50 60 11 60 -18 0 -27 -8 -35 -30z"/> <path d="M2696 208 c-10 -39 -7 -45 20 -40 15 3 29 14 35 29 12 33 13 33 -20 33 -21 0 -30 -6 -35 -22z"/> </g> </svg> -->
<!-- <img src = "logo.svg" alt="My Happy SVG"/> -->
<div class="landing__logo__container">
<svg class="character h" width="377" height="390" viewBox="0 0 377 390" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:screen">
<g style="mix-blend-mode:screen">
<path class="h-left" fill-rule="evenodd" clip-rule="evenodd" d="M188.9 389.7H10.7C5.19995 389.7 0.699951 385.2 0.699951 379.7V10.3999C0.699951 4.8999 5.19995 0.399902 10.7 0.399902H188.9C194.4 0.399902 198.9 4.8999 198.9 10.3999V379.7C198.9 385.2 194.4 389.7 188.9 389.7V389.7ZM20.7 369.7H178.9V20.3999H20.7V369.7Z" fill="#F36905" />
</g>
<g style="mix-blend-mode:screen">
<path class="h-right" fill-rule="evenodd" clip-rule="evenodd" d="M367.1 389.7H188.9C183.4 389.7 178.9 385.2 178.9 379.7V10.3999C178.9 4.8999 183.4 0.399902 188.9 0.399902H367.1C372.6 0.399902 377 4.8999 377 10.3999V379.7C377 385.2 372.6 389.7 367.1 389.7V389.7ZM198.9 369.7H357.1V20.3999H198.9V369.7Z" fill="#F36905"/>
</g>
<!-- <path fill-rule="evenodd" clip-rule="evenodd" d="M188.9 389.7H10.7C5.19995 389.7 0.699951 385.2 0.699951 379.7V10.3999C0.699951 4.8999 5.19995 0.399902 10.7 0.399902H188.9C194.4 0.399902 198.9 4.8999 198.9 10.3999V379.7C198.9 385.2 194.4 389.7 188.9 389.7V389.7ZM20.7 369.7H178.9V20.3999H20.7V369.7Z" fill="#02ABE2"/> -->
<!-- <path fill-rule="evenodd" clip-rule="evenodd" d="M367.1 389.7H188.9C183.4 389.7 178.9 385.2 178.9 379.7V10.3999C178.9 4.8999 183.4 0.399902 188.9 0.399902H367.1C372.6 0.399902 377 4.8999 377 10.3999V379.7C377 385.2 372.6 389.7 367.1 389.7V389.7ZM198.9 369.7H357.1V20.3999H198.9V369.7Z" fill="#02ABE2"/> -->
</g>
</svg>
<svg class="character a" width="544" height="441" viewBox="0 0 544 441" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:screen">
<path class="a-right" fill-rule="evenodd" clip-rule="evenodd" d="M374.2 440.9C371.6 440.9 369.1 440 367.1 438L106 176.9C104.1 175 103.1 172.5 103.1 169.8C103.1 167.2 104.1 164.6 106 162.7L265 3.6999C268.9 -0.200098 275.2 -0.200098 279.1 3.6999L540.3 264.9C542.1 266.8 543.2 269.3 543.2 271.9C543.2 274.6 542.1 277.1 540.3 279L381.3 438C379.3 440 376.7 440.9 374.2 440.9V440.9ZM127.2 169.8L374.2 416.8L519.1 271.9L272.1 24.8999L127.2 169.8Z" fill="#F74035"/>
</g>
<g style="mix-blend-mode:screen">
<path class="a-left" fill-rule="evenodd" clip-rule="evenodd" d="M169.9 440.9C167.2 440.9 164.7 439.9 162.8 438L3.8 279C-0.0999999 275.1 -0.0999999 268.8 3.8 264.9L265 3.69983C266.9 1.89983 269.4 0.799805 272.1 0.799805C274.7 0.799805 277.2 1.89983 279.1 3.69983L438.1 162.7C442 166.6 442 173 438.1 176.9L177 438C175.1 439.9 172.6 440.9 169.9 440.9V440.9ZM25 271.9L169.9 416.8L416.9 169.8L272.1 24.8998L25 271.9Z" fill="#F74035"/>
</g>
</svg>
<svg class="character c" width="383" height="425" viewBox="0 0 383 425" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:screen">
<path class="c-lower" fill-rule="evenodd" clip-rule="evenodd" d="M213.1 424.6C158.8 424.6 104.4 403.9 62.9 362.5C-19.9 279.7 -19.9 144.9 63 62.0999C68.6 56.4999 74.9 51 82.3 45.2C86.3 42.1 92 42.4 95.6 46L379.5 329.9C383.1 333.5 383.4 339.1 380.3 343.1C374.3 350.8 368.9 356.9 363.3 362.5C321.9 403.9 267.5 424.6 213.1 424.6V424.6ZM77.1 76.3C2.09997 151.3 2.09997 273.4 77.1 348.4C152.1 423.4 274.2 423.4 349.2 348.4C352.4 345.1 355.6 341.6 359 337.7L87.8 66.5C83.9 69.8 80.3 73 77.1 76.3Z" fill="#02ABE2"/>
</g>
<g style="mix-blend-mode:screen">
<path class="c-upper" fill-rule="evenodd" clip-rule="evenodd" d="M88.5 381.8C86.3 381.8 84.2 381.1 82.3 379.7C74.7 373.7 68.5 368.3 62.9 362.7C-19.9 279.9 -19.9 145.2 63 62.4C145.8 -20.5 280.5 -20.4 363.3 62.4C368.9 67.9 374.5 74.2999 380.3 81.6999C383.4 85.6999 383.1 91.3999 379.5 94.9999L95.6 378.9C93.6 380.8 91.1 381.8 88.5 381.8V381.8ZM213.1 20.1999C163.9 20.1999 114.6 38.9999 77.1 76.4999C2.09997 151.5 2.09997 273.6 77.1 348.6C80.3 351.8 83.8 355.1 87.8 358.4L359 87.1999C355.7 83.2999 352.4 79.6999 349.2 76.4999C311.7 38.9999 262.4 20.1999 213.1 20.1999V20.1999Z" fill="#02ABE2"/>
</g>
</svg>
<svg class="character k" width="441" height="544" viewBox="0 0 441 544" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:screen">
<path class="k-upper" fill-rule="evenodd" clip-rule="evenodd" d="M169.1 441.1C166.5 441.1 163.9 440 162 438.1L3.1001 279.1C-0.899902 275.2 -0.899902 268.9 3.1001 265L264.2 3.9001C268.1 9.77516e-05 274.4 9.77516e-05 278.3 3.9001L437.3 162.8C441.2 166.8 441.2 173.1 437.3 177L176.2 438.1C174.3 440 171.8 441.1 169.1 441.1V441.1ZM24.3 272.1L169.1 416.9L416.1 169.9L271.3 25.1L24.3 272.1Z" fill="#F74035"/>
</g>
<g style="mix-blend-mode:screen">
<path class="k-lower" fill-rule="evenodd" clip-rule="evenodd" d="M271.3 543.2C268.7 543.2 266.1 542.2 264.2 540.3L3.1001 279.1C-0.899902 275.2 -0.899902 268.9 3.1001 265L162 106C165.9 102.1 172.3 102.1 176.2 106L437.3 367.1C441.2 371 441.2 377.4 437.3 381.3L278.3 540.3C276.4 542.2 273.8 543.2 271.3 543.2ZM24.3 272.1L271.3 519.1L416.1 374.2L169.1 127.2L24.3 272.1Z" fill="#F74035"/>
</g>
</svg>
<svg class="character o" width="441" height="441" viewBox="0 0 441 441" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:screen">
<path class="o-outer" fill-rule="evenodd" clip-rule="evenodd" d="M220.8 440.9C99.4999 440.9 0.699951 342.2 0.699951 220.9C0.699951 99.5 99.4999 0.800049 220.8 0.800049C342.1 0.800049 440.8 99.5 440.8 220.9C440.8 342.2 342.1 440.9 220.8 440.9ZM220.8 20.8C110.5 20.8 20.7 110.6 20.7 220.9C20.7 331.2 110.5 420.9 220.8 420.9C331.1 420.9 420.8 331.2 420.8 220.9C420.8 110.6 331.1 20.8 220.8 20.8Z" fill="#D538AA"/>
</g>
<g style="mix-blend-mode:screen">
<path class="o-inner" fill-rule="evenodd" clip-rule="evenodd" d="M220.8 315C168.9 315 126.6 272.8 126.6 220.9C126.6 168.9 168.9 126.7 220.8 126.7C272.7 126.7 315 168.9 315 220.9C315 272.8 272.7 315 220.8 315ZM220.8 146.7C179.9 146.7 146.6 180 146.6 220.9C146.6 261.8 179.9 295 220.8 295C261.7 295 295 261.8 295 220.9C295 180 261.7 146.7 220.8 146.7Z" fill="#D538AA"/>
</g>
</svg>
<svg class="character f" width="391" height="390" viewBox="0 0 391 390" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:screen">
<path class="f-lower" fill-rule="evenodd" clip-rule="evenodd" d="M229.2 313.5H10.8C5.30005 313.5 0.800049 309 0.800049 303.5V152.6C0.800049 147.1 5.30005 142.6 10.8 142.6H380.1C385.6 142.6 390.1 147.1 390.1 152.6C390.1 241.3 317.9 313.5 229.2 313.5ZM20.8 293.5H229.2C303.5 293.5 364.6 235.6 369.8 162.6H20.8V293.5Z" fill="#02CA77"/>
</g>
<g style="mix-blend-mode:screen">
<path class="f-upper" fill-rule="evenodd" clip-rule="evenodd" d="M380.1 162.6H10.8C5.30005 162.6 0.800049 158.1 0.800049 152.6V10.7C0.800049 5.19995 5.30005 0.699951 10.8 0.699951H380.1C385.6 0.699951 390.1 5.19995 390.1 10.7V152.6C390.1 158.1 385.6 162.6 380.1 162.6ZM20.8 142.6H370.1V20.7H20.8V142.6Z" fill="#02CA77"/>
</g>
<g style="mix-blend-mode:screen">
<path class="f-left" class="" fill-rule="evenodd" clip-rule="evenodd" d="M195.4 390H10.8C5.30005 390 0.800049 385.5 0.800049 380V10.7C0.800049 5.19995 5.30005 0.699951 10.8 0.699951H195.4C201 0.699951 205.4 5.19995 205.4 10.7V380C205.4 385.5 201 390 195.4 390ZM20.8 370H185.5V20.7H20.8V370Z" fill="#02CA77"/>
</g>
</svg>
<svg class="character i" width="205" height="390" viewBox="0 0 205 390" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="i-main" fill-rule="evenodd" clip-rule="evenodd" d="M194.7 389.7H10.1001C4.6001 389.7 0.100098 385.2 0.100098 379.7V10.3999C0.100098 4.8999 4.6001 0.399902 10.1001 0.399902H194.7C200.2 0.399902 204.7 4.8999 204.7 10.3999V379.7C204.7 385.2 200.2 389.7 194.7 389.7ZM20.1001 369.7H184.7V20.3999H20.1001V369.7Z" fill="#F36905"/>
</svg>
<svg class="character e" width="390" height="391" viewBox="0 0 390 391" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:screen">
<path class="e-upper" fill-rule="evenodd" clip-rule="evenodd" d="M379.7 139.9H10.3999C4.8999 139.9 0.399902 135.4 0.399902 129.9V10.7C0.399902 5.09995 4.8999 0.699951 10.3999 0.699951H379.7C385.3 0.699951 389.7 5.09995 389.7 10.7V129.9C389.7 135.4 385.3 139.9 379.7 139.9ZM20.3999 119.9H369.7V20.7H20.3999V119.9Z" fill="#F7C14B"/>
</g>
<g style="mix-blend-mode:screen">
<path class="e-lower" fill-rule="evenodd" clip-rule="evenodd" d="M379.7 390.3H10.3999C4.8999 390.3 0.399902 385.8 0.399902 380.3V255.1C0.399902 249.6 4.8999 245.1 10.3999 245.1H379.7C385.3 245.1 389.7 249.6 389.7 255.1V380.3C389.7 385.8 385.3 390.3 379.7 390.3ZM20.3999 370.3H369.7V265.1H20.3999V370.3Z" fill="#F7C14B"/>
</g>
<g style="mix-blend-mode:screen">
<path class="e-mid" fill-rule="evenodd" clip-rule="evenodd" d="M379.7 265.1H10.3999C4.8999 265.1 0.399902 260.6 0.399902 255.1V129.9C0.399902 124.4 4.8999 119.9 10.3999 119.9H379.7C385.3 119.9 389.7 124.4 389.7 129.9V255.1C389.7 260.6 385.3 265.1 379.7 265.1ZM20.3999 245.1H369.7V139.9H20.3999V245.1Z" fill="#F7C14B"/>
</g>
</svg>
<svg class="character s" width="401" height="389" viewBox="0 0 401 389" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:screen">
<path class="s-upper" fill-rule="evenodd" clip-rule="evenodd" d="M374.1 149.3H132.7C127.2 149.3 122.7 144.8 122.7 139.3V10.3C122.7 4.80005 127.2 0.300049 132.7 0.300049H374.1C379.6 0.300049 384.1 4.80005 384.1 10.3V139.3C384.1 144.8 379.6 149.3 374.1 149.3ZM142.7 129.3H364.1V20.3H142.7V129.3Z" fill="#02ABE2"/>
</g>
<g style="mix-blend-mode:screen">
<path class="s-lower" fill-rule="evenodd" clip-rule="evenodd" d="M270.5 388.8H23.3C17.8 388.8 13.3 384.3 13.3 378.8V254.6C13.3 249 17.8 244.6 23.3 244.6H270.5C276 244.6 280.5 249 280.5 254.6V378.8C280.5 384.3 276 388.8 270.5 388.8ZM33.3 368.8H260.5V264.6H33.3V368.8Z" fill="#02ABE2"/>
</g>
<g style="mix-blend-mode:screen">
<path class="s-upper-circle" fill-rule="evenodd" clip-rule="evenodd" d="M132.7 264.6C59.7999 264.6 0.600098 205.3 0.600098 132.4C0.600098 59.6 59.7999 0.300049 132.7 0.300049C205.6 0.300049 264.8 59.6 264.8 132.4C264.8 205.3 205.6 264.6 132.7 264.6ZM132.7 20.3C70.9 20.3 20.6001 70.6 20.6001 132.4C20.6001 194.3 70.9 244.6 132.7 244.6C194.5 244.6 244.8 194.3 244.8 132.4C244.8 70.6 194.5 20.3 132.7 20.3Z" fill="#02ABE2"/>
</g>
<g style="mix-blend-mode:screen">
<path class="s-lower-circle" fill-rule="evenodd" clip-rule="evenodd" d="M270.5 388.8C199 388.8 140.8 330.6 140.8 259C140.8 187.5 199 129.3 270.5 129.3C342 129.3 400.2 187.5 400.2 259C400.2 330.6 342 388.8 270.5 388.8ZM270.5 149.3C210 149.3 160.8 198.5 160.8 259C160.8 319.5 210 368.8 270.5 368.8C331 368.8 380.2 319.5 380.2 259C380.2 198.5 331 149.3 270.5 149.3Z" fill="#02ABE2"/>
</g>
</svg>
<svg class="character t" width="390" height="388" viewBox="0 0 390 388" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:screen">
<g style="mix-blend-mode:screen">
<!-- <path fill-rule="evenodd" clip-rule="evenodd" d="M380 265.1H10.7C5.19995 265.1 0.699951 260.7 0.699951 255.1V10C0.699951 4.5 5.19995 0 10.7 0H380C385.5 0 390 4.5 390 10V255.1C390 260.7 385.5 265.1 380 265.1ZM20.7 245.1H370V20H20.7V245.1Z" fill="#F36905"/> -->
</g>
<g style="mix-blend-mode:screen">
<!-- <path fill-rule="evenodd" clip-rule="evenodd" d="M287.7 387.7H102.9C97.3999 387.7 93 383.2 93 377.7V10C93 4.5 97.3999 0 102.9 0H287.7C293.2 0 297.7 4.5 297.7 10V377.7C297.7 383.2 293.2 387.7 287.7 387.7ZM112.9 367.7H277.7V20H112.9V367.7Z" fill="#F36905"/> -->
</g>
<path class="t-horizontal" fill-rule="evenodd" clip-rule="evenodd" d="M380 265.1H10.7C5.19995 265.1 0.699951 260.7 0.699951 255.1V10C0.699951 4.5 5.19995 0 10.7 0H380C385.5 0 390 4.5 390 10V255.1C390 260.7 385.5 265.1 380 265.1ZM20.7 245.1H370V20H20.7V245.1Z" fill="#F74035"/>
<path class="t-vertical" fill-rule="evenodd" clip-rule="evenodd" d="M287.7 387.7H102.9C97.3999 387.7 93 383.2 93 377.7V10C93 4.5 97.3999 0 102.9 0H287.7C293.2 0 297.7 4.5 297.7 10V377.7C297.7 383.2 293.2 387.7 287.7 387.7ZM112.9 367.7H277.7V20H112.9V367.7Z" fill="#F74035"/>
</g>
</svg>
<svg class="character a" width="544" height="441" viewBox="0 0 544 441" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:screen">
<path class="a2-right" fill-rule="evenodd" clip-rule="evenodd" d="M374.2 440.9C371.6 440.9 369.1 440 367.1 438L106 176.9C104.1 175 103.1 172.5 103.1 169.8C103.1 167.2 104.1 164.6 106 162.7L265 3.6999C268.9 -0.200098 275.2 -0.200098 279.1 3.6999L540.3 264.9C542.1 266.8 543.2 269.3 543.2 271.9C543.2 274.6 542.1 277.1 540.3 279L381.3 438C379.3 440 376.7 440.9 374.2 440.9V440.9ZM127.2 169.8L374.2 416.8L519.1 271.9L272.1 24.8999L127.2 169.8Z" fill="#F74035"/>
</g>
<g style="mix-blend-mode:screen">
<path class="a2-left" fill-rule="evenodd" clip-rule="evenodd" d="M169.9 440.9C167.2 440.9 164.7 439.9 162.8 438L3.8 279C-0.0999999 275.1 -0.0999999 268.8 3.8 264.9L265 3.69983C266.9 1.89983 269.4 0.799805 272.1 0.799805C274.7 0.799805 277.2 1.89983 279.1 3.69983L438.1 162.7C442 166.6 442 173 438.1 176.9L177 438C175.1 439.9 172.6 440.9 169.9 440.9V440.9ZM25 271.9L169.9 416.8L416.9 169.8L272.1 24.8998L25 271.9Z" fill="#F74035"/>
</g>
</svg>
</div>
</div>
<!-- past the content of firstlogo.html -->
</div>
<br />
<br />
<br />
<br />
<!-- <ul class="homepage__list" data-ref="homepage.list">
<li class="homepage__list__item--0" data-ref="homepage.listItem">
User friendly
</li>
<div>
<li class="homepage__list__item--1" data-ref="homepage.listItem">
Easy peasy
</li>
<li class="homepage__list__item--2" data-ref="homepage.listItem">
Smart
</li>
<li class="homepage__list__item--3" data-ref="homepage.listItem">
Extensible
</li>
<li class="homepage__list__item--4" data-ref="homepage.listItem">
Futureproof
</li>
<li class="homepage__list__item--5" data-ref="homepage.listItem">
Community
</li>
</div>
</ul> -->
<br />
<h1 class="homepage__title">
<div class="line">
<span
><section
id="clock"
class="font-display text-6xl md:text-8xl xl:text-9xl mt-10 mb-10"
></section
></span>
</div>
<script>
// Get current time and format
function getTime() {
let date = new Date(),
min = date.getMinutes(),
sec = date.getSeconds(),
hour = date.getHours();
return (
"" +
(hour < 10 ? "0" + hour : hour) +
":" +
(min < 10 ? "0" + min : min) +
":" +
(sec < 10 ? "0" + sec : sec)
);
}
// Set up the clock
document.getElementById("clock").innerHTML = getTime();
const clock = document.getElementById("clock");
if (navigator.userAgent.indexOf("Firefox") > 0) {
clock.style.marginTop = "3em";
}
// Set clock interval to tick clock
setInterval(() => {
document.getElementById("clock").innerHTML = getTime();
}, 100);
</script>
</h1>
<div class="homepage__buttons">
<a href="https://discord.gg/8VK8jMt63j" class="button" onclick="window.location.assign(this.href)">DISCORD</a>
<a href="#" class="button button--fill" onclick="window.location.assign(this.href)"
>REGISTER 📖</a
>
</div>
</div>
</div>
</div>
<!-- end .site-content -->
</main>
<!-- end .site-main -->
<footer class="site-footer footer">IIITL</footer>
</div>
<div class="transition">
<div class="transition__title"></div>
<div class="transition__background"></div>
</div>
<script src="https://barba.js.org/js/main.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.3/gsap.min.js" defer></script>
<script src="./js/main.js" defer></script>
<script>
const nohover = document.getElementById('logo_nohover');
const hover = document.getElementById('logo_hover');
nohover.onmouseenter = () => {
console.log('hover')
nohover.style.opacity = 0;
hover.style.opacity = 1;
}
nohover.onmouseleave = () => {
console.log('leave')
nohover.style.opacity = 1;
hover.style.opacity = 0;
}
</script>
</body>
</html>