-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinnovazia.html
445 lines (411 loc) · 16 KB
/
innovazia.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Techathlon 21: Inderprastha Engineering College</title>
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css"
integrity="undefined" crossorigin="anonymous">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="icon" href="./images/MainLogo.png" size="10x10">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/responsive.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
</head>
<body>
<header>
<nav>
<div class="logo">
<!-- techathalon on navbar -->
<img src="./images/ipec.png" />
</div>
<ul class="nav-links">
<li class="cross"><a href="#">X</a></li>
<div class="links">
<!-- links in nav bar as well as in drawer -->
<li><a href="/index">Home</a></li>
<li><a href="#speciawar">Speciawar</a></li>
<li><a href="#ctf">Capture The Flag</a></li>
<li><a href="#infomaze">Infomaze</a></li>
<li><a href="#vividly">Vividly</a></li>
<li><a href="#quickLinks">Quick links</a></li>
</div>
</ul>
<!-- hamburger button designing -->
<div class="bars">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
<script src="./js/sub.js"></script>
<div id="hero-text" class="title-two" style="background: url(/images/w5.jpg); background-size: cover;">
<img src="./images/MainLogo.png" height="200px" alt="" srcset="">
<h1>Innovazia '21</h1>
<p class="hero-medium" style="font-weight: 450; color: purple;">“Create, Showcase, Learn and Grow”</p>
<div class="spacer"></div>
<p class="hero-small" style="color: black;">Scroll Down to know more.</p>
<a href="#content">
<div id="scroll"></div>
</a>
</div>
</header>
<div id="content">
<section class="info">
<p data-aos="fade-up" data-aos-delay="200">What is Innovazia '21?</p>
<p style="text-align: justify;" data-aos="fade-up" data-aos-delay="400">
Innovazia consists of various online events where advanced minds present their avant-garde ideas to
“Create, Showcase, Learn and Grow” through their digital posters or projects. The aim of the event
is not merely to see creativity but also to trigger the thought process of students regarding their
applied knowledge of technology. Winners are awarded with cash prizes and exciting goodies from our sponsors.
It consist of four competitions-
SpeciaWar, Infomaze, Capture The Flag, Vividly
</p>
<a href="#ctf">
<button class="btn-readMore">
Know more
</button>
</a>
</section>
</div>
<!-- Info about Events -->
<div id="ctf">
<p class="section-title" style=" text-align: center; color: coral; font-weight: bold;" data-aos="fade-up"
data-aos-delay="200">
Capture the Flag
</p>
<p style="margin-top: 50px; text-align: center; font-weight: 400; padding-top: 5px;" data-aos="fade-up"
data-aos-delay="200">
Participants have to solve questions on their own or by using hints.</p>
<p style="margin-top: 2%; text-align: center; font-weight: bold; padding: 0 100px;" data-aos="fade-up"
data-aos-delay="200">
“ Identify theft can happen anywhere ”
</p>
<p style="margin-top: 2%; text-align: center; font-weight: 400; padding: 0 100px;" data-aos="fade-up"
data-aos-delay="200">
Participation Type: Team (1-3 Members)
</p>
<p style="margin-top: 2%; text-align: center; font-weight: 400; padding: 0 100px;" data-aos="fade-up"
data-aos-delay="200">
Registration Fee: ₹ 150
</p>
<div class="teamFlex">
<div class="card-container" style="margin-top: 2%;" data-aos="fade-up" data-aos-delay="200">
<div class="box" id="box_1">
<div class="front">
<div class="profile_photo p1">
</div>
<h2 class="full_name">First Position</h2>
<div class="jop" style="text-align: center;">Amount: ₹ 2000 <br> & vouchers</div>
</div>
</div>
<div class="box" id="box_1">
<div class="front">
<div class="profile_photo p1">
</div>
<h2 class="full_name">Second Position</h2>
<div class="jop" style="text-align: center;">Amount: ₹ 1500 <br> & vouchers</div>
</div>
</div>
<div class="box" id="box_1">
<div class="front">
<div class="profile_photo p1">
</div>
<h2 class="full_name">Third Position</h2>
<div class="jop" style="text-align: center;">Amount: ₹ 1000 <br> & vouchers</div>
</div>
</div>
</div>
</div>
<!-- <a href="https://registration.techathlonipec.tech/ctf" target="_blank">
<button class="btn-register">
Regiser Now
</button>
</a>-->
</div>
<div id="vividly">
<p class="section-title" style="color: white; font-weight: bold; " data-aos="fade-up" data-aos-delay="200">
<span style="text-shadow:2px -3px #ff4157, 4px -6px purple;">
Vividly
</span>
</p>
<p style="margin-top: 50px; text-align: center; font-weight: 400; padding-top: 5px;" data-aos="fade-up"
data-aos-delay="200">
It is a video editing based competition.</p>
<p style="margin-top: 2%; text-align: center; font-weight: bold; padding: 0 100px;" data-aos="fade-up"
data-aos-delay="200">
“ Everything you can imagine is real ”
</p>
<p style="margin-top: 2%; text-align: center; font-weight: 400; padding: 0 100px;" data-aos="fade-up"
data-aos-delay="200">
Participation Type: Solo
</p>
<p style="margin-top: 2%; text-align: center; font-weight: 400; padding: 0 100px;" data-aos="fade-up"
data-aos-delay="200">
Registration Fee: ₹ 100
</p>
<div class="teamFlex">
<div class="card-container" style="margin-top: 2%;" data-aos="fade-up" data-aos-delay="200">
<div class="box" id="box_1">
<div class="front">
<div class="profile_photo p1">
</div>
<h2 class="full_name">First Position</h2>
<div class="jop" style="text-align: center;">Amount: ₹ 1000 <br> & vouchers</div>
</div>
</div>
<div class="box" id="box_1">
<div class="front">
<div class="profile_photo p1">
</div>
<h2 class="full_name">Second Position</h2>
<div class="jop" style="text-align: center;">Amount: ₹ 600 <br> & vouchers</div>
</div>
</div>
<div class="box" id="box_1">
<div class="front">
<div class="profile_photo p1">
</div>
<h2 class="full_name">Third Position</h2>
<div class="jop" style="text-align: center;">Amount: ₹ 400 <br> & vouchers</div>
</div>
</div>
</div>
</div>
</div>
<div id="infomaze">
<p class="section-title" style=" text-align: center; color: coral; font-weight: bold;" data-aos="fade-up"
data-aos-delay="200">
Infomaze
</p>
<p style="margin-top: 50px; text-align: center; font-weight: 400; padding-top: 5px;" data-aos="fade-up"
data-aos-delay="200">
It is a quiz competition on technology having two rounds comprising quiz questionnaire cross questioning in
Round-2.</p>
<p style="margin-top: 2%; text-align: center; font-weight: bold; padding: 0 50px;" data-aos="fade-up"
data-aos-delay="200">
“ Think, Rethink and Repeat ”
</p>
<p style="margin-top: 2%; text-align: center; font-weight: 400; padding: 0 100px;" data-aos="fade-up"
data-aos-delay="200">
Participation Type: Solo
</p>
<p style="margin-top: 2%; text-align: center; font-weight: 400; padding: 0 100px;" data-aos="fade-up"
data-aos-delay="200">
Registration Fee: ₹ 100
</p>
<div class="teamFlex">
<div class="card-container" style="margin-top: 2%;" data-aos="fade-up" data-aos-delay="200">
<div class="box" id="box_1">
<div class="front">
<div class="profile_photo p1">
</div>
<h2 class="full_name">First Position</h2>
<div class="jop" style="text-align: center;">Amount: ₹ 1000 <br> & vouchers</div>
</div>
</div>
<div class="box" id="box_1">
<div class="front">
<div class="profile_photo p1">
</div>
<h2 class="full_name">Second Position</h2>
<div class="jop" style="text-align: center;">Amount: ₹ 600 <br> & vouchers</div>
</div>
</div>
<div class="box" id="box_1">
<div class="front">
<div class="profile_photo p1">
</div>
<h2 class="full_name">Third Position</h2>
<div class="jop" style="text-align: center;">Amount: ₹ 400 <br> & vouchers</div>
</div>
</div>
</div>
</div>
</div>
<div id="speciawar">
<p class="section-title" style=" text-align: center; color: coral; font-weight: bold;" data-aos="fade-up"
data-aos-delay="200">
Speciawar
</p>
<p style="margin-top: 50px; text-align: center; font-weight: 400; padding-top: 5px;" data-aos="fade-up"
data-aos-delay="200">
It is a gaming tournament based on BGMI/CODM. </p>
<p style="margin-top: 2%; text-align: center; font-weight: bold; padding: 0 100px;" data-aos="fade-up"
data-aos-delay="200">
“Always Play like a Champion -Never let good be enough!”
</p>
<p style="margin-top: 2%; text-align: center; font-weight: 400; padding: 0 100px;" data-aos="fade-up"
data-aos-delay="200">
Participation Type: Squad (1-4 Members)
</p>
<p style="margin-top: 2%; text-align: center; font-weight: 400; padding: 0 100px;" data-aos="fade-up"
data-aos-delay="200">
Registration Fee: ₹ 200
</p>
<div class="teamFlex">
<div class="card-container" style="margin-top: 2%;" data-aos="fade-up" data-aos-delay="200">
<div class="box" id="box_1">
<div class="front">
<div class="profile_photo p1">
</div>
<h2 class="full_name">First Position</h2>
<div class="jop" style="text-align: center;">Amount: ₹ 2500 <br> & vouchers</div>
</div>
</div>
<div class="box" id="box_1">
<div class="front">
<div class="profile_photo p1">
</div>
<h2 class="full_name">Second Position</h2>
<div class="jop" style="text-align: center;">Amount: ₹ 1500 <br> & vouchers</div>
</div>
</div>
<div class="box" id="box_1">
<div class="front">
<div class="profile_photo p1">
</div>
<h2 class="full_name">Third Position</h2>
<div class="jop" style="text-align: center;">Amount: ₹ 1000 <br> & vouchers</div>
</div>
</div>
</div>
</div>
</div>
<!----------------------------------- schedule ------------------------>
<div id="schedule">
<!-- timeLine-->
<div id="timelineHead">
<p class="section-title" style=" text-align: center; padding-top: 5%; color: coral;font-size: 4rem;">
Schedule
</p>
<p style="text-align: center; padding-top: 10%; font-weight: bolder; color:#ff4157;">25 June 2021</p>
<p class="hero-small" style="text-align: center; font-weight: bolder; color:#ff4157;">
Day-1
</p>
<ul class="timeline">
<li class="event" data-date="9:00am">
<br>
<p><strong><em>Inauguration</em></strong><br />
</li>
<li class="event" data-date="11:00am">
<br>
<p><strong><em>Speciawar</em></strong><br />
</li>
<li class="event" data-date="2:00pm">
<br>
<p><strong><em>Lunch Break</em></strong><br />
</li>
<li class="event" data-date="2:00pm">
<br>
<p><strong><em>Lunch Break</em></strong><br />
</li>
<li class="event" data-date="2:30pm">
<br>
<p><strong><em>Vividly</em></strong><br />
</li>
<li class="event" data-date="05:30pm">
<br>
<p><strong><em>Prize Distribution</em></strong><br />
</li>
</ul>
<p style="text-align: center; padding-top: 10%; font-weight: bolder; color:#ff4157;">26 June 2021</p>
<p class="hero-small" style="text-align: center; font-weight: bolder; color:#ff4157;">
Day-2
</p>
<ul class="timeline">
<li class="event" data-date="9:00am">
<br>
<p><strong><em>Capture the Flag</em></strong><br />
</li>
<li class="event" data-date="3:00pm">
<br>
<p><strong><em>Infomaze</em></strong><br />
</li>
<li class="event" data-date="5:30 pm">
<br>
<p><strong><em>Prize Distribution</em></strong><br />
</li>
</ul>
</div>
</div>
</div>
<!-- ------------Footer---------------------------->
<!-- MODALS
<div id="open-modal" class="modal-window">
<div>
<a href="#" title="Close" class="modal-close">X</a>
<h1>Registration links</h1>
<div class="buttons">
<a href="https://registration.techathlonipec.tech/ctf" target="_blank"><button class="offset">Capture The
Flag</button> </a>
<a href="https://registration.techathlonipec.tech/vividly" target="_blank"> <button
class="pulse">Vividly</button></a>
<a href="https://registration.techathlonipec.tech/infomaze" target="_blank"><button
class="raise">Infomaze</button></a>
</div>
</div>
</div>
</div>-->
<script src="https://code.jquery.com/jquery-3.6.0.js" integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk="
crossorigin="anonymous"></script>
<script src="./js/main.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
<footer>
<div class="section1">
<!-- flex containers start here -->
<div class="container-one">
<h3>Locate Us</h3>
<p>
63 Site IV, Sahibabad
<br>
Industrial Area,
<br>
Surya Nagar Flyover Road
<br>
Sahibabad, Ghaziabad-U.P
<br>
PIN Code-201010
<br> <br>
Ph: +91(120) 4535000,
<br>
2895135,136,137
</p>
</div>
<div class="container-two" id="quickLinks">
<h3>Quick links</h3>
<ul>
<li><a href="./documents/Code of Conduct.pdf">Code of Conduct</a></li>
<li><a href="./documents/Regulations of Events.pdf">Regulations of Event</a></li>
<li><a href="./documents/Rules.pdf">Rules</a></li>
<li><a href="./documents/Newsletter.pdf">Newsletter(CSE)</a></li>
</ul>
</div>
<div class="container-three">
<h3>Connect With Us</h3>
<ul>
<li><a href="http://instagram.com/ipectechathlon"> <img src="./images/instagram-white.png" alt="instagram"
class="icon-img" /></a></li>
<li><a href="http://facebook.com/ipectechathlon"> <img src="./images/facebook-white.png" alt="facebook"
class="icon-img" /> </a></li>
<li><a href="mailto:[email protected]"> <img src="./images/mail-white.png" alt="email" class="icon-img" />
</a>
</li>
</ul>
<a href="#">
<div class="topper">
<span class="bkt">Back To Top <span><img src="/images/up-arrow.png" alt="arrowup" class="arrow"></span></span>
</div>
</a>
</div>
</div>
<!-- flex containers end here -->
</footer>
</html>