-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
523 lines (432 loc) · 17.9 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title> TechSplash</title>
<link rel="icon" href="images/icon.gif">
<meta name="description" content="TechSplash festival computer science department SIES college Nerul">
<meta name="author" content="Techno">
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if IE]>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<![endif]-->
<!-- Bootstrap -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- icon fonts font Awesome -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Press+Start+2P' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Passion+One' rel='stylesheet' type='text/css'>
<!-- Custom Styles -->
<link href="assets/css/style.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/partical-animation.css">
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<![endif]-->
<!-- navigation bar old -->
<!-- <nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<ul id="ul" class="nav navbar-nav navbar-right topnav">
<li id="li"><a href="#page-top" class="scrollable">Home</a></li>
<li id="li"><a href="#about" class="scrollable">About</a></li>
<li id="li"><a href="#events" class=" scrollable ">Events</a></li> -->
<!-- <li id="li"><a href="#gallery" class="scrollable">Gallery</a></li> -->
<!-- <li id="li"><a href="#contact" class="scrollable">Contact</a></li> -->
<!-- <button class="mobilemenu">≡</button>
<button class="cross">˟</button> -->
<!-- </ul>
</div>
</nav> -->
<!--Navigation bar old end-->
<!-- <header>
</header>
<div class="menu">
<ul>
<a href="#page-top"><li>Home</li></a>
<a href="#about"><li>About</li></a>
<a href="#events"><li>Events</li></a>
<a href="#contact"><li>Contact</li></a>
</ul>
</div> -->
</head>
<body data-spy="scroll" data-target="#main-nav" data-offset="50">
<!-- new nav by @sorinr-->
<nav class="navbar navbar-inverse navbar-fixed-top" id="main-nav">
<div class="container-fluid">
<!-- 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="#main-navigation" 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>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="main-navigation">
<ul class="nav navbar-nav navbar-right topnav">
<li><a href="#page-top" class="scrollable">Home</a></li>
<li><a href="#about" class="scrollable">About</a></li>
<li><a href="#events" class="scrollable">Rounds</a></li>
<li><a href="#sponsors" class="scrollable">Sponsors</a></li>
<li><a href="#contact" class="scrollable">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- end new nav -->
<!-- Preloader -->
<div id="preloader">
<div id="loader">
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="lading"></div>
</div>
</div>
<!-- Preloader End-->
<!-- /#preloader -->
<!-- Page Top Section -->
<section id="page-top" class="section-style">
<div id="particles-js"> </div>
<div class="pattern height-resize">
<div class="container">
<h3 class="section-name">
<span>
<img src="images/icon1.png" alt="logo" height="300" width = "390" class="img-responsive" />
</span>
</h3>
<!-- /.section-name -->
<h2 class="section-title" id="h2">
TechSplash
<p class="text-center tagline"> Technical Fest Of Information Science
<br />
Pleiades 2K18 </p>
</h2>
<div class="social-btn-container">
<span class="social-btn-box">
<a href="https://www.facebook.com/TechSplashfest/" class="facebook-btn" target="_blank">
<i class="fa fa-facebook"></i></a>
</span>
<!-- /.social-btn-box -->
<!--
<span class="social-btn-box">
<a href="#" class="twitter-btn" target="_blank"><i class="fa fa-twitter"></i></a>
</span>
-->
<!-- /.social-btn-box -->
<span class="social-btn-box">
<a href="https://www.instagram.com/TechSplash2016/" class="instagram-btn" target="_blank"><i class="fa fa-instagram"></i></a>
</span>
<!-- /.social-btn-box -->
<span class="social-btn-box">
<a href="https://plus.google.com/u/1/" class="google-plus-btn" target="_blank"><i class="fa fa-google-plus"></i></a>
</span>
<!-- /.social-btn-box -->
<span class="social-btn-box">
<a href="https://www.youtube.com/channel/UCy8yyBLssAL83C9t8DbtzSw?app=desktop" class="youtube-btn" target="_blank"><i class="fa fa-youtube"></i></a>
</span>
<!-- /.social-btn-box -->
</div>
<div class="next-section">
<a class="go-to-about"><span></span></a>
</div>
<!-- /.next-section -->
</div>
<!-- /.container -->
</div>
<!-- /.pattern -->
</section>
<!-- /#page-top -->
<!-- Page Top Section End -->
<!-- About Us Section -->
<section id="about" class="section-style">
<div class="pattern height-resize">
<div class="container">
<!--
<h3 class="section-name">
<span>
About TechSplash
</span>
</h3
-->
<!-- /.section-name -->
<h2 class="section-title">
About <span id="aboutTechSplash">TechSplash</span>
</h2>
<!-- /.Section-title -->
<div id="aboutdesc" class="text-center ">
<br>
Every year as a part of tech fest Pleiades, various techical events are organized and <b>TechSplash</b>
is one such event planned for <b>Pleiades 2k18</b> giving aspirants a platform to showcase their technical skills and problem solving ability with a competitive spirit. This event is being organized by keeping the interest and need of the engineering students into consideration. Students participate in a 3 round event and one of the finalist emerges as the <br>Ultra-Splasher.
</div>
<!-- /.section-description -->
<div class="next-section">
<a class="go-to-events"><span></span></a>
</div>
<!-- /.next-section -->
</div>
<!-- /.container -->
</div>
<!-- /.pattern -->
</section>
<!-- /#about -->
<!-- About Us Section End -->
<!-- events Section -->
<section id="events" class="section-style">
<div class="pattern height-resize">
<div class="container">
<!--
<h3 class="section-name">
<span>
Rounds
</span>
</h3>
-->
<!-- /.section-name -->
<h2 class="section-title">
<span id="eventheading">Rounds</span>
</h2>
<!-- /.Section-title -->
<p class="section-description">
Take a look at exciting Rounds
</p>
<!-- /.section-description -->
<!-- new events ui -->
<div class="row">
<div class="col-sm-12 col-md-4">
<div class="sr-card-container">
<div class="sr-card-title text-center">
<h2>Code Jumbler</h2>
</div>
<div class="sr-card-info" id="ct">
<p>A jumbled code will be given. Participates are required to
rearrange the jumbled code and run. The output generated from the set of six
questions will be filled in crossword puzzle. </p>
</div>
<hr>
<div class="sr-card-action">
</div>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="sr-card-container">
<div class="sr-card-title text-center">
<h2>Castle Conqueror</h2>
</div>
<div class="sr-card-info" id="gd">
<p>A technofun round in which teams should use their collective
brainpower to solve problems.</p>
</div>
<hr>
<div class="sr-card-action">
</div>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="sr-card-container">
<div class="sr-card-title text-center">
<h2>Bid 2 Code</h2>
</div>
<div class="sr-card-info" id="th">
<p>It is a competitive bidding process to choose a problem statement
and solve it.</p>
</div>
<hr>
<div class="sr-card-action">
</div>
</div>
</div>
</div>
<br>
</div>
<!-- end new events ui -->
<div class="next-section">
<a class="go-to-sponsors"><span></span></a>
</div>
<!-- /.next-section -->
</div>
<!-- /.container -->
</div>
<!-- /.pattern -->
</section>
<!-- /#subscribe -->
<!-- Subscribe Section End -->
<!-- Heads Section -->
<!-- About Us Section End -->
<!-- Contact Section -->
<!-- data-background-image="images/background/contact.jpg" -->
<section id="sponsors" class="section-style">
<div class="pattern height-resize">
<div class="container">
<h3 class="section-title text-center" id="aboutTechSplash">SPONSORS</h3>
<div class="row centered mt mb">
<div class="col-lg-3 col-md-3 col-sm-3 col-md-offset-1 gallery">
<img src="assets/images/placeholder.jpg" class="img-responsive" >
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-md-offset-1 gallery">
<img src="assets/images/placeholder.jpg" class="img-responsive" >
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-md-offset-1 gallery">
<img src="assets/images/placeholder.jpg" class="img-responsive" >
</div>
</div>
<div class="next-section">
<a class="go-to-contact"><span></span></a>
</div>
<!-- /.next-section -->
</div> <!-- container -->
</div><!-- pattern -->
</section>
<section id="contact" class="section-style">
<div class="pattern height-resize">
<div class="container">
<!--
<h3 class="section-name">
<span>
Contact Us
</span>
</h3>
-->
<!-- /.section-name -->
<!--
<h2 class="section-title" id="aboutTechSplash">
Contact Us
</h2>
-->
<div class="col-lg-12 text-center contacthead">
<h3 class="section-title" id="aboutTechSplash">Contact Us</h3>
</div>
<div id="team">
<div class="container">
<div id="contact"></div>
<div class="row">
<div class="col-lg-12 text-center">
<!-- <h3 class="section-heading">Contact Us</h3> -->
</div>
</div>
<div class="row">
<div class="col-md-offset-1">
<div class="col-md-4 col-xs-12 col-sm-4">
<div class="card">
<div class="card-image">
<img class="img-responsive" src="images/team/icon.png" alt="Shreya">
</a>
</div>
<!-- card image -->
<div class="card-content text-center">
<!--<center> -->
<span class="card-title">Name</span>
<p class="card-info">Role</p>
<!-- </center> -->
</div>
<div class="card-action text-center">
<!--<center>-->
<span>+910000000000</span><br>
<a href="mailto:[email protected]" target="_top" style="text-decoration:none;color: gold">[email protected]</a>
<!--</center>-->
<div class="card-reveal">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<p class="text-muted"></p>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-xs-12 col-sm-4">
<div class="card">
<div class="card-image">
<img class="img-responsive" src="images/team/icon.png" alt="niraj">
</a>
</div>
<!-- card image -->
<div class="card-content text-center">
<!--<center>-->
<span class="card-title">Name</span>
<p class="card-info">Role</p>
<!--</center>-->
</div>
<div class="card-action text-center">
<!-- <center> -->
<span>+91000000000</span><br>
<a href="mailto:[email protected]" target="_top" style="text-decoration:none;color: gold">[email protected]</a>
<!-- </center> -->
<div class="card-reveal">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<p class="text-muted"></p>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-xs-12 col-sm-4">
<div class="card">
<div class="card-image">
<img class="img-responsive" src="images/team/icon.png" alt="Shruti">
</a>
</div>
<div class="card-content text-center">
<!---<center>-->
<span class="card-title">Name</span>
<p class="card-info">Role</p>
<!-- </center>-->
</div>
<div class="card-action text-center">
<!--<center>-->
<span>+9100000000</span><br>
<a href="mailto:[email protected]" target="_top" style="text-decoration:none; color: gold">[email protected]</a>
<!-- </center> -->
<div class="card-reveal">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<p class="text-muted"></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /#contact-form -->
<div class="next-section">
<a class="go-to-page-top"><span></span></a>
</div>
<!-- /.next-section -->
</div>
<!-- /.container -->
</div>
<!-- /.pattern -->
</section>
<!-- /#contact -->
<!-- Contact Section End -->
<!-- Footer Section -->
<footer id="footer-section">
<p class="copyright">
<span id="footer-text">© TechSplash 2017-2018, All Rights Reserved. </span><br> <span id="footer1-text">Designed & Developed by </span>
<span id="footer-text">Praveen V S</span>
</p>
</footer>
<!-- Footer Section End -->
<!-- jQuery Library -->
<script type="text/javascript" src="assets/js/jquery-2.1.0.min.js"></script>
<!-- Bootstrap.js -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Modernizr js -->
<script type="text/javascript" src="assets/js/modernizr-2.8.0.min.js"></script>
<!-- Plugins -->
<script type="text/javascript" src="assets/js/plugins.js"></script>
<!-- Custom JavaScript Functions -->
<script type="text/javascript" src="assets/js/functions.js"></script>
<!-- Custom JavaScript Functions -->
<script type="text/javascript" src="assets/js/jquery.ajaxchimp.min.js"></script>
<!-- Main.js -->
<script type="text/javascript" src="assets/js/main.js"></script>
<!-- [ PARTICLE SCRIPT ] -->
<script src="assets/js/particles.min.js"></script>
<script src="assets/js/partical-animation.js"></script>
</body>
</html>