-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
590 lines (517 loc) · 28.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Below meta tag disables conversion of numbers into phone number links in iOS devices -->
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initialcontact-scale=1, shrink-to-fit=no">
<meta name="description" content="Silicon Maze 2021">
<meta name="keywords" content="Silicon Maze, Contest, Nation-Wide, NITK Surathkal, Prizes">
<meta property="og:title" content="Silicon Maze" />
<meta property="og:description" content="Silicon Maze 2022" />
<meta property="og:image" content="/img/got-theme-logo.jpg" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://silicon-maze.github.io/" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="https://silicon-maze.github.io/">
<meta name="twitter:title" content="Silicon Maze">
<meta name="twitter:description" content="Silicon Maze 2021">
<meta name="twitter:image:src" content="/img/LOGO.jpg">
<!-- Title -->
<title>Silicon Maze 2022</title>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="/img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16x16.png">
<link rel="manifest" href="/img/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/img/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Stylesheet -->
<link rel="stylesheet" href="style.css">
<!-- **** All JS Files ***** -->
<!-- jQuery 2.2.4 -->
<script src="/js/jquery.min.js"></script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "Silicon Maze",
"email": "[email protected]",
"image": "https://raw.githubusercontent.com/Silicon-Maze/silicon-maze.github.io/master/img/LOGO.jpg",
"url": "https://silicon-maze.github.io/",
"description": "Silicon Maze 2022",
"startDate": "30/07/2022",
"endDate": "31/07/2022",
}
</script>
<script type="text/javascript">
window.onload = () => {
$(".colorlib-loader").fadeOut("slow");
};
</script>
</head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-167549289-2"></script>
<script>;
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-167549289-2');
</script>
<body>
<div class="colorlib-loader">
<div id="loader"></div>
<div id="loader"></div>
<div id="loader"></div>
<div id="loader"></div>
<div id="loader"></div>
</div>
<!-- Header Area Start -->
<header class="header-area">
<div class="classy-nav-container breakpoint-off">
<div class="container">
<!-- Classy Menu -->
<nav class="classy-navbar justify-content-between" id="classy-navbar">
<!-- Logo -->
<a class="nav-brand" href="">Silicon Maze</a>
<!-- Navbar Toggler -->
<div class="classy-navbar-toggler">
<span class="navbarToggler"><span></span><span></span><span></span></span>
</div>
<!-- Menu -->
<div class="classy-menu">
<!-- Menu Close Button -->
<div class="classycloseIcon">
<div class="cross-wrap"><span class="top"></span><span class="bottom"></span></div>
</div>
<!-- Nav Start -->
<div class="classynav">
<ul class="ml-auto" id="nav">
<li><a href="#about">About</a></li>
<li><a href="#tracks">Categories</a></li>
<li><a href="#prizes">Prizes</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSfWZoXbF76p-fW9iJIbx1eqUiMea8Yt6QqDPnAhWGiWXCCY-g/viewform?usp=sf_link">Contact</a></li>
</ul>
</div>
<!-- Nav End -->
</div>
</nav>
</div>
</div>
</header>
<!-- Header Area End -->
<!-- Welcome Area Start -->
<section class="hero">
<div class="header-text">
<h1>
<span class="head-main">Silicon<br>Maze</span>
<!-- <span class="head-sub">The triwizard tournament</span> -->
</h1>
<h2 class="event-date">July 30-31 2022</h2>
<a href="https://p.hck.re/Rry7" class="register-button btn-anim" target="_blank">Register</a>
</div>
<div class="scroll-down-container">
<div class="inner-container">
<div class="chevron"></div>
<div class="chevron"></div>
<div class="chevron"></div>
</div>
</div>
</section>
<!-- Welcome Area End -->
<!-- About Us And Countdown Area Start -->
<section class="about-us-countdown-area section-padding-100-0" id="about">
<div class="container">
<div class="row align-items-center">
<!-- About Content -->
<div class="col-12 col-md-6 order-2 order-lg-1">
<div class="about-content-text mb-80">
<!-- <h6 class="wow fadeInUp" data-wow-delay="300ms">About</h6> -->
<h3 class="wow fadeInUp" data-wow-delay="300ms" >Silicon Maze</h3>
<!-- <p class="wow fadeInUp poem" data-wow-delay="300ms" style="font-family: 'bouwsunc'; font-weight: 700; font-size: 15px;letter-spacing: 2.5px;"><i>A day long you will have to strive,<br>
Amidst the travails of time must you thrive,<br>
Lay claim to the reward when in reach,<br>
But past a day- the prospect is black,<br>
Too late, it is gone, it won't come back.</i>
</p> -->
<p class="wow fadeInUp" data-wow-delay="300ms">
Silicon Maze is a contest that will test your mettle. A platform to showcase your skills, ideas and potential. It is a 24-hour long contest with challenging tasks where you will be pushed to your limits. This will be a great opportunity to present your unique ideas and provide interesting solutions with your out of the box thinking.
</p>
<p class="text-center wow fadeInUp" data-wow-delay="300ms" style="margin-top: 30px;">
<a href="https://silicon-maze.github.io/2021/" target="_blank" class="past-edition-button">
Past Edition
</a>
</p>
</div>
</div>
<!-- About Thumb -->
<div class="col-12 px-5 m-0 p-md-0 col-md-6 order-1 order-lg-2">
<div class="about-thumb mb-80 wow fadeInUp" data-wow-delay="300ms">
<img src="/img/got-theme-logo.jpeg" alt="Silicon Maze Logo">
</div>
</div>
</div>
</div>
</section>
<!-- Prizes section -->
<section class="about-us-countdown-area section-padding-100-0" id="tracks" style="background-color: #101010 !important;">
<div class="container" >
<div class="row">
<div class="col-12 col-md-12">
<div class="about-content-text mb-80">
<h3 class="text-center wow fadeInUp" data-wow-delay="300ms" style="visibility: visible; animation-delay: 300ms; animation-name: fadeInUp;">Categories</h3>
</div>
</div>
</div>
<div class="row align-items-center">
<!-- About Content -->
<div class="col-12 col-md-6 order-2 order-lg-1">
<div class="about-content-text mb-80">
<h4 class="wow fadeInUp" data-wow-delay="300ms">Algorithms</h4>
<p class="wow fadeInUp" data-wow-delay="300ms"><i>The contestants will face CP-like challenges of varying difficulties. The problems will push the contestants to think out of the box and will be extensively based on Data Structures and Algorithms</i></p>
</div>
</div>
<!-- About Thumb -->
<div class="col-12 col-md-6 order-1 order-lg-2 d-flex justify-content-center">
<div class="about-thumb mb-80 wow fadeInUp" data-wow-delay="300ms">
<img src="/img/tracks/algo-2022.png" alt="Algorithms">
</div>
</div>
</div>
<div class="row align-items-center">
<!-- About Thumb -->
<div class="col-12 col-md-6 order-1 order-lg-1 d-flex justify-content-center">
<div class="about-thumb mb-80 wow fadeInUp" data-wow-delay="300ms">
<img class="tracks-img" src="/img/tracks/ml-2022.png" alt="AI - ML" style="float:right">
</div>
</div>
<!-- About Content -->
<div class="col-12 col-md-6 order-2 order-lg-2">
<div class="about-content-text mb-80">
<h4 class="wow fadeInUp" data-wow-delay="300ms">ML</h4>
<p class="wow fadeInUp" data-wow-delay="300ms"><i>The contestants will face challenges based on different levels of understanding of ML. They will be solving problems ranging from debugging ML code to making full fledged classification models, visualizing data to tuning hyper-parameters.</i></p>
</div>
</div>
</div>
<div class="row align-items-center">
<!-- About Content -->
<div class="col-12 col-md-6 order-2 order-lg-1">
<div class="about-content-text mb-80">
<h4 class="wow fadeInUp" data-wow-delay="300ms">Systems</h4>
<p class="wow fadeInUp" data-wow-delay="300ms"><i>The contestants will have to solve multiple tasks based on various topics in systems such as cryptography, Open Source Intelligence, web, etc. The contest will contain CTF as well as non-CTF style questions.</i></p>
</div>
</div>
<!-- About Thumb -->
<div class="col-12 col-md-6 order-1 order-lg-2 d-flex justify-content-center">
<div class="about-thumb mb-80 p-4 wow fadeInUp " data-wow-delay="300ms">
<img class="tracks-img" src="/img/tracks/ctf.png" alt="Capture the Flag">
</div>
</div>
</div>
<div class="row align-items-center">
<!-- About Thumb -->
<div class="col-12 col-md-6 order-1 order-lg-1 d-flex justify-content-center">
<div class="about-thumb mb-80 wow p-4 fadeInUp" data-wow-delay="300ms">
<img class="tracks-img dev-img" src="/img/tracks/dev.png" alt="web Dev" style="float:right;">
</div>
</div>
<!-- About Content -->
<div class="col-12 col-md-6 order-2 order-lg-2">
<div class="about-content-text mb-80">
<h4 class="wow fadeInUp" data-wow-delay="300ms">Development</h4>
<p class="wow fadeInUp" data-wow-delay="300ms"><i>
The contestants will face a multitude of challenges, ranging from descriptive questions to MCQs and match-the-followings. They will also be solving Dev tasks, submitted through GitHub. The questions will be focused on the candidate's understanding of how the web works, and popular development problems.
</i></p>
</div>
</div>
</div>
</div>
</section>
<section class="our-ticket-pricing-table-area bg-img bg-gradient-overlay jarallax">
<div class="container">
<!-- <div class="row">
<div class="col-12 col-md-12">
<div class="about-content-text mb-80">
<h3 class="text-center wow fadeInUp" data-wow-delay="300ms" style="visibility: visible; animation-delay: 300ms; animation-name: fadeInUp;">Prizes</h3>
</div>
</div>
</div> -->
</div>
</section>
<section class="about-us-countdown-area section-padding-100-0" id="prizes">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="col-12 col-lg-5">
<div class="single-ticket-pricing-table text-center mb-100 wow fadeInUp" data-wow-delay="300ms" style="visibility: visible; animation-delay: 300ms; animation-name: fadeInUp; background-color: #101010 !important;">
<h6 class="ticket-plan" style="background-color: #CD7F32 !important">Prize Pool</h6>
<div class="ticket-icon">
<img src="img/Gold_Cup.png" alt="">
</div>
<h4 class="ticket-price" style="color: #fff">Prizes worth ₹6000 + Goodies </h2>
</div>
</div>
<!-- <div class="col-12 col-lg-4">
<div class="single-ticket-pricing-table text-center mb-100 wow fadeInUp" data-wow-delay="300ms" style="visibility: visible; animation-delay: 300ms; animation-name: fadeInUp;">
<h6 class="ticket-plan" style="background-color: #C0C0C0 !important">2nd Prize</h6>
<div class="ticket-icon">
<img src="img/core-img/Silver_Cup.png" alt="">
</div>
<h2 class="ticket-price">coming soon ..</h2>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="single-ticket-pricing-table text-center mb-100 wow fadeInUp" data-wow-delay="300ms" style="visibility: visible; animation-delay: 300ms; animation-name: fadeInUp;">
<h6 class="ticket-plan" style="background-color: #CD7F32 !important">3rd Prize</h6>
<div class="ticket-icon">
<img src="img/core-img/Bronze_Cup.png" alt="">
</div>
<h2 class="ticket-price">coming soon ..</h2>
</div>
</div>
</div> -->
</div>
</section>
<!-- Counter Up Area -->
<section class="about-us-countdown-area section-padding-100-0" id="tracks" style="background-color: #101010 !important;">
<div class="countdown-up-area">
<div class="container">
<div class="row">
<div class="col-12 col-md-12">
<div class="about-content-text mb-80">
<h3 class="text-center wow fadeInUp" data-wow-delay="300ms" style="visibility: visible; animation-delay: 300ms; animation-name: fadeInUp;">Countdown</h3>
</div>
</div>
</div>
<div class="row align-items-center">
<div class="col-12">
<div class="countdown-timer mb-100 wow fadeInUp" data-wow-delay="300ms">
<div id="clock-2022"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="faq">
<div class="container">
<div class="section-header">
<h2>FAQs </h2>
<br />
</div>
<div class="row">
<div class="col-lg-6">
<ul id="faq-list">
<li>
<a data-toggle="collapse" class="collapsed" href="#faq1">If I don't know a lot about a field, how will I attempt it?<i class="fa fa-minus-circle"></i></a>
<div id="faq1" class="collapse" data-parent="#faq-list">
<p>Most of the questions are set on the basis that if you spend enough time(minimum time) reading and exploring about a topic, you will be able to get the main motive of the question. Always remember Google is your best friend.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" class="collapsed" href="#faq2">Will there be any penalty on wrong submissions?<i class="fa fa-minus-circle"></i></a>
<div id="faq2" class="collapse" data-parent="#faq-list">
<p>Each problem shall have clarifications about the same</p>
</div>
</li>
<li>
<a data-toggle="collapse" class="collapsed" href="#faq3">Who all are eligible to participate?
<i class="fa fa-minus-circle"></i></a>
<div id="faq3" class="collapse" data-parent="#faq-list">
<p>Open to first and second year undergraduate students.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" class="collapsed" href="#faq7">Is it necessary to participate in all tracks?
<i class="fa fa-minus-circle"></i></a>
<div id="faq7" class="collapse" data-parent="#faq-list">
<p>It is not necessary to participate in all tracks, but all tracks will be considered for evaluation. Try your hand at a new track to increase your score!
</p>
</div>
</li>
</ul>
</div>
<div class="col-lg-6">
<ul id="faq2-list">
<li>
<a data-toggle="collapse" href="#faq5" class="collapsed">How many people can be on a team?<i class="fa fa-minus-circle"></i></a>
<div id="faq5" class="collapse" data-parent="#faq-list">
<p>A maximum of 3 people are allowed on a team.</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq4" class="collapsed">How long will the contest last?<i class="fa fa-minus-circle"></i></a>
<div id="faq4" class="collapse" data-parent="#faq-list">
<p>The contest will have a 24 hour duration.</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq6" class="collapsed">Is it an online event, or necessary to take part in person?<i class="fa fa-minus-circle"></i></a>
<div id="faq6" class="collapse" data-parent="#faq-list">
<p>It is a hybrid event.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq8" class="collapsed">Do all tracks have equal weightage?
<i class="fa fa-minus-circle"></i></a>
<div id="faq8" class="collapse" data-parent="#faq-list">
<p>Yes </p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq9" class="collapsed">
When will the results be announced?<i class="fa fa-minus-circle"></i></a>
<div id="faq9" class="collapse" data-parent="#faq-list">
<p>The results, along with editorials for the questions will be released a few days after the contest ends.</p>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- Footer Area Start -->
<footer id="footer" class="footer-area bg-img bg-overlay-2 section-padding-100-0">
<div class="main-footer-area">
<div class="container">
<div class="row">
<!-- Single Footer Widget Area -->
<div class="col-12 col-sm-6 col-lg-6">
<div class="single-footer-widget mb-60 wow fadeInUp" data-wow-delay="300ms">
<!-- Footer Logo -->
<a href="#" class="footer-title">Silicon Maze</a>
</div>
</div>
<!-- Single Footer Widget Area -->
<div class="col-12 col-sm-6 col-lg-6">
<div class="single-footer-widget mb-60 wow fadeInUp" data-wow-delay="300ms">
<!-- Widget Title -->
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfWZoXbF76p-fW9iJIbx1eqUiMea8Yt6QqDPnAhWGiWXCCY-g/viewform?usp=sf_link"><h5 class="widget-title">Contact</h5></a>
<!-- Contact Area -->
<div class="footer-contact-info">
<p><i class="zmdi zmdi-pin"></i><a style="color:#69A7BF" href="https://goo.gl/maps/86DJCMqtYdhVFNgA8" target="_blank">National Institute of Technology Karnataka, Surathkal</a></p>
<p><i class="zmdi zmdi-email"></i><a style="color:#69A7BF" href="mailto:[email protected]" target="_blank">[email protected]</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copywrite-content">
<div class="row">
<!-- Copywrite Text -->
<div class="col-12">
<div class="copywrite-text">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>
document.write(new Date().getFullYear());
</script> All rights reserved | Made with <i class="fa fa-heart-o" aria-hidden="true"></i> by Silicon Maze, <a href="https://webclub.nitk.ac.in" target="_blank">WEC NITK</a>, <a href="https://ieee.nitk.ac.in" target="_blank">IEEE NITK</a> & <a href="https://colorlib.com" target="_blank">Colorlib</a>
</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Area End -->
<!-- Popper -->
<script src="/js/popper.min.js"></script>
<!-- Bootstrap -->
<script src="/js/bootstrap.min.js"></script>
<!-- All Plugins -->
<script src="/js/confer.bundle.js"></script>
<!-- Active -->
<script src="/js/default-assets/active.js"></script>
<script src="https://use.fontawesome.com/940386bfc9.js"></script>
<script>
var mobile = document.getElementById('mobile');
var desktop = document.getElementById('desktop');
var mobile_logo = document.getElementById('logo-mob');
var desktop_logo = document.getElementById('logo-pc');
if (mobile != null) {
mobile.style.display = "none";
}
if (mobile_logo != null) {
mobile_logo.onclick = function() {
window.location.href = "https://nitk.ac.in"
}
mobile_logo.style.display = "none";
}
if (desktop_logo != null) {
desktop_logo.onclick = function() {
window.location.href = "https://nitk.ac.in"
}
}
function img_width(sponsor_div, width_val) {
if (sponsor_div != null) {
sponsor_div.getElementsByTagName('img')[0].style.width = width_val
}
}
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Tablet|Opera Mini/i.test(navigator.userAgent)) {
var wf_sponsor = document.getElementById('wells-fargo')
img_width(wf_sponsor, "auto")
var monster_sponsor = document.getElementById('monster')
img_width(monster_sponsor, "auto")
var dev_sponsor = document.getElementById('dev')
img_width(dev_sponsor, "auto")
var jet_sponsor = document.getElementById('jet-brains')
img_width(jet_sponsor, "auto")
var sticker_sponsor = document.getElementById('sticker-you')
img_width(sticker_sponsor, "auto")
var memsis_sponsor = document.getElementById('memsis')
img_width(memsis_sponsor, "auto")
var zebronics_sponsor = document.getElementById('zebronics')
img_width(zebronics_sponsor, "auto")
if (mobile != null) {
mobile.style.display = "block";
mobile.style.fontSize = ""
}
if (desktop != null) {
desktop.style.display = "none";
}
if (mobile_logo != null) {
mobile_logo.style.display = "block";
}
if (desktop_logo != null) {
desktop_logo.style.display = "none";
}
var about = document.getElementById('about');
if (about != null) {
var about_sections = [...about.getElementsByClassName('row align-items-center')];
about_sections.map((section) => {
section.style.display = "flex";
section.style.justifyContent = "center";
var h3_tag = section.querySelector('h3.wow.fadeInUp');
if (h3_tag != null) {
h3_tag.style.display = "flex";
h3_tag.style.justifyContent = "center";
}
var content = section.querySelector('p.wow.fadeInUp');
if (content != null) {
content.style.textAlign = "center";
}
});
}
}
</script>
</body>
</html>