forked from IEEEDTU/troika19
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents.html
executable file
·513 lines (451 loc) · 20.3 KB
/
events.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-89509670-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-89509670-2');
</script>
<script type="text/javascript">
console.log("%cTroika'18", "background: white; color: black; font-size: x-large");
console.log(" -Developed using A-frame.");
console.log("%c>> Developer", "background: white; color: black; font-size: small");
console.log("%c-->> SAGNIK BHOWMICK", "background: white; color: black; font-size: small");
console.log("%c-->> NIKHIL KUMAR MISHRA", "background: white; color: black; font-size: small");
</script>
<title>EVENTS</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' />
<meta name="description" content="">
<!-- Fonts and icons -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,200" rel="stylesheet" />
<!-- CSS Files -->
<link href="css/bootstrap.min.css" rel="stylesheet" />
<!-- Theme color -->
<link id="switcher" href="../css/event-default-theme.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Sofia' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Shadows Into Light' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Lato:100italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:400,200' rel='stylesheet' type='text/css'>
<link href="css/events.css" rel="stylesheet" />
<!-- Main Style -->
<link rel="stylesheet" href="./css/style.css">
<style>
body{
/*background-image: url("img/BGEvent.jpg");*/
background-size: 100% 100%;
background-color: #1F2833;
}
</style>
<link rel="icon" type="image/png" sizes="16x16" href="img/ico/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/ico/favicon-32x32.png">
<link rel="apple-touch-icon" sizes="57x57" href="img/ico/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/ico/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/ico/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/ico/apple-icon-76x76.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/ico/favicon-96x96.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/ico/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/ico/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/ico/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/ico/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/ico/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/ico/android-icon-192x192.png">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="0">
<!-- Start Header -->
<!-- Start menu -->
<nav class="navbar navbar-default navbar-fixed-top navbar-shrink">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://ieeedtu.com/" title="IEEE DTU" target="_blank">
<img src="./img/ieee_dtu.gif" alt="IEEE DTU" class="img-responsive" style="width: 20px; height: 20px;">
</a>
<a class="navbar-brand" href="http://dtu.ac.in/" title="Delhi Technological University" target="_blank">
<img src="./img/dtu_logo.png" alt="DTU" class="img-responsive" style="width: 20px; height: 20px;">
</a>
<a class="navbar-brand page-scroll" href="./index.html"><div style="font-family: Shadows Into Light; font-size: 40px; color: white">TROIKA'19</div></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 navbar-right">
<li class="hidden active">
<a href="#page-top"></a>
</li>
<li class=""><a href="./index.html" class="page-scroll" style="font-size: 14px;">Home</a></li>
<li class=""><a href="./about.html" class="page-scroll" style="font-size: 14px;">About Us</a></li>
<li class=""><a href="./team.html" class="page-scroll" style="font-size: 14px;">Team</a></li>
<li class=""><a href="./events.html" class="page-scroll" style="font-size: 14px;">Events</a></li>
<!-- <li class=""><a href="./schedule.html" class="page-scroll" style="font-size: 14px;">Schedule</a></li> -->
<!-- <li class=""><a href="./sponsors.html" class="page-scroll" style="font-size: 14px;">Sponsors</a></li> -->
<li class=""><a href="./contact.html" class="page-scroll" style="font-size: 14px;">Contact Us</a></li>
<!-- <li class=""><a href="https://ieeedtu1.typeform.com/to/EBwQQ5" target="_blank" class="page-scroll" style="font-size: 14px;">Register</a></li> -->
</ul>
</div>
</div>
</nav>
<!-- End menu -->
</header>
<!-- End Header -->
<h1 class="text-center">Explore The Events</h1>
<hr>
<!--Events-->
<div class="button-group filters-button-group " style="margin:auto;width:60%;text-align:center;">
<button class="cat button is-checked" data-filter="*">All</button>
<button class="cat button" data-filter=".TechSoft">Technical Software</button>
<button class="cat button" data-filter=".TechHard">Technical Hardware</button>
<!-- <button class="cat button" data-filter=".Hacks">Hackathons</button>-->
<button class="cat button" data-filter=".paperpre">Paper Presentation</button>
<button class="cat button" data-filter=".design">Designing</button>
<button class="cat button" data-filter=".conference">Professional Conference</button>
<button class="cat button" data-filter=".non-tech">Non-Technical</button>
</div>
<hr>
<!-- <h3 style="text-align: center; color: floralwhite; margin-left: 5%; margin-right: 5%"><strong>The events <a class="anchor" href="./event/bits.html">Bits</a>, <a class="anchor" href="./event/bytes.html">Bytes</a> and <a class="anchor" href="./event/radix.html">Radix</a> are programming and robotics challenges from the house of <font color="#66fcf1">IEEE Women in Engineering, DTU</font> which aim to promote love for innovation and technology especially among women by having special diversity prizes for the best all girls team and participants respectively.</strong></h3> -->
<div class="eventcontainer">
<div class="row justify-content-center">
<div class="col-xs-8 col-md">
<div class="events TechSoft" data-category="TechSoft">
<figure class="effect-bubba">
<img src="img/ICONS/BITS1.png" alt="img16"/>
<h6 style="text-align:center;">WebDev</h6>
<figcaption>
<h4 class="eventtitle"><span>WebDev</span></h4>
<p>Design the Ultimate Website.</p>
<a href="./event/webdev.html">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>
Web Designing Challenge</div>
</div>
</div>
<div class="col-xs-8 col-md">
<div class="events TechSoft">
<figure class="effect-bubba">
<img src="img//ICONS/BYTES1.png" alt="img16"/>
<h6 style="text-align:center;">Code War</h6>
<figcaption>
<h4 style="font-weight:bold" class="eventtile">Code War</h4>
<p>Devise astute algorithms, create ingenious programmes and code.</p>
<a href="./event/codewar.html">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>Code Your Way To Glory</div>
</div>
</div>
<div class="col-xs-8 col-md">
<div class="events TechSoft">
<figure class="effect-bubba">
<img src="img//ICONS/BITS1.png" alt="img16"/>
<h6 style="text-align:center;">BYTES</h6>
<figcaption>
<h4 style="font-weight:bold" class="eventtile">BYTES</h4>
<p>Coding in a new and less known language.</p>
<a href="./event/bytes.html">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>New Language, New Code</div>
</div>
</div>
<div class="col-xs-8 col-md">
<div class="events TechSoft">
<figure class="effect-bubba">
<img src="img//ICONS/BYTES1.png" alt="img16"/>
<h6 style="text-align:center;">Code in less </h6>
<figcaption>
<h4 style="font-weight:bold" class="eventtile">Code in Less,</h4>
<p>
Minimum tokens wins the game</p>
<a href="./event/codeinless.html">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>Less Code, More Action</div>
</div>
</div>
<div class="col-xs-8 col-md">
<div class="events TechSoft">
<figure class="effect-bubba">
<img src="img//ICONS/BYTES1.png" alt="img16"/>
<h6 style="text-align:center;">BITS</h6>
<figcaption>
<h4 style="font-weight:bold" class="eventtile">BITS </h4>
<p>Find the bug in the given code, as simple as that
</p>
<a href="./event/bits.html">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>Ultimate Bug Busting Challenge </div>
</div>
</div>
<div class="col-xs-8 col-md">
<div class="events TechSoft">
<figure class="effect-bubba">
<img src="img/ICONS/bots.png" alt="img16"/>
<h6 style="text-align:center;">BOTS</h6>
<figcaption>
<h4 style="font-weight:bold">BOTS</h4>
<p>Draft a comprehensive game plan, as each move can take either you or your opponent one step closer to victory.</p>
<a href="./event/bots.html">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>The Game of Codes</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-xs-8 col-md">
<div class="events TechHard">
<figure class="effect-bubba">
<img src="img/ICONS/RADIX1.png" alt="img16"/>
<h6 style="text-align:center;">Robowar</h6>
<figcaption>
<h4 style="font-weight:bold">Robowar</h4>
<p>.</p>
<a href="./event/robowar.html">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>The Test of mighty Supremacy</div>
</div>
</div>
<!-- <div class="row justify-content-center"> -->
<div class="col-xs-8 col-md">
<div class="events TechHard">
<figure class="effect-bubba">
<img src="img/ICONS/RADIX1.png" alt="img16"/>
<h6 style="text-align:center;">Roborace</h6>
<figcaption>
<h4 style="font-weight:bold">Roborace</h4>
<p>.</p>
<a href="./event/roborace.html">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>The Test of speed Supremacy</div>
</div>
</div>
<div class="col-xs-8 col-md">
<div class="events TechHard">
<figure class="effect-bubba">
<img src="img/ICONS/ELECTROCUTION1.png" alt="img16"/>
<h6 class="smallsize" style="text-align:center;">ELECTROCUTION</h6>
<figcaption>
<h4><span>ELECTROCUTION</span></h4>
<p>Dive deep in the sea of resistors and diodes to prove how efficient an electrical engineer you are.</p>
<a href="event/electrocution.html">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>Circuital Wizardry</div>
</div>
</div>
<div class="col-xs-8 col-md">
<div class="events TechHard">
<figure class="effect-bubba">
<img src="img/ICONS/RADIX1.png" alt="img16"/>
<h6 style="text-align:center;">LFR</h6>
<figcaption>
<h4 style="font-weight:bold">LFR</h4>
<p>.</p>
<a href="./event/lfr.html">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>Follow only the lines</div>
</div>
</div>
<div class="col-xs-8 col-md">
<div class="events TechHard">
<figure class="effect-bubba">
<img src="img/ICONS/BRAINWAVE1.png" alt="img16"/>
<h6 style="text-align:center;">BRAINWAVE</h6>
<figcaption>
<h4><span>BRAINWAVE</span></h4>
<p>Showcase your hardware skills in the competition made to sieve out the best. Dare to see the Ultimate? Do come.</p>
<a href="./event/bw.html">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>The Quintessential Breadboard</div>
</div>
</div>
</div>
<!--
<div class="col-xs-8 col-md">
<div class="events TechHard">
<figure class="effect-bubba">
<img src="img/ICONS/RADIX1.png" alt="img16"/>
<h6 style="text-align:center;">Drone Challenge</h6>
<figcaption>
<h4 style="font-weight:bold">Drone Challenge</h4>
<p>THe fastest drone wins the race.</p>
<a href="./event/drone.html">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>Drones are coming.</div>
</div>
</div> -->
<div class="row justify-content-center">
<div class="col-xs-8 col-md">
<div class="events paperpre">
<figure class="effect-bubba">
<img src="img/ICONS/TECHNOVISION1.png" alt="img16"/>
<h6 style="text-align:center;">TECHNOVISION</h6>
<figcaption>
<h4><span>TECHNOVISION</span></h4>
<p>Opportunity to showcase your research and a chance to publish your paper in a renowned journal.</p>
<a href="./event/techno.html">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>Platform Your Research</div>
</div>
</div>
<div class="col-xs-8 col-md">
<div class="events Hacks TechSoft TechHard">
<figure class="effect-bubba">
<img src="img/hackathon3.png" alt="img16"/>
<h6 style="text-align:center;">Vihaan 2.0</h6>
<figcaption>
<h4><span>Vihaan 2.0</span></h4>
<p>+24 hour hackathon</p>
<a href="http://www.vihaan.tech">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>The Ultimate Hackathon</div>
</div>
</div>
<div class="col-xs-8 col-md">
<div class="events design">
<figure class="effect-bubba">
<img src="img/ICONS/DESIGNPRO1.png" alt="img16"/>
<h6 style="text-align:center;">Aesthetica</h6>
<figcaption>
<h4><span>AESTHETICA</span></h4>
<p>Be it Photoshop, Illustrator, or InDesign, Aesthetica is an event just for you.</p>
<a href="./event/designpro.html">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>Creativity Infinity</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-xs-8 col-md">
<div class="events conference">
<figure class="effect-bubba">
<img src="img/ICONS/SPAC1.png" alt="img16"/>
<h6 style="text-align:center;">S-PAC</h6>
<figcaption>
<h4><span> S-PAC</span></h4>
<p>See the world of opportunities through the eyes of experienced people.</p>
<a href="./event/S-PAC.html">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>Professionals of Tomorrow</div>
</div>
</div>
<div class="col-xs-8 col-md">
<div class="events design">
<figure class="effect-bubba">
<img src="img/ICONS/DESIGNPRO1.png" alt="img16"/>
<h6 style="text-align:center;">CAD Challenge</h6>
<figcaption>
<h4><span>CAD Challenge</span></h4>
<p>Modelling competition using solidworks.</p>
<a href="./event/cad.html">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>Modelling</div>
</div>
</div>
<div class="col-xs-8 col-md">
<div class="events non-tech">
<figure class="effect-bubba">
<img src="img/ICONS/bulls and bears.png" alt="img16"/>
<h6 style="text-align:center;">BULLS 'N' BEARS</h6>
<figcaption>
<h4><span>BULLS 'N' BEARS</span></h4>
<p>Your chance to experience the ups and downs of a stock market.</p>
<a href="./event/bnb.html">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>Go Big, or Go Home</div>
</div>
</div>
<!-- <div class="col-xs-8 col-md">
<div class="events non-tech">
<figure class="effect-bubba">
<img src="img/ICONS/SPAV2.png" alt="img16"/>
<h6 style="text-align:center;">S-PAVe</h6>
<figcaption>
<h4><span>S-PAVe</span></h4>
<p>Prove your business acumen by crushing the guesstimates and understanding the case in point.</p>
<a href="./event/spave.html">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>Business Conclave</div>
</div>
</div> -->
<div class="col-xs-8 col-md">
<div class="events design">
<figure class="effect-bubba">
<img src="img/ICONS/DESIGNPRO1.png" alt="img16"/>
<h6 style="text-align:center;">Design-o-thon</h6>
<figcaption>
<h4><span>Design-o-thon</span></h4>
<p>24 hour ui/ux hackathon</p>
<a href="http://www.vihaan.tech">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>Creativity Infinity </div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-xs-8 col-md">
<div class="events non-tech">
<figure class="effect-bubba">
<img src="img/ICONS/TODO EN UNO.png" alt="img16"/>
<h6 style="text-align:center;">TODO EN UNO</h6>
<figcaption>
<h4><span>TODO EN UNO</span></h4>
<p>Challenge your general knowledge, perceptive capabilities and intelligence quotient.</p>
<a href="./event/todo.html">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div> We Quiz, Therefore We Are </div>
</div>
</div>
<div class="col-xs-8 col-md">
<div class="events non-tech">
<figure class="effect-bubba">
<img src="img/ICONS/MIST1.png" alt="img16"/>
<h6 style="text-align:center;">MIST</h6>
<figcaption>
<h4><span>MIST</span></h4>
<p>Be a part of the most spectacular quizzing event in store for you.</p>
<a href="./event/mist.html">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>Be Ready. Be Smart.</div>
</div>
</div>
</div>
</div>
<script src="javaScript/jquery.min.js"></script>
<script type=text/javascript src=javaScript/events.js></script>
<script type=text/javascript src=javaScript/isotope.pkgd.min.js></script>
<script src='../npmcdn.com/isotope-layout%403.0.4/dist/isotope.pkgd.js'></script>
<!-- Bootstrap -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Custom js -->
<script type="text/javascript" src="../javaScript/event-script.js"></script>
</body>
<html>