-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
324 lines (294 loc) · 13.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./frontend/style.css">
<link rel="stylesheet" href="./mediaqueries.css">
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/fontawesome.min.css">
<script type="module" src="https://unpkg.com/@dotlottie/[email protected]/dist/dotlottie-player.js"></script>
<!-- <link href='https://unpkg.com/[email protected]/icons/css/pin.css' rel='stylesheet'> -->
<script src="https://kit.fontawesome.com/a256cb3619.js" crossorigin="anonymous"></script>
<title>Pentathon</title>
</head>
<style>
.spinner {
background-color: rgb(36, 37, 42) !important;
opacity: 1;
position: fixed;
align-items: center;
display: flex;
height: 100vh;
left: 0;
right: 0;
top: 0;
justify-content: center;
width: 100%;
transition: opacity 0.5s ease-out;
z-index: 90;
}
.hide {
opacity: 0;
}
</style>
<script>
setTimeout(function() {
var spinner = document.getElementById('spinner');
spinner.classList.add('hide');
setTimeout(function() {
spinner.style.display = 'none';
}, 1000);
}, 5000);
</script>
<body>
<div id="spinner" class="spinner">
<!-- <img src="ld2.gif" /> -->
<dotlottie-player autoplay loop mode="normal"
src="./frontend/assets/fin.lottie"
style="width: 320px;height:320px;"></dotlottie-player>
</div>
<header class="navbar">
<div class="logo">
<img src="./frontend/assets/logo1.png" alt="logo">
</div>
<h1 class="header-title">PENTATHON</h1>
</header>
<section class="new-section">
<div class="border">
<div class="main-img">
<div class="logo1">
<img src="./frontend/assets/logo1.png" alt="logo">
</div>
<h1 class="x"> X </h1>
<div class="logo2">
<img src="./frontend/assets/Bajaj_Auto_Ltd_logo.svg.png" alt="logo">
</div>
</div>
<p> <b>A COLLABORATION LIKE NEVER BEFORE! <br><br> NEXT GEN-AI X BAJAJ PROUDLY PRESENTS </b> </p>
<div id="glitch">
<h1>PENTATHON</h1>
<h1>PENTATHON</h1>
<h1>PENTATHON</h1>
</div>
<!-- <h1 >PENTATHON</h1> -->
<div class="btns">
<button class="custom-button1">About Event</button>
<button id="registerBtn" class="custom-button1">Register</button>
<div id="giftIcon" class="image-link bounce">
<img src="./frontend/assets/giftbox.png" alt="Gift Icon">
<div class="tooltip">Click for a Surprise</div>
</div>
</div>
</div>
</section>
<div class="popup" id="popup">
<div class="popup-content">
<span class="close" id="close">×</span>
<video id="popupVideo" autoplay muted loop>
<source src="./frontend/assets/DiscoLights2Videvo.mov" type="video/mp4">
Your browser does not support the video tag.
</video>
<h1>NGAI Presents Open DJ Night for all participants</h1>
<p>Get ready to let loose and celebrate with NGAI as we wrap up our incredible technical event with a bang! Join
us for an unforgettable Open DJ Night exclusively for all participants. It's time to unwind, groove to the
beats, and make lasting memories with your fellow tech enthusiasts.</p>
</div>
</div>
<div class="body ">
<div class="container">
<h1>Dive into Pentathon with Next Gen-AI and Bajaj</h1>
<input type="radio" name="slider" id="item-1" checked>
<input type="radio" name="slider" id="item-2">
<input type="radio" name="slider" id="item-3">
<div class="cards">
<label class="card" for="item-1" id="song-1">
<img
src="https://images.unsplash.com/photo-1530651788726-1dbf58eeef1f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=882&q=80"
alt="song">
</label>
<label class="card" for="item-2" id="song-2">
<img
src="https://images.unsplash.com/photo-1559386484-97dfc0e15539?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1234&q=80"
alt="song">
</label>
<label class="card" for="item-3" id="song-3">
<img
src="https://images.unsplash.com/photo-1533461502717-83546f485d24?ixlib=rb-1.2.1&auto=format&fit=crop&w=900&q=60"
alt="song">
</label>
</div>
<div class="player">
<div class="upper-part">
<div class="info-area" id="test">
<label class="song-info" id="song-info-1">
<div class="title"> <b>PENTATHON</b></div>
<div class="sub-line ">
<div class="subtitle">
Immerse yourself in Pentathon's tech extravaganza. With a total prize pool of ₹30,000 per event, Pentathon is the ultimate platform to showcase your skills and win exciting rewards.
<p>Solo Registration : ₹150 per participant <br> Team Registration: ₹350 per team</p>
</div>
</div>
</label>
<label class="song-info" id="song-info-2">
<div class="title"><b>BAJAJ</b></div>
<div class="sub-line">
<div class="subtitle">
Bajaj, a trailblazer in the industry, fuels our tech journey with cutting-edge expertise. With a
legacy of innovation, Bajaj joins forces with Next Gen-AI to elevate Pentathon into a realm of
unparalleled excitement and technological brilliance. Get ready to ride the wave of future
possibilities!
</div>
</div>
</label>
<label class="song-info" id="song-info-3">
<div class="title"><b>Next Gen AI</b></div>
<div class="sub-line">
<div class="subtitle">
Next Gen-AI, pioneering the future of artificial intelligence, presents Pentathon – our flagship event
in collaboration with Bajaj. As a dynamic hub of tech enthusiasts and visionaries, join us on this
exciting journey of discovery. Pentathon unfolds with five thrilling events, showcasing the limitless
potential of AI and redefining the future of tech.
</div>
</div>
</label>
</div>
</div>
</div>
</div>
</div>
<div class="benefits">
<h1>Explore Pentathon</h1>
<div class="boxes1">
<div class="box1">
<i class="fa-solid fa-magnifying-glass"></i>
<h2>Introduction to the Event</h2>
<p>Pentathon is a 3-day event organized by NextGen AI in partnership with Bajaj Finserv. It includes a hackathon, datathon, webathon, appathon, and ideathon. The event concludes with a DJ Evening for a grand celebration. <br> <br> Day 1 - HackStreet 2.0 & Webathon (24hr long events) <br> Day 2 - Appathon & Datathon <br> Day 3 - Ideathon & DJ Evening <br> <br> (Note: Participants are welcome to showcase their versatility by participating in multiple events. However, please note that individuals cannot participate in two events scheduled on the same day.) <br> <br><h3><i class="fa-solid fa-location-dot loc"></i> SRMIST</h3></p>
</div>
</div>
<div class="boxes">
<div class="box">
<i class="fa-solid fa-sack-dollar"></i>
<h2>Cash Prize Benefits</h2>
<p>Pentathon offers attractive cash prizes for winners of each event:
<br>
- 1st Place: ₹15,000/-
<br>
- 2nd Place: ₹10,000/-
<br>
- 3rd Place: ₹5,000/-</p>
</div>
<div class="box">
<i class="fa-solid fa-champagne-glasses"></i>
<h2>DJ Night Information</h2>
<p>On the final day of Pentathon, immerse yourself in the beats of the DJ Night. Join us for an evening filled with music, dance, and celebration to wrap up this extraordinary event!</p>
</div>
</div>
<!-- Clearfix for handling wrapping of boxes -->
<div class="clearfix"></div>
</div>
<div id="mainSection"></div>
<main>
<h1>Enlist for Pentathon Glory</h1>
<ul class='slider'>
<li class='item' style="background-image: url('./frontend/assets/ideathon.jpg')">
<div class='content'>
<h2 class='title'>IDEATHON</h2>
<p class='date'>16th February, 2024</p>
<!-- <p><i class="gg-pin"></i>SRMIST</p> -->
<p class='description'> Ignite your imagination in the Ideathon! Let your ideas soar as you brainstorm,
innovate, and pitch groundbreaking solutions to real-world challenges. Transform your visions into concepts
that have the power to shape the future. </p>
<a href="https://forms.gle/bnqWiv4gZjrbrDrx9">
<button class="custom-button">Register</button></a>
</div>
</li>
<li class='item' style="background-image: url('./frontend/assets/hacker.jpg')">
<div class='content'>
<h2 class='title'>HACK STREET 2.0</h2>
<p class='date'>14th February, 2024</p>
<p>24hr long event</p>
<p class='description'> Join the hacking extravaganza in Hack Street 2.0! Engage in friendly cybersecurity
challenges, penetration testing, and ethical hacking. Sharpen your hacking skills while emphasizing the
importance of cybersecurity in today's digital landscape. May the best hacker prevail! </p>
<a href="https://forms.gle/bnqWiv4gZjrbrDrx9">
<button class="custom-button">Register</button></a>
</div>
</li>
<li class='item' style="background-image: url('./frontend/assets/datathon.jpg')">
<div class='content'>
<h2 class='title'>DATATHON</h2>
<p class='date'>15th February, 2024</p>
<p class='description'> Crunch the numbers and unlock insights in the Datathon. Analyze datasets, unravel
patterns, and derive meaningful conclusions. Showcase your data analytics skills as you tackle real-world
problems with data-driven solutions. </p>
<a href="https://forms.gle/bnqWiv4gZjrbrDrx9">
<button class="custom-button">Register</button></a>
</div>
</li>
<li class='item' style="background-image: url('./frontend/assets/webathon.jpg')">
<div class='content'>
<h2 class='title'>WEBATHON</h2>
<p class='date'>14th February, 2024</p>
<p>24hr long event</p>
<p class='description'>
Dive into the world of web development in this adrenaline-pumping event. Craft captivating and functional
websites under the ticking clock, showcasing your coding prowess and design finesse. Unleash your creativity
and watch your web masterpiece come to life!
</p>
<a href="https://forms.gle/bnqWiv4gZjrbrDrx9">
<button class="custom-button">Register</button></a>
</div>
</li>
<li class='item' style="background-image: url('./frontend/assets/APPATHON.jpg')">
<div class='content'>
<h2 class='title'>APPATHON</h2>
<p class='date'>15th February, 2024</p>
<p class='description'>
Get ready to code your way into the Appathon! Develop innovative mobile applications that push the
boundaries of technology. From concept to execution, demonstrate your programming prowess and create apps
that leave a lasting impact.
</p>
<a href="https://forms.gle/bnqWiv4gZjrbrDrx9">
<button class="custom-button"> Register </button></a>
</div>
</li>
</ul>
<nav class='nav'>
<ion-icon class='btn prev' name="arrow-back-outline"></ion-icon>
<ion-icon class='btn next' name="arrow-forward-outline"></ion-icon>
</nav>
</main>
<footer class="footer">
<div class="waves">
<div class="wave" id="wave1"></div>
</div>
<div class="footimg">
<img src="./frontend/assets/logo1.png" alt="">
</div>
<h1 class="pen">PENTATHON</h1>
<p>©2024 NGAI | All Rights Reserved</p>
<ul class="social-icon">
<li class="social-icon__item"><a class="social-icon__link" href="#">
<ion-icon name="logo-github"></ion-icon>
</a></li>
<li class="social-icon__item"><a class="social-icon__link"
href="https://www.linkedin.com/company/cintels-next-gen-ai/mycompany/">
<ion-icon name="logo-linkedin"></ion-icon>
</a></li>
<li class="social-icon__item"><a class="social-icon__link" href="https://www.instagram.com/next_gen.ai/">
<ion-icon name="logo-instagram"></ion-icon>
</a></li>
</ul>
</footer>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<script src="script.js"></script>
<script src="about.js"></script>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<a class="scroll-to-top-button" href="#top">▲</a>
</body>
</html>