forked from CodeChefVIT/CodeChefVIT20
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
688 lines (634 loc) · 29.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120140018-8" type="text/javascript"></script>
<script type="text/javascript">
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-120140018-8');
</script>
<!-- Meta Tags For SEO -->
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="subject" content="CodeChef-VIT">
<meta name="description"
content="CodeChef-VIT is a non-commercial organisation with a goal to provide a platform for programmers and developers everywhere to meet, compete & have fun.">
<meta name="keywords"
content="CodeChefVIT, CodeChef-VIT, vit, VIT, VIT-Vellore, Vit, CodeChef, Vellore, Student, Chapter, Club, club, CLUB, CHAPTER, chapter, Education">
<meta name="copyright" content="CodeChef-VIT">
<meta name="language" content="en">
<meta name="url" content="https://www.codechefvit.com/">
<meta name="coverage" content="Worldwide">
<meta name="distribution" content="Global">
<meta name="target" content="all">
<meta name="rating" content="General">
<meta name="og:country-name" content="India">
<meta name="og:region" content="India">
<meta property="og:url" content="https://www.codechefvit.com/">
<meta name="og:site_name" content="CodeChef-VIT">
<meta property="og:type" content="Website">
<meta property="og:title" content="CodeChef-VIT">
<meta property="og:description"
content="CodeChef-VIT is a non-commercial organisation with a goal to provide a platform for programmers and developers everywhere to meet, compete & have fun.">
<meta property="og:site_name" content="CodeChef-VIT">
<meta name="twitter:card" content="website">
<meta name="twitter:site" content="CodeChef-VIT">
<meta name="twitter:title" content="CodeChef-VIT">
<meta name="twitter:description"
content="CodeChef-VIT is a non-commercial organisation with a goal to provide a platform for programmers and developers everywhere to meet, compete & have fun.">
<meta name="twitter:creator" content="@codechefvit">
<meta itemprop="name" content="CodeChef-VIT">
<meta itemprop="description"
content="CodeChef-VIT is a non-commercial organisation with a goal to provide a platform for programmers and developers everywhere to meet, compete & have fun.">
<link rel="canonical" href="https://www.codechefvit.com/">
<!-- Bootstrap CSS -->
<link defer rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- Stylesheet for Font Icons-->
<link defer rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<!-- Stylesheet for On Scroll Animations-->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<!-- Stylesheet for toastr Notification -->
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css">
<!-- Stylesheet for Custon CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Mobile carousel -->
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">
<link rel="icon" type="image/png" href="./assets/images/title.png" />
<link rel="apple-touch-icon" type="image/png" href="./assets/images/title.png" />
<style>
body{
padding-top: 0px !important;
}
</style>
<title>Home || CodeChef-VIT</title>
</head>
<body class="homepage is-preload">
<div id="preloader"></div>
<div class="top-view">
<div class="hero">
<div id="overlay" onclick="off()">
<iframe id="youtube-video" src="https://www.youtube.com/embed/wYDTHujmThc" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<css-doodle id="webDoodle">
:doodle {
@grid: 18 / 100vmax;
background: #0a0c27;
}
--hue: calc(180 + 1.5 * @row * @col);
background: hsl(var(--hue), 50%, 70%);
margin: -.5px;
transition: @r(.5s) ease;
clip-path: polygon(@pick(
'0 0, 100% 0, 100% 100%',
'0 0, 100% 0, 0 100%',
'0 0, 100% 100%, 0 100%',
'100% 0, 100% 100%, 0 100%'
));
:doodle(:hover) { --s: 1 }
transition: .1s cubic-bezier(.175, .885, .32, 1.275);
transition-delay: @rand(500ms);
transform: translateY(calc(var(--s) * 100%));
</css-doodle>
<css-doodle id="medDoodle">
:doodle {
@grid: 8 / 100vmax;
background: #0a0c27;
}
--hue: calc(180 + 1.5 * @row * @col);
background: hsl(var(--hue), 30%, 60%);
margin: -.5px;
transition: @r(.5s) ease;
clip-path: polygon(@pick(
'0 0, 100% 0, 100% 100%',
'0 0, 100% 0, 0 100%',
'0 0, 100% 100%, 0 100%',
'100% 0, 100% 100%, 0 100%'
));
</css-doodle>
<css-doodle id="smDoodle">
:doodle {
@grid: 5 / 100vmax;
background: #0a0c27;
}
--hue: calc(180 + 1.5 * @row * @col);
background: hsl(var(--hue), 30%, 60%);
margin: -.5px;
transition: @r(.5s) ease;
clip-path: polygon(@pick(
'0 0, 100% 0, 100% 100%',
'0 0, 100% 0, 0 100%',
'0 0, 100% 100%, 0 100%',
'100% 0, 100% 100%, 0 100%'
));
</css-doodle>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light navbar-custom fixed-top" id="webNav">
<a class="navbar-brand" href="/"><img src="assets/images/logos/ccwhite.png"
style="width:auto; height:3.5rem;bottom: 0"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"
style="border-color: rgba(255,255,255,0.5); background-color: #F4F4F4;">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto mt-md-n1 float-right">
<li class="nav-item">
<a class="nav-link indexnav" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link indexnav" href="/events">Events</a>
</li>
<li class="nav-item">
<a class="nav-link indexnav" href="/blog">Blogs</a>
</li>
<li class="nav-item">
<a class="nav-link indexnav" href="/webinars">Webinars</a>
</li>
<li class="nav-item">
<a class="nav-link indexnav" href="/projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link indexnav" href="/team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link indexnav" href="/sponsors">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link indexnav" href="/updates">Updates</a>
</li>
</ul>
</div>
</nav>
<!-- Navbar for Small Devices-->
<nav id="medNav" class="nav fixed-top navbar-custom p-2" role="navigation">
<a href="/" class="medLogo"><img src="assets/images/logos/ccwhite.png" alt="CodeChef-VIT"></a>
<!-- ACTUAL NAVIGATION MENU -->
<ul class="nav__menu" id="menu" tabindex="-1" style="list-style: none;" aria-label="main navigation" hidden>
<li class="nav__item"><a href="/" class="nav__link">Home</a></li>
<li class="nav__item"><a href="/events" class="nav__link">Events</a></li>
<li class="nav__item"><a href="/blog" class="nav__link">Blogs</a></li>
<li class="nav__item"><a href="/webinars" class="nav__link">Webinars</a></li>
<li class="nav__item"><a href="/projects" class="nav__link">Projects</a></li>
<li class="nav__item"><a href="/team" class="nav__link">Team</a></li>
<li class="nav__item"><a href="/sponsors" class="nav__link">Sponsors</a></li>
<li class="nav__item"><a href="/updates" class="nav__link">Updates</a></li>
</ul>
<!-- MENU TOGGLE BUTTON -->
<a href="#nav" class="nav__toggle" role="button" aria-expanded="false" aria-controls="menu">
<svg class="menuicon" xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
<title>Toggle Menu</title>
<g>
<line class="menuicon__bar" x1="13" y1="16.5" x2="37" y2="16.5" />
<line class="menuicon__bar" x1="13" y1="24.5" x2="37" y2="24.5" />
<line class="menuicon__bar" x1="13" y1="24.5" x2="37" y2="24.5" />
<line class="menuicon__bar" x1="13" y1="32.5" x2="37" y2="32.5" />
<circle class="menuicon__circle" r="23" cx="25" cy="25" />
</g>
</svg>
</a>
<!-- ANIMATED BACKGROUND ELEMENT -->
<div class="splash"></div>
</nav>
<!-- Hero Content -->
<div class="text" style="z-index: 9;">
<h1> We are <span class="txt-type" data-wait="3000"
data-words='["Coders","Learners","Developers","Techies","Family"]'></span></h1>
<a href="#" onclick="on()"><img src="assets/images/logos/play.png" alt=""><span>Play Video</span></a>
</h1>
</div>
</div>
</div>
<!-- About Us Section-->
<div class="about" data-aos="zoom-in-up" data-aos-offset="300">
<div class="container">
<h1>About us</h1>
<p>Our primary intention is to promote all-round development of students through interactive sessions, events,
workshops and projects that help them perceive real-world probems. We strive hard to educate and guide our
members by equipping them with technical and management skills, thereby enabling them to make significant
contributions towards the community.</p>
<h2>Domains</h2>
<div class="domains" id="web">
<div class="grid">
<div class="domain">
<i class="far fa-file-code"></i>
<h3>Technical</h3>
<p>Here at CodeChef-VIT we love to make stuff that makes life easier and take great pride in our tech team
that converts these mere ideas into working and usable implementations.</p>
</div>
<div class="domain">
<i class="fas fa-tasks"></i>
<h3>Management</h3>
<p>The cornerstone of CodeChef-VIT's most successful events and workshops, our management domain makes sure
each of our events outperforms the previous one.</p>
</div>
<div class="domain">
<i class="fas fa-bezier-curve"></i>
<h3>Competitive Coding</h3>
<p>Our Cc domain boasts of great problem solving and analytical skills and always makes sure it keeps
raising the bar consistently to outperform themselves.</p>
</div>
</div>
<div class="flex">
<div class="domain" id="d4">
<i class="far fa-newspaper"></i>
<h3>Design</h3>
<p>From designing interactive web illustrations to graphic UI elements, our design team never fails to
deliver when it comes to etching out to their imagination on a digital canvas.</p>
</div>
<div class="domain" id="d5">
<i class="fas fa-code"></i>
<h3>Editorial</h3>
<p>From blogging to project documentation, from technical and web content writing to event descriptions, our
editorial team does it all to perfection.</p>
</div>
</div>
</div>
<div class="domains" id="med">
<div class="domain">
<i class="far fa-file-code"></i>
<h3>Technical</h3>
<p>Here at CodeChef-VIT we love to make stuff that makes life easier and take great pride in our tech team
that converts these mere ideas into working and usable implementations.</p>
</div>
<div class="domain">
<i class="fas fa-tasks"></i>
<h3>Management</h3>
<p>The cornerstone of CodeChef-VIT's most successful events and workshops, our management domain makes sure
each of our events outperforms the previous one.</p>
</div>
<div class="domain">
<i class="fas fa-bezier-curve"></i>
<h3>Competitive Coding</h3>
<p>Our Cc domain boasts of great problem solving and analytical skills and always makes sure it keeps raising
the bar consistently to outperform themselves.</p>
</div>
<div class="domain" id="d4">
<i class="far fa-newspaper"></i>
<h3>Design</h3>
<p>From designing interactive web illustrations to graphic UI elements , our design team never fails to
deliver when it comes to etching out to their imagination on a digital canvas.</p>
</div>
<div class="domain" id="d5">
<i class="fas fa-code"></i>
<h3>Editorial</h3>
<p>From blogging to project documentation, from technical and web content writing to event descriptions, our
editorial team does it all to perfection.</p>
</div>
</div>
<div class="domains gallery js-flickity" id="sm"
data-flickity-options='{ "cellAlign": "left", "contain": true}'>
<div class="domain gallery-cell">
<i class="far fa-file-code"></i>
<h3>Technical</h3>
<p>Here at CodeChef-VIT we love to make stuff that makes life easier and take great pride in our tech team
that converts these mere ideas into working and usable implementations.</p>
</div>
<div class="domain gallery-cell">
<i class="fas fa-tasks"></i>
<h3>Management</h3>
<p>The cornerstone of CodeChef-VIT's most successful events and workshops, our management domain makes sure
each of our events outperforms the previous one.</p>
</div>
<div class="domain gallery-cell">
<i class="fas fa-bezier-curve"></i>
<h3>Competitive Coding</h3>
<p>Our CC domain boasts of great problem solving and analytical skills and always makes sure it keeps raising
the bar consistently to outperform themselves.</p>
</div>
<div class="domain gallery-cell" id="d4">
<i class="far fa-newspaper"></i>
<h3>Design</h3>
<p>From designing interactive web illustrations to graphic UI elements , our design team never fails to
deliver when it comes to etching out to their imagination on a digital canvas.</p>
</div>
<div class="domain gallery-cell" id="d5">
<i class="fas fa-code"></i>
<h3>Editorial</h3>
<p>From blogging to project documentation, from technical and web content writing to event descriptions, our
editorial team does it all to perfection.</p>
</div>
</div>
</div>
</div>
<!-- Banner Starts Here-->
<div class="banner">
<div class="container">
<div class="row">
<div class="left" data-aos="fade-right">
<h6>Events</h6>
<h2>Devsoc</h2>
<p>The biggest Hack down South</p>
</div>
<div class="right" data-aos="fade-left">
<div class="countdown">
<div id="wk"> </div>
<div id="day"> </div>
<div id="hr"> </div>
</div>
</div>
</div>
</div>
</div>
<!-- Banner Ends Here-->
<!-- Gallery starts here -->
<div class="gallery" data-aos="zoom-in" data-aos-offset="300">
<div class="container">
<h1>Gallery</h1>
<!-- The Carousel -->
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/images/group_Photos/grp1.jpeg" class="d-block w-100" alt="gallery">
</div>
<div class="carousel-item">
<img src="assets/images/group_Photos/grp2.jpeg" class="d-block w-100" alt="gallery">
</div>
<div class="carousel-item">
<img src="assets/images/group_Photos/grp3.jpeg" class="d-block w-100" alt="gallery">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- Carousel End-->
</div>
</div>
<!-- Gallery Ends Here-->
<!-- "Counter" Starts Here-->
<div class="counter">
<div class="container">
<div id="projects">
<h1>120+</h1>
<h5>Projects</h5>
</div>
<div id="lines">
<h1>20+</h1>
<h5>Awards</h5>
</div>
<div id="coffee">
<h1>90+</h1>
<h5>Members</h5>
</div>
</div>
</div>
<!-- "Counter" Ends Here-->
<!-- "Latest Projects" Starts Here -->
<div class="projects" data-aos="zoom-in-down" data-aos-offset="300">
<div class="container">
<h1>Latest Projects</h1>
<div class="tabs">
<button class="tab activep" id="all" onclick="tabSwitch('none')">All</button>
<button class="tab" id="app" onclick="tabSwitch('app')">Web</button>
<button class="tab" id="web" onclick="tabSwitch('web')">Apps</button>
</div>
<h6><a href="/projects">See all</a></h6>
<div class="showcase">
<div target="_blank" class="project web"
style="background: url('./assets/images/projects/2019/devsoc.png'); background-size: cover; background-position: center; background-repeat: no-repeat;">
<div>
<div class="text">
<h3>DEVSOC 20</h3>
<p>The official website for DEVSOC 2020 by CodeChef-VIT. <a
href="https://github.com/CodeChefVIT/DevSoc-20" target="_blank">View Project</a></p>
<h6>Web</h6>
</div>
</div>
</div>
<div target="_blank" class="project app"
style="background: url('./assets/images/projects/2019/devsoc_admin.png'); background-size: cover; background-position: center; background-repeat: no-repeat;">
<div>
<div class="text">
<h3>HackScore Admin</h3>
<p>This app was made to make the evaluation of participants in CodeChef-VIT's flagship event, DEVSOC 2020.
This app gives functionality at different hierarchial. <a
href="https://github.com/CodeChefVIT/devsoc_admin" target="_blank">View Project</a></p>
<h6>App</h6>
</div>
</div>
</div>
<div target="_blank" class="project app"
style="background: url('./assets/images/projects/2019/devsoc20app.jpg'); background-size: cover; background-position: 50%; background-repeat: no-repeat;">
<div>
<div class="text">
<h3>DEVSOCApp</h3>
<p>This is the app created for the hackathon DEVSOC20. It is used to provide general assistance to the
people of attending the Hackathon. <a href="https://github.com/CodeChefVIT/DevsocApp"
target="_blank">View Project</a></p>
<h6>App</h6>
</div>
</div>
</div>
<div target="_blank" class="project web"
style="background: url('./assets/images/projects/2019/Logo.png'); background-size: cover; background-position: center; background-repeat: no-repeat;">
<div>
<div class="text">
<h3>Engagement Monitor</h3>
<p>A web application to help you analyse active or disinterested members of a WhatsApp group. <a
href="https://github.com/CodeChefVIT/engagement-monitor" target="_blank">View Project</a></p>
<h6>Web</h6>
</div>
</div>
</div>
<div target="_blank" class="project web"
style="background: url('./assets/images/projects/2019/recruitment.png'); background-size: cover; background-position: center; background-repeat: no-repeat;">
<div>
<div class="text">
<h3>CodeChef-VIT Recruitments Portal</h3>
<p>Web portal for Recruitments'19. <a href="https://github.com/CodeChefVIT/CodeChef-Recruitment-Portal"
target="_blank">View Project</a></p>
<h6>Web</h6>
</div>
</div>
</div>
<div target="_blank" class="project app"
style="background: url('./assets/images/projects/2020/bookmark.jpeg'); background-size: cover; background-position: center; background-repeat: no-repeat;">
<div>
<div class="text">
<h3>Universal Bookmark App</h3>
<p>A one stop location for links, photos and videos you are interested in. <a
href="https://github.com/CodeChefVIT/Universal-Bookmark-App" target="_blank">View Project</a></p>
<h6>App</h6>
</div>
</div>
</div>
<div target="_blank" class="project app"
style="background: url('./assets/images/projects/2019/sms_app.png'); background-size: cover; background-position: center; background-repeat: no-repeat;">
<div>
<div class="text">
<h3>Sms App</h3>
<p>App to send bulk messages to multiple contacts at same time. <a
href="https://github.com/CodeChefVIT/sms_app" target="_blank">View Project</a></p>
<h6>App</h6>
</div>
</div>
</div>
<div target="_blank" class="project web"
style="background: url('./assets/images/projects/2019/goal.jpg') no-repeat; background-size: cover; background-position: top center; background-repeat: no-repeat;">
<div>
<div class="text">
<h3>GOAL</h3>
<p>Official Web Portal for Going Online As Leaders in association with the Tribal Ministry of India,
Facebook & JoshTalks. <a href="http://goal.tribal.gov.in/" target="_blank">View Project</a></p>
<h6>Web</h6>
</div>
</div>
</div>
<div target="_blank" class="project web"
style="background: url('./assets/images/projects/2019/whatsapp-groupadd.png'); background-size: cover; background-position: center; background-repeat: no-repeat;">
<div>
<div class="text">
<h3>WhatsApp GroupAdd</h3>
<p>WhatsApp GroupAdd is a Python code which helps it users to add people to a specific WhatsApp group
without directly saving their numbers. <a href="https://github.com/CodeChefVIT/whatsapp-groupadd"
target="_blank">View Project</a></p>
<h6>Web</h6>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- "Latest Projects" Ends Here -->
<!-- Footer -->
<footer>
<div class="container">
<!-- Logo and Text -->
<div class="row">
<a href="/" class="footer-logo"><img src="assets/images/logos/ccwhite.png" class="footer-img" alt="logo"></a>
<p class="footer-text">CodeChef-VIT is a non-commercial organisation with a goal to provide a platform for programmers and developers everywhere to meet, compete & have fun. At CodeChef-VIT, we believe in the words
of Matt Mullenweg - “Technology is best when it brings people together”.</p>
</div>
<!-- Explore Links -->
<div class="container footer-contain">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3 footer-col">
<ul class="footer-list">
<li><a href="/">Home</a></li>
<li><a href="/events">Events</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3 footer-col">
<ul class="footer-list">
<li><a href="/blog">Blog</a></li>
<li><a href="/webinars">Webinars</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3 footer-col">
<ul class="footer-list">
<li><a href="/team">Team</a></li>
<li><a href="/sponsors">Sponsors</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3 footer-col">
<ul class="footer-list">
<li><a href="/projects">Projects</a></li>
<li><a href="#toast" id="toast">App</a></li>
</ul>
</div>
</div>
</div>
<!-- HR -->
<hr class="footer-hr" style="color: #fff!important;">
<!-- Copyright and Social Links -->
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-6 legend">
<p style="width: 500px; color: #fff;">© Copyright 2020 | CodeChef-VIT | All rights reserved. </p>
</div>
<div class="col-lg-4 col-md-6 ">
<ul class="social">
<li><a href="https://www.youtube.com/channel/UCzFltCrQSB1CKmX440yqTKw" target="_blank"><i
class="fab fa-youtube footer-icon"></i></a></li>
<li><a href="https://www.facebook.com/codechefvit" target="_blank"><i
class="fab fa-facebook-f footer-icon"></i></a></li>
<li><a href="https://github.com/CodeChefVIT" target="_blank"><i class="fab fa-github footer-icon"></i></a>
</li>
<li><a href="https://www.instagram.com/codechefvit/" target="_blank"><i
class="fab fa-instagram footer-icon"></i></a></li>
<li><a href="https://medium.com/@codechefvit" target="_blank"><i
class="fab fa-medium-m footer-icon"></i></a></li>
<li><a href="https://twitter.com/codechefvit" target="_blank"><i
class="fab fa-twitter footer-icon"></i></a></li>
<li><a href="https://www.linkedin.com/company/codechef-vit-chapter" target="_blank"><i
class="fab fa-linkedin-in footer-icon"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Footer End -->
<!-- Scripts for On Scroll animations-->
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!-- JavaScript -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script type="text/javascript" src="assets/js/webinarScript.js"></script>
<script src="https://unpkg.com/[email protected]/css-doodle.min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<script src="https://unpkg.com/[email protected]/css-doodle.min.js"></script>
<!-- jQuery, then Popper.js, then Bootstrap JS -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script type="text/javascript" src="assets/js/typing.js"></script>
<script type="text/javascript" src="assets/js/preloader.js"></script>
<!-- Scripts for toastr notification -->
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.min.js"></script>
<!-- Code for toastr notification -->
<script type="text/javascript">
toastr.options = {
"debug": false,
"positionClass": 'toast-top-center',
"onclick": null,
"fadeIn": 300,
"fadeOut": 1000,
"timeOut": 5000,
"extendedTimeOut": 1000
}
$("#toast").click(function () {
toastr.info("Coming soon!");
});
</script>
<script>
//Function to display Countdown in banner
function countDown() {
let now = new Date().getTime();
let gap = countDate - now;
let second = 1000;
let min = second * 60;
let hour = min * 60;
let day = hour * 24;
let week = day * 7;
let w = Math.floor(gap / (week));
let d = Math.floor(gap % (week) / (day));
let h = Math.floor(gap % (day) / (hour));
document.getElementById('wk').innerText = w;
document.getElementById('day').innerText = d;
document.getElementById('hr').innerText = h;
}
setInterval(() => countDown(), 1000);
</script>
</body>
</html>