-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·379 lines (359 loc) · 18.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SciTech@VIT 2018</title>
<meta name="description" content="SciTech@VIT 2018">
<meta name="author" content="Raj Choudhary, Abhiraj Chaudhary, Inshal Hamza, Sankalp Jain, Piyush Bamel">
<link rel="stylesheet" href="css/style1.css">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome/css/font-awesome.css">
<!-- Stylesheet
================================================== -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/prettyPhoto.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600,300' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/modernizr.custom.js"></script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<div id="preloader">
<div id="status"> <img src="img/preloader.gif" height="64" width="64" alt="">SCITECH@VIT 2018</div>
</div>
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse"> <i class="fa fa-bars"></i> </button>
<a class="navbar-brand page-scroll" href="#page-top"> <i class="fa fa-paper-plane-o"></i> SCITECH@VIT 2018</a> </div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden"> <a href="#page-top"></a> </li>
<li> <a class="page-scroll" href="#about">About</a> </li>
<li> <a class="page-scroll" href="#services">Our Events</a> </li>
<li> <a class="page-scroll" href="#works">Rules & Regulations</a> </li>
<li> <a class="page-scroll" href="#team">Instructions</a> </li>
<li> <a class="page-scroll" href="#testimonials">Teaser</a> </li>
<li> <a class="page-scroll" href="#contact">Contact</a> </li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Header -->
<div id="intro">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<a href="#about" class="btn btn-default page-scroll" style="margin-top: 35%; margin-left: 10%;">Explore</a> </div>
</div>
</div>
</div>
</div>
<!-- About Section -->
<div id="about">
<div class="container">
<div class="section-title text-center center">
<h2>About VIT Chennai</h2>
<hr>
</div>
<div class="row">
<div class="col-md-6"><a href="https://youtu.be/I2W2P-nsiPE" target="_blank"><img src="img/about.jpg" class="img-responsive"></a></div>
<div class="col-md-6">
<div class="about-text">
<p style="font-size: 150%; text-align: justify;">The Chennai Campus of VIT University is a globally engaged, competitive research enriched campus, strategically located in a city that is one of the biggest automotive and it hubs in India. Its motto is to respond by rearing students to major industrial, social, economic and environmental demands and challenges of cosmopolitan cities in India and the world in general. This eight years old campus offers undergraduate, post graduate and research programmes and draws smart students for every state in India, through a highly competitive examination.<br /><a href="http://chennai.vit.ac.in/" target="_blank" style="text-decoration: underline; font-style: italic; font-size: 75%;">For more information, click here!</a></p>
</div>
</div>
</div>
</div>
</div>
<!-- Services Section -->
<div id="services" class="text-center">
<div class="container">
<div class="section-title center">
<h2>Our Events</h2>
<hr>
</div>
<div class="space"></div>
<div class="row">
<div class="col-md-4 col-sm-8">
<div class="service"> <img src="img/oral.png" />
<h3>Oral Presentation</h3>
</div>
</div>
<div class="col-md-4 col-sm-8">
<div class="service"> <img src="img/creative1.png" />
<h3>Science Creativity</h3>
</div>
</div>
<div class="col-md-4 col-sm-8">
<div class="service"> <img src="img/quiz.png" />
<h3>Quiz</h3>
</div>
</div>
<div class="col-md-4 col-sm-8">
<div class="service"> <img src="img/devil.png" />
<h3>Devil's Advocate</h3>
</div>
</div>
<div class="col-md-4 col-sm-8">
<div class="service"> <img src="img/buzz.png" />
<h3>Buzz</h3>
</div>
</div>
<div class="col-md-4 col-sm-8">
<div class="service"><img src="img/model.png" />
<h3>Working Model</h3>
</div>
</div>
</div>
<div class="space"></div>
<div class="row">
<div class="col-md-4 col-sm-8">
<div class="service"><img src="img/reply.png" />
<h3>Watch & Reply</h3>
</div>
</div>
<div class="col-md-4 col-sm-8">
<div class="service"><img src="img/dubsmath.png" />
<h3>Dubsmath</h3>
</div>
</div>
<div class="col-md-4 col-sm-8">
<div class="service"><img src="img/rapid.png" />
<h3>Rapidfire</h3>
</div>
</div>
<div class="col-md-4 col-sm-8">
</div>
<div class="col-md-4 col-sm-8">
<div class="service"><img src="img/egames.png" />
<h3>e-Games</h3>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Section -->
<div id="works">
<div class="container">
<div class="section-title text-center center">
<h2>Rules And Regulations</h2>
<hr>
</div>
<div class="container">
<div class="accordion">
<dl>
<dt>
<a href="#accordion1" aria-expanded="false" aria-controls="accordion1" class="accordion-title accordionTitle js-accordionTrigger">Oral presentation (Individual)</a>
</dt>
<dd class="accordion-content accordionItem is-collapsed" id="accordion1" aria-hidden="true" style="padding-left: 1.5%;"><br />
<ul><li><b> > </b>Topic of your choice</li></ul>
<b>Requirements of the event</b>
<ul>
<li><b> > </b>PowerPoint/black board based oral Presentation of the topic for 7 minutes.</li>
<li><b> > </b>Evaluation is based on Presentation of the topic Answering the questions posed by the judges.</li></ul><br />
</dd>
<dt>
<a href="#accordion2" aria-expanded="false" aria-controls="accordion2" class="accordion-title accordionTitle js-accordionTrigger">
Devil's Adovcate (Team of 2 Students)</a>
</dt>
<dd class="accordion-content accordionItem is-collapsed" id="accordion2" aria-hidden="true" style="padding-left: 1.5%;"><br>
<ul><li><b> > </b>Topic will be given on the spot with nominal preparation time (3 minutes).</li>
<li><b> > </b>Evaluation is based on Debating skills for/against the topic.</li></ul><br>
</dd>
<dt>
<a href="#accordion3" aria-expanded="false" aria-controls="accordion3" class="accordion-title accordionTitle js-accordionTrigger">
Working Model (Team of 4 Students)
</a>
</dt>
<dd class="accordion-content accordionItem is-collapsed" id="accordion3" aria-hidden="true" style="padding-left: 1.5%;"><br>
<ul><li><b> > </b>Topic of your choice</li></ul>
<b>Requirements of the event</b>
<ul>
<li><b> > </b>Pre-designed working model.</li>
<li><b> > </b>Model should explain the principle/concept of the topic displayed using
figures/images/text.</li>
<li><b> > </b>Duration of display of the working model to public - 2 hours Student is
required to explain the topic using the working model as a tool.</li>
<li><b> ></b>Evaluation is based on principle of the working model.</li>
<li><b> > </b>Explanation of the concept by the student.</li>
<li><b> > </b>Answering the questions raised by the judges.</li>
</ul><br>
</dd>
<dt>
<a href="#accordion4" aria-expanded="false" aria-controls="accordion4" class="accordion-title accordionTitle js-accordionTrigger">
Quiz (Team of 3 Students)
</a>
</dt>
<dd class="accordion-content accordionItem is-collapsed" id="accordion4" aria-hidden="true" style="padding-left: 1.5%;"><br>
<ul><li><b> > </b>Teams will be selected by written screening test.</li>
<li><b> > </b>Quiz will be restricted to Physics, Chemistry, Mathematics, Biology and
Technology.</li></ul><br>
</dd>
<dt>
<a href="#accordion5" aria-expanded="false" aria-controls="accordion5" class="accordion-title accordionTitle js-accordionTrigger">
Creativity in Science (Team of 2 Students)
</a>
</dt>
<dd class="accordion-content accordionItem is-collapsed" id="accordion5" aria-hidden="true" style="padding-left: 1.5%;"><br>
<ul><li><b> > </b>Any new concept based innovation in Science and Technology.</li></ul><br>
</dd>
<dt>
<a href="#accordion6" aria-expanded="false" aria-controls="accordion6" class="accordion-title accordionTitle js-accordionTrigger">
Buzz (Team of 2 Students)
</a>
</dt>
<dd class="accordion-content accordionItem is-collapsed" id="accordion6" aria-hidden="true" style="padding-left: 1.5%;"><br>
<ul><li><b> > </b>Any scientific theme can be expressed through clay or any material.</li>
<li><b> > </b>Participants should bring the clay/ materials and colors required.</li>
<li><b> > </b>Evaluation is based on Design pattern aesthetics Scientific theme depicted.</li></ul><br>
</dd>
<dt>
<a href="#accordion7" aria-expanded="false" aria-controls="accordion7" class="accordion-title accordionTitle js-accordionTrigger">
Watch and Reply (Individual)
</a>
</dt>
<dd class="accordion-content accordionItem is-collapsed" id="accordion7" aria-hidden="true" style="padding-left: 1.5%;"><br>
<ul><li><b> > </b>Visual round/clue round etc.</li></ul><br>
</dd>
<dt>
<a href="#accordion8" aria-expanded="false" aria-controls="accordion8" class="accordion-title accordionTitle js-accordionTrigger">
Dubsmath (Team of 4 members)
</a>
</dt>
<dd class="accordion-content accordionItem is-collapsed" id="accordion8" aria-hidden="true" style="padding-left: 1.5%;"><br>
<ul><li><b> > </b>Dumb charades – Questions from Mathematics, Science and Technology.</li></ul><br>
</dd>
<dt>
<a href="#accordion9" aria-expanded="false" aria-controls="accordion9" class="accordion-title accordionTitle js-accordionTrigger">
Rapid Fire round (Individual)
</a>
</dt>
<dd class="accordion-content accordionItem is-collapsed" id="accordion9" aria-hidden="true" style="padding-left: 1.5%;"><br>
<ul><li><b> > </b>To be answered within 5 seconds.</li>
<li><b> > </b>Questions based on Science, Engineering and Technology.</li></ul><br>
</dd>
<dt>
<a href="#accordion10" aria-expanded="false" aria-controls="accordion1-" class="accordion-title accordionTitle js-accordionTrigger">
e-Games (Individual)
</a>
</dt>
<dd class="accordion-content accordionItem is-collapsed" id="accordion10" aria-hidden="true" style="padding-left: 1.5%;"><br>
<ul><li><b> > </b>Name of the e-Games will be decided on the spot.</li>
<li><b> > </b>Prelims may be conducted.</li>
<li><b> > </b>Levels may be introduced for final decision.</li></ul><br>
</dd>
</dl>
</div>
</div>
<script src="js/index.js"></script>
</div>
</div>
<!-- Team Section -->
<div id="team" class="text-center">
<div class="container">
<div class="section-title center">
<h2>Instructions to students</h2>
<hr>
<ul>
<li><p style="font-size: 120%;">Students are requested to bring School ID card and register for the events on <span style="font-size: 120%; color: #d76137; font-weight: bold;">24/2/2018 @ 09.00 am</span> in Academic Block I entrance.</p>
</li>
<li></li>
</ul>
</div>
</div>
</div>
<!---------------------------------------------------------------------->
<!-- TEASER Section -->
<div id="testimonials" class="text-center">
<div class="container">
<div class="section-title center">
<h2>Teaser</h2>
<hr>
</div>
<div class="embed-responsive embed-responsive-16by9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/Z7CKtE21x3g" class="embed-responsive-item" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
</div>
<!---------------------------------------------------------------------->
<div id="floating-button" style="position: fixed; bottom: 10%; left: 82%; z-index: 10;">
<a href="https://goo.gl/forms/9WxYX3ybxNCTcpNp2" target="_blank"><img id="floating-button-image" src="img/register1.png" width="100%" height="90%" onmouseover="hover(this);" onmouseout="unhover(this);" /></a>
</div>
<script>
function hover(element) {
element.setAttribute('src', 'img/register11.png');
}
function unhover(element) {
element.setAttribute('src', 'img/register1.png');
}
</script>
<!-- Contact Section -->
<div id="contact" class="text-center">
<div class="container">
<div class="section-title center">
<h2>Contact us</h2>
<hr>
<p><b>Co-ordinators:</b></p><br><pre>Dr. Vijayalakshmi C Dr. Tanushree Choudhry Dr. Pradeepkumar TS Dr. Ganesan R</pre>
</div>
<div class="col-md-8 col-md-offset-2">
<div class="col-md-4">
<div class="contact-item"> <i class="fa fa-map-marker fa-2x"></i>
<p title="View Google Map"><a href="https://www.google.co.in/maps/place/VIT+Chennai/@12.840641,80.1512396,17z/data=!3m1!4b1!4m5!3m4!1s0x3a5259af8e491f67:0x944b42131b757d2d!8m2!3d12.840641!4d80.1534283?hl=en" target="_blank">Vellore Institute of Technology,<br />
Vandalur - Kelambakkam Road, Chennai<br />Tamil Nadu - 600127</a></p>
</div>
</div>
<div class="col-md-4">
<div class="contact-item"><i class="fa fa-envelope-o fa-2x"></i>
<p><a href="mailto:vijayalakshmi.c@vit.ac.in">vijayalakshmi.c@vit.ac.in</a></p>
<p><a href="mailto:tanushree.c@vit.ac.in">tanushree.c@vit.ac.in</a></p>
</div>
</div>
<div class="col-md-4">
<div class="contact-item"> <i class="fa fa-phone fa-2x"></i>
<p>Dr. Vijayalakshmi C<br />
944-488-9819</p>
<p>Dr. Tanushree Choudhry <br />
984-099-6288</p>
</div>
</div>
<div class="clearfix"></div>
</div>
<div class="col-md-8 col-md-offset-2">
<div class="social">
<h3>Follow us</h3>
<ul>
<li><a href="https://www.facebook.com/SciTech-VIT-2018-1693332070710140/" target="_blank"><i class="fa fa-facebook"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<p>Copyright © Vellore Institute of Technology, Chennai</p>
<p>Designed by - <a href="https://www.facebook.com/abhiraj.chaudhary.3" target="_blank">Abhiraj Chaudhary</a> <a href="https://www.facebook.com/raj.choudhary.946954" target="_blank">Raj Choudhary</a> <a href="https://www.facebook.com/inshal.hamza" target="_blank">Inshal Hamza</a> <a href="https://www.facebook.com/piyush.bamel.14" target="_blank">Piyush Bamel</a> <a href="https://www.facebook.com/sankalp.jain.10236" target="_blank">Sankalp Jain</a></p>
<p>Powered by : Open Source Programming Club</p>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script type="text/javascript" src="js/jquery.1.11.1.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/jquery.isotope.js"></script>
<script type="text/javascript" src="js/jquery.parallax.js"></script>
<script type="text/javascript" src="js/jqBootstrapValidation.js"></script>
<script type="text/javascript" src="js/contact_me.js"></script>
<!-- Javascripts
================================================== -->
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>