forked from ACM-NITK/Imagineer-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·581 lines (511 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
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Imagineer</title>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,700,900" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Owl Carousel -->
<link type="text/css" rel="stylesheet" href="css/owl.carousel.css" />
<link type="text/css" rel="stylesheet" href="css/owl.theme.default.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="css/style.css" />
</head>
<body>
<!-- Header -->
<header id="header" class="transparent-navbar">
<!-- container -->
<div class="container">
<!-- navbar header -->
<div class="navbar-header">
<!-- Logo -->
<div class="navbar-brand">
<a class="logo" href="index.html">
<img class="logo-img" src="./img/Final-Logo-Colorized(1).png" alt="logo">
<img class="logo-alt-img" src="./img/Final-Logo-Colorized(1).png" alt="logo">
</a>
</div>
<!-- /Logo -->
<!-- Mobile toggle -->
<button class="navbar-toggle">
<i class="fa fa-bars"></i>
</button>
<!-- /Mobile toggle -->
</div>
<!-- /navbar header -->
<!-- Navigation -->
<nav id="nav">
<ul class="main-nav nav navbar-nav navbar-right">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#schedule">Timeline</a></li>
<li><a href="#problems">Problem Statements</a></li>
<li><a href="#rules">Rules</a></li>
<li><a href="#perks">Perks</a></li>
<li><a href="#sponsors">Sponsors</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<!-- /Navigation -->
</div>
<!-- /container -->
</header>
<!-- /Header -->
<!-- Home -->
<div id="home">
<!-- background image -->
<div class="section-bg" style="background-image:url(./img/here.jpeg)" data-stellar-background-ratio="0.5"></div>
<!-- /background image -->
<!-- home wrapper -->
<div class="home-wrapper">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- home content -->
<div class="col-md-8 col-md-offset-2">
<div class="home-content">
<h2>Be the change. </h2>
<h1>Make</h1>
<h2>the change. Literally.</h2>
<h4 class="lead">Look around you, the problems are plenty. Look within you, the potential is
immense. </h4>
<a href="https://goo.gl/forms/jQu2IMlvuyqU6vxT2" class="main-btn">Register Now!</a>
</div>
</div>
<!-- /home content -->
</div>
<!-- /row -->
</div>
<!-- /container -->
</div>
<!-- /home wrapper -->
</div>
<!-- /Home -->
<!-- About -->
<div id="about" class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- section title -->
<div class="section-title">
<h3 class="title"><span>About</span> <span style="color: #dd0a37;">Imagineer</span></h3>
</div>
<!-- /section title -->
<div class="col-md-8 col-md-offset-2 text-center">
<!-- about content -->
<div class="about-content">
<p>Imagineer is a Makeathon being organized with the intent of bringing together students from
various walks of life to collaborate, ideate and solve problems omnipresent at NITK, by
developing effective and innovative prototypes. The vision of the event is to create an
incentivised culture of innovation in our college in order to give rise to the next
generation of innovators. </p>
</div>
<!-- /about content -->
<!-- Numbers -->
<div id="numbers">
<!-- row -->
<div class="row">
<!-- number -->
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="number">
<h3><span class="counter" data-from="3" data-to="3" data-speed="1500">0</span></h3>
<p>Clubs</p>
</div>
</div>
<!-- /number -->
<!-- number -->
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="number">
<h3><span class="counter" data-from="6" data-to="6" data-speed="1500">0</span></h3>
<p>Days</p>
</div>
</div>
<!-- /number -->
<!-- number -->
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="number">
<h3><span class="title">∞</span>
</h3>
<p>Ideas</p>
</div>
</div>
<!-- /number -->
<!-- number -->
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="number">
<h3><span class="counter" data-from="1" data-to="1" data-speed="1500">0</span></h3>
<p>Winner</p>
</div>
</div>
<!-- /number -->
</div>
<!-- /row -->
</div>
<!-- /Numbers -->
</div>
</div>
<!-- row -->
</div>
<!-- /container -->
</div>
<!-- Event Schedule -->
<div id="schedule" class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- section title -->
<div class="section-title">
<h3 class="title"><span>Event</span> <span style="color: #dd0a37;">Schedule</span></h3>
</div>
<!-- /section title -->
<div class="col-md-8 col-md-offset-2">
<div class="events-wrapper">
<!-- event -->
<div class="event">
<div class="event-day">
<div>
<span class="day">25</span>
<span class="year">Feb, 2019</span>
</div>
</div>
<div class="event-content">
<br><br>
<h3 class="event-title">Release of problem Statements</p>
</div>
</div>
<!-- /event -->
<div class="event">
<div class="event-day">
<div>
<span class="day">28</span>
<span class="year">Feb, 2019</span>
</div>
</div>
<div class="event-content">
<br><br>
<h3 class="event-title">Last Day for Registration</p>
</div>
</div>
<div class="event">
<div class="event-day">
<div>
<span class="day">5</span>
<span class="year">Mar, 2019</span>
</div>
</div>
<div class="event-content">
<br>
<p class="event-time"><i class="fa fa-clock-o"></i> 6:15 PM - 12 Midnight</p>
<h3 class="event-title">Brainstorming Session</p>
</div>
</div>
<div class="event">
<div class="event-day">
<div>
<span class="day">6</span>
<span class="year">Mar, 2019</span>
</div>
</div>
<br>
<div class="event-content">
<p class="event-time"><i class="fa fa-clock-o"></i> 6:15 PM - 10:00 PM</p>
<h3 class="event-title">Project Approval Phase</p>
</div>
</div>
<div class="event">
<div class="event-day">
<div>
<span class="day">7</span>
<span class="year">Mar, 2019</span>
</div>
</div>
<div class="event-content">
<br><br>
<h3 class="event-title">Rest Day - Component Purchase</p>
</div>
</div>
<div class="event">
<div class="event-day">
<div>
<span class="day">8</span>
<span class="year">Mar, 2019</span>
</div>
</div>
<br>
<div class="event-content">
<p class="event-time"><i class="fa fa-clock-o"></i> 6:15 PM - 10:00 PM</p>
<h3 class="event-title">TEXAS INSTRUMENTS powered Workshop</p>
</div>
</div>
<div class="event">
<div class="event-day">
<div>
<span class="day">9</span>
<span class="year">Mar, 2019</span>
</div>
</div>
<div class="event-content">
<p class="event-time"><i class="fa fa-clock-o"></i> 9:00 AM - 5:00 PM</p>
<h3 class="event-title">Workshop Continues</p>
</div>
</div>
<div class="event">
<div class="event-hour"></div>
<div class="event-content">
<br><br>
<p class="event-time"><i class="fa fa-clock-o"></i> 5:00 PM</p>
<h3 class="event-title">Prototyping Session Commences
</h3>
<p></p>
</div>
</div>
<!-- /event -->
<!-- event -->
<div class="event">
<div class="event-day">
<div>
<span class="day">10</span>
<span class="year">MAR, 2019</span>
</div>
</div>
<div class="event-content">
<br>
<p class="event-time"><i class="fa fa-clock-o"></i> 6:00 PM</p>
<h3 class="event-title">Judging and declaration of Winners</h3>
</div>
</div>
<div class="event">
<div class="event-hour"></div>
<div class="event-content">
</div>
</div>
</div>
</div>
</div>
<!-- /row -->
</div>
<!-- /container -->
</div>
<!-- /Event Schedule -->
<!-- Speakers -->
<div id="problems" class="section">
<div class="container">
<div class="section-title">
<h3 class="title"><span>Problem</span> <span style="color: #dd0a37;">Statements</span></h3>
</div>
<div class="problem-card">
<h2>Water impurity detection and purification</h2>
<div class="w3-container">
<p>Water dispensed by coolers has repeatedly been a cause of illness in our college. Develop a
system to detect impurities in water dispensed by coolers, and think about a way to filter the
water and make it safe for consumption.</p>
</div>
</div>
<div class="problem-card">
<h2>Energy Harvesting</h2>
<div class="w3-container">
<p>Harness energy from different aspects of nature and convert it into useful forms to either power
small devices or to find a long term solution to power cuts.
</p>
</div>
</div>
<div class="problem-card">
<h2>Anti-theft system</h2>
<div class="w3-container">
<p>Security of personal belongings has become an issue in hostels, after reports of instances of
theft of items by strangers who managed to walk into hostel blocks unnoticed. Design a security
system to better counter this issue.</p>
</div>
</div>
<div class="problem-card">
<h2>Cleaning systems</h2>
<div class="w3-container">
<p>Cleaners in the hostel blocks, departments and other areas in college cannot be relied on due to
irregularity in working hours. Pitch an idea to resolve and tackle any problems encountered with
respect to this issue.</p>
</div>
</div>
<div class="problem-card">
<h2>Power to the ID card</h2>
<div class="w3-container">
<p>Suggest ideas to increase the scope of usage of the college ID card with respect to any
transactions that are done on a day to day basis in and around college thereby simplifying the
transaction/process.</p>
</div>
</div>
<div class="problem-card">
<h2>Smart water management and harvesting</h2>
<div class="w3-container">
<p>Find ways to avoid wastage of water which is omnipresent in our college in the form of
overflowing tanks, sprinkler systems and water leaks by devising a prototype to detect and stop
the undue wastage of water. Another pressing problem is the water shortage faced on campus even
though the campus receives more than sufficient rainfall during monsoon. Develop a system to
store this water long term. </p>
</div>
</div>
</div>
</div>
<div id="rules" class="section">
<div class="container">
<div class="section-title">
<h3 class="title"><span>Rules</span> <span style="color: #dd0a37;">to follow</span></h3>
</div>
<p>
<ol>
<li><b>1.</b> Each team will be allotted one statement out of the two statements that they have
filled up in the form based
on certain criteria.</li><br>
<li><b>2.</b> During the brainstorming session, you’ll discuss ideas with people who have been
allotted the
same problem statements and form teams with people who have similar ideas. After forming the
teams, you will finalize the idea and formulate a list of components that you might be
requiring. Mentors will be present to guide you through the process. </li> <br>
<li><b>3.</b> Your project idea will be scrutinized during the next phase and approved based on a
feasibility study by the mentor team. A permanent mentor will be assigned to your group based on the field you are working on.</li><br>
<li><b>4.</b> All components will need to be purchased based on the list approved by the project
mentors. All projects need not use Microcontrollers. However, the only microcontrollers allowed
in the event are Texas Instruments microcontrollers, which shall be provided. All other components can be of any make.</li><br>
<li><b>5.</b> Texas Instruments Workshop partners Edgate Technologies will hold a Workshop
introducing you to the usage of Texas Instruments microcontrollers (such as MSP430, CC32XX and
Beaglebone). If you choose to work on a project that does not require microcontrollers,
workshops will be held by our Technical Team on topics relevant to your project idea. </li><br>
<li><b>6.</b> You’ll have to develop a prototype with basic functionality to prove the concept you
have suggested. </li><br>
<li><b>7.</b> Descriptions and videos of all projects using Texas Instruments components should be
put up on hackster.io The rules for uploading projects will be given to you later.</li><br>
</ol>
</p>
</div>
</div>
<div id="perks" class="section">
<div class="container">
<div class="section-title">
<h3 class="title"><span>Perks of</span> <span style="color: #dd0a37;">Participating</span></h3>
</div>
<p>
<ol>
<li><b>1.</b> A cash prize of Rs <b>15000</b>, sponsored by Texas Instruments will be divided among
winners and runner ups.
</li><br>
<li><b>2.</b> The winners will have a chance to <b>intern</b> at startups like Perpule and Fluxgen
</li> <br>
<li><b>3.</b> <b>Certificates</b> will be given to all participants who qualify the project approval
phase</li><br>
</ol>
</p>
</div>
</div>
<!-- Sponsors -->
<div id="sponsors" class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- section title -->
<div class="section-title">
<h3 class="title"><span>Our</span> <span style="color: #dd0a37;">Sponsor</span></h3>
</div>
<!-- /section title -->
<!-- sponsor -->
<div class="galery-item">
<center><img src="./img/tifinal.png" width='800' height='400'></center>
</div>
</div>
<!-- /row -->
</div>
<!-- /container -->
</div>
<div id="presentedBy" class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- section title -->
<div class="section-title">
<h3 class="title"><span>Presented</span> <span style="color: #dd0a37;">By</span></h3>
</div>
<div style="text-align:center;">
<img style='float: left;' src='./img/0.png' width="220px" height='220px'>
<img style='display: inline-block' src='./img/acmLogo.jpg' width="220px" height='220px'>
<img style='float:right;' src='./img/ISTELogo.png' width="220px" height='220px'>
</div>
</div>
</div>
</div>
</div>
<!-- Contact -->
<div id="contact" class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- section title -->
<div class="section-title">
<h3 class="title"><span>Contact</span> <span style="color: #dd0a37;">Info</span></h3>
</div>
<!-- /section title -->
<!-- contact -->
<div style='float: left;' class="col-sm-4">
<div class="contact">
<h3>Phone</h3>
<p>+91 90088 19871</p>
</div>
</div>
<!-- /contact -->
<!-- contact -->
<div style='float: right; ' class="col-sm-4">
<div class="contact">
<h3>Email</h3>
<a href="#">imagineerhelp@gmail.com</a>
</div>
</div>
<!-- /contact -->
</div>
<!-- /row -->
</div>
<!-- /container -->
<!-- <div id="map"></div> -->
</div>
<!-- /Contact -->
<!-- Footer -->
<footer id="footer">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<div style='text-align: center;'>
<span class="copyright">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</script> Made with <i class="fa fa-heart-o" aria-hidden="true"></i> by Yashas G . Template by
<a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></span>
<!-- /copyright -->
</div>
</div>
<!-- /row -->
</div>
<!-- /container -->
</footer>
<!-- /Footer -->
<!-- jQuery Plugins -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script src="js/google-map.js"></script>
<script src="js/jquery.countTo.js"></script>
<script src="js/main.js"></script>
</body>
</html>