-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
495 lines (469 loc) · 29.5 KB
/
index.html
File metadata and controls
495 lines (469 loc) · 29.5 KB
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
<!DOCTYPE html>
<html lang="en">
<!-- Designed by Vinit Shahdeo -->
<!--
██████╗ ██████╗ ██████╗ ███████╗ ██████╗██╗ ██╗███████╗███████╗ ██╗ ██╗██╗████████╗
██╔════╝██╔═══██╗██╔══██╗██╔════╝██╔════╝██║ ██║██╔════╝██╔════╝ ██║ ██║██║╚══██╔══╝
██║ ██║ ██║██║ ██║█████╗ ██║ ███████║█████╗ █████╗ ██║ ██║██║ ██║
██║ ██║ ██║██║ ██║██╔══╝ ██║ ██╔══██║██╔══╝ ██╔══╝ ╚██╗ ██╔╝██║ ██║
╚██████╗╚██████╔╝██████╔╝███████╗╚██████╗██║ ██║███████╗██║ ╚████╔╝ ██║ ██║
╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚═╝
-->
<head>
<title>CodeChef Student Chapter | VIT University Vellore</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="CodeChef is a technical chapter in VIT University Vellore that helps students all over the campus to improve their coding skills">
<meta name="author" content="Vinit Shahdeo">
<meta property="og:type" content="website" />
<meta property="og:title" content="CodeChef Chapter | VIT University Vellore" />
<meta property="og:description" content="CodeChef is a technical chapter in VIT University Vellore that helps students all over the campus to improve their coding skills" />
<meta property="og:image" content="http://codecombat.000webhostapp.com/codechef/imag/logo1.jpg" />
<meta property="og:url" content="http://codecombat.000webhostapp.com/codechef" />
<meta property="og:site_name" content="Code Combat" />
<meta name="twitter:card" content="website">
<meta name="twitter:site" content="CodeChef VIT Chapter">
<meta name="twitter:title" content="CodeChef VIT Chapter">
<meta name="twitter:description" content="CodeChef is a technical chapter in VIT University Vellore that helps students all over the campus to improve their coding skills">
<meta name="twitter:creator" content="@Vinit_Shahdeo">
<meta name="twitter:image" content="http://codecombat.000webhostapp.com/codechef/img/logo1.jpg">
<meta itemprop="name" content="CodeChef VIT Chapter">
<meta itemprop="description" content="CodeChef is a technical chapter in VIT University Vellore that helps students all over the campus to improve their coding skills">
<meta itemprop="image" content="http://codecombat.000webhostapp.com/codechef/img/logo1.jpg">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/themify-icons.css" rel="stylesheet">
<link rel="icon" type="image/png" href="favicon.ico">
</head>
<body id="page-top" data-spy="scroll" data-target=".side-menu">
<nav class="side-menu">
<ul>
<li class="hidden active">
<a class="page-scroll" href="#page-top"></a>
</li>
<li>
<a href="#home" class="page-scroll">
<span class="menu-title">Home</span>
<span class="dot"></span>
</a>
</li>
<li>
<a href="#aboutus" class="page-scroll">
<span class="menu-title">About Us</span>
<span class="dot"></span>
</a>
</li>
<li>
<a href="#members" class="page-scroll">
<span class="menu-title">Board Members</span>
<span class="dot"></span>
</a>
</li>
<li>
<a href="#upevents" class="page-scroll">
<span class="menu-title">Upcoming Events</span>
<span class="dot"></span>
</a>
</li>
<li>
<a href="#schedule" class="page-scroll">
<span class="menu-title">Past Events</span>
<span class="dot"></span>
</a>
</li>
<li>
<a href="#contact" class="page-scroll">
<span class="menu-title">Contact</span>
<span class="dot"></span>
</a>
</li>
</ul>
</nav>
<div class="container-fluid">
<!-- Start home -->
<div class="row hero-header" id="home">
<div class="col-md-7">
<img src="img/logo.png" class="logo">
<h1>CodeChef Student Chapter</h1>
<p>VIT University Vellore</p>
<h3>Register for our upcoming event!</h3>
<h4>14<sup>th</sup> April, 2017 | SJT 417 | Teams of 3 | Rs. 300 registration</h4>
<a href="http://cc.codechefvit.com/" target="_blank" class="btn btn-lg btn-red">Click here <span class="ti-arrow-right"></span></a>
</div>
<div class="col-md-5 hidden-xs">
<a href="http://cc.codechefvit.com/" target="_blank"><img src="img/codecombat.png" class="rocket animated bounce"></a>
</div>
</div>
<!-- End home -->
</div>
<div class="container">
<!-- Start about codechef vit -->
<div class="row me-row content-ct" id="aboutus">
<h1 class="row-title">About Us</h1>
<div class="col-md-6 feature">
<h3>About CodeChef</h3>
<hr>
<p align="justify">CodeChef was created as a platform to help programmers make it big in the world of algorithms, computer programming and programming contests. At CodeChef we work hard to revive the geek in you by hosting a programming contest at the start of the month and another smaller programming challenge in the middle of the month. We also aim to have training sessions and discussions related to algorithms, binary search, technicalities like array size and the likes. Apart from providing a platform for programming competitions, CodeChef also has various algorithm tutorials and forum discussions to help those who are new to the world of computer programming.</p>
</div>
<div class="col-md-6 feature">
<h3>About CodeChef VIT Chapter</h3>
<hr>
<p align="justify">CodeChef was created as a platform to help programmers make it big in the world of algorithms, computer programming and programming contests. At CodeChef we work hard to revive the geek in you by hosting a programming contest at the start of the month and another smaller programming challenge in the middle of the month. We also aim to have training sessions and discussions related to algorithms, binary search, technicalities like array size and the likes. Apart from providing a platform for programming competitions, CodeChef also has various algorithm tutorials and forum discussions to help those who are new to the world of computer programming.</p>
</div>
</div>
</div>
<!-- End about codechef vit -->
<div class="container">
<!-- Start board members-->
<div class="row me-row content-ct speaker" id="members">
<h2 class="row-title">Our Board Members</h2>
<br/><br/>
<div class="col-md-4 col-sm-6 feature">
<img src="img/mallika.jpg" class="speaker-img">
<h3>Mallika Rai</h3>
<h4>President</h4>
<p>I am a Full stack web developer who strives to marry the love of web and graphic design. </p>
<ul class="speaker-social">
<li><a href="https://www.facebook.com/mallika.rai.96" target="_blank"><span class="ti-facebook"></span></a></li>
<li><a href="#"><span class="ti-twitter-alt"></span></a></li>
<li><a href="#"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-md-4 col-sm-6 feature">
<img src="img/rajat.jpg" class="speaker-img">
<h3>Rajat Pawar</h3>
<h4>Vice President(Tech)</h4>
<p>I am a Full stack web developer who strives to marry the love of web and graphic design. </p>
<ul class="speaker-social">
<li><a href="#"><span class="ti-facebook"></span></a></li>
<li><a href="#"><span class="ti-twitter-alt"></span></a></li>
<li><a href="#"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-md-4 col-sm-6 feature">
<img src="img/pallav.jpg" class="speaker-img">
<h3>Pallavraj Sahoo</h3>
<h4>Vice President(Management)</h4>
<p>I am a Full stack web developer who strives to marry the love of web and graphic design. </p>
<ul class="speaker-social">
<li><a href="#"><span class="ti-facebook"></span></a></li>
<li><a href="#"><span class="ti-twitter-alt"></span></a></li>
<li><a href="#"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-md-4 col-sm-6 feature">
<img src="img/ishita.jpg" class="speaker-img">
<h3>Ishita Sharma</h3>
<h4>Technical Head</h4>
<p>I am a Full stack web developer who strives to marry the love of web and graphic design. </p>
<ul class="speaker-social">
<li><a href="#"><span class="ti-facebook"></span></a></li>
<li><a href="#"><span class="ti-twitter-alt"></span></a></li>
<li><a href="#"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-md-4 col-sm-6 feature">
<img src="img/shivam.jpg" class="speaker-img">
<h3>Shivam Vijyawargiya</h3>
<h4>Design Head</h4>
<p>I am a Full stack web developer who strives to marry the love of web and graphic design. </p>
<ul class="speaker-social">
<li><a href="#"><span class="ti-facebook"></span></a></li>
<li><a href="#"><span class="ti-twitter-alt"></span></a></li>
<li><a href="#"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-md-4 col-sm-6 feature">
<img src="img/upanshu.jpg" class="speaker-img">
<h3>Upanshu Malhotra</h3>
<h4>Events Head</h4>
<p>I am a Full stack web developer who strives to marry the love of web and graphic design. </p>
<ul class="speaker-social">
<li><a href="#"><span class="ti-facebook"></span></a></li>
<li><a href="#"><span class="ti-twitter-alt"></span></a></li>
<li><a href="#"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-md-4 col-sm-6 feature">
<img src="img/himanshu.jpg" class="speaker-img">
<h3>Himanshu Singh</h3>
<h4>HR</h4>
<p>I am a Full stack web developer who strives to marry the love of web and graphic design. </p>
<ul class="speaker-social">
<li><a href="#"><span class="ti-facebook"></span></a></li>
<li><a href="#"><span class="ti-twitter-alt"></span></a></li>
<li><a href="#"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-md-4 col-sm-6 feature">
<img src="img/varnika.jpg" class="speaker-img">
<h3>Varnika</h3>
<h4>Editorial Head</h4>
<p>I am a Full stack web developer who strives to marry the love of web and graphic design. </p>
<ul class="speaker-social">
<li><a href="#"><span class="ti-facebook"></span></a></li>
<li><a href="#"><span class="ti-twitter-alt"></span></a></li>
<li><a href="#"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-md-4 col-sm-6 feature">
<img src="img/prasoon.jpg" class="speaker-img">
<h3>Prasoon Anand</h3>
<h4>Publicity Head</h4>
<p>I am a Full stack web developer who strives to marry the love of web and graphic design. </p>
<ul class="speaker-social">
<li><a href="#"><span class="ti-facebook"></span></a></li>
<li><a href="#"><span class="ti-twitter-alt"></span></a></li>
<li><a href="#"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-md-4 col-sm-6 feature">
<img src="img/amulya.jpg" class="speaker-img">
<h3>Amulya Gupta</h3>
<h4>Finance Head</h4>
<p>I am a Full stack web developer who strives to marry the love of web and graphic design. </p>
<ul class="speaker-social">
<li><a href="#"><span class="ti-facebook"></span></a></li>
<li><a href="#"><span class="ti-twitter-alt"></span></a></li>
<li><a href="#"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-md-4 col-sm-6 feature">
<img src="img/saurabh.jpg" class="speaker-img">
<h3>Saurabh Bengani</h3>
<h4>Marketing Head</h4>
<p>I am a Full stack web developer who strives to marry the love of web and graphic design. </p>
<ul class="speaker-social">
<li><a href="#"><span class="ti-facebook"></span></a></li>
<li><a href="#"><span class="ti-twitter-alt"></span></a></li>
<li><a href="#"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
<div class="col-md-4 col-sm-6 feature">
<img src="img/namita.jpg" class="speaker-img">
<h3>Namita Ramakrishna</h3>
<h4>PRO</h4>
<p>I am a Full stack web developer who strives to marry the love of web and graphic design. </p>
<ul class="speaker-social">
<li><a href="#"><span class="ti-facebook"></span></a></li>
<li><a href="#"><span class="ti-twitter-alt"></span></a></li>
<li><a href="#"><span class="ti-linkedin"></span></a></li>
</ul>
</div>
</div>
<br/><br/><br/><br/>
<!-- End board members -->
</div>
<!-- Start Upcoming Events -->
<div class="container-fluid tickets" id="upevents">
<div class="row me-row content-ct">
<h1 class="row-title">Our Upcoming Events</h1>
<br/>
<h2>Code Combat</h2>
<br/>
<div class="col-md-4 col-sm-6 col-md-offset-2">
<h3>About the Event</h3>
<hr>
<p align="justify">Code Combat is a unique blend of gaming and coding. To gain enough amount of time to solve as many competitive coding problems, something of equal value must be given. Come join us in teams of three and find out the value of time. In this heat, all you need to do is play your favourite game in an A/C room for 10 hours with friends and food and winning cash prizes! We've got refreshments, fun, music and some surprises as well, so register now!</p>
</div>
<div class="col-md-4 col-sm-6">
<h3>Event Details</h3>
<hr>
<p>Cash Prizes worth</p><p class="price">₹12,000</p>
<p>14th April | SJT 417 | Teams of 3 </p>
<a href="http://info.vit.ac.in/events2017/codechef/apply.asp" target="_blank" class="btn btn-lg btn-red">Register Now</a>
</div>
</div>
</div>
<!-- End Upcoming events -->
<!-- Start past events -->
<div class="container">
<div class="row me-row schedule" id="schedule">
<br>
<h2 class="row-title content-ct">Our Past Events</h2>
<br/><br/>
<div class="col-md-12">
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active"><a href="#day-1" aria-controls="home" role="tab" data-toggle="tab">2017<small class="hidden-xs">(Current Year Events)</small></a></li>
<li role="presentation"><a href="#day-2" aria-controls="profile" role="tab" data-toggle="tab">2016<small class="hidden-xs">(Last Year Events)</small></a></li>
<li role="presentation"><a href="#day-3" aria-controls="messages" role="tab" data-toggle="tab">Gravitas<small class="hidden-xs">(2016 and 2015)</small></a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane fade in active" id="day-1">
<div class="row">
<div class="col-md-6">
<div class="media">
<div class="media-body">
<h4 class="media-heading">Digital Footprint</h4>
<h5>Search Engine Optimization</h5>
<p align="justify">The workshop on Digital Footprint, the first workshop of the new semester was a success! We thank all of you guys for making it one. Hope all of you liked it. The upcoming events and workshops are going to be even more interesting. Stay updatedThe workshop on Digital Footprint, the first workshop of the new semester was a success! We thank all of you guys for making it one. Hope all of you liked it. The upcoming events and workshops are going to be even more interesting. Stay updated</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="media">
<div class="media-body">
<h4 class="media-heading">Techblaze</h4>
<h5>Technical Debate</h5>
<p align="justify">The workshop on Digital Footprint, the first workshop of the new semester was a success! We thank all of you guys for making it one. Hope all of you liked it. The upcoming events and workshops are going to be even more interesting. Stay updatedThe workshop on Digital Footprint, the first workshop of the new semester was a success! We thank all of you guys for making it one. Hope all of you liked it. The upcoming events and workshops are going to be even more interesting. Stay updated</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="media">
<div class="media-body">
<h4 class="media-heading">Git & Github</h4>
<h5>Software Development</h5>
<p align="justify">The workshop on Digital Footprint, the first workshop of the new semester was a success! We thank all of you guys for making it one. Hope all of you liked it. The upcoming events and workshops are going to be even more interesting. Stay updatedThe workshop on Digital Footprint, the first workshop of the new semester was a success! We thank all of you guys for making it one. Hope all of you liked it. The upcoming events and workshops are going to be even more interesting. Stay updated</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="media">
<div class="media-body">
<h4 class="media-heading">Node JS</h4>
<h5>BACK END dEVELOPMENT</h5>
<p align="justify">The workshop on Digital Footprint, the first workshop of the new semester was a success! We thank all of you guys for making it one. Hope all of you liked it. The upcoming events and workshops are going to be even more interesting. Stay updatedThe workshop on Digital Footprint, the first workshop of the new semester was a success! We thank all of you guys for making it one. Hope all of you liked it. The upcoming events and workshops are going to be even more interesting. Stay updated</p>
</div>
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="day-2">
<div class="row">
<div class="col-md-6">
<div class="media">
<div class="media-body">
<h4 class="media-heading">Git & Github</h4>
<h5>Software Development</h5>
<p align="justify">The workshop on Digital Footprint, the first workshop of the new semester was a success! We thank all of you guys for making it one. Hope all of you liked it. The upcoming events and workshops are going to be even more interesting. Stay updatedThe workshop on Digital Footprint, the first workshop of the new semester was a success! We thank all of you guys for making it one. Hope all of you liked it. The upcoming events and workshops are going to be even more interesting. Stay updated </p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="media">
<div class="media-body">
<h4 class="media-heading">Techblaze</h4>
<h5>Technical Debate</h5>
<p align="justify">The workshop on Digital Footprint, the first workshop of the new semester was a success! We thank all of you guys for making it one. Hope all of you liked it. The upcoming events and workshops are going to be even more interesting. Stay updatedThe workshop on Digital Footprint, the first workshop of the new semester was a success! We thank all of you guys for making it one. Hope all of you liked it. The upcoming events and workshops are going to be even more interesting. Stay updated</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="media">
<div class="media-body">
<h4 class="media-heading">WebChef - 1</h4>
<h5>HTML + CSS</h5>
<p align="justify">The workshop on Digital Footprint, the first workshop of the new semester was a success! We thank all of you guys for making it one. Hope all of you liked it. The upcoming events and workshops are going to be even more interesting. Stay updatedThe workshop on Digital Footprint, the first workshop of the new semester was a success! We thank all of you guys for making it one. Hope all of you liked it. The upcoming events and workshops are going to be even more interesting. Stay updated</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="media">
<div class="media-body">
<h4 class="media-heading">WebChef - 2</h4>
<h5>JAVACRIPT + Bootstrap</h5>
<p align="justify">The workshop on Digital Footprint, the first workshop of the new semester was a success! We thank all of you guys for making it one. Hope all of you liked it. The upcoming events and workshops are going to be even more interesting. Stay updatedThe workshop on Digital Footprint, the first workshop of the new semester was a success! We thank all of you guys for making it one. Hope all of you liked it. The upcoming events and workshops are going to be even more interesting. Stay updated</p>
</div>
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="day-3">
<div class="row">
<div class="col-md-6">
<div class="media">
<div class="media-body">
<h4 class="media-heading">JunkYard Genius</h4>
<h5>Fun Event</h5>
<p align="justify">The workshop on Digital Footprint, the first workshop of the new semester was a success! We thank all of you guys for making it one. Hope all of you liked it. The upcoming events and workshops are going to be even more interesting. Stay updatedThe workshop on Digital Footprint, the first workshop of the new semester was a success! We thank all of you guys for making it one. Hope all of you liked it. The upcoming events and workshops are going to be even more interesting. Stay updated </p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="media">
<div class="media-body">
<h4 class="media-heading">Cook Off</h4>
<h5>Competitive Coding</h5>
<p align="justify">The workshop on Digital Footprint, the first workshop of the new semester was a success! We thank all of you guys for making it one. Hope all of you liked it. The upcoming events and workshops are going to be even more interesting. Stay updatedThe workshop on Digital Footprint, the first workshop of the new semester was a success! We thank all of you guys for making it one. Hope all of you liked it. The upcoming events and workshops are going to be even more interesting. Stay updated </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Events -->
<!-- Start Footer -->
<div class="container-fluid footer">
<div class="row contact" id="contact">
<div class="col-md-6 contact-form">
<h3 class="content-ct"> Drop a line for us!</h3>
<form class="form-horizontal" data-toggle="validator" role="form">
<div class="form-group">
<label for="name" class="col-sm-3 control-label">Name<sup>*</sup></label>
<div class="col-sm-9">
<input type="text" class="form-control" id="name" placeholder="Vinit Shahdeo" required>
<div class="help-block with-errors pull-right"></div>
<span class="form-control-feedback" aria-hidden="true"></span>
</div>
</div>
<div class="form-group">
<label for="email" class="col-sm-3 control-label">Email<sup>*</sup></label>
<div class="col-sm-9">
<input type="email" class="form-control" id="email" placeholder="vinitshahdeo@gmail.com" required>
<div class="help-block with-errors pull-right"></div>
<span class="form-control-feedback" aria-hidden="true"></span>
</div>
</div>
<div class="form-group">
<label for="message" class="col-sm-3 control-label">Your Message<sup>*</sup></label>
<div class="col-sm-9">
<textarea id="message" class="form-control" rows="3" required></textarea>
<div class="help-block with-errors pull-right"></div>
<span class="form-control-feedback" aria-hidden="true"></span>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-3 col-sm-9">
<button type="submit" id="submit" name="submit" class="btn btn-yellow pull-right">Send <span class="ti-arrow-right"></span></button>
</div>
</div>
</form>
</div>
<div class="col-md-4 col-md-offset-1 content-ct">
<h3>Contact Details</h3>
<h4><span class="ti-email"></span><br/><br/> contact@codechefvit.com</h4>
<br/>
<h4><span class="ti-mobile"></span><br/><br/> +91-9944105100<br/>+91-9943639320</h4>
<br/>
<h4><span class="ti-facebook"></span><br/><br/>Stay updated with our <a href="https://www.facebook.com/codechefvituniversity/" target="_blank"><bold>Facebook</bold></a> page.</h4>
</div>
</div>
<center>
<div class="row footer-credit">
<div class="col-md-12 col-sm-6">
<p><a href="#home" class="page-scroll"><span class="ti-arrow-up"></span></a></p>
<p>© 2017, <a href="http://www.designerdada.com">CodeChef VIT Chapter</a> | All rights reserved.</p>
</div>
</div>
</center>
</div>
<!-- End Footer -->
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- Javscript -->
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrolling-nav.js"></script>
<script src="js/validator.js"></script>
<script src="js/canvas1.js"></script>
</body>
<!-- Made with love by Vinit Shahdeo -->
</html>