-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathupdates.html
325 lines (279 loc) · 14.2 KB
/
updates.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 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/updates">
<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/updates">
<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/updates">
<title>Updates || CodeChef-VIT</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- FontAwesome CDN -->
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<!-- Stylesheet for toastr notification -->
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<!-- <link rel="stylesheet" type="text/css" href="assets/css/webinarStyle.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" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<!-- reCaptcha -->
<script type="text/javascript"
src="https://www.google.com/recaptcha/api.js?render=6LebSawZAAAAAFNR2zDGbGVurB8zitlUJ4BmXANk"></script>
</head>
<body class="homepage is-preload">
<div id="preloader"></div>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top navbar-custom-alt" id="webNav">
<div style="width:5.95rem; height:4.65rem; margin-bottom:0.6rem">
<a class="navbar-brand" href="/"><img src="assets/images/logos/ccwhite.png" alt="logo"
style="width:100%"></a></div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main_nav" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="main_nav">
<ul class="navbar-nav ml-auto mt-md-n1 float-right">
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/events">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/webinars">Webinars</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="/projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/sponsors">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/updates">Updates</a>
</li>
</ul>
</div>
</nav>
<!-- Navbar For Small Screen -->
<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>
<!-- Header Section -->
<div class="bgimg" style="background-image: url('assets/images/backs/web.jpg');">
<div class="shade">
</div>
<div class="context col col-sm-12 col-md-12 col-lg-5">
<h1>Got the zeal to learn ? We got you covered.</h1>
<p>CodeChef-VIT organises regular webinars on diverse domains,from Competitive Coding, Web Dev, App Dev and ML to Cloud Computing, image
processing, flutter etc.
Drop in your credentials and stay updated on upcoming events via emails and text messages.</p>
</div>
</div>
<center>
<div class=" center mt-5" style="margin-bottom: 50px;">
<h3 class="heading" style="color: #293243; text-align: center;">Stay Updated With CodeChef-VIT</h3>
</div>
<div class="form" id="comment_form">
<div class="fields">
<i class="material-icons prefix black-text">person</i>
<input id="name" type="text" name="name" autocomplete="off" required pattern= ".*\S.*" placeholder=" ">
<label for="name" class="label-name">
<span class="content-name">Name</span>
</label>
</div>
<div class="fields">
<i class="material-icons prefix black-text">email</i>
<input id="email" type="email" name="name" autocomplete="off" required pattern = ".+@.+" placeholder= " " oninput="setCustomValidity('')">
<label for="email" class="label-name">
<span class="content-name">E-mail</span>
</label>
</div>
<div class="fields">
<i class="material-icons prefix black-text">phone</i>
<input id="phone" type="text" name="name" autocomplete="off" required pattern="[0-9]{10}" placeholder=" " oninput="setCustomValidity('')">
<label for="phone" class="label-name">
<span class="content-name">Number</span>
</label>
</div>
<div class="fields">
<i class="material-icons prefix black-text">edit</i>
<input id="domain" type="text" name="name" autocomplete="off" required pattern= ".*\S.*" placeholder=" ">
<label for="domain" class="label-name">
<span class="content-name">What would you like to learn next?</span>
</label>
</div>
</div>
</div>
<center>
<button class="btn waves-effect waves-effect btn-CC-black z-depth-0" type="button" id="signup" onclick="validateForm()">Submit</button>
</center>
</center>
<!-- 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="https://medium.com/codechef-vit">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/codechef-vit" 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 -->
<!-- Optional JavaScript -->
<script type="text/javascript" src="assets/js/main.js"></script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
</body>
<script type="text/javascript" src="assets/js/preloader.js"></script>
<script type="text/javascript" src="assets/js/contact.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>
<!-- recaptcha -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery.form/3.51/jquery.form.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>
</html>