-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·497 lines (414 loc) · 23.1 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
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>VIT IoT Makeathon v5.0</title>
<!-- Favicon -->
<link rel="shortcut icon" href="assets/images/favicon.png"/>
<!-- Font Awesome -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Slick slider -->
<link href="assets/css/slick.css" rel="stylesheet">
<!-- Theme color -->
<link id="switcher" href="assets/css/theme-color/custom-theme.css" rel="stylesheet">
<!-- Main Style -->
<link href="style.css" rel="stylesheet">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:300|Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:300i&text=VITChenaiSNEprst" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:700&text=Su.bIp50gohnTcAOaPNviMsteEHUKrR" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Start Header -->
<header id="mu-hero" class="" role="banner">
<!-- Start menu -->
<nav class="navbar navbar-fixed-top navbar-default mu-navbar">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Logo -->
<a class="navbar-brand" href="index.html" style="font-family: 'Merriweather Sans', sans-serif;">VIT IoT Makeathon</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav mu-menu navbar-right">
<li><a href="#mu-hero">Home</a></li>
<li><a href="#mu-about">About</a></li>
<li><a href="#mu-register">Register</a></li>
<li><a href="#mu-sponsors">Sponsors</a></li>
<li><a href="#mu-contact">Reach Us</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- End menu -->
<div class="mu-hero-overlay">
<div class="container">
<div class="mu-hero-area">
<!-- Start hero featured area -->
<div class="mu-hero-featured-area">
<!-- Start center Logo -->
<div class="mu-logo-area">
<!-- text based logo -->
<!-- <a class="mu-logo" href="#">[Insert logo here]</a> -->
<!-- image based logo -->
<!-- <a class="mu-logo" href="#"><img src="assets/images/logo.jpg" alt="logo img"></a> -->
</div>
<!-- End center Logo -->
<div class="mu-hero-featured-content">
<h2 style="font-style: italic;">VIT Chennai–SENSE presents</h2>
<h1 class="heavy">IoT MAKEATHON v5.0</h1>
<h2>23rd & 24th March, 2018<br><br><br>Three participants per team.<br>A fortune to be won.<br>Do you have what it takes?</h2>
<!--<p class="mu-event-date-line" style="font-size: 1.8em;"><a href="#mu-register">Register now</a></p>-->
<div class="mu-event-counter-area">
<div id="mu-event-counter">
</div>
</div>
</div>
</div>
<!-- End hero featured area -->
</div>
</div>
</div>
</header>
<!-- End Header -->
<!-- Start main content -->
<main role="main">
<!-- Start About -->
<section id="mu-about">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-about-area">
<!-- Start Feature Content -->
<div class="row">
<div class="col-md-6">
<div class="mu-about-left">
<script language="JavaScript">
<!--
/*
Random Image Script- By JavaScript Kit (http://www.javascriptkit.com)
Over 400+ free JavaScripts here!
Keep this notice intact please
*/
function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="assets/images/slide1.jpg"
myimages[2]="assets/images/slide2.jpg"
myimages[3]="assets/images/slide3.jpg"
myimages[4]="assets/images/slide4.jpg"
myimages[5]="assets/images/slide5.jpg"
myimages[6]="assets/images/slide6.jpg"
myimages[7]="assets/images/slide8.jpg"
var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<img src="'+myimages[ry]+'" border=0>')
}
random_imglink()
//-->
</script>
</div>
</div>
<div class="col-md-6">
<div class="mu-about-right">
<h2 class="heavy">About</h2>
<p>VIT Chennai takes immense pride in presenting to you the fifth edition of our annual <strong>IoT Makeathon</strong>, a 24-hour affair that pits the finest technical minds of the country against each other.</p>
<p>The contestants are given a common problem statement and a purse of 24 hours to devise the most innovative solutions towards it.</p>
<p>Building on the massive success of its previous versions, IoT v5.0 promises to be more engaging and indulging than ever. This is the perfect platform for those of you who take great pride in their grey cells' ability to conjure up the most ingenious of solutions within seconds. We're more than willing to see you embrace the platform and realise your potential before us.</p>
</div>
</div>
</div>
<!-- End Feature Content -->
</div>
</div>
</div>
</div>
</section>
<!-- End About -->
<!-- Start Register -->
<section id="mu-register">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-register-area">
<div class="mu-title-area">
<h2 class="mu-title heavy">Register</h2>
<!--p>Registrations will be opened soon!<br>Until then, enter your contact information to stay tuned for updates.</p-->
<div id="thankyou_message">
<br><br>
<p>Thank you! You will receive a confirmation message from us shortly.</p>
</div>
</div>
<div id="mu-register-content">
<div id="form-messages"></div>
<form method="post" action="https://vitcsenseiot.us17.list-manage.com/subscribe/post?u=15dc6399dc21fcb96a156d45d&id=8e94578f59" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate mu-register-form" target="_blank" novalidate>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control required" placeholder="Your team's name" name="NAMET" id="mce-NAMET">
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control required" placeholder="Your full name" name="NAME1" id="mce-NAME1">
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control required" placeholder="Your first teammate's name" name="NAME2" id="mce-NAME2">
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control required" placeholder="Your second teammate's name" name="NAME3" id="mce-NAME3">
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="email" class="form-control email required" placeholder="Your email" name="EMAIL" id="mce-EMAIL" required="">
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control required" placeholder="Your phone number for calling" name="PHONEC" id="mce-PHONEC" required="">
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control required" placeholder="Your phone number for WhatsApp" name="PHONEW" id="mce-PHONEW" required="">
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control required" placeholder="Your college/affiliation" name="AFFL" id="mce-AFFL" required="">
</div>
</div>
</div>
<p>If you are a student at VIT, please provide the following as well:</p>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="Your hostel block" name="HBLOCK" id="HBLOCK">
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="Your room number" name="ROOM" id="mce-ROOM">
</div>
</div>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_15dc6399dc21fcb96a156d45d_8e94578f59" tabindex="-1" value=""></div>
</div>
<center>
<button type="submit" class="mu-reg-submit-btn" name="subscribe" id="mc-embedded-subscribe">SUBMIT</button>
</center>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Register -->
<!-- Start Sponsors -->
<section id="mu-sponsors">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-sponsors-area">
<div class="mu-title-area">
<h2 class="mu-title heavy">Sponsors</h2>
</div>
<div class="mu-sponsors-content">
<!--div class="row"-->
<!-- Start spnonsors brand logo
End spnonsors brand logo -->
<div class="center-block img-responsive" style="display: block; margin: auto; text-align: center;">
<div class="mu-sponsors-single">
<img src="assets/images/nokia.jpeg" alt="Nokia" title="Nokia">
</div>
</div>
<div class="row align-items-center justify-content-center">
<div class="col-xs-4 col-sm-4 text-right">
<div class="mu-sponsors-single">
<img src="assets/images/cakeamigo.png" alt="Cakeamigo" title="Cakeamigo">
</div>
</div>
<div class="col-xs-4 col-sm-4 text-center">
<div class="mu-sponsors-single">
<img src="assets/images/spot2get.jpg" alt="Spot2Get" title="Spot2Get">
</div>
</div>
<div class="col-xs-4 col-sm-4 text-left">
<div class="mu-sponsors-single">
<img src="assets/images/zacsvalleyresorts.png" alt="ZAC's Valley Resorts" title="ZAC's Valley Resorts">
</div>
</div>
</div>
<h3 class="mu-title heavy" style="text-align: center; padding: 30px;">Past Sponsors</h3>
<div class="col-md-2 col-sm-4 col-xs-4">
<div class="mu-sponsors-single">
<img src="assets/images/tata.png" alt="Tata Communications" title="Tata Communications">
</div>
</div>
<div class="col-md-2 col-sm-4 col-xs-4">
<div class="mu-sponsors-single">
<img src="assets/images/microsoft.png" alt="Microsoft" title="Microsoft" style="background-color: #fff;">
</div>
</div>
<div class="col-md-2 col-sm-4 col-xs-4">
<div class="mu-sponsors-single">
<img src="assets/images/dlink.jpg" alt="D-Link" title="D-Link">
</div>
</div>
<div class="col-md-2 col-sm-4 col-xs-4">
<div class="mu-sponsors-single">
<img src="assets/images/ptc.jpeg" alt="PTC India" title="PTC India">
</div>
</div>
<div class="col-md-2 col-sm-4 col-xs-4">
<div class="mu-sponsors-single">
<img src="assets/images/intel.png" alt="Intel Software" title="Intel Software">
</div>
</div>
<div class="col-md-2 col-sm-4 col-xs-4">
<div class="mu-sponsors-single">
<img src="assets/images/aricent.png" alt="Aricent" title="Aricent">
</div>
</div>
<div class="col-md-2 col-sm-4 col-xs-4">
<div class="mu-sponsors-single">
<img src="assets/images/cisco.png" alt="Cisco" title="Cisco">
</div>
</div>
<div class="col-md-2 col-sm-4 col-xs-4">
<div class="mu-sponsors-single">
<img src="assets/images/stm.jpg" alt="STMicroelectronics" title="STMicroelectronics">
</div>
</div>
<div class="col-md-2 col-sm-4 col-xs-4">
<div class="mu-sponsors-single">
<img src="assets/images/nanotec.jpg" alt="Nanotec" title="Nanotec">
</div>
</div>
<div class="col-md-2 col-sm-4 col-xs-4">
<div class="mu-sponsors-single">
<img src="assets/images/coovum.png" alt="Coovum" title="Coovum">
</div>
</div>
<div class="col-md-2 col-sm-4 col-xs-4">
<div class="mu-sponsors-single">
<img src="assets/images/thingworx.jpg" alt="ThingWorx" title="ThingWorx">
</div>
</div>
<div class="col-md-2 col-sm-4 col-xs-4">
<div class="mu-sponsors-single">
<img src="assets/images/benchmark.png" alt="Benchmark" title="Benchmark">
</div>
</div>
</div>
<p class="mu-title-area" style="padding: 30px;"><a href="mailto:[email protected]" style="font-weight: bold;">Contact us</a> to get involved.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Sponsors -->
<!-- Start Contact -->
<section id="mu-contact">
<div class="mu-venue-area">
<div class="row">
<div class="col-md-6">
<div class="mu-venue-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d972.5085440651422!2d80.15333280287823!3d12.841068077874178!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a5259af888ad1f5%3A0x97644f6646055611!2sVIT+University+Administrative+%2F+MBA+Block!5e0!3m2!1sen!2sin!4v1518801080618" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-6">
<div class="mu-venue-address">
<h2 class="heavy">Reach Us</h2>
<h3>VIT Chennai</h3>
<h4><span class="fa fa-map-marker"></span> Administrative block,<br><span class="fa fa-map-marker" style="visibility:hidden;"></span> Vellore Institute of Technology,<br><span class="fa fa-map-marker" style="visibility:hidden;"></span> Vandalur–Kelambakkam Road,<br><span class="fa fa-map-marker" style="visibility:hidden;"></span> Chennai,<br><span class="fa fa-map-marker" style="visibility:hidden;"></span> Tamil Nadu – 600 127</h4>
<h4><span class="fa fa-phone"></span> 9444287919</h4>
<h4><span class="fa fa-envelope"></span> <a href="mailto:[email protected]" style="color: #f8f8f8;">Email us</a></h4>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact -->
</main>
<!-- End main content -->
<!-- Start footer -->
<footer id="mu-footer" role="contentinfo">
<div class="container">
<div class="mu-footer-area">
<div class="mu-footer-top">
<div class="mu-social-media">
<a href="http://www.facebook.com/Vitccmakeathon"><i class="fa fa-facebook"></i></a>
<a href="#" title="Coming soon!"><i class="fa fa-youtube"></i></a>
</div>
</div>
<div class="mu-footer-bottom">
<p class="mu-copy-right"><span class="fa fa-copyright"></span> Copyright <a rel="nofollow" href="/">VIT IoT Makeathon Committee</a>. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- Bootstrap -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Slick slider -->
<script type="text/javascript" src="assets/js/slick.min.js"></script>
<!-- Event Counter -->
<script type="text/javascript" src="assets/js/jquery.countdown.min.js"></script>
<!-- Ajax contact form -->
<script type="text/javascript" src="assets/js/app.js"></script>
<!-- Custom js -->
<script type="text/javascript" src="assets/js/custom.js"></script>
<!--script data-cfasync="false" type="text/javascript"
src="form-submission-handler.js"></script-->
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[6]='NAMET';ftypes[6]='text';fnames[1]='NAME1';ftypes[1]='text';fnames[2]='NAME2';ftypes[2]='text';fnames[3]='NAME3';ftypes[3]='text';fnames[0]='EMAIL';ftypes[0]='email';fnames[4]='PHONEC';ftypes[4]='phone';fnames[7]='PHONEW';ftypes[7]='number';fnames[5]='AFFL';ftypes[5]='text';fnames[8]='HBLOCK';ftypes[8]='text';fnames[9]='ROOM';ftypes[9]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--
<script type='text/javascript'>
$(document).ready(function() {
$("#mc-embedded-subscribe").submit(function(e) {
e.preventDefault();
$("#mu-register-content").hide();
$("#thankyou_message").show();
});
});
</script>
-->
</body>
</html>