-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathevents.html
executable file
·429 lines (383 loc) · 17.6 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
<!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>INVICTUS | Techfest, DTU</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 -->
<!-- Navigation -->
<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" id="scaleHover" 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" id="scaleHover" style="padding-top:0px;" href="./index.html"><img src="img/InvictusLogo.png" alt="Logo" style="height:2.5em;width:5em;"></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 class="page-scroll" href="./index.html">HOME</a>
</li>
<li class="">
<a class="page-scroll" href="./about.html">ABOUT US</a>
</li>
<li class="">
<a class="page-scroll" href="./team.html">TEAM</a>
</li>
<li class="">
<a class="page-scroll" href="./events.html">EVENTS</a>
</li>
<li class="">
<a class="page-scroll" href="./contact.html">CONTACT US</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/ieeedtu.png" alt="img16"/>
<!-- <h6 style="text-align:center;">BITS</h6> -->
<figcaption>
<h4><span>IEEE-DTU</span></h4>
<!--<p>Test your Programming skills alongwith your Focus and Presence of Mind .</p> -->
<a href="http://troika.ieeedtu.com/events.html">View more</a>
</figcaption>
</figure>
<!-- <div class="row title"><div class="col"></div>Ultimate Coding Extravaganza</div> -->
</div>
</div>
<div class="col-xs-8 col-md">
<div class="events TechSoft">
<figure class="effect-bubba">
<img src="img/innovadtu.jpg" alt="img16"/>
<!-- <h6 style="text-align:center;">BYTES</h6> -->
<figcaption>
<h4><span>Innova-DTU</span></h4>
<!-- <p>Explore Events</p> -->
<a href="#">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/srdtu.jpg" alt="img16"/>
<!-- <h6 style="text-align:center;">BOTS</h6> -->
<figcaption>
<h4><span>SR-DTU</span></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="http://www.excelsior19.tech/events">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/iosddtu.png" alt="img16"/>
<!-- <h6 style="text-align:center;">RADIX</h6> -->
<figcaption>
<h4><span>IOSD-DTU</span></h4>
<!-- <p>The Ultimate Robotics Challenge, which will give you a sneak peek into the Age Of The Robots.</p> -->
<a href="#">View more</a>
</figcaption>
</figure>
<!-- <div class="row title"><div class="col"></div>The Test of Robotic Supremacy</div> -->
</div>
</div>
<div class="col-xs-8 col-md">
<div class="events TechHard">
<figure class="effect-bubba">
<img src="img/macsdtu.jpg" alt="img16"/>
<!-- <h6 class="smallsize" style="text-align:center;">ELECTROCUTION</h6> -->
<figcaption>
<h4><span>MACS-DTU</span></h4>
<!--<p>Dive deep in the sea of resistors and diodes to prove how efficient an electrical engineer you are.</p> -->
<a href="http://macsdtu.in/events.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/saedtu.jpg" alt="img16"/>
<!-- <h6 style="text-align:center;">BRAINWAVE</h6> -->
<figcaption>
<h4><span>SAE-DTU</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="#">View more</a>
</figcaption>
</figure>
<!-- <div class="row title"><div class="col"></div>The Quintessential Breadboard</div> -->
</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/csidtu.jpg" alt="img16"/>
<!-- <h6 style="text-align:center;">TECHNOVISION</h6> -->
<figcaption>
<h4><span>CSI-DTU</span></h4>
<!-- <p>Opportunity to showcase your research and a chance to publish your paper in a renowned journal.</p> -->
<a href="http://csidtu.ml/">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;">T-Hacks</h6>
<figcaption>
<h4><span>T-Hacks</span></h4>
<p>Enjoy building cool stuff, varying from concepts like Internet of Things to Bots.</p>
<a href="./event/t-hack.html">View more</a>
</figcaption>
</figure>
<div class="row title"><div class="col"></div>Ideate. Strategize. Execute.</div>
</div>
</div>-->
<div class="col-xs-8 col-md">
<div class="events design">
<figure class="effect-bubba">
<img src="img/igtsdtu.jpg" alt="img16"/>
<!-- <h6 style="text-align:center;">DESIGN PRO</h6> -->
<figcaption>
<h4><span>Igts-DTU</span></h4>
<!-- <p>Be it Photoshop, Illustrator, or InDesign, Design Pro is an event just for you.</p> -->
<a href="#">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/saedtu.jpg" 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="#">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 non-tech">
<figure class="effect-bubba">
<img src="img/ssedtu.jpg" alt="img16"/>
<figcaption>
<h4><span>SSE-DTU</span></h4>
<!-- <p>Your chance to experience the ups and downs of a stock market.</p> -->
<a href="http://ssedtu.ml/?i=1">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/tatvadtu.jpg" alt="img16"/>
<!-- <h6 style="text-align:center;">S-PAVe</h6> -->
<figcaption>
<h4><span>Tatva-DTU</span></h4>
<!-- <p>Prove your business acumen by crushing the guesstimates and understanding the case in point.</p> -->
<a href="#">View more</a>
</figcaption>
</figure>
<!-- <div class="row title"><div class="col"></div>Business Conclave</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/" 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="#">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="#">View more</a>
</figcaption>
</figure>
<!-- <div class="row title"><div class="col"></div>Be Ready. Be Smart.</div> -->
</div>
</div>
<div class="col-xs-8 col-md">
<div class="events non-tech">
<figure class="effect-bubba">
<img src="img/depth.jpeg" alt="img16"/>
<!-- <h6 style="text-align:center;">BULLS 'N' BEARS</h6> -->
<figcaption>
<h4><span>Depth-DTU</span></h4>
<!-- <p>Your chance to experience the ups and downs of a stock market.</p> -->
<a href="http://depthdtu.com">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/SITE.png" alt="img16"/>
<!-- <h6 style="text-align:center;">BULLS 'N' BEARS</h6> -->
<figcaption>
<h4><span>SITE-DTU</span></h4>
<!-- <p>Your chance to experience the ups and downs of a stock market.</p> -->
<a href="https://phantom1996.github.io/site/">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/roundtabledtu.jpg" alt="img16"/>
<!-- <h6 style="text-align:center;">BULLS 'N' BEARS</h6> -->
<figcaption>
<h4><span>RoundTable-DTU</span></h4>
<!-- <p>Your chance to experience the ups and downs of a stock market.</p> -->
<a href="https://roundtabledtu.github.io/">View more</a>
</figcaption>
</figure>
<!-- <div class="row title"><div class="col"></div>Go Big, or Go Home</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>