generated from CodeChefVIT/template-frontend
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
689 lines (650 loc) · 33.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
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
<!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.0" />
<title>DEVSOC'22</title>
<!-- CSS only -->
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> -->
<link rel="stylesheet" href="./LandingPage/MainStyle.css" />
<link rel="stylesheet" href="./LandingPage/about.css" />
<link rel="stylesheet" href="./LandingPage/prizes.css" />
<link rel="stylesheet" href="./LandingPage/SpecialPrizes.css" />
<link rel="stylesheet" href="./LandingPage/Tracks.css" />
<link rel="stylesheet" href="./LandingPage/scroll.css" />
<link rel="stylesheet" href="./LandingPage/faq.css" />
<link rel="stylesheet" href="./LandingPage/contact.css" />
<link rel="stylesheet" href="./LandingPage/rarible.css" />
<link rel="stylesheet" href="./LandingPage/timeline.css" />
<link rel="stylesheet" href="./LandingPage/Sponsors.css" />
<link rel="stylesheet" href="./LandingPage/layout.css" />
<style>
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap");
</style>
</head>
<body>
<div class="cursor-container">
<div class="cursor"></div>
<div class="inner-circle"></div>
</div>
<div class="main-container">
<!-- Hero -->
<section id="Home">
<div class="sidebar">
<img
class="sidebarImg"
src="./Images/devsoc logo 1.png"
alt="DevsocLogo"
/>
<div class="vertical-menu-icon-container hover-change">
<div class="vertical-menu-icon bar-1"></div>
<div class="vertical-menu-icon bar-2"></div>
<div class="vertical-menu-icon bar-3"></div>
</div>
<div class="sidebar-sections-container">
<!-- <div class="sidebar-sections-li-div"></div> -->
<ul>
<li class="sidebar-sections-li hover-change">
<a class="sidebar-sections-span" href="#Home"
>Home</a
>
</li>
<li class="sidebar-sections-li hover-change">
<a class="sidebar-sections-span" href="#About"
>About Us</a
>
</li>
<!-- <li class="sidebar-sections-li hover-change">
<a class="sidebar-sections-span" href="#Tracks"
>Our Tracks</a
>
</li> -->
<li class="sidebar-sections-li hover-change">
<a class="sidebar-sections-span" href="#Prizes"
>Prizes</a
>
</li>
<li class="sidebar-sections-li hover-change">
<a
class="sidebar-sections-span"
href="#SpecialPrizes"
>Special Prizes</a
>
</li>
<!-- <li class="sidebar-sections-li hover-change">
<a
class="sidebar-sections-span"
href="#RaribleTracks"
>Rarible Tracks</a
>
</li> -->
<li class="sidebar-sections-li hover-change">
<a
class="sidebar-sections-span"
href="#TimeLine"
>TimeLine</a
>
</li>
<li class="sidebar-sections-li hover-change">
<a
class="sidebar-sections-span"
href="#Sponsors"
>Sponsors</a
>
</li>
<li class="sidebar-sections-li hover-change">
<a class="sidebar-sections-span" href="#FAQs"
>FAQs</a
>
</li>
<li class="sidebar-sections-li hover-change">
<a class="sidebar-sections-span" href="#Contact"
>Contact</a
>
</li>
</ul>
</div>
<div class="socials hover-change">
<a href="#"
><img src="./Images/Discord - Negative.svg" alt=""
/></a>
<a
href="https://twitter.com/codechefvit?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor"
target="_blank"
><img src="./Images/Twitter - Negative.svg" alt=""
/></a>
<a
href="https://www.linkedin.com/company/codechef-vit-chapter/mycompany/"
target="_blank"
><img src="./Images/LinkedIn - Negative.svg" alt=""
/></a>
<a
href="https://www.instagram.com/codechefvit/"
target="_blank"
><img
src="./Images/Instagram - Negative.svg"
alt=""
/></a>
</div>
</div>
<div class="hero">
<h1 class="title">Devsoc'<span class="blue">22</span></h1>
<p class="subTitle">Developers' Sprint of Code.</p>
<p class="subTitle2">
Coders aren't <span class="blue">born</span>, they're
<span class="blue">made</span>
</p>
<!-- <button type="button" class="Regbtn hover-change">
Register
</button> -->
<!-- <img
class="scrollsvg"
src="./Images/scroll.svg"
alt="scrollImg"
/> -->
</div>
</section>
<!-- About Us -->
<section id="About" class="section">
<div class="about-container">
<div class="about-content-container">
<span class="section-title anim1" data-delay="0s"
>About Us</span
>
<p class="about-content anim1" data-delay="0.4s">
DEVSOC is CodeChef-VIT’s annual flagship event
hoping to empower young minds by bringing
enthusiastic technocrats and thinkers under one
roof. This year, the second iteration of the
hackathon is being held with a goal to create a
sprint like event, where participants create, hack,
innovate to solve problems while adhering to the
spirit of creativity and teamwork. The event is
spread over three days, with the hackathon lasting
48 hours consisting of amazing swags, prizes, food
and drinks!
</p>
</div>
<div class="about-image-container">
<img
src="./Images/AboutUsImg.jpg"
alt="Devsoc-about-png"
/>
</div>
</div>
</section>
<!--Our Tracks -->
<!-- <section id="Tracks" class="section">
<div class="padding-container">
<div class="tracks-content-container">
<span class="section-title anim1" data-delay="0.1s"
>Tracks</span
>
<div class="tracks-image-container">
<div class="tracks-image-row1-container">
<img src="./Images/track3.png" alt="" />
<img src="./Images/track2.png" alt="" />
<img src="./Images/track1.png" alt="" />
</div>
<div class="tracks-image-row2-container">
<img src="./Images/track4.png" alt="" />
<img src="./Images/track5.png" alt="" />
<img src="./Images/track6.png" alt="" />
</div>
</div>
</div>
</div>
</section> -->
<!-- Prizes -->
<!-- for highlighter <div class="prize-desc-highlighter"> -->
<section id="Prizes" class="section">
<div class="prizes-container">
<div class="prizes-content-container">
<span class="section-title anim1" data-delay="0.1s"
>Prizes</span
>
<div class="prizes-image-container">
<div class="prize-div hover-change">
<img src="./Images/prize-2.png" alt="" />
<div class="prize-desc-div">
<h1>Second Prize</h1>
<span
class="prize-desc-span"
style="display: inline"
>Rs. 50,000</span
>
</div>
</div>
<div class="prize-div hover-change">
<img src="./Images/prize-1.png" alt="" />
<div class="prize-desc-div">
<h1>First Prize</h1>
<span
class="prize-desc-span"
style="display: inline"
>Rs. 1,00,000</span
>
</div>
</div>
<div class="prize-div hover-change">
<img src="./Images/prize-3.png" alt="" />
<div class="prize-desc-div">
<h1>Third Prize</h1>
<span
class="prize-desc-span"
style="display: inline"
>Rs. 30,000</span
>
</div>
</div>
</div>
</div>
<!-- ADD ANOTHER ELEMENT HERE, FLEX BOX -->
</div>
</section>
<!-- Special Prizes -->
<section id="SpecialPrizes" class="section">
<div class="padding-container">
<div class="special-content-container">
<span class="section-title anim1" data-delay="0.1s"
>Special Prizes</span
>
<div class="special-image-container">
<!-- Row 1 of images for special prizes -->
<div class="special-image-row1-container">
<div
class="special-card-container hover-change"
>
<img
src="./Images/special-prizes/cc1.png"
alt="best-idea"
/>
<div class="special-desc-div-front">
<p class="special-title">
₹ 15,000
</p>
<p class="special-text">
The Best Idea, the one which stands
out and rises to be the most unique,
would be rewarded a cash prize of
Rs. 15,000!
</p>
</div>
</div>
<div
class="special-card-container hover-change"
>
<img
src="./Images/special-prizes/cc2.png"
alt="best-pitch"
/>
<div class="special-desc-div-front">
<p class="special-title">
₹ 15,000
</p>
<p class="special-text">
Pitching is an extremely important
task since it conveys your idea and
tests your persuasion powers. The
Best Pitch awaits you with a cash
prize of Rs. 15,000!
</p>
</div>
</div>
<div
class="special-card-container hover-change"
>
<img
src="./Images/special-prizes/cc3.png"
alt="best-ui/ux"
/>
<div class="special-desc-div-front">
<p class="special-title">
₹ 15,000
</p>
<p class="special-text">
We are eagerly waiting to choose the
supreme of all UI/UX skills along
with cash worth Rs 15,000 for the
best designer!
</p>
</div>
</div>
</div>
<!-- Row 2 of images for special prizes -->
<div class="special-image-row2-container">
<div
class="special-card-container hover-change"
>
<img
src="./Images/special-prizes/cc4.png"
alt="best-recreational"
/>
<div class="special-desc-div-front">
<p class="special-title">
₹ 10,000
</p>
<p class="special-text">
Trouble up your brain cells and
bring the most entertaining and
unique ideas to existence. We are
looking forward to rewarding your
insanity with a cash prize of Rs.
10,000!
</p>
</div>
</div>
<div
class="special-card-container hover-change"
>
<img
src="./Images/special-prizes/cc5.png"
alt="best-freshers"
/>
<div class="special-desc-div-front">
<p class="special-title">
₹ 10,000
</p>
<p class="special-text">
To all the passionate beginners,
don’t be too worried, we got you
covered as well. Win over the Best
Freshers Team title along with a
cash prize of Rs. 10,000!
</p>
</div>
</div>
<div
class="special-card-container hover-change"
>
<img
src="./Images/special-prizes/cc6.png"
alt="best-girl's team"
/>
<div class="special-desc-div-front">
<p class="special-title">
₹ 10,000
</p>
<p class="special-text">
We treasure our techie girls and
their upliftment in technical
fields. Hence, we have a cash prize
of Rs 10,000 in store for the Best
Girls Team!
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Rarible-->
<!-- <section id="Rarible" class="section">
<div class="padding-container">
<div class="rarible-content-container">
<span class="section-title anim1" data-delay="0.1s"
>Rarible Tracks</span
>
<div class="rarible-image-container">
<div class="rarible-image-row1-container">
<img src="" alt="" />
<img src="" alt="" />
<img src="" alt="" />
</div>
</div>
</div>
</div>
</section> -->
<!--Timeline-->
<section id="TimeLine" class="section">
<div class="padding-container">
<div class="timeline-content-container">
<span class="section-title anim1" data-delay="0.1s"
>Timeline</span
>
<div class="timeline-image-container">
<div class="timeline-image-row1-container">
<!-- <img src="" alt=""> -->
<p>To be released soon...</p>
</div>
</div>
</div>
</div>
</section>
<!-- Sponsors -->
<section id="Sponsors" class="section">
<div class="padding-container">
<div class="sponsor-content-container">
<span class="section-title anim1" data-delay="0.1s"
>Sponsors</span
>
<div class="showcase">
<marquee
class="hover-change"
behavior="scroll"
direction="left"
scrollamount="15"
>
<!-- <div class="sponsor-image-container"></div> -->
<img
class="marquee-image"
src="./Images/Sponsors/capitalincsvg 1.png"
alt=""
/>
<img
src="./Images/Sponsors/framer.png"
alt=""
/>
<img
class="bottom-stick-images"
src="./Images/Sponsors/kisaanKraft.png"
alt=""
/>
<img
class="bottom-stick-images"
src="./Images/Sponsors/murai.png"
alt=""
/>
<img
class="bottom-stick-images"
src="./Images/Sponsors/polygon.png"
alt=""
/>
<img
class="bottom-stick-images"
src="./Images/Sponsors/replIt.png"
alt=""
/>
<img
class="bottom-stick-images"
src="./Images/Sponsors/taskade.png"
alt=""
/>
</marquee>
</div>
</div>
</div>
</section>
<!-- FAQs -->
<section id="FAQs" class="section">
<div class="padding-container">
<div class="faq-content-container">
<span class="section-title anim1" data-delay="0.1s"
>FAQs</span
>
<div class="faq-image-container">
<div class="faq-image-row-container hover-change">
<div class="faq-desc-container hover-change">
<img
class="faq-plus-svg"
src="./Images/faq-plus.svg"
alt=""
/>
<span class="faq-desc-text"
>What is the cost of hackathon ?</span
>
</div>
<span class="faq-desc-text-2 faq-text"
>DEVSOC 21 is completely free thanks to our
sponsors! We'll also provide you with enough
swags, drinks, meals throughout the
hackathon.</span
>
</div>
<div class="faq-image-row-container hover-change">
<div class="faq-desc-container hover-change">
<img
class="faq-plus-svg"
src="./Images/faq-plus.svg"
alt=""
/>
<span class="faq-desc-text"
>What's the application process like?
</span>
</div>
<span class="faq-desc-text-2 faq-text"
>You're required to register with us on
Devfolio where you'll be asked for basic
details and your resume. We’ll get to know
about your abilities from your past
projects, GitHub profile,
participation/awards in other hackathons.
We'll shortlist teams for the offline
hackathon round through this.</span
>
</div>
<div class="faq-image-row-container hover-change">
<div class="faq-desc-container hover-change">
<img
class="faq-plus-svg"
src="./Images/faq-plus.svg"
alt=""
/>
<span class="faq-desc-text"
>I'm a fresher and I don't have a good
resume. Will I be selected?</span
>
</div>
<span class="faq-desc-text-2 faq-text"
>We will be evaluating everyone based on
different metrics. We'll take into account
if you're a fresher and where you stand
amongst your peers. If you don't have
anything technical to add to your resume,
feel free to add any public speaking events
or other competitions you've been to.</span
>
</div>
<div class="faq-image-row-container hover-change">
<div class="faq-desc-container hover-change">
<img
class="faq-plus-svg"
src="./Images/faq-plus.svg"
alt=""
/>
<span class="faq-desc-text"
>Can I participate alone?
</span>
</div>
<span class="faq-desc-text-2 faq-text"
>No! This hackathon is strictly a team
competition where you can have 2-5 members
in your team. Most teams aim to have a mix
of people with both design and developer
skills
</span>
</div>
<div class="faq-image-row-container hover-change">
<div class="faq-desc-container hover-change">
<img
class="faq-plus-svg"
src="./Images/faq-plus.svg"
alt=""
/>
<span class="faq-desc-text"
>Do I need to have specific
qualifications to be a part of the hack?
</span>
</div>
<span class="faq-desc-text-2 faq-text"
>If you love to code, you're more than
welcome to participate in the hackathon.
</span>
</div>
</div>
</div>
</div>
</section>
<!--Contact Us -->
<section id="Contact" class="section">
<div class="padding-container">
<div class="contact-content-container">
<span class="section-title anim1" data-delay="0.1s"
>Contact</span
>
<div class="contact-image-container">
<div class="contact-image-row1-container">
<a
class="hover-change"
href="https://www.facebook.com/codechefvit"
target="_blank"
><img
src="./Images/Facebook - Negative.svg"
alt=""
/></a>
<a
class="hover-change"
href="https://www.linkedin.com/company/codechef-vit-chapter/mycompany/"
target="_blank"
><img
src="./Images/LinkedIn - Negative.svg"
alt=""
/></a>
<a
class="hover-change"
href="https://www.instagram.com/codechefvit/"
target="_blank"
><img
src="./Images/Instagram - Negative.svg"
alt=""
/></a>
<a
class="hover-change"
href="https://twitter.com/codechefvit?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor"
target="_blank"
><img
src="./Images/Twitter - Negative.svg"
alt=""
/></a>
</div>
<div class="contact-image-row2-container">
<div class="contact-desc-info">
<h1>Contact Us</h1>
<span>Call Jugal: +91 70145 31554</span>
<span>Call Jugal: +91 70145 31554</span>
<span>Email: [email protected]</span>
</div>
<div class="contact-desc-address">
<h1>Address</h1>
<span
>Vellore Institute of Technology,
Vellore</span
>
<span>Gorbachev Rd, Vellore- 632014</span>
<span>Tamil Nadu, India</span>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- Js scripts -->
<script src="./LandingPage/cursor.js"></script>
<script src="./LandingPage/App.js"></script>
<script src="./LandingPage/sidebar.js"></script>
<script src="./LandingPage/faq.js"></script>
</body>
</html>