-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
606 lines (560 loc) · 20.4 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
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Incognito 24</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="assets/favv.png" type="image/icon type">
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js"></script>
</head>
<body>
<nav>
<ul class="sidebar">
<li id="close"><a href="#"><svg xmlns="http://www.w3.org/2000/svg" height="26px" viewBox="0 -960 960 960"
width="26px" fill="#5f6368">
<path
d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z" />
</svg></a></li>
<li><a href="about/about.html">About</a></li>
<li><a href="schedule/index.html">Schedule</a></li>
<li><a href="https://drive.google.com/file/d/1TQpEhKgyO2QeKMMKlKkBD1d3HSsDgdVe/view?usp=drivesdk">Broucher</a>
</li>
<li><a href="registration/register.html">Register</a></li>
<!-- Add more navigation links as needed -->
</ul>
<ul>
<li class="hideonmobile"><a href="#home"><img src="assets/favv.png" class="logo"></a></li>
<li class="hideonmobile"><a href="about/about.html">About</a></li>
<li class="hideonmobile"><a href="schedule/index.html">Schedule</a></li>
<li class="hideonmobile"><a
href="https://drive.google.com/file/d/1TQpEhKgyO2QeKMMKlKkBD1d3HSsDgdVe/view?usp=drivesdk">Broucher</a></li>
<li class="hideonmobile"><a href="registration/register.html">Register</a></li>
<li class="menu" id="menu"><a href="#"><svg xmlns="http://www.w3.org/2000/svg" height="26px"
viewBox="0 -960 960 960" width="26px" fill="#5f6368">
<path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z" />
</svg></a></li>
<!-- Add more navigation links as needed -->
</ul>
</nav>
<section id="home" class="home">
<img src="assets/bg1.png" class="logo1" />
<img src="assets/bg2.png" class="logo2" />
<img src="assets/bgg1.png" class="logo3" />
<img src="assets/bgg2.png" class="logo4" />
<h1 class="title1">MCA & BCA PRESENTS</h1>
<h1 class="title">INCOGNITO</h1>
</section>
<section class="about">
<h2>
<center>About Incognito</center>
</h2>
<p>
Incognito is the annual inter collegiate IT Fest organised by The
Department of Computer Science. The programme has remained
the instituition's pride event since 2015. This event aims to focus
on advancing the practical and skill based learning initiative to
promote competitive spirit among its participants. The event
further promotes the innovative programming skills among the
young minds
</p>
<br>
</section>
<div class="countdown">
<h2>Get Set, Go INCOGNITO: Who Will Hack Their Way to Victory on June 12th, 2024?</h2>
<div class="clock-container">
<div class="clock-col">
<p class="clock-day clock-timer">
</p>
<p class="clock-label">
Days
</p>
</div>
<div class="clock-col">
<p class="clock-hours clock-timer">
</p>
<p class="clock-label">
Hours
</p>
</div>
<div class="clock-col">
<p class="clock-minutes clock-timer">
</p>
<p class="clock-label">
Minutes
</p>
</div>
<div class="clock-col">
<p class="clock-seconds clock-timer">
</p>
<p class="clock-label">
Seconds
</p>
</div>
</div>
</div>
<div id="events-section">
<div id="tabs">
<button class="tab-button" onclick="showEvents('technical')">Technical Events</button>
<button class="tab-button" onclick="showEvents('gaming')">Gaming Events</button>
<button class="tab-button" onclick="showEvents('non-technical')">Non-Technical Events</button>
</div>
<div class="technical">
<!--Event 1 Coding-->
<div class="event-container section">
<div class="container">
<div class="eventsname">
<h2>TECHNICAL EVENTS</h2>
</div>
<div class="event-flex">
<div class="image1">
<div class="card">
<div class="circle">
<div class="name">CODING</div>
</div>
<div class="content">
<h2>debug dive</h2>
<div class="info">
<br>
<p>No of Participant: 2</p>
<p>Registration Fees: 200 Rs</p>
</div>
<br>
<p>
Student Co-ordinators:
</p>
<br>
<p>B Mohammed Riyaz 8825501643
</p>
<p>
Luqman Khan Usman 9945391232
</p>
<a href="Events/coding.html">Read More</a>
</div>
<img src="event assets/coding.png" class="image" alt="" />
</div>
</div>
<div class="text1">
<h3>DEBUG DIVE</h3>
<p>Unleash your code, conquer the challenge. Elevate your skills in the ultimate coding showdown</p>
<button onclick="window.location.href='Events/coding.html';" class="button"
style="vertical-align:middle"><span>Register</span></button>
</div>
</div>
</div>
</div>
<!--Event 2 IT QUIZ-->
<div class="event-container-alternate ">
<div class="event-flex-alternate container section">
<div class="text2">
<h3> BRAIN BATTLE </h3>
<p>Explore the world of IT with each question. Test your skills in the ultimate IT quiz competition</p>
<button onclick="window.location.href='Events/itquiz.html';" class="button"
style="vertical-align:middle"><span>Register</span></button>
</div>
<div class="image2">
<div class="card">
<div class="circle">
<div class="name">IT QUIZ</div>
</div>
<div class="content">
<h2>brain battle</h2>
<div class="info">
<br>
<p>No of Participant: 2</p>
<p>Registration Fees: 200 Rs</p>
</div>
<br>
<p>
Student Co-ordinators:
<p>Mohan J 9611699868</p>
<p>Ankitha M</p>
</p>
<a href="Events/itquiz.html">Read More</a>
</div>
<img src="./event assets/quiz.png" class="image" alt="" />
</div>
</div>
</div>
</div>
<!--Event 3 Logo Design-->
<div class="event-container section">
<div class="container">
<div class="event-flex">
<div class="image1">
<div class="card">
<div class="circle">
<div class="name">LOGO DESIGN</div>
</div>
<div class="content">
<h2>Tech Safari</h2>
<div class="info">
<br>
<p>No of Participant: 1</p>
<p>Registration Fees: 150 Rs</p>
</div>
<br>
<p>
Student Co-ordinators:
<p>SaiPriya Ram
</p>
<p>
Sudeep S 9448017564
</p>
</p>
<a href="Events/logodesign.html">Read More</a>
</div>
<img src="./event assets/logodesign.png" class="image" alt="" />
</div>
</div>
<div class="text1">
<h2>TECH SAFARI</h2>
<p>Design Beyond Words: Where Logos Speak Volumes.</p>
<button onclick="window.location.href='Events/logodesign.html';" class="button"
style="vertical-align:middle"><span>Register</span></button>
</div>
</div>
</div>
</div>
<!--Event 4 Dumb Charades-->
<div class="event-container-alternate ">
<div class="event-flex-alternate container section">
<div class="text2">
<h2>ACT IT OUT</h2>
<p>Actions Speak Louder Than Words: Dumb Charades - Where Silence Sparks Fun!</p>
<button onclick="window.location.href='Events/itdumbcharades.html';" class="button"
style="vertical-align:middle"><span>Register</span></button>
</div>
<div class="image2">
<div class="card">
<div class="circle">
<div class="name">IT DUMB CHARADES</div>
</div>
<div class="content">
<h2>Act It Out</h2>
<div class="info">
<br>
<p>No of Participant: 3</p>
<p>Registration Fees: 200 Rs</p>
</div>
<br>
<p>
Student Co-ordinators:
<p> Cyan binoy philip 9008983019
</p>
<p>
Rishab CSS 8660349880
</p>
</p>
<a href="Events/itdumbcharades.html">Read More</a>
</div>
<img src="./event assets/dumbcharades.png" class="image" alt="" />
</div>
</div>
</div>
</div>
</div>
<div class="gaming">
<!--Event 5 BGMI-->
<div class="event-container section">
<div class="container">
<div class="eventsname">
<h2>GAMING EVENTS</h2>
</div>
<div class="event-flex">
<div class="image1">
<div class="card">
<div class="circle">
<div class="name">BGMI</div>
</div>
<div class="content">
<h2>Fight Club</h2>
<div class="info">
<br>
<p>No of Participant: 2</p>
<p>Registration Fees: 250 Rs</p>
</div>
<br>
<p>
Student Co-ordinators:
</p>
<br>
<p>Prajwal 9113049980</p>
<p>Akash HP 8296889133</p>
<a href="Events/bgmi.html">Read More</a>
</div>
<img src="./event assets/bgmi.png" class="image" alt="" />
</div>
</div>
<div class="text1">
<h3>FIGHT CLUB</h3>
<p>Survive, Thrive, Conquer: BGMI - Your Battle, Your Victory !</p>
<button onclick="window.location.href='Events/bgmi.html';" class="button"
style="vertical-align:middle"><span>Register</span></button>
</div>
</div>
</div>
</div>
<!--Event 6 FIFA-->
<div class="event-container-alternate ">
<div class="event-flex-alternate container section">
<div class="text2">
<h2>KICKOFF CARNIVAL</h2>
<p>Feel the Thrill, Live the Game: FIFA - Where Champions Rise!</p>
<button onclick="window.location.href='Events/fifa.html';" class="button"
style="vertical-align:middle"><span>Register</span></button>
</div>
<div class="image2">
<div class="card">
<div class="circle">
<div class="name">FIFA</div>
</div>
<div class="content">
<h2>Kickoff Carnival</h2>
<div class="info">
<br>
<p>No of Participant: 1</p>
<p>Registration Fees: 200 Rs</p>
</div>
<br>
<p>
Student Co-ordinators:
<p>Himateju V 6366145580</p>
<p>Harshith S 6363713736</p>
</p>
<a href="Events/fifa.html">Read More</a>
</div>
<img src="./event assets/fifa.png" class="image" alt="" />
</div>
</div>
</div>
</div>
</div>
<div class="non-technical">
<!--Event 7 Talent hunt-->
<div class="event-container section">
<div class="container">
<div class="eventsname">
<h2>NON - TECHNICAL EVENTS</h2>
</div>
<div class="event-flex">
<div class="image1">
<div class="card">
<div class="circle">
<div class="name">TALENT HUNT</div>
</div>
<div class="content">
<h2>Prism Of Talents</h2>
<div class="info">
<br>
<p>No of Participant: 3-8</p>
<p>Registration Fees: 300 Rs</p>
</div>
<br>
<p>
Student Co-ordinators:
</p>
<br>
<p>Vinay M R 7483209717</p>
<p>Nena T </p>
<a href="Events/singing.html">Read More</a>
</div>
<img src="./event assets/talent hunt.png" class="image" />
</div>
</div>
<div class="text1">
<h2>PRISM OF TALENTS</h2>
<p>Ignite your creativity and wield your imagination in the poster-making arena and Unleash
your artistic flair.</p>
<button onclick="window.location.href='Events/singing.html';" class="button"
style="vertical-align:middle"><span>Register</span></button>
</div>
</div>
</div>
</div>
<!--Event 10 Treasure Hunt-->
<div class="event-container-alternate ">
<div class="event-flex-alternate container section">
<div class="text2">
<h3>VINTAGE HUNTER</h3>
<p>Decode the clues, embark on a digital quest. Let the hunt for treasure begin</p>
<button onclick="window.location.href='Events/treasure_hunt.html';" class="button"
style="vertical-align:middle"><span>Register</span></button>
</div>
<div class="image2">
<div class="card">
<div class="circle">
<div class="name">TREASURE HUNT</div>
</div>
<div class="content">
<h2>Vintage Hunter</h2>
<div class="info">
<br>
<p>No of Participant: 2-4</p>
<p>Registration Fees: 300 Rs</p>
</div>
<br>
<p>
Student Co-ordinators:
</p>
<br>
<p>Dhanush H 9353771478</p>
<p>Govardhan K 7337685349</p>
<a href="Events/treasure_hunt.html">Read More</a>
</div>
<img src="./event assets/treasurehunt.png" class="image" alt="" />
</div>
</div>
</div>
</div>
<!--Event 11 Video/Photography-->
<div class="event-container section">
<div class="container">
<div class="event-flex">
<div class="image1">
<div class="card">
<div class="circle">
<div class="name">VIDEO PHOTO</div>
</div>
<div class="content">
<h2>Tech Shot</h2>
<div class="info">
<br>
<p>No of Participant: 1</p>
<p>Registration Fees: 200 Rs</p>
</div>
<br>
<p>Student Co-ordinators:</p>
<br>
<p>Survesh 70908 49698</p>
<p>Ashwini M</p>
<a href="Events/videography.html">Read More</a>
</div>
<img src="./event assets/photography.png" class="image" alt="" />
</div>
</div>
<div class="text1">
<h3>TECH SHOT</h3>
<p>Turn your creativity to transform moments into cinematic masterpieces</p>
<button onclick="window.location.href='Events/videography.html';" class="button"
style="vertical-align:middle"><span>Register</span></button>
</div>
</div>
</div>
</div>
<!--Event 12 Reels-->
<div class="event-container-alternate ">
<div class="event-flex-alternate container section">
<div class="text2">
<h3>CLIP CARNIVAL</h3>
<p>Unleash your creativity, one reel at a time. Share, inspire, and shine with every story !</p>
<button onclick="window.location.href='Events/reels.html';" class="button"
style="vertical-align:middle"><span>Register</span></button>
</div>
<div class="image2">
<div class="card">
<div class="circle">
<div class="name">REELS</div>
</div>
<div class="content">
<h2>Reels</h2>
<div class="info">
<br>
<p>No of Participant: 2</p>
<p>Registration Fees: 200 Rs</p>
</div>
<br>
<p>Student Co-ordinators:</p>
<br>
<p>Kiran 9019709984</p>
<p>Kavya S</p>
<a href="Events/reels.html">Read More</a>
</div>
<img src="./event assets/reels.png" class="image" alt="" />
</div>
</div>
</div>
</div>
</div>
<div class="organizer-wrapper">
<div class="organizer-container">
<img src="assets/college_logo.png" alt="" class="logo">
<div class="org-content">
<h3>Organized By</h3>
<h1>SESHADRIPURAM COLLEGE</h1>
<h2>Postgraduate Department of Computer Applications</h2>
<h2>and</h2>
<h2>Department of Computer Science</h2>
</div>
</div>
</div>
<div class="event-coordinator">
<div class="container-section">
<h1>
<center>Convener</center>
</h1><br>
<div class="contact-info">
<div class="contact">
<h3>Prof. Veena R</h3>
<h4>Co-Ordinator</h4>
<h4>Postgraduate Dept of Computer Applications</h4>
<br>
</div>
<div class="contact">
<h3>Prof. Rajeswari V</h3>
<h4>HoD</h4>
<h4>Dept of Computer Science</h4><br>
</div>
</div>
<br>
<h1>
<center>Co-Ordinators</center>
</h1><br>
<div class="contact-info">
<div class="contact">
<h3>Chethan V</h3>
<h4>98454 68518</h4>
<br>
</div>
<div class="contact">
<h3>Mohan J</h3>
<h4>97420 76288</h4>
<br>
</div>
<div class="contact">
<h3>Kishore S</h3>
<h4>63810 07299</h4>
<br>
</div>
<div class="contact">
<h3>Sahana R</h3>
<h4></h4>
<br>
</div>
</div>
</div>
</div>
<div id="map" class="map-container">
<h2 class="section-heading">Venue</h2>
<iframe title="Venue"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3887.736495700141!2d77.57378720829483!3d12.98869831481803!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae163d56b849af%3A0xc26416da3a825777!2sSeshadripuram%20College!5e0!3m2!1sen!2sin!4v1715436151665!5m2!1sen!2sin"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
<footer class="neumorphic-footer">
<div class="footer_content">
<div class="rounded-rectangle">
<h2>JOIN US AT INCOGNITO 23-24</h2>
<h3>JUNE 12th From 8 AM</h3>
<p>
Designed and Developed by
<a href="https://github.com/HimaTeju"><i class="fab fa-github"></i> Himateju V</a> &
<a href="https://github.com/harshith8899"><i class="fab fa-github"></i> Harshith S</a>
</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>