-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdextra.html
More file actions
541 lines (522 loc) · 32.3 KB
/
Copy pathdextra.html
File metadata and controls
541 lines (522 loc) · 32.3 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
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
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="img/isf.jpg">
<title>Dextra</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.touchswipe/1.6.4/jquery.touchSwipe.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link href="para.css" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<script src="js/count.js"></script>
</head>
<style>
body {
font: 20px Montserrat, sans-serif;
line-height: 1.8;
color: #f5f6f7;
}
</style>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#home">Dextra 2018</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="#events">Events</a></li>
<li><a href="#highlights">Throwback</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div id="home">
<br><br>
<div class="parallax">
<div class="cap">
<h1 style="font-size:70px;background-color:rgba(128, 128, 128, 0.479);padding:2%;">DEXTRA 2018</h1>
<h1 style="float:center;background-color:rgba(128, 128, 128, 0.479);padding:2%;" id="counter"></h1>
<br>
<a class="btn btn-primary" href="#de" role="button" data-toggle="collapse" style="float:center">Sponsers »</a><br>
<div id="de" class="collapse">
<br>
<img class="img4 img-circle" src="img/sponsers/1.jpg" style="opacity:0.8;">
<img style="height:90px;width:200px;" src="img/sponsers/2.png">
<img class=" img4" src="img/sponsers/3.png">
<img class=" img4" src="img/sponsers/6.png">
<img class=" img4" src="img/sponsers/5.jpg" style="opacity:0.8;">
</div>
</div>
</div>
<div style="height:100%;">
<div id="events" class="container-fluid" style="background-color:#eae7dc;color:#e85a4f;">
<br><br>
<h1 style="text-align:center">A Sneak Peak</h1>
<br>
<div class="conatiner-fluid">
<div class="row">
<div class="col-md-6">
<div class="col-md-6" style="text-align:center">
<img class="rounded-circle img2" src="img/event/roborace.jpg">
<h3>Robo Race</h3>
<p><a class="btn btn-primary" href="#demo10" role="button" data-toggle="collapse" >View details »</a></p>
<div id="demo10" class="collapse">
A car crossing all the hurdles and sharp turns maintaining the speed to complete the lap in least time and be the winner.
</div>
</div>
<div class="col-md-6" style="text-align:center">
<img class="rounded-circle img2" src="img/event/boatcomp.jpg">
<h3>Aquabot Wars</h3>
<p><a class="btn btn-primary" role="button" data-toggle="collapse" data-target="#demo" >View details »</a></p>
<div id="demo" class="collapse data1">
<p> Design wired or wireless manually controlled Robot capable of Floating and navigating on water and can complete the specified task.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="col-md-6" style="text-align:center">
<img class="rounded-circle img2" src="img/event/canon.jpg">
<h3>Carbide-Canon</h3>
<p><a class="btn btn-primary" role="button" data-toggle="collapse" data-target="#demo2" >View details »</a></p>
<div id="demo2" class="collapse data1">
As the name suggest this events is about making and firing a cannon. Cannon is any piece of artillery that uses gunpowder or other usually explosive-based propellants to launch a projectile.
</div>
</div>
<div class="col-md-6" style="text-align:center">
<img class="rounded-circle img2" src="img/event/chemo.jpg">
<h3>Chem-0-Drift</h3>
<p><a class="btn btn-primary" role="button" data-toggle="collapse" data-target="#demo3" >View details »</a></p>
<div id="demo3" class="collapse data1">
Chem-0-Drift is a competition which looks for creative minds among
engineering students who can come up with innovative solutions for driving a vehicle
powered by non-conventional sources of energy.
</div>
</div>
</div>
</div>
<div class=row>
<div class="col-md-4" style="text-align:center">
<img class="rounded-circle img2" src="img/event/crack.jpg">
<h3>Crack The Game</h3>
<p><a class="btn btn-primary" role="button" data-toggle="collapse" data-target="#demo4" >View details »</a></p>
<div id="demo4" class="collapse data1">
The competition requires the participants to compete in a series of technical tasks designed to specifically target the participant’s technical knowledge and wit.
There will be 5 tasks in total encompassing all the technical branches and each task will have a specified time for completion.
</div>
</div>
<div class="col-md-4">
<div style="text-align:center">
<img class="rounded-circle img2" src="img/event/wall.jpg">
<h3>JUET Wall Street</h3>
<p><a class="btn btn-primary" role="button" data-toggle="collapse" data-target="#demo5" >View details »</a></p>
<div id="demo5" class="collapse data1">
The event basically would present before you a new concept of share marketing. Just like big organizations and companies have their own shares in the market, the various events of DEXTRA would have specific amount of shares and the customers (here participants) would be allocated with a fixed amount of capital/virtual money to buy and sell the shares.
</div>
</div>
</div>
<div class="col-md-4">
<div style="text-align:center">
<img class="rounded-circle img2" src="img/event/rumble.jpg">
<h3>Kriegr’s Rumble</h3>
<p><a class="btn btn-primary" role="button" data-toggle="collapse" data-target="#demo6" >View details »</a></p>
<div id="demo6" class="collapse data1">
JUET's TECH ROADIES.Different perspectives, different thoughts, different potentials, which ones you have?? Smart, intelligent, hard worker, if you think you are a complete package of all these qualities then have the guts to face the event and we’ll prove you wrong,
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="col-md-6" style="text-align:center">
<img class="rounded-circle img2" src="img/event/maze.jpg">
<h3>Maze Battle</h3>
<p><a class="btn btn-primary" role="button" data-toggle="collapse" data-target="#demo7" >View details »</a></p>
<div id="demo7" class="collapse data1">
In the event two bots will enter into the maze from different entry points .The task is to come out of the other end in minimum time and with maximum score than your competitor.
</div>
</div>
<div class="col-md-6" style="text-align:center">
<img class="rounded-circle img2" src="img/event/purify.jpg">
<h3>Purify It</h3>
<p><a class="btn btn-primary" role="button" data-toggle="collapse" data-target="#demo8" >View details »</a></p>
<div id="demo8" class="collapse data1">
Bring your engineering ideas to clean a sewage treated water, to a level that can be used for industries.
</div>
</div>
</div>
<div class="col-md-6">
<div class="col-md-6" style="text-align:center">
<img class="rounded-circle img2" src="img/event/quiz.jpg">
<h3>The Quizzitch Match</h3>
<p><a class="btn btn-primary" role="button" data-toggle="collapse" data-target="#demo9" >View details »</a></p>
<div id="demo9" class="collapse data1">
If you think you are a true TV Series fan, and you know more about it than most, then come to test your knowledge of charms and enchantments, in The Quizzitch Match, which will test your skills to the utmost.
</div>
</div>
<div class="col-md-6" style="text-align:center">
<img class="rounded-circle img2" src="img/event/makey.jpg">
<h3>MAkey MaKeY</h3>
<p><a class="btn btn-primary" role="button" data-toggle="collapse" data-target="#demo11" >View details »</a></p>
<div id="demo11" class="collapse data1">
control the world with your own choice of object and win the game.
</div>
</div>
</div>
</div>
</div> <br><br><br>
</div>
</div>
</div>
</div>
<div class="parallax1" id="highlights"></div>
<div class="container-fluid " style="background-color:#d8c3a5;color:#e98074">
<br>
<h1 style="text-align:center">Throwback</h1>
<br>
<div class="container-fluid">
<div id="myCarousel2" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel2" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel2" data-slide-to="1"></li>
<li data-target="#myCarousel2" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<div class="row">
<div class="col-md-4">
<img src="img/gallery/IMG_0040(2).jpg" alt="IMAGE" style="width:100%;">
</div>
<div class="col-md-4">
<img src="img/gallery/IMG_0063(2).jpg" alt="IMAGE" style="width:100%;">
</div>
<div class="col-md-4">
<img src="img/gallery/IMG_0145(2).jpg" alt="IMAGE" style="width:100%;">
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-md-4">
<img src="img/gallery/IMG_0187(2).jpg" alt="IMAGE" style="width:100%;">
</div>
<div class="col-md-4">
<img src="img/gallery/IMG_8430(2).jpg" alt="IMAGE" style="width:100%;">
</div>
<div class="col-md-4">
<img src="img/gallery/IMG_9563(2).jpg" alt="IMAGE" style="width:100%;">
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-md-4">
<img src="img/gallery/IMG_9574(2).jpg" alt="IMAGE" style="width:100%;">
</div>
<div class="col-md-4">
<img src="img/gallery/IMG_9736(2).jpg" alt="IMAGE" style="width:100%;">
</div>
<div class="col-md-4">
<img src="img/gallery/IMG_9742(2).jpg" alt="IMAGE" style="width:100%;">
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel2" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel2" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<br><br>
</div>
</div>
<div class="parallax2" id="team"></div>
<div class="container-fluid" style="color:#696969" >
<br>
<h1 style="text-align:center">The Pillars Of Dextra</h1>
<br>
<div class="row">
<div class="col-md-12">
<div class="carousel carousel-showmanymoveone slide" id="carousel123">
<div class="carousel-inner">
<div class="item active">
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/team/ANUJ_AGARWAL.jpg" class="img-responsive img3">
<h4>Anuj Agarwal</h4>
<h5>Chairperson</h5>
</div>
</div>
</div>
<div class="item">
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/team/ABHISHEK_RAJ SIR.jpg" class="img-responsive img3">
<h4>Abhishek Raj</h4>
<h5>General secretary</h5>
</div>
</div>
</div>
<div class="item">
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/team/Aditya.jpg" class="img-responsive img3">
<h4>Aditya Prakash Gupta</h4>
<h5>Manager</h5>
</div>
</div>
</div>
<div class="item">
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/team/VIKAS_PATHAK.jpg" class="img-responsive img3">
<h4>Vikas Pathak</h4>
<h5>Manager</h5>
</div>
</div>
</div>
<div class="item">
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/team/devanshu.jpg" class="img-responsive img3">
<h4>Devanshu Bhargav</h4>
<h5>Manager</h5>
</div>
</div>
</div>
<div class="item">
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/team/TUSHAR_VERMA.jpg" class="img-responsive img3">
<h4>Tushar Verma</h4>
<h5>Manager</h5>
</div>
</div>
</div>
<div class="item">
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/team/jasmeet.jpg" class="img-responsive img3">
<h4>Jasmeet Kaur</h4>
<h5>Manager</h5>
</div>
</div>
</div>
<div class="item">
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/team/toshi.jpg" class="img-responsive img3">
<h4>Toshi Sharma</h4>
<h5>Manager</h5>
</div>
</div>
</div>
<div class="item">
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/team/Shikhar_mittal.jpg" class="img-responsive img3">
<h4>Shikhar Mittal</h4>
<h5>Manager</h5>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#carousel123" data-slide="prev"><i class="glyphicon glyphicon-chevron-left"></i></a>
<a class="right carousel-control" href="#carousel123" data-slide="next"><i class="glyphicon glyphicon-chevron-right"></i></a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="carousel carousel-showmanymoveone slide" id="carousel122">
<div class="carousel-inner">
<div class="item active">
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/team/AAKASHVEER_ROY_.jpg" class="img-responsive img3">
<h4>Aakashveer Roy</h4>
<h5>Manager</h5>
</div>
</div>
</div>
<div class="item">
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/team/ANIRUDH_ANAND.jpg" class="img-responsive img3">
<h4>Anirudh Anand</h4>
<h5>Manager</h5>
</div>
</div>
</div>
<div class="item">
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/team/YASHOVARDHAN_PRIHAR.jpg" class="img-responsive img3">
<h4>yashovardhan Singh Parihar </h4>
<h5>secretary</h5>
</div>
</div>
</div>
<div class="item">
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/team/Prashant swami.jpg" class="img-responsive img3">
<h4>Prashant Swami</h4>
<h5>Manager</h5>
</div>
</div>
</div>
<div class="item">
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/team/SUNDRAM_AGRWAL.jpg" class="img-responsive img3">
<h4>sundram Agarwal</h4>
<h5>Manager</h5>
</div>
</div>
</div>
<div class="item">
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/team/VIKAS_PATHAK.jpg" class="img-responsive img3">
<h4>Arun Gupta</h4>
<h5>Secretary</h5>
</div>
</div>
</div>
<div class="item">
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/team/VIKAS_PATHAK.jpg" class="img-responsive img3">
<h4>Abhay Goyal</h4>
<h5>General Secretary</h5>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#carousel122" data-slide="prev"><i class="glyphicon glyphicon-chevron-left"></i></a>
<a class="right carousel-control" href="#carousel122" data-slide="next"><i class="glyphicon glyphicon-chevron-right"></i></a>
</div>
</div>
</div>
</div>
<br>
<div class="parallax3" id="contact"></div>
<div class="container-fluid text-center">
<h1 style="font-size:50px; color:grey">Contact Us</h1>
<div class="container text-center text">
<span class="glyphicon glyphicon-globe" style="color:grey;"></span>
<p style="color:grey;">J.U.E.T, Guna M.P. India</p>
<br>
<div class="container-fluid">
<div class="row">
<div class="col-lg-4">
<span class="glyphicon glyphicon-phone" style="color:grey;"> </span>Anuj Agarwal
<p style="color:grey;">+ 91 88718 37825 </p>
</div>
<div class="col-lg-4">
<span class="glyphicon glyphicon-phone" style="color:grey;"></span>Devanshu Bhargav
<p style="color:grey;">+ 91 98938 49370</p>
</div>
<div class="col-lg-4">
<span class="glyphicon glyphicon-phone" style="color:grey;"></span>Abhay Goyal
<p style="color:grey;">+ 91 99771 73464</p>
</div>
</div>
</div>
<br>
<span style="color:grey;" class="glyphicon glyphicon-envelope"></span>
<p style="color:grey;">dextra.jaypee@gmail.com</p>
<br>
<a href="https://www.facebook.com/DextraJUET/?ref=br_rs" class="fa fa-facebook"></a>
<br><br>
</div>
</div>
<div class="parallax4">
<div class="" style="text-align:center">
<br>
<span>
<h1 style="color:rgb(255, 255, 255);background-color:rgba(8, 8, 8, 0.637);">Brought to you by</h1>
</span>
<img src="img/ISF_logo.png" class="foot" style="background-color:rgba(8, 8, 8, 0.664);">
<br>
</div>
</div>
<!--div class="parallax4">
Brought to you by
<img src="img/ISF_logo.png" class="foot">
</div-->
<div class= "cred2">
<h1 style="text-align:center">Developers</h1>
<div class="container-fluid">
<div class="row" >
<div class="col-md-6" >
<div style="text-align:center">
<img class="rounded-circle img5" src="img/team/manasvi.jpg">
<h3>Manasvi Saxena</h3>
<h4><a href="https://www.linkedin.com/in/manasvi-saxena/" class="fa fa-linkedin"></a>
<a href="https://www.facebook.com/manasvi2123" class="fa fa-facebook"></a></h4>
</div>
</div>
<div class="col-md-6">
<div style="text-align:center">
<img class="rounded-circle img5" src="img/team/toshi.jpg">
<h3>Toshi Sharma</h3>
<h4><a href="https://www.facebook.com/toshi.sharma.96" class="fa fa-facebook"></a></h4>
</div>
</div>
<div style="text-align:center"><a href="#home"><span class="glyphicon glyphicon-arrow-up"></span>
</a></div>
</div>
</div>
</div>
<script>
$(".carousel").swipe({
swipe: function(event, direction, distance, duration, fingerCount, fingerData) {
if (direction == 'left') $(this).carousel('next');
if (direction == 'right') $(this).carousel('prev');},
allowPageScroll:"vertical"});
</script>
<script>
(function(){
// setup your carousels as you normally would using JS
// or via data attributes according to the documentation
// https://getbootstrap.com/javascript/#carousel
$('#carousel123').carousel({ interval: 2000 });
$('#carousel122').carousel({ interval: 2000 });
}());
(function(){
$('.carousel-showmanymoveone .item').each(function(){
var itemToClone = $(this);
for (var i=1;i<4;i++) {
itemToClone = itemToClone.next();
// wrap around if at end of item collection
if (!itemToClone.length) {
itemToClone = $(this).siblings(':first');
}
// grab item, clone, add marker class, add to collection
itemToClone.children(':first-child').clone()
.addClass("cloneditem-"+(i))
.appendTo($(this));
}
});
}());
</script>
</body>
</html>