-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathevent-codoput.html
482 lines (369 loc) · 47.1 KB
/
event-codoput.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
<!--shittiest way to uh.. yeah...-->
<script>
//if (window.location.href !== "https://jesvijonathan.github.io/talos-website/"){
//window.location = "https://jesvijonathan.github.io/talos-website/"; }//
//alert("This Website Under Construction !\nPlease Report Bugs To talos@citchennai.net\nPress 'OK' Enter Website..")
</script>
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<meta name="description" content="TALOS, an event organized by the department of AI & DS (CIT). Codoput, Is a technical Event In Talos Symposium. Click on the link to learn more. Website By Jesvi Jonathan">
<meta name="keywords" content="TALOS, CIT, CHENNAI, SYMPOSIUM, EVENT, COLLEGE, COMPETITION, INSTITUTE, TECHNOLOGY, AI, ARTIFICIAL INTELLIGENCE, DATA, SCIENCE, TALOSCIT, JESVI, DESIGN">
<meta name="author" content="Jesvi Jonathan">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>TALOS | Event - Codoput</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta property="og:site_name" content="TALOS">
<meta property="og:title" content="TALOS | Event - Codoput" />
<meta property="og:description" content="TALOS, an event organized by the department of AI & DS, In regards to Symposium conducted in Chennai Institute Of Technology." />
<!-- og prop referring gitpages for faster response, dont change -->
<meta property="og:image" itemprop="image" content="https://jesvijonathan.github.io/talos-website/talos_web.png">
<meta property="og:image:secure_url" itemprop="image" content="https://jesvijonathan.github.io/talos-website/talos_web.png">
<meta property="og:type" content="website" />
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="300">
<meta property="og:image:height" content="200">
<meta property="og:url" content="https://jesvijonathan.github.io/talos-website/event-codoput">
<meta property="og:updated_time" content="2022-05-05T23:10:58-06:00" />
<link itemprop="thumbnailUrl" href="https://jesvijonathan.github.io/talos-website/talos_web.png">
<span itemprop="thumbnail" itemscope itemtype="http://schema.org/ImageObject">
<link itemprop="url" href="https://jesvijonathan.github.io/talos-website/talos_web.png">
</span>
<head>
<link rel="icon" type="image/png" href="./favicon2.png" sizes="32x32">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<link rel="stylesheet" href="./style_2.css" />
<link rel="stylesheet" href="./font-awesome.min.css" >
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="./res.css" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BJW100YW4T"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BJW100YW4T');
</script>
</head>
<div class="nloader">
<svg class="nlder" width="200" height="100" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="path" d="M0.553711 1.07129V0.571289H0.0537109V1.07129H0.553711ZM7.69922 1.07129H8.19922V0.571289H7.69922V1.07129ZM7.69922 3.49707V3.99707H8.19922V3.49707H7.69922ZM5.34375 3.49707V2.99707H4.84375V3.49707H5.34375ZM5.34375 14V14.5H5.84375V14H5.34375ZM2.84766 14H2.34766V14.5H2.84766V14ZM2.84766 3.49707H3.34766V2.99707H2.84766V3.49707ZM0.553711 3.49707H0.0537109V3.99707H0.553711V3.49707ZM0.553711 1.57129H7.69922V0.571289H0.553711V1.57129ZM7.19922 1.07129V3.49707H8.19922V1.07129H7.19922ZM7.69922 2.99707H5.34375V3.99707H7.69922V2.99707ZM4.84375 3.49707V14H5.84375V3.49707H4.84375ZM5.34375 13.5H2.84766V14.5H5.34375V13.5ZM3.34766 14V3.49707H2.34766V14H3.34766ZM2.84766 2.99707H0.553711V3.99707H2.84766V2.99707ZM1.05371 3.49707V1.07129H0.0537109V3.49707H1.05371ZM15.5742 1.07129V0.571289H15.2311L15.1077 0.89146L15.5742 1.07129ZM18.0703 1.07129L18.537 0.891736L18.4137 0.571289H18.0703V1.07129ZM23.0449 14V14.5H23.773L23.5116 13.8204L23.0449 14ZM20.4873 14L20.0198 14.1774L20.1423 14.5H20.4873V14ZM19.4766 11.3369L19.944 11.1595L19.8216 10.8369H19.4766V11.3369ZM14.2031 11.3369V10.8369H13.8634L13.7383 11.1528L14.2031 11.3369ZM13.1484 14V14.5H13.4882L13.6133 14.1841L13.1484 14ZM10.5908 14L10.1243 13.8202L9.86224 14.5H10.5908V14ZM16.8398 4.49902L17.3063 4.31892L16.841 3.11406L16.3737 4.31811L16.8398 4.49902ZM15.1172 8.9375L14.6511 8.75659L14.3868 9.4375H15.1172V8.9375ZM18.5537 8.9375V9.4375H19.2828L19.0201 8.75739L18.5537 8.9375ZM15.5742 1.57129H18.0703V0.571289H15.5742V1.57129ZM17.6037 1.25084L22.5783 14.1796L23.5116 13.8204L18.537 0.891736L17.6037 1.25084ZM23.0449 13.5H20.4873V14.5H23.0449V13.5ZM20.9548 13.8226L19.944 11.1595L19.0091 11.5143L20.0198 14.1774L20.9548 13.8226ZM19.4766 10.8369H14.2031V11.8369H19.4766V10.8369ZM13.7383 11.1528L12.6836 13.8159L13.6133 14.1841L14.668 11.521L13.7383 11.1528ZM13.1484 13.5H10.5908V14.5H13.1484V13.5ZM11.0574 14.1798L16.0408 1.25112L15.1077 0.89146L10.1243 13.8202L11.0574 14.1798ZM16.3737 4.31811L14.6511 8.75659L15.5833 9.11841L17.306 4.67993L16.3737 4.31811ZM15.1172 9.4375H18.5537V8.4375H15.1172V9.4375ZM19.0201 8.75739L17.3063 4.31892L16.3734 4.67913L18.0873 9.11761L19.0201 8.75739ZM27.2109 1.07129V0.571289H26.7109V1.07129H27.2109ZM29.6719 1.07129H30.1719V0.571289H29.6719V1.07129ZM29.6719 11.6533H29.1719V12.1533H29.6719V11.6533ZM33.2578 11.6533H33.7578V11.1533H33.2578V11.6533ZM33.2578 14V14.5H33.7578V14H33.2578ZM27.2109 14H26.7109V14.5H27.2109V14ZM27.2109 1.57129H29.6719V0.571289H27.2109V1.57129ZM29.1719 1.07129V11.6533H30.1719V1.07129H29.1719ZM29.6719 12.1533H33.2578V11.1533H29.6719V12.1533ZM32.7578 11.6533V14H33.7578V11.6533H32.7578ZM33.2578 13.5H27.2109V14.5H33.2578V13.5ZM27.7109 14V1.07129H26.7109V14H27.7109ZM48.208 2.73242L47.8529 3.0844L47.8537 3.08519L48.208 2.73242ZM48.2344 12.3652L47.88 12.0125L47.8792 12.0133L48.2344 12.3652ZM40.1133 1.66016L40.3637 2.09293L40.3645 2.09248L40.1133 1.66016ZM40.7725 10.9678L41.0886 10.5804L41.0875 10.5795L40.7725 10.9678ZM46.4854 4.4375L46.1257 4.78484L46.1269 4.78607L46.4854 4.4375ZM43.4971 1.24609C45.1889 1.24609 46.6322 1.8528 47.8529 3.0844L48.5631 2.38044C47.1588 0.963608 45.4615 0.246094 43.4971 0.246094V1.24609ZM47.8537 3.08519C49.0768 4.31372 49.6855 5.80029 49.6855 7.5752H50.6855C50.6855 5.54151 49.976 3.79956 48.5623 2.37965L47.8537 3.08519ZM49.6855 7.5752C49.6855 9.33315 49.0851 10.802 47.88 12.0125L48.5887 12.718C49.9852 11.3152 50.6855 9.59068 50.6855 7.5752H49.6855ZM47.8792 12.0133C46.6789 13.2245 45.2338 13.8252 43.5146 13.8252V14.8252C45.4986 14.8252 47.2 14.1193 48.5895 12.7172L47.8792 12.0133ZM43.5146 13.8252C41.7048 13.8252 40.2263 13.2053 39.042 11.9669L38.3193 12.6581C39.7015 14.1033 41.4456 14.8252 43.5146 14.8252V13.8252ZM39.042 11.9669C37.8472 10.7176 37.2559 9.24736 37.2559 7.53125H36.2559C36.2559 9.50655 36.9477 11.2238 38.3193 12.6581L39.042 11.9669ZM37.2559 7.53125C37.2559 6.37954 37.5331 5.32936 38.0856 4.37074L37.2191 3.87144C36.5762 4.98704 36.2559 6.2103 36.2559 7.53125H37.2559ZM38.0856 4.37074C38.6391 3.41019 39.3961 2.65281 40.3637 2.09292L39.8629 1.22739C38.7445 1.87454 37.8609 2.75778 37.2191 3.87144L38.0856 4.37074ZM40.3645 2.09248C41.3374 1.5272 42.3787 1.24609 43.4971 1.24609V0.246094C42.2013 0.246094 40.9868 0.57436 39.8621 1.22783L40.3645 2.09248ZM43.4707 2.6543C42.145 2.6543 41.01 3.12163 40.0987 4.05258L40.8134 4.7521C41.531 4.01899 42.4058 3.6543 43.4707 3.6543V2.6543ZM40.0987 4.05258C39.1831 4.98801 38.7344 6.17585 38.7344 7.5752H39.7344C39.7344 6.40814 40.1001 5.48074 40.8134 4.7521L40.0987 4.05258ZM38.7344 7.5752C38.7344 9.14132 39.3044 10.4204 40.4574 11.356L41.0875 10.5795C40.1897 9.85105 39.7344 8.86845 39.7344 7.5752H38.7344ZM40.4563 11.3551C41.3427 12.0786 42.3685 12.4434 43.5146 12.4434V11.4434C42.5983 11.4434 41.796 11.1577 41.0886 10.5804L40.4563 11.3551ZM43.5146 12.4434C44.8171 12.4434 45.9392 11.9658 46.8526 11.0263L46.1356 10.3292C45.4085 11.0771 44.5442 11.4434 43.5146 11.4434V12.4434ZM46.8526 11.0263C47.7687 10.0841 48.2246 8.91682 48.2246 7.55762H47.2246C47.2246 8.67107 46.8603 9.58388 46.1356 10.3292L46.8526 11.0263ZM48.2246 7.55762C48.2246 6.2025 47.7645 5.03577 46.8438 4.08893L46.1269 4.78607C46.8585 5.53845 47.2246 6.45179 47.2246 7.55762H48.2246ZM46.845 4.09016C45.9251 3.13766 44.7907 2.6543 43.4707 2.6543V3.6543C44.5179 3.6543 45.3932 4.0264 46.1257 4.78484L46.845 4.09016ZM61.5322 2.8291L61.8634 3.2037L62.2328 2.87717L61.9115 2.50324L61.5322 2.8291ZM59.7129 4.4375L59.3066 4.72888L59.6292 5.17883L60.0441 4.8121L59.7129 4.4375ZM56.9707 3.36523L57.2898 3.7503L57.2961 3.74486L56.9707 3.36523ZM56.8828 4.56055L56.4842 4.86249L56.4872 4.86627L56.8828 4.56055ZM58.6846 6.22168L58.3612 6.60304L58.3635 6.605L58.6846 6.22168ZM60.3896 7.70703L60.031 8.05544L60.034 8.05851L60.3896 7.70703ZM61.4443 9.15723L60.9871 9.35978L60.9904 9.36676L61.4443 9.15723ZM55.3887 13.6484L55.1121 14.065L55.1138 14.0661L55.3887 13.6484ZM53.6396 11.5215L53.3811 11.0935L52.9851 11.3328L53.193 11.7462L53.6396 11.5215ZM55.7051 10.2734L56.1444 10.0346L55.8944 9.57483L55.4465 9.8455L55.7051 10.2734ZM57.5859 8.54199L57.9024 8.15488L57.9022 8.15473L57.5859 8.54199ZM54.8613 5.8877L54.4429 6.16143L54.4441 6.16323L54.8613 5.8877ZM55.2656 1.71289L55.608 2.07727L55.6081 2.07717L55.2656 1.71289ZM59.6338 1.19434L59.4048 1.63883L59.4066 1.63975L59.6338 1.19434ZM61.2011 2.4545L59.3817 4.0629L60.0441 4.8121L61.8634 3.2037L61.2011 2.4545ZM60.1192 4.14612C59.4483 3.2105 58.6676 2.60156 57.7617 2.60156V3.60156C58.1801 3.60156 58.7002 3.88325 59.3066 4.72888L60.1192 4.14612ZM57.7617 2.60156C57.3443 2.60156 56.9578 2.71775 56.6453 2.98561L57.2961 3.74486C57.3938 3.66115 57.5346 3.60156 57.7617 3.60156V2.60156ZM56.6517 2.98022C56.3607 3.22135 56.1631 3.54599 56.1631 3.94531H57.1631C57.1631 3.91104 57.1706 3.84896 57.2897 3.75025L56.6517 2.98022ZM56.1631 3.94531C56.1631 4.28401 56.2802 4.59309 56.4843 4.86248L57.2814 4.25862C57.1925 4.14128 57.1631 4.04021 57.1631 3.94531H56.1631ZM56.4872 4.86627C56.6155 5.0324 56.8445 5.26087 57.1437 5.5368C57.4512 5.82027 57.8577 6.17609 58.3612 6.60303L59.0079 5.84033C58.5095 5.41766 58.1147 5.07182 57.8216 4.80158C57.5203 4.5238 57.3493 4.34651 57.2785 4.25482L56.4872 4.86627ZM58.3635 6.605C59.3093 7.39708 59.854 7.87316 60.031 8.05542L60.7483 7.35864C60.5269 7.13075 59.9348 6.61659 59.0056 5.83836L58.3635 6.605ZM60.034 8.05851C60.5052 8.53525 60.8143 8.96958 60.9872 9.35976L61.9015 8.95469C61.6642 8.41909 61.2702 7.88662 60.7453 7.35555L60.034 8.05851ZM60.9904 9.36676C61.1685 9.75281 61.2607 10.1815 61.2607 10.6602H62.2607C62.2607 10.0489 62.142 9.47571 61.8983 8.9477L60.9904 9.36676ZM61.2607 10.6602C61.2607 11.5913 60.9454 12.333 60.3189 12.9245L61.0053 13.6517C61.8436 12.8603 62.2607 11.8501 62.2607 10.6602H61.2607ZM60.3189 12.9245C59.6948 13.5136 58.8701 13.8252 57.7969 13.8252V14.8252C59.0791 14.8252 60.1646 14.4454 61.0053 13.6517L60.3189 12.9245ZM57.7969 13.8252C56.9624 13.8252 56.2578 13.6219 55.6635 13.2308L55.1138 14.0661C55.8906 14.5773 56.7915 14.8252 57.7969 14.8252V13.8252ZM55.6652 13.2319C55.0778 12.842 54.5459 12.2105 54.0863 11.2968L53.193 11.7462C53.706 12.7661 54.3401 13.5526 55.1122 14.065L55.6652 13.2319ZM53.8982 11.9494L55.9637 10.7014L55.4465 9.8455L53.3811 11.0935L53.8982 11.9494ZM55.2658 10.5122C55.9176 11.7113 56.7636 12.4873 57.8496 12.4873V11.4873C57.3184 11.4873 56.7347 11.1207 56.1444 10.0346L55.2658 10.5122ZM57.8496 12.4873C58.3761 12.4873 58.8501 12.3307 59.2385 11.9978L58.5877 11.2385C58.4018 11.3979 58.1669 11.4873 57.8496 11.4873V12.4873ZM59.2385 11.9978C59.6152 11.6749 59.8438 11.2597 59.8438 10.7656H58.8438C58.8438 10.9161 58.7852 11.0692 58.5877 11.2385L59.2385 11.9978ZM59.8438 10.7656C59.8438 10.3418 59.6852 9.94702 59.4205 9.5893L58.6166 10.1841C58.7855 10.4124 58.8438 10.6035 58.8438 10.7656H59.8438ZM59.4205 9.5893C59.1617 9.23963 58.6373 8.75565 57.9024 8.15488L57.2695 8.92911C58.0111 9.53537 58.4418 9.94787 58.6166 10.1841L59.4205 9.5893ZM57.9022 8.15473C56.4949 7.00541 55.6422 6.16281 55.2786 5.61216L54.4441 6.16323C54.9008 6.85477 55.8645 7.7817 57.2697 8.92926L57.9022 8.15473ZM55.2797 5.61397C54.9117 5.05141 54.7461 4.52101 54.7461 4.01562H53.7461C53.7461 4.75242 53.9906 5.47007 54.4429 6.16143L55.2797 5.61397ZM54.7461 4.01562C54.7461 3.2633 55.0243 2.62573 55.608 2.07727L54.9232 1.34851C54.1476 2.07739 53.7461 2.97498 53.7461 4.01562H54.7461ZM55.6081 2.07717C56.1945 1.52584 56.9131 1.24609 57.7969 1.24609V0.246094C56.6767 0.246094 55.7078 0.610882 54.9231 1.34861L55.6081 2.07717ZM57.7969 1.24609C58.3607 1.24609 58.8946 1.376 59.4048 1.63882L59.8628 0.749849C59.2128 0.415011 58.5221 0.246094 57.7969 0.246094V1.24609ZM59.4066 1.63975C59.9106 1.89679 60.4937 2.38772 61.153 3.15496L61.9115 2.50324C61.2113 1.68845 60.5288 1.08953 59.861 0.748918L59.4066 1.63975Z" fill="white"/>
</svg>
</div>
<script>
var loading_var = "What The Heck Are You Doing ?!";
console.log(loading_var);
setTimeout(() => {
document.querySelector(".nloader").style.opacity = "0";
document.querySelector(".nlder").style.opacity = "0";
document.querySelector(".nlder").style.zIndex = "-45";
document.querySelector(".nloader").style.zIndex = "-45";
}, 1500);
</script>
<body>
<div class="blurbg" id="blurbg"></div>
<div class="cover" id="cover">
<svg class="svg1" viewBox="0 0 598 208" xmlns="http://www.w3.org/2000/svg" style="display: none;">
<path d="M65.7872 200.104L63.5027 205.652L63.5378 205.667L63.573 205.68L65.7872 200.104ZM31.5152 177.928L27.3157 182.213L27.3369 182.234L27.3583 182.255L31.5152 177.928ZM8.76324 145.096L3.23975 147.439L3.26133 147.49L3.28385 147.541L8.76324 145.096ZM8.76324 63.304L3.27012 60.8904L3.26137 60.9103L3.25276 60.9303L8.76324 63.304ZM31.8032 30.184L27.6463 25.8574L27.6463 25.8574L31.8032 30.184ZM65.7872 8.29599L68.0299 13.8611L68.0509 13.8527L68.0717 13.8441L65.7872 8.29599ZM140.091 4.83998L141.796 -0.912803L141.796 -0.912805L140.091 4.83998ZM168.891 17.8L165.691 22.8755L165.716 22.891L165.741 22.9062L168.891 17.8ZM191.931 37.96L196.152 42.2243L200 38.4156L196.605 34.1979L191.931 37.96ZM163.707 65.896L159.041 69.6683L163.213 74.8275L167.928 70.1603L163.707 65.896ZM138.363 45.448L135.724 50.8364L135.745 50.8468L135.767 50.8571L138.363 45.448ZM82.4912 43.72L84.7893 49.2625L84.8465 49.2387L84.9032 49.2139L82.4912 43.72ZM62.0432 57.544L66.2859 61.7866L66.3207 61.7519L66.3549 61.7165L62.0432 57.544ZM48.5072 78.28L54.0497 80.5781L54.0594 80.5547L54.0689 80.5311L48.5072 78.28ZM48.5072 130.12L42.9456 132.371L42.9551 132.395L42.9648 132.418L48.5072 130.12ZM62.3312 150.856L58.0886 155.099L58.1234 155.133L58.1587 155.168L62.3312 150.856ZM83.0672 164.392L80.7692 169.934L80.7926 169.944L80.8161 169.954L83.0672 164.392ZM138.939 162.664L141.532 168.075L141.532 168.075L138.939 162.664ZM163.419 143.656L167.639 139.391L163.067 134.867L158.871 139.743L163.419 143.656ZM190.779 170.728L195.407 174.546L198.896 170.318L194.999 166.463L190.779 170.728ZM168.027 190.6L171.227 195.676L171.227 195.676L168.027 190.6ZM139.227 203.56L140.861 209.333L140.897 209.323L140.932 209.313L139.227 203.56ZM107.835 201.88C93.5668 201.88 80.3072 199.414 68.0014 194.528L63.573 205.68C77.3793 211.162 92.1517 213.88 107.835 213.88V201.88ZM68.0717 194.556C55.6828 189.455 44.9006 182.468 35.6722 173.601L27.3583 182.255C37.7139 192.204 49.7797 200.001 63.5027 205.652L68.0717 194.556ZM35.7148 173.643C26.6624 164.771 19.5087 154.455 14.2426 142.651L3.28385 147.541C9.15378 160.697 17.1681 172.269 27.3157 182.213L35.7148 173.643ZM14.2867 142.753C9.24381 130.866 6.69924 118.036 6.69924 104.2H-5.30076C-5.30076 119.548 -2.46933 133.982 3.23975 147.439L14.2867 142.753ZM6.69924 104.2C6.69924 90.1598 9.24815 77.3442 14.2737 65.6777L3.25276 60.9303C-2.47367 74.2238 -5.30076 88.6721 -5.30076 104.2H6.69924ZM14.2564 65.7176C19.5147 53.7504 26.7456 43.3639 35.9602 34.5106L27.6463 25.8574C17.2769 35.8201 9.14778 47.5136 3.27012 60.8904L14.2564 65.7176ZM35.9602 34.5106C45.1872 25.6455 55.8618 18.7647 68.0299 13.8611L63.5446 2.73088C49.9847 8.1953 38.0033 15.9065 27.6463 25.8574L35.9602 34.5106ZM68.0717 13.8441C80.3598 8.78427 93.5948 6.23199 107.835 6.23199V-5.76801C92.1237 -5.76801 77.3267 -2.94429 63.5027 2.74792L68.0717 13.8441ZM107.835 6.23199C118.411 6.23199 128.588 7.68959 138.387 10.5928L141.796 -0.912805C130.858 -4.15361 119.531 -5.76801 107.835 -5.76801V6.23199ZM138.387 10.5928C148.247 13.5142 157.341 17.6111 165.691 22.8755L172.091 12.7244C162.778 6.85292 152.672 2.30977 141.796 -0.912803L138.387 10.5928ZM165.741 22.9062C174.213 28.1338 181.37 34.4073 187.257 41.722L196.605 34.1979C189.821 25.7687 181.618 18.6021 172.042 12.6938L165.741 22.9062ZM187.71 33.6956L159.486 61.6317L167.928 70.1603L196.152 42.2243L187.71 33.6956ZM168.373 62.1237C160.568 52.4703 151.432 45.0658 140.96 40.0389L135.767 50.8571C144.494 55.0462 152.254 61.2737 159.041 69.6683L168.373 62.1237ZM141.002 40.0596C130.736 35.0311 119.652 32.536 107.835 32.536V44.536C117.906 44.536 127.175 46.6489 135.724 50.8364L141.002 40.0596ZM107.835 32.536C98.023 32.536 88.7492 34.4198 80.0793 38.2261L84.9032 49.2139C91.9773 46.1081 99.5995 44.536 107.835 44.536V32.536ZM80.1932 38.1775C71.5858 41.7464 64.0787 46.8128 57.7316 53.3715L66.3549 61.7165C71.5277 56.3712 77.6527 52.2215 84.7893 49.2625L80.1932 38.1775ZM57.8006 53.3014C51.434 59.668 46.4905 67.2707 42.9456 76.0288L54.0689 80.5311C57.0519 73.1613 61.1325 66.94 66.2859 61.7866L57.8006 53.3014ZM42.9648 75.9819C39.3687 84.6547 37.6112 94.0856 37.6112 104.2H49.6112C49.6112 95.4984 51.1177 87.6493 54.0497 80.5781L42.9648 75.9819ZM37.6112 104.2C37.6112 114.141 39.3751 123.55 42.9456 132.371L54.0689 127.869C51.1113 120.562 49.6112 112.691 49.6112 104.2H37.6112ZM42.9648 132.418C46.5265 141.008 51.5729 148.583 58.0886 155.099L66.5739 146.613C61.1856 141.225 57.016 134.976 54.0497 127.822L42.9648 132.418ZM58.1587 155.168C64.6684 161.467 72.221 166.39 80.7692 169.934L85.3653 158.85C78.1694 155.866 71.8981 151.765 66.5038 146.544L58.1587 155.168ZM80.8161 169.954C89.6517 173.53 99.159 175.288 109.275 175.288V163.288C100.576 163.288 92.6108 161.782 85.3184 158.83L80.8161 169.954ZM109.275 175.288C120.702 175.288 131.479 172.892 141.532 168.075L136.347 157.253C127.967 161.268 118.969 163.288 109.275 163.288V175.288ZM141.532 168.075C151.545 163.277 160.358 156.412 167.967 147.569L158.871 139.743C152.272 147.412 144.766 153.219 136.347 157.253L141.532 168.075ZM159.199 147.921L186.559 174.993L194.999 166.463L167.639 139.391L159.199 147.921ZM186.151 166.91C180.241 174.074 173.146 180.28 164.827 185.524L171.227 195.676C180.573 189.784 188.646 182.742 195.407 174.546L186.151 166.91ZM164.827 185.524C156.477 190.789 147.383 194.886 137.523 197.807L140.932 209.313C151.808 206.09 161.914 201.547 171.227 195.676L164.827 185.524ZM137.593 197.787C127.958 200.514 118.044 201.88 107.835 201.88V213.88C119.13 213.88 130.145 212.366 140.861 209.333L137.593 197.787ZM249.398 198.952L247.194 204.532L247.224 204.544L247.254 204.556L249.398 198.952ZM207.926 173.032L203.237 169.289L199.749 173.659L203.863 177.446L207.926 173.032ZM231.83 143.08L235.766 138.551L231.043 134.448L227.141 139.337L231.83 143.08ZM265.526 165.544L263.081 171.023L263.139 171.049L263.198 171.074L265.526 165.544ZM321.974 169.576L323.764 175.303L323.845 175.278L323.925 175.25L321.974 169.576ZM336.086 160.648L331.627 156.634L331.57 156.697L331.515 156.762L336.086 160.648ZM333.782 131.272L330.124 136.028L330.183 136.073L330.242 136.116L333.782 131.272ZM308.15 122.344L309.182 116.433L309.171 116.431L308.15 122.344ZM268.118 115.432L269.139 109.519L269.128 109.517L269.116 109.515L268.118 115.432ZM228.95 97.288L224.619 101.439L224.641 101.463L224.663 101.486L228.95 97.288ZM225.206 29.032L220.31 25.5639L220.286 25.5982L220.262 25.6328L225.206 29.032ZM252.566 8.008L254.842 13.5598L254.864 13.5506L254.887 13.5412L252.566 8.008ZM338.966 8.008L337.024 13.685L337.036 13.6888L337.047 13.6927L338.966 8.008ZM378.134 28.744L382.999 32.2569L386.385 27.5683L381.824 24.0122L378.134 28.744ZM355.67 59.848L352.029 64.6166L356.927 68.3566L360.535 63.3609L355.67 59.848ZM259.478 46.6L254.994 42.6138L254.987 42.622L254.979 42.6303L259.478 46.6ZM261.782 72.808L258.085 77.533L258.15 77.5839L258.216 77.6331L261.782 72.808ZM283.958 80.296L284.945 74.3776L284.945 74.3776L283.958 80.296ZM321.974 86.632L320.988 92.5504L321.002 92.5526L321.016 92.5549L321.974 86.632ZM367.191 105.928L363.032 110.253L363.054 110.274L363.076 110.295L367.191 105.928ZM371.798 177.64L376.668 181.146L376.684 181.123L376.7 181.1L371.798 177.64ZM342.134 200.104L344.406 205.657L344.427 205.649L344.448 205.64L342.134 200.104ZM297.206 201.88C281.635 201.88 266.425 199.044 251.543 193.348L247.254 204.556C263.476 210.764 280.138 213.88 297.206 213.88V201.88ZM251.603 193.372C236.725 187.494 223.534 179.245 211.99 168.618L203.863 177.446C216.511 189.091 230.968 198.122 247.194 204.532L251.603 193.372ZM212.616 176.775L236.52 146.823L227.141 139.337L203.237 169.289L212.616 176.775ZM227.895 147.609C239.921 158.058 251.648 165.919 263.081 171.023L267.972 160.065C257.901 155.569 247.164 148.454 235.766 138.551L227.895 147.609ZM263.198 171.074C274.893 175.998 287.206 178.456 300.086 178.456V166.456C288.775 166.456 278.048 164.306 267.855 160.014L263.198 171.074ZM300.086 178.456C308.963 178.456 316.892 177.45 323.764 175.303L320.185 163.849C314.769 165.542 308.106 166.456 300.086 166.456V178.456ZM323.925 175.25C330.799 172.887 336.523 169.399 340.658 164.534L331.515 156.762C329.122 159.577 325.438 162.041 320.024 163.902L323.925 175.25ZM340.546 164.662C344.998 159.716 347.27 153.773 347.27 147.112H335.27C335.27 150.819 334.087 153.9 331.627 156.634L340.546 164.662ZM347.27 147.112C347.27 138.546 344.06 131.351 337.323 126.428L330.242 136.116C333.489 138.489 335.27 141.854 335.27 147.112H347.27ZM337.441 126.516C331.246 121.751 321.49 118.582 309.182 116.433L307.118 128.255C319.003 130.33 326.334 133.113 330.124 136.028L337.441 126.516ZM309.171 116.431L269.139 109.519L267.098 121.345L307.13 128.257L309.171 116.431ZM269.116 109.515C252.854 106.775 241.114 101.135 233.238 93.0902L224.663 101.486C234.835 111.873 249.207 118.329 267.121 121.349L269.116 109.515ZM233.282 93.1366C225.676 85.199 221.702 74.8599 221.702 61.576H209.702C209.702 77.4761 214.561 90.945 224.619 101.439L233.282 93.1366ZM221.702 61.576C221.702 50.1634 224.581 40.5328 230.151 32.4312L220.262 25.6328C213.16 35.9632 209.702 48.0286 209.702 61.576H221.702ZM230.103 32.5001C235.895 24.3225 244.052 17.9818 254.842 13.5598L250.291 2.45616C237.657 7.63423 227.574 15.3095 220.31 25.5639L230.103 32.5001ZM254.887 13.5412C265.89 8.92706 279.177 6.51999 294.902 6.51999V-5.48001C277.988 -5.48001 263.051 -2.89508 250.246 2.47483L254.887 13.5412ZM294.902 6.51999C308.998 6.51999 323.03 8.89753 337.024 13.685L340.909 2.33101C325.719 -2.86554 310.375 -5.48001 294.902 -5.48001V6.51999ZM337.047 13.6927C351.247 18.4874 363.693 25.093 374.445 33.4758L381.824 24.0122C369.92 14.731 356.254 7.51255 340.886 2.32332L337.047 13.6927ZM373.27 25.231L350.806 56.3351L360.535 63.3609L382.999 32.2569L373.27 25.231ZM359.312 55.0794C337.409 38.3534 314.947 29.656 292.022 29.656V41.656C311.722 41.656 331.692 49.0866 352.029 64.6166L359.312 55.0794ZM292.022 29.656C284.041 29.656 276.824 30.677 270.483 32.8638L274.394 44.2082C279.189 42.555 285.028 41.656 292.022 41.656V29.656ZM270.483 32.8638C264.202 35.0294 258.913 38.2051 254.994 42.6138L263.963 50.5862C266.188 48.0829 269.539 45.8826 274.394 44.2082L270.483 32.8638ZM254.979 42.6303C251.072 47.0585 249.158 52.4314 249.158 58.408H261.158C261.158 55.1685 262.125 52.6695 263.978 50.5697L254.979 42.6303ZM249.158 58.408C249.158 66.1948 252.063 72.8206 258.085 77.533L265.48 68.083C262.67 65.8833 261.158 62.9092 261.158 58.408H249.158ZM258.216 77.6331C263.813 81.7698 272.375 84.4482 282.972 86.2144L284.945 74.3776C274.806 72.6878 268.584 70.3742 265.349 67.9829L258.216 77.6331ZM282.972 86.2144L320.988 92.5504L322.961 80.7136L284.945 74.3776L282.972 86.2144ZM321.016 92.5549C340.513 95.7116 354.254 101.812 363.032 110.253L371.349 101.603C360.159 90.8436 343.756 84.0804 322.933 80.7091L321.016 92.5549ZM363.076 110.295C371.69 118.413 376.166 129.226 376.166 143.368H388.166C388.166 126.406 382.659 112.259 371.305 101.561L363.076 110.295ZM376.166 143.368C376.166 155.301 373.03 165.491 366.897 174.18L376.7 181.1C384.391 170.205 388.166 157.547 388.166 143.368H376.166ZM366.929 174.134C360.773 182.684 351.847 189.542 339.821 194.568L344.448 205.64C358.15 199.914 369 191.796 376.668 181.146L366.929 174.134ZM339.863 194.551C328.074 199.373 313.904 201.88 297.206 201.88V213.88C315.069 213.88 330.851 211.203 344.406 205.657L339.863 194.551ZM471.406 200.104L469.121 205.652L469.157 205.667L469.192 205.68L471.406 200.104ZM437.134 177.928L432.934 182.213L432.956 182.234L432.977 182.255L437.134 177.928ZM414.382 145.096L408.858 147.439L408.88 147.49L408.903 147.541L414.382 145.096ZM414.382 63.304L408.889 60.8904L408.88 60.9103L408.872 60.9303L414.382 63.304ZM437.422 30.184L433.265 25.8574L433.265 25.8574L437.422 30.184ZM471.406 8.29599L473.649 13.8611L473.67 13.8527L473.69 13.8441L471.406 8.29599ZM545.71 4.83998L547.415 -0.912803L547.415 -0.912805L545.71 4.83998ZM574.51 17.8L571.31 22.8755L571.335 22.891L571.359 22.9062L574.51 17.8ZM597.55 37.96L601.771 42.2243L605.619 38.4156L602.224 34.1979L597.55 37.96ZM569.326 65.896L564.66 69.6683L568.832 74.8275L573.547 70.1603L569.326 65.896ZM543.982 45.448L541.343 50.8364L541.364 50.8468L541.386 50.8571L543.982 45.448ZM488.11 43.72L490.408 49.2625L490.465 49.2387L490.522 49.2139L488.11 43.72ZM467.662 57.544L471.905 61.7866L471.939 61.7519L471.974 61.7165L467.662 57.544ZM454.126 78.28L459.668 80.5781L459.678 80.5547L459.688 80.5311L454.126 78.28ZM454.126 130.12L448.564 132.371L448.574 132.395L448.584 132.418L454.126 130.12ZM467.95 150.856L463.707 155.099L463.742 155.133L463.777 155.168L467.95 150.856ZM488.686 164.392L486.388 169.934L486.411 169.944L486.435 169.954L488.686 164.392ZM544.558 162.664L547.151 168.075L547.151 168.075L544.558 162.664ZM569.038 143.656L573.258 139.391L568.686 134.867L564.49 139.743L569.038 143.656ZM596.398 170.728L601.026 174.546L604.514 170.318L600.618 166.463L596.398 170.728ZM573.646 190.6L576.846 195.676L576.846 195.676L573.646 190.6ZM544.846 203.56L546.48 209.333L546.515 209.323L546.551 209.313L544.846 203.56ZM513.454 201.88C499.186 201.88 485.926 199.414 473.62 194.528L469.192 205.68C482.998 211.162 497.77 213.88 513.454 213.88V201.88ZM473.69 194.556C461.302 189.455 450.519 182.468 441.291 173.601L432.977 182.255C443.333 192.204 455.398 200.001 469.121 205.652L473.69 194.556ZM441.334 173.643C432.281 164.771 425.127 154.455 419.861 142.651L408.903 147.541C414.773 160.697 422.787 172.269 432.934 182.213L441.334 173.643ZM419.905 142.753C414.863 130.866 412.318 118.036 412.318 104.2H400.318C400.318 119.548 403.149 133.982 408.858 147.439L419.905 142.753ZM412.318 104.2C412.318 90.1598 414.867 77.3442 419.892 65.6777L408.872 60.9303C403.145 74.2238 400.318 88.6721 400.318 104.2H412.318ZM419.875 65.7176C425.133 53.7504 432.364 43.3639 441.579 34.5106L433.265 25.8574C422.896 35.8201 414.767 47.5136 408.889 60.8904L419.875 65.7176ZM441.579 34.5106C450.806 25.6455 461.48 18.7647 473.649 13.8611L469.163 2.73088C455.603 8.1953 443.622 15.9065 433.265 25.8574L441.579 34.5106ZM473.69 13.8441C485.979 8.78427 499.214 6.23199 513.454 6.23199V-5.76801C497.742 -5.76801 482.945 -2.94429 469.121 2.74792L473.69 13.8441ZM513.454 6.23199C524.03 6.23199 534.207 7.68959 544.005 10.5928L547.415 -0.912805C536.477 -4.15361 525.15 -5.76801 513.454 -5.76801V6.23199ZM544.005 10.5928C553.865 13.5142 562.96 17.6111 571.31 22.8755L577.71 12.7244C568.396 6.85292 558.291 2.30977 547.415 -0.912803L544.005 10.5928ZM571.359 22.9062C579.832 28.1338 586.988 34.4073 592.876 41.722L602.224 34.1979C595.44 25.7687 587.236 18.6021 577.661 12.6938L571.359 22.9062ZM593.329 33.6956L565.105 61.6317L573.547 70.1603L601.771 42.2243L593.329 33.6956ZM573.992 62.1237C566.187 52.4703 557.051 45.0658 546.578 40.0389L541.386 50.8571C550.113 55.0462 557.873 61.2737 564.66 69.6683L573.992 62.1237ZM546.621 40.0596C536.355 35.0311 525.271 32.536 513.454 32.536V44.536C523.525 44.536 532.793 46.6489 541.343 50.8364L546.621 40.0596ZM513.454 32.536C503.642 32.536 494.368 34.4198 485.698 38.2261L490.522 49.2139C497.596 46.1081 505.218 44.536 513.454 44.536V32.536ZM485.812 38.1775C477.205 41.7464 469.697 46.8128 463.35 53.3715L471.974 61.7165C477.146 56.3712 483.271 52.2215 490.408 49.2625L485.812 38.1775ZM463.419 53.3014C457.053 59.668 452.109 67.2707 448.564 76.0288L459.688 80.5311C462.671 73.1613 466.751 66.94 471.905 61.7866L463.419 53.3014ZM448.584 75.9819C444.987 84.6547 443.23 94.0856 443.23 104.2H455.23C455.23 95.4984 456.736 87.6493 459.668 80.5781L448.584 75.9819ZM443.23 104.2C443.23 114.141 444.994 123.55 448.564 132.371L459.688 127.869C456.73 120.562 455.23 112.691 455.23 104.2H443.23ZM448.584 132.418C452.145 141.008 457.192 148.583 463.707 155.099L472.193 146.613C466.804 141.225 462.635 134.976 459.668 127.822L448.584 132.418ZM463.777 155.168C470.287 161.467 477.84 166.39 486.388 169.934L490.984 158.85C483.788 155.866 477.517 151.765 472.123 146.544L463.777 155.168ZM486.435 169.954C495.27 173.53 504.778 175.288 514.894 175.288V163.288C506.194 163.288 498.229 161.782 490.937 158.83L486.435 169.954ZM514.894 175.288C526.321 175.288 537.098 172.892 547.151 168.075L541.965 157.253C533.586 161.268 524.587 163.288 514.894 163.288V175.288ZM547.151 168.075C557.163 163.277 565.977 156.412 573.586 147.569L564.49 139.743C557.891 147.412 550.385 153.219 541.965 157.253L547.151 168.075ZM564.818 147.921L592.178 174.993L600.618 166.463L573.258 139.391L564.818 147.921ZM591.77 166.91C585.859 174.074 578.765 180.28 570.446 185.524L576.846 195.676C586.191 189.784 594.265 182.742 601.026 174.546L591.77 166.91ZM570.446 185.524C562.096 190.789 553.001 194.886 543.141 197.807L546.551 209.313C557.427 206.09 567.532 201.547 576.846 195.676L570.446 185.524ZM543.212 197.787C533.577 200.514 523.663 201.88 513.454 201.88V213.88C524.749 213.88 535.763 212.366 546.48 209.333L543.212 197.787Z"></path>
</svg>
<svg class="svg2" viewBox="0 0 598 208" xmlns="http://www.w3.org/2000/svg" style="display: none;">
<path d="M107.835 207.88C92.8592 207.88 78.8432 205.288 65.7872 200.104C52.7312 194.728 41.3072 187.336 31.5152 177.928C21.9152 168.52 14.3312 157.576 8.76324 145.096C3.38724 132.424 0.699238 118.792 0.699238 104.2C0.699238 89.416 3.38724 75.784 8.76324 63.304C14.3312 50.632 22.0112 39.592 31.8032 30.184C41.5952 20.776 52.9232 13.48 65.7872 8.29599C78.8432 2.91999 92.8592 0.231993 107.835 0.231993C118.971 0.231993 129.723 1.76799 140.091 4.83998C150.459 7.91199 160.059 12.232 168.891 17.8C177.915 23.368 185.595 30.088 191.931 37.96L163.707 65.896C156.411 56.872 147.963 50.056 138.363 45.448C128.955 40.84 118.779 38.536 107.835 38.536C98.8112 38.536 90.3632 40.264 82.4912 43.72C74.6192 46.984 67.8032 51.592 62.0432 57.544C56.2832 63.304 51.7712 70.216 48.5072 78.28C45.2432 86.152 43.6112 94.792 43.6112 104.2C43.6112 113.416 45.2432 122.056 48.5072 130.12C51.7712 137.992 56.3792 144.904 62.3312 150.856C68.2832 156.616 75.1952 161.128 83.0672 164.392C91.1312 167.656 99.8672 169.288 109.275 169.288C119.835 169.288 129.723 167.08 138.939 162.664C148.155 158.248 156.315 151.912 163.419 143.656L190.779 170.728C184.443 178.408 176.859 185.032 168.027 190.6C159.195 196.168 149.595 200.488 139.227 203.56C129.051 206.44 118.587 207.88 107.835 207.88ZM297.206 207.88C280.886 207.88 264.95 204.904 249.398 198.952C233.846 192.808 220.022 184.168 207.926 173.032L231.83 143.08C243.542 153.256 254.774 160.744 265.526 165.544C276.47 170.152 287.99 172.456 300.086 172.456C308.534 172.456 315.83 171.496 321.974 169.576C328.118 167.464 332.822 164.488 336.086 160.648C339.542 156.808 341.27 152.296 341.27 147.112C341.27 140.2 338.774 134.92 333.782 131.272C328.79 127.432 320.246 124.456 308.15 122.344L268.118 115.432C251.03 112.552 237.974 106.504 228.95 97.288C220.118 88.072 215.702 76.168 215.702 61.576C215.702 49.096 218.87 38.248 225.206 29.032C231.734 19.816 240.854 12.808 252.566 8.008C264.47 3.01599 278.582 0.519989 294.902 0.519989C309.686 0.519989 324.374 3.01599 338.966 8.008C353.75 13 366.806 19.912 378.134 28.744L355.67 59.848C334.55 43.72 313.334 35.656 292.022 35.656C284.534 35.656 278.006 36.616 272.438 38.536C266.87 40.456 262.55 43.144 259.478 46.6C256.598 49.864 255.158 53.8 255.158 58.408C255.158 64.552 257.366 69.352 261.782 72.808C266.198 76.072 273.59 78.568 283.958 80.296L321.974 86.632C342.134 89.896 357.206 96.328 367.191 105.928C377.174 115.336 382.166 127.816 382.166 143.368C382.166 156.424 378.71 167.848 371.798 177.64C364.886 187.24 354.998 194.728 342.134 200.104C329.462 205.288 314.486 207.88 297.206 207.88ZM513.454 207.88C498.478 207.88 484.462 205.288 471.406 200.104C458.35 194.728 446.926 187.336 437.134 177.928C427.534 168.52 419.95 157.576 414.382 145.096C409.006 132.424 406.318 118.792 406.318 104.2C406.318 89.416 409.006 75.784 414.382 63.304C419.95 50.632 427.63 39.592 437.422 30.184C447.214 20.776 458.542 13.48 471.406 8.29599C484.462 2.91999 498.478 0.231993 513.454 0.231993C524.59 0.231993 535.342 1.76799 545.71 4.83998C556.078 7.91199 565.678 12.232 574.51 17.8C583.534 23.368 591.214 30.088 597.55 37.96L569.326 65.896C562.03 56.872 553.582 50.056 543.982 45.448C534.574 40.84 524.398 38.536 513.454 38.536C504.43 38.536 495.982 40.264 488.11 43.72C480.238 46.984 473.422 51.592 467.662 57.544C461.902 63.304 457.39 70.216 454.126 78.28C450.862 86.152 449.23 94.792 449.23 104.2C449.23 113.416 450.862 122.056 454.126 130.12C457.39 137.992 461.998 144.904 467.95 150.856C473.902 156.616 480.814 161.128 488.686 164.392C496.75 167.656 505.486 169.288 514.894 169.288C525.454 169.288 535.342 167.08 544.558 162.664C553.774 158.248 561.934 151.912 569.038 143.656L596.398 170.728C590.062 178.408 582.478 185.032 573.646 190.6C564.814 196.168 555.214 200.488 544.846 203.56C534.67 206.44 524.206 207.88 513.454 207.88Z" fill="white"></path>
</svg>
<div class="curtain"></div>
</div>
<header>
<div class="sid" >
<a style="opacity: 1;" data-aos="fade-left" data-aos-duration="500" data-aos-delay="500" > <input id="theme-switcher" class="theme-switcher" autocomplete="off" value="" readonly></a>
<a id="pur" data-aos="fade-left" data-aos-duration="500" data-aos-delay="550"> <input id="cu" class="theme-switcher ts1" autocomplete="off"></a>
</div>
<a data-aos="fade-in" data-aos-duration="600" data-aos-delay="800"><input id="dow" class="theme-switcher ts2" autocomplete="off"></a>
<div class="header-container" id="header-container" data-aos="fade-in-up" data-aos-easing="ease-in-sine" data-aos-duration="600" data-aos-once="true">
<div id="navbar">
<div class="navbar" >
<div class="burger burger-slip" id="burger_menu" onclick="burger()">
<div class="burger-lines"></div>
<script>
window.addEventListener("mouseup", function (event) {
var box = document.querySelector(".nav-item");
var box1 = document.querySelector("#invi");
if (event.target == box || event.target.parentNode == box) {
burger()
}
if (event.target == box1 || event.target.parentNode == box1) {
burger()
}
});
function burger() {
console.log("Asdadadsaskdnaknakdankasmndkasndkamnd")
var myElement = document.querySelector("#burger_menu");
var myCover = document.querySelector("#cover");
var myinvi = document.querySelector("#invi");
if (myElement.classList.contains("open")) {
myElement.classList.remove("open");
myCover.classList.remove("cover-open");
myinvi.classList.remove("invi-open");
$('.sid').css({display: "none"});
document.getElementById("blurbg").style.display = "none";
} else {
myElement.classList.add("open");
myCover.classList.add("cover-open");
myinvi.classList.add("invi-open");//
$('.sid').css({display: "block"});
document.getElementById("blurbg").style.display = "block";
}
}
</script>
<script
type="text/javascript"
src="./lanimation.js"
></script>
</div>
<a class="logo"
href="#" >
<svg id="loid" class="yom hamburger toggler" viewBox="0 0 160 127" fill="white" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_29_6)">
<path d="M151.5 0.5H2.5L8.5 11.5H145.5L151.5 0.5Z" fill="black"/>
<path d="M72.5 21.5H14.5L21.5 32.5H58.5V94.5L72.5 116.533V21.5Z" fill="black"/>
<path d="M139.5 21.5H81.5V116.533L96.5 93.2691V32.5H132.5L139.5 21.5Z" fill="black"/>
<path d="M151.5 0.5H2.5L8.5 11.5H145.5L151.5 0.5Z" stroke="black"/>
<path d="M72.5 21.5H14.5L21.5 32.5H58.5V94.5L72.5 116.533V21.5Z" stroke="black"/>
<path d="M139.5 21.5H81.5V116.533L96.5 93.2691V32.5H132.5L139.5 21.5Z" stroke="black"/>
</g>
<defs>
<filter id="filter0_d_29_6" x="0.5" y="0.5" width="159" height="126.032" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="3" dy="5"/>
<feGaussianBlur stdDeviation="2.5"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_29_6"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_29_6" result="shape"/>
</filter>
</defs>
</svg>
</a>
<a class="cenl" id="logo_id">TALOS</a>
</a>
<ul class="nav-menu">
<div class="invi" id="invi" data-aos="fade-left" data-aos-duration="500" data-aos-delay="350">
<li class="nav-item">
<a href="https://jesvijonathan.github.io/talos-website/#home" class="nav-link" onclick="cls_b()">Home</a>
<div class="nbox"></div>
</li>
<li class="nav-item" data-aos="fade-left" data-aos-duration="500" data-aos-delay="400">
<a href="https://jesvijonathan.github.io/talos-website/#About" class="nav-link" onclick="cls_b()">About</a>
<div class="nbox"></div>
</li>
<li class="nav-item" data-aos="fade-left" data-aos-duration="500" data-aos-delay="450">
<a href="https://jesvijonathan.github.io/talos-website/#Events" class="nav-link" onclick="cls_b()">Events</a>
<div class="nbox"></div>
</li>
<li class="nav-item" data-aos="fade-left" data-aos-duration="500" data-aos-delay="500">
<a href="https://jesvijonathan.github.io/talos-website/#Locon" class="nav-link" onclick="cls_b()">Location</a>
<div class="nbox"></div>
</li>
<li class="nav-item" data-aos="fade-left" data-aos-duration="500" data-aos-delay="550">
<a href="https://jesvijonathan.github.io/talos-website/#Locon" class="nav-link" onclick="cls_b()">Contact</a>
<div class="nbox"></div>
</li>
</div>
</ul>
</div>
</div>
</header>
<audio controls="" autoplay style="display: none">
<source src="./Startup2.mp3" type="audio/MP3">
</audio>
<section style=" height: fit-content;">
<div class="event_main" >
<div class="even_name" >CODOPUT</div>
<div class="even_slog">Pop. Return. Repeat</div></div>
<div class="boir" id="boir">
<div class="popc">
<div class="hi" >
<div class="even_d_t" id="rule_content"><u>Description</u></div>
<div class="even_desc">Codoput is an event where the participants have to pop a balloon and provide the <b>output for the snippet of code</b> present inside the balloon within given time limit. Put your logical thinking abilities to the test.</div>
</div>
<div class="inl">|</div>
<div class="cenli"></div>
<div class="hi"><div class="even_d_t ccc" ><u>Rules</u></div>
<ul class="even_desc_r" id="desc_content">
<li>● This is a team event.</li>
<li>● Each team can have a maximum of three members.</li>
<li>● Each balloon contains a snippet of code. There will be code in C, C++, Java and Python.</li>
<li>● A team member will burst the balloon and discuss it with other teammates and find the output for a given snippet. </li>
<li>● Winners will be decided based on the number of correct outputs.</li>
</ul>
</div>
</div>
</div>
<div class="eww">
<div class="botbut">
<a class="b1" target="_blank" href="tel:+917812853799">Contact</a>
<a class="b2" href="https://www.google.com/maps/place//data=!4m2!3m1!1s0x3a52f4d07355bab5:0xbb6063169c4ed4d9?source=g.page.share" target="_blank">Venue</a>
<a class="b4" href="https://www.instagram.com/p/CdSGLFYKbYx/" target="_blank">Poster</a>
<a class="b5" style="margin-left: 0vw;" onclick="clipB()" href="javascript:copyTextFromElement();">Share</a>
</div>
<a class="b3" href="https://forms.gle/2bYzNTdM4V9k9bPp6" target="_blank" >Register</a>
</div>
<script>
function copyTextFromElement() {
//let element = document.getElementById(elementID); //select the element
var copyTex = window.location.href;
copyText(copyTex); //use the copyText function below
alert('Copied Shareable Event Link !');
}
//If you only want to put some Text in the Clipboard just use this function
// and pass the string to copied as the argument.
function copyText(text) {
navigator.clipboard.writeText(text);
}
</script>
</section>
<section class="section s5"id="s55">
<div class="con_lm">
<div class="csc_l">TALOS </div>
<div class="con_l">
<div class="socials" id="logoi">
<li id="social-in-menu" class="button_social_group">
<a href="mailto:talos@citchennai.net" target="_blank">
<span class="screen-reader-text">Email</span>
<i class="fa fa-envelope" aria-hidden="true"></i>
</a>
<a target="_blank" href="https://www.linkedin.com/in/talos-cit-285455237">
<span class="screen-reader-text">LinkedIn</span>
<i class="fa fa-linkedin " aria-hidden="true"></i>
</a>
<a target="_blank" href="tel:+919849770286">
<span class="screen-reader-text">Phone | Dinuroop (+919849770286, Symposium-President-2022)</span>
<i class="fa fa-phone" aria-hidden="true"></i>
</a>
<a target="_blank" href="https://g.page/CITCollege?share">
<span class="screen-reader-text">Location</span>
<i class="fa fa-map-marker" aria-hidden="true"></i>
</a>
<a target="_blank" href="https://www.instagram.com/t.a.l.o.s_cit">
<span class="screen-reader-text">Instagram</span>
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
<div id="spann"></div>
</li>
</div>
</div>
<div class="con_m">
<div class="bl">
<a href="https://jesvijonathan.github.io/talos-website/#Contact">Contact</a>
<a href="https://jesvijonathan.github.io/talos-website/#Events">Events</a>
</div>
<li class="links_b">
<a href="./certificate.crt" target="_blank" download>Terms & Policy</a>
<a href="mailto:talos@citchennai.net" target="_blank">Contact Us</a>
<a href="jesvi.pythonanywhere.com" target="_blank">Services</a>
<a href="https://www.privacypolicies.com/live/ce561dbc-2a11-4902-84c1-17b330296fe5" target="_blank">Cookies</a>
</li>
</div>
</div>
<div class="last_pa">
<div class="divilin">
<div class="jwat">All Rights Reserved | Copyright ©2022 |<a class="meee" href="https://jesvi.pythonanywhere.com/" target="_blank"> Website By <div class="glow">Jesvi Jonathan</div></a></div></div>
</div>
</section>
</body>
<script>
AOS.init({once: false,});
</script>
<div id="cursor" class="cursor "></div>
</html>
<script>
$(document).ready(function() {
$('a').hover(function(){
$('.cursor').addClass('biga');
}, function(){
$('.cursor').removeClass('biga');
});
var myC = document.querySelector("#cursor");
if (myC.classList.contains("cursor")) {
document.body.style.cursor = 'none';
}
const cursor = document.querySelector('.cursor');
document.addEventListener("mousemove", (e) => {
cursor.style.left = e.clientX + "px";
cursor.style.top = e.clientY + "px";
$('.cursor').css({opacity: '1'});
});
window.onmouseout = function (e) {
//$('.cursor').css({ transition: '0.1s'});
$('.cursor').css({opacity: '0'});
} ;
});
$(document).ready(function(){
$(this).scrollTop(0);
});
window.onscroll = function(ev) {
if ((window.innerHeight + window.scrollY) >= document.body.scrollHeight) {
document.getElementById("logo_id").style.opacity = "0";
document.getElementById("loid").style.opacity = "1";
}else{
document.getElementById("logo_id").style.opacity = "1";
document.getElementById("loid").style.opacity = "0";
}
};
</script>
<script>
function cls_b(){
document.getElementById("blurbg").style.display = "none";
$('.blurbg').css({zindex:"-15"});
var myElement = document.querySelector("#burger_menu");
var myCover = document.querySelector("#cover");
var myinvi = document.querySelector("#invi")
myElement.classList.remove("open");
myCover.classList.remove("cover-open");
myinvi.classList.remove("invi-open");
}
</script>
<script>
function clickEffect(e){
var d=document.createElement("cursor");
d.className="clickEffect";
d.style.top=e.clientY+"px";d.style.left=e.clientX+"px";
document.body.appendChild(d);
d.addEventListener('animationend',function(){d.parentElement.removeChild(d);}.bind(this));
}
document.addEventListener('click',clickEffect);
document.addEventListener("DOMContentLoaded", function(event) {
document.documentElement.setAttribute("data-theme", "light");
document.addEventListener("DOMContentLoaded", function(event) {
document.documentElement.setAttribute("data-theme", "dark"); });
var themeSwitcher = document.getElementById("theme-switcher");
// When our button gets clicked
themeSwitcher.onclick = function() {
// Get the current selected theme, on the first run
// it should be `light`
var currentTheme = document.documentElement.getAttribute("data-theme");
// Switch between `dark` and `light`
var switchToTheme = currentTheme === "dark" ? "light" : "dark"
// Set our currenet theme to the new one
document.documentElement.setAttribute("data-theme", switchToTheme);}
var cur = document.getElementById("cu");
cur.onclick = function() {
var myCover = document.querySelector("#cursor");
if (myCover.classList.contains("cursor")) {
myCover.classList.remove("cursor");
document.body.style.cursor = 'auto';
} else {
myCover.classList.add("cursor");
document.body.style.cursor = 'none';
}
}
var dow = document.getElementById("dow");
dow.onclick = function() {
var scroll = $(window).scrollTop();
$("html, body").animate({ scrollTop: scroll + 340 + "px" });
}
});
</script>