-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
588 lines (511 loc) · 22.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#260e37">
<meta name="description" content="Tenet GDSC" />
<meta name="keywords"
content="Tenet, GDSC, Google, Google Developer Student Clubs, DSC, Developer Student Clubs, Chitkara University, CUIET, Chitkara, University, Community, College, University" />
<meta name="language" content="English" />
<meta name="author" content="GDSC CUIET" />
<!-- Mainfest File & Favicon -->
<link rel="icon" href="assets/logos/logo1.ico" />
<!-- -------------------------- SnackBar ------------------------- -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/a51dece881.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap" rel="stylesheet"
crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap"
rel="stylesheet">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/sponsors.css">
<link rel="stylesheet" href="./css/eventLegs.css">
<title>GDSC Tenet</title>
</head>
<body>
<div id="preloader"></div>
<div id="MainContentDiv">
<nav>
<div class="container desktop">
<div class="row justify-content-between">
<div class="col-md-2" style="display:flex; justify-content:center;align-content:center;">
<img src="assets/logos/logo.svg" alt="Image not available">
</div>
<div class="col-md-6 my-auto">
<ul class="navList">
<li><a href="#">Home</a></li>
<li><a href="#Tracks">Event Legs</a></li>
<li><a href="#Sponsors">Sponsors</a></li>
<li><a href="#footer">Contact</a></li>
</ul>
</div>
<div class="col-md-3">
<img class="w-100 acha" src="assets/logos/GDSClogo.png" alt="Image not available">
</div>
</div>
</div>
<div class="container mobile">
<div class="row">
<div onclick="dropDown()" class="ham col-3" style="height:5rem">
<i class="fa hambur fa-bars"></i>
</div>
<div class="text-end col-9">
<img src="assets/logos/logo.svg" alt="Image not available">
</div>
<div class="dropDown">
<a href="#">Home</a>
<a href="#Tracks">Event Legs</a>
<a href="#Sponsors">Sponsors</a>
<a href="#footer">Contact</a>
</div>
</div>
</div>
</nav>
<!-- main section -->
<section class="main">
<div class="container mainDiv h-100">
<div class="row vh-100">
<div class="col-md-6 my-auto mx-auto my-xs-0 col-xs-12" data-aos="fade-up-right" data-aos-delay="6000">
<h1 class="mainH1">
Fasten Your Seatbelts <strong>Tenet</strong> Is Here
</h1>
<p class="mainH1" style="font-size: 25px;">
Learn. Build. Compete. Connect.
</p>
<div style="overflow:hidden;padding:10px 10px 10px 0px;">
<div class="apply-button" data-hackathon-slug="tenet" data-button-theme="light"
style="height: 44px; width: 312px;"></div>
</div>
</div>
<div class="col-md-6 my-auto my-xs-0 col-xs-12">
<div class="heroPic-div mx-auto" data-aos="fade-up-left" data-aos-delay="6000"
style="display:flex;justify-content:center;align-content:center;">
<img class="mainimg" src="assets/Saly-10.svg" alt="Image Not Available">
</div>
</div>
</div>
</div>
</section>
<!-- about us -->
<section id="AboutUs" class="AboutUs">
<div class="container p-5">
<div class="text-center">
<h2 style="font-family: 'Poppins', sans-serif;" class="py-5">ABOUT US</h2>
<p class="aboutP" data-aos="fade-up">
The event 'TENET' is an ambitious and noteworthy attempt of the GDSC team to create something never
heard of. It is a new annual
flagship event of GDSC, Chitkara University, where
innovators get an opportunity to merge their creative ideas with their
technical skills to
build something exemplary.
</p>
</div>
</div>
</section>
<!-- Event Legs -->
<section id="Tracks" class="AboutUs">
<div class="container p-5">
<div class="text-center">
<h2 style="font-weight: 600px;font-family: 'Poppins', sans-serif;font-size: 40px;" class="py-2">Event
Legs</h2>
</div>
</div>
</section>
<div class="container eventLegsContain" style="padding:10px 10px 10px 10px;">
<div class=" row row-cols-1 row-cols-md-2 g-12"
style="display:flex;justify-content:center;align-content:center;">
<div class="eventcard" style="margin: 10px 10px 10px 10px;">
<div class="card" data-aos="fade-up">
<img src="assets/Event-legs/WEB.svg" class="card-img-top" alt="...">
<div class="card-body text-center" style="padding:0px">
<h5 class="card-title" style="color:black">FLUTTER</h5>
<div id="para">
<p class="card-text " style="color:black;">Just like our hit program "Android Study Jams",
here's another 3 day event where you get to learn the basics of Flutter, the fastest and
most popular mobile app development framework. Followed by a workshop on Flutter, you'll
be able to build a simple app with the help of the framework. And then complete on the
final day of the leg
</p>
</div>
</div>
</div>
</div>
<div class="eventcard" style="margin: 10px 10px 10px;">
<div class="card" data-aos="fade-up">
<img src="assets/Event-legs/Flutter.svg" class="card-img-top" alt="...">
<div class="card-body text-center" style="padding:0px">
<h5 class="card-title" style="color:black">ANDROID</h5>
<div id="para">
<p class="card-text" style="color:black">Android is a mobile operating system based on a
modified version of the Linux kernel and other open-source software. It was designed
specifically for touchscreen mobile devices such as tablets and smartphones. It is
administered by Google and other manufacturers.</p>
</div>
</div>
</div>
</div>
<div class="eventcard" style="margin: 10px 10px 10px;">
<div class="card" data-aos="fade-up">
<img src="assets/Event-legs/Hand coding-cuate 1.svg" class="card-img-top" alt="...">
<div class="card-body text-center" style="padding:0px">
<h5 class="card-title" style="color:black">MACHINE LEARNING</h5>
<div id="para">
<p class="card-text" style="color:black">Machine learning (ML) is a subset of artificial
intelligence (AI) that enables software applications to grow increasingly effective at
predicting outcomes without explicitly programming them to do so. Machine learning
algorithms estimate new output values by using historical data as input.</p>
</div>
</div>
</div>
</div>
<div class="eventcard" style="margin: 10px 10px 10px 10px;">
<div class="card" data-aos="fade-up">
<img src="assets/Event-legs/UI.svg" class="card-img-top" alt="...">
<div class="card-body text-center" style="padding:0px">
<h5 class="card-title" style="color:black">UI DESIGNING</h5>
<div id="para">
<p class="card-text " style="color:black;">Design is at the heart of every
business. It is the most important part of the business. We will be introducing the
concept of UI Designing. Followed by a one day workshop on UI Designing and then on the
final day of the event, you'll compete with the knowledge.</p>
</div>
</div>
</div>
</div>
<div class="eventcard" style="margin: 10px 10px 10px;">
<div class="card" data-aos="fade-up">
<img src="assets/Event-legs/Tech.svg" class="card-img-top" alt="...">
<div class="card-body text-center" style="padding:0px">
<h5 class="card-title" style="color:black">DOCKER</h5>
<div id="para">
<p class="card-text" style="color:black">Docker is a free and open source platform for
building, delivering, and executing software. It allows developers to isolate apps from
infrastructure in order to provide software more quickly. Time between writing code and executing is considerably decreased when using Docker. </p>
</div>
</div>
</div>
</div>
</div>
<!-- ------------------------------ Upcoming Section ------------------------------------- -->
<section id="Tracks" class="AboutUs">
<div class="container p-5">
<div class="text-center">
<h2 style="font-weight: 600px;font-family: 'Poppins', sans-serif;font-size: 40px;" class="py-2">Upcoming
Events</h2>
</div>
</div>
</section>
<!-- <div class="row d-flex justify-content-center">
<div class="card" style="width: 25rem; margin: 25px;background-image: url(./assets/past-events/hacktober\ poster.png);height: 400px;background-size: cover;">
</div>
<div class="card" style="width: 25rem; margin: 25px;background-image: url(./assets/past-events/Android\ StudyJamsPoster.png);height: 400px;background-size: cover;">
</div>
<div class="card" style="width: 25rem; margin: 25px;background-image: url(./assets/past-events/Poster.png);height: 400px;background-size: cover;">
</div> -->
<!-- TODO: make mobile version size bigger -->
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel" data-bs-interval="2000">
<div class="carousel-inner" style="align-items: center;">
<div class="carousel-item active">
<img src="./assets/Upcoming-events/aimlposter.png" class="d-block w-md-50" alt="...">
</div>
<!-- <div class="carousel-item">
<img src="./assets/past-events/Android StudyJamsPoster.png" class="d-block w-md-50 " alt="...">
</div>
<div class="carousel-item">
<img src="./assets/past-events/hacktober poster.png" class="d-block w-md-50 " alt="...">
</div>
<div class="carousel-item">
<img src="./assets/past-events/past-event-1.jpg" class="d-block w-md-50 " alt="...">
</div>
<div class="carousel-item">
<img src="./assets/past-events/past-event-2.jpg" class="d-block w-md-50 " alt="...">
</div>
<div class="carousel-item">
<img src="./assets/past-events/past-event-7.jpg" class="d-block w-md-50 " alt="...">
</div>
<div class="carousel-item">
<img src="./assets/past-events/past-event-4.jpg" class="d-block w-md-50 " alt="...">
</div> -->
<!-- <div class="carousel-item">
<img src="./assets/past-events/past-event-5.jpg" class="d-block w-md-50 " alt="...">
</div>
<div class="carousel-item">
<img src="./assets/past-events/past-event-3.jpg" class="d-block w-md-50 " alt="...">
</div>
<div class="carousel-item">
<img src="./assets/past-events/past-event-6.jpg" class="d-block w-md-50 " alt="...">
</div> -->
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls"
data-bs-slide="prev" style="display:none;">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls"
data-bs-slide="next" style="display:none;">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- --------------------------- Sponsors Section ------------------------------------------------ -->
<section class="Sponsors" id="Sponsors">
<div class="Sponsors-container">
<h1 class="sponsor-title sponsorH1">
Our <span class="awesome">Awesome</span> Sponsors
</h1>
<p class="Sponsors_description sponsorH1">
While all our participants make our event lively. It is our very
amazing <span class="about_high">Sponsors</span> that
<span class="about_high">make it possible.</span>
</p>
<div class="" data-aos="zoom-in-up">
<div class="sponsors-alpha">
<h2 class="alpha-title">Platinum Sponsors</h2>
<div class="alpha-images">
<a href="https://devfolio.co" target="blank">
<img src="assets/Sponsors/devfolio.svg" style="width: 230px" />
</a>
<a href="https://polygon.technology/" target="blank">
<img src="assets/Sponsors/polygon.svg" style="width: 230px" />
</a>
</div>
</div>
<div class="sponsors-gold" data-aos="zoom-in-up">
<h2 class="gold-title">Gold Sponsors</h2>
<div class="gold-images"
style="display:flex;align-items: center;justify-content: center;margin:0px;">
<a href="https://filecoin.io" target="blank">
<img src="assets/Sponsors/Filecoin.png" style="width: 150px;height: auto;" />
</a>
<a href="https://celo.org" target="blank">
<img src="assets/Sponsors/celo.png" style="width: 150px; height: auto;" />
</a>
<a href="https://replit.com/" target="blank">
<img src="assets/Sponsors/replit.png" alt="" style="width: 150px; height: auto;" />
</a>
<a href="https://solana.com/" target="blank">
<img src="assets/Sponsors/solanaLogo.png"
style="width: 150px; height: auto; padding: 0px" />
</a>
</div>
</div>
<div class="sponsors-beta" data-aos="zoom-in-up">
<h2 class="beta-title">Past Sponsors</h2>
<div class="beta-images">
<a href="https://polygon.technology/" target="black">
<img src="assets/Sponsors/matic.png" style="width: 150px;height:auto;margin-top:0px" />
</a>
<a href="https://www.axure.com/" target="black">
<img src="assets/Sponsors/axure.svg" style="width: 150px;height:auto;margin-top:0px" />
</a>
<a href="https://www.airmeet.com/" target="blank">
<img src="assets/Sponsors/airmeet.png" alt=""
style="width: 150px; height: auto; margin-top: 10px" />
</a>
<a href="https://tezos.com/" target="blank">
<img src="assets/Sponsors/tezos.svg" alt=""
style="width: 150px; height: auto; margin-top: -5px" />
</a>
<a href="https://balsamiq.com/" target="blank">
<img src="assets/Sponsors/balsamiq.png" alt=""
style="width: 150px; height: auto; margin-top: 0px" />
</a>
<a href="https://www.linode.com/" target="black">
<img src="assets/Sponsors/linode.png" style="width: 150px;height:auto;margin-top:0px" />
</a>
<a href="https://celo.org/" target="black">
<img src="assets/Sponsors/celo.png" style="width: 150px;height:auto;margin-top:0px" />
</a>
<a href="https://codingblocks.com/" target="black">
<img src="assets/Sponsors/cb.png" style="width: 150px;height:auto;margin-top:0px" />
</a>
<a href="https://www.cleartrip.com/" target="black">
<img src="assets/Sponsors/cleartrip2.PNG"
style="width: 150px;height:auto;margin-top:0px" />
</a>
<a href="https://www.clerky.com/" target="black">
<img src="assets/Sponsors/clerky2.PNG"
style="width: 150px;height:auto;margin-top:0px" />
</a>
<a href="https://www.codechef.com/" target="black">
<img src="assets/Sponsors/codechef.png"
style="width: 150px;height:auto;margin-top:0px" />
</a>
<a href="https://www.sashido.io/en/" target="black">
<img src="assets/Sponsors/sashido.png"
style="width: 150px;height:auto;margin-top:0px" />
</a>
<a href="https://curin.chitkara.edu.in/" target="black">
<img src="assets/Sponsors/curin2.PNG" style="width: 150px;height:auto;margin-top:0px" />
</a>
<a href="https://filecoin.io" target="blank">
<img src="assets/Sponsors/jetbrains.png" style="width: 150px;height: auto;" />
</a>
<a href="https://www.bugsee.com/" target="black">
<img src="assets/Sponsors/bugsee2.PNG"
style="width: 150px;height:auto;margin-top:0px" />
</a>
</div>
</div>
</div>
</div>
</section>
<!-- ------------------------------ Past Events Section ------------------------------------- -->
<section id="Tracks" class="AboutUs">
<div class="container p-5">
<div class="text-center">
<h2 style="font-weight: 600px;font-family: 'Poppins', sans-serif;font-size: 40px;" class="py-2">Past
Events</h2>
</div>
</div>
</section>
<!-- <div class="row d-flex justify-content-center">
<div class="card" style="width: 25rem; margin: 25px;background-image: url(./assets/past-events/hacktober\ poster.png);height: 400px;background-size: cover;">
</div>
<div class="card" style="width: 25rem; margin: 25px;background-image: url(./assets/past-events/Android\ StudyJamsPoster.png);height: 400px;background-size: cover;">
</div>
<div class="card" style="width: 25rem; margin: 25px;background-image: url(./assets/past-events/Poster.png);height: 400px;background-size: cover;">
</div> -->
<!-- TODO: make mobile version size bigger -->
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel" data-bs-interval="2000">
<div class="carousel-inner" style="align-items: center;">
<div class="carousel-item active">
<img src="./assets/past-events/Poster.png" class="d-block w-md-50" alt="...">
</div>
<div class="carousel-item">
<img src="./assets/past-events/Android StudyJamsPoster.png" class="d-block w-md-50 " alt="...">
</div>
<div class="carousel-item">
<img src="./assets/past-events/hacktober poster.png" class="d-block w-md-50 " alt="...">
</div>
<div class="carousel-item">
<img src="./assets/past-events/past-event-1.jpg" class="d-block w-md-50 " alt="...">
</div>
<div class="carousel-item">
<img src="./assets/past-events/past-event-2.jpg" class="d-block w-md-50 " alt="...">
</div>
<div class="carousel-item">
<img src="./assets/past-events/past-event-7.jpg" class="d-block w-md-50 " alt="...">
</div>
<div class="carousel-item">
<img src="./assets/past-events/past-event-4.jpg" class="d-block w-md-50 " alt="...">
</div>
<!-- <div class="carousel-item">
<img src="./assets/past-events/past-event-5.jpg" class="d-block w-md-50 " alt="...">
</div>
<div class="carousel-item">
<img src="./assets/past-events/past-event-3.jpg" class="d-block w-md-50 " alt="...">
</div>
<div class="carousel-item">
<img src="./assets/past-events/past-event-6.jpg" class="d-block w-md-50 " alt="...">
</div> -->
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<hr style="border-top: 3px solid #8500ff;">
<!-- Footer -->
<footer style="margin-bottom: 20px;" id="footer">
<div class="footer_section ">
<div class="footer_section_1">
<div class="footer_section_1_content">
<img style="height: 80px;" src="assets/chitkara_logo 2.svg" alt="Image not available" />
<div>
<h1>About Chitkara University</h1>
<p>
Chitkara university is a private university located in
Rajpura,Punjab, India. It offers undergraduate programs,
post-graduate program and doctoral programs in fields of
engineering, management, pharmacy, and education.
</p>
</div>
</div>
</div>
<div class="footer_section_1">
<div class="footer_section_1_content">
<img src="assets/logos/logo.svg" alt="Image not available" style="width: 100px; height:80px;" />
<div>
<h1>About Tenet</h1>
<p>
The event 'TENET' is an ambitious and noteworthy attempt of the GDSC team to create
something never heard of. It is a new annual
flagship event of <span>GDSC, Chitkara University </span> , where
innovators get an opportunity to merge their creative ideas with their
technical skills to
<span class="about_high">build something exemplary.
</p>
</div>
</div>
</div>
</div>
<div class="footer_section_3" style="margin: 0 auto;">
<div class="footImg" style="margin:2px 2px 2px 2px;">
<img class="ffooter" src="assets/logos/GDSClogo.png" alt="Image not available" />
</div>
<div class="footA" style="margin:2px 2px 2px 2px; ">
<a class="privacy" href="privacy-policy.html" style="text-decoration:none;">Privacy Policy</a>
</div>
<div class="footer_section_2" style="margin:2px 2px 2px 2px;">
<div class="social_icons">
<a href="https://www.instagram.com/gdsc_ciet/" target="_blank"><i
class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/gdsc-ciet/mycompany/" target="_blank"><i
class="fab fa-linkedin"></i></a>
<a href="https://discord.com/invite/DJzfRCSqwe" target="_blank"><i
class="fab fa-discord"></i></a>
<a href="https://github.com/DSC-ChitkaraUniv" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://twitter.com/gdscciet" target="_blank"><i class="fab fa-twitter"></i></a>
</div>
</div>
</div>
</footer>
</div>
</div>
<!-- =============================Modal====================================== -->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous">
</script>
<script src="JS/script.js"></script>
<script src="JS/slider.js"></script>
<!-- <script defer async src="https://apply.devfolio.co/v2/sdk.js"></script> -->
<script>
var loader = document.getElementById("preloader");
var Web = document.getElementById("MainContentDiv");
window.addEventListener('load', function () {
loader.style.display = "none";
Web.style.display = "block";
AOS.init({
offset: 100,
})
})
// setTimeout(function(){
// loader.style.display='none';
// Web.style.display="block";
// }, 2000);
</script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
<script defer async src="https://apply.devfolio.co/v2/sdk.js"></script>
</html>