-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
342 lines (338 loc) · 10.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>HackNUthon | CSI, ITNU</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
type="text/css"
media="screen"
href="css/bootstrap.min.css"
/>
<link
rel="stylesheet"
type="text/css"
media="screen"
href="css/fontawesome/css/all.min.css"
/>
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
</head>
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#home">HackNUthon</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#partners">Partners</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#tracks">Tracks</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#guide">Guidelines</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/faq">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#learning">Learning Centre</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a
href="https://goo.gl/forms/P1UlRqqM6SDFBiyD3"
class="btn btn-danger"
>Apply Now!</a
>
</li>
</ul>
</div>
</nav>
<section id="home" class="header">
<img class="logo" src="img/logo.png" />
<p>
As innovation and entrepreneurship are at the peak in India, we, at
Nirma University, are organizing HackNUthon 2019, a platform for
identifying new and disruptive technologies and innovations to solve
different challenges.
</p>
<p>
It's a non-stop 36 hours product development competition, where problem
statements will be posed to participants for innovative solutions.
</p>
<p>
Winners get prizes worth upto ₹10,000 and all participants get cool swag
from our partners.
</p>
<h4>Deadline: 8<sup>th</sup> March, 2019</h4>
<a href="https://goo.gl/forms/P1UlRqqM6SDFBiyD3" class="btn btn-danger"
>Apply Now!</a
>
<table>
<tr>
<td>Organised by:</td>
<td>As a part of:</td>
</tr>
<tr>
<td>
<img class="data-logo" src="img/csi_logo.png" />
<img class="data-logo" src="img/nirma.png" />
</td>
<td>
<img class="data-logo" src="img/nutech.png" />
<img class="data-logo" src="img/theme.png" />
</td>
</tr>
</table>
</section>
<section id="partners" class="sponsors">
<h1>Our Partners</h1>
<img class="img-fluid" src="img/pydata.png" />
<img class="img-fluid" src="img/fb_dev_c.png" />
<img class="img-fluid" src="img/stempedia.webp" />
</section>
<section id="tracks" class="tracks">
<h1>Tracks</h1>
<div class="row">
<div class="track-card col-md-4">
<span class="fa-stack fa-2x">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-shield-alt fa-stack-1x fa-inverse"></i>
</span>
<h3>Defense</h3>
<button
class="btn btn-danger"
data-toggle="modal"
data-target="#track_modal"
data-track="defense"
>
Suggested Problems
</button>
</div>
<div class="track-card col-md-4">
<span class="fa-stack fa-2x">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-map-marked-alt fa-stack-1x fa-inverse"></i>
</span>
<h3>Travel / Tourism</h3>
<button
class="btn btn-danger"
data-toggle="modal"
data-target="#track_modal"
data-track="travel"
>
Suggested Problems
</button>
</div>
<div class="track-card col-md-4">
<span class="fa-stack fa-2x">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-laptop-medical fa-stack-1x fa-inverse"></i>
</span>
<h3>Healthcare</h3>
<button
class="btn btn-danger"
data-toggle="modal"
data-target="#track_modal"
data-track="healthcare"
>
Suggested Problems
</button>
</div>
<div class="track-card col-md-4">
<span class="fa-stack fa-2x">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-graduation-cap fa-stack-1x fa-inverse"></i>
</span>
<h3>Education</h3>
<button
class="btn btn-danger"
data-toggle="modal"
data-target="#track_modal"
data-track="education"
>
Suggested Problems
</button>
</div>
<div class="track-card col-md-4">
<span class="fa-stack fa-2x">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-industry fa-stack-1x fa-inverse"></i>
</span>
<h3>Industrial Automation</h3>
<button
class="btn btn-danger"
data-toggle="modal"
data-target="#track_modal"
data-track="industry"
>
Suggested Problems
</button>
</div>
<div class="track-card col-md-4">
<span class="fa-stack fa-2x">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-spa fa-stack-1x fa-inverse"></i>
</span>
<h3>Agriculture</h3>
<button
class="btn btn-danger"
data-toggle="modal"
data-target="#track_modal"
data-track="agriculture"
>
Suggested Problems
</button>
</div>
</div>
</section>
<section id="guide" class="guide">
<h1>Guidelines</h1>
<ul>
<li>
A team can be of maximum 4 and minimum 2 members.
</li>
<li>
The participants can be a student affiliated to any college.
</li>
<li>
Profile of participants will be recorded through a form and teams will
be short listed on the basis of: technical profile and the details of
the idea submitted. Giving link to personal projects is optional.
</li>
<li>
Shortlisted teams will arrive on the day of the hackathon and then
start coding on the problem statements they had submitted in the
participation form.
</li>
<li>
The identity of the participants submitted in this form will be
verified on the spot. If there is any sort of anomaly in identity or
credentials, then the participant will be disqualified.
</li>
<li>
Participants will be given vegetarian food and refreshments to help
them code their way through the night.
</li>
<li>
Participants need to bring their Laptops, chargers, mobile phones,
necessary hardware components for their prototype and other required
accessories.
</li>
<li>
No participant will be allowed to leave the premises during the
hackathon.
</li>
<li>
Basic Hardware components will be provided. Evive (electronic
prototyping hardware: <a href="https://evive.cc/">evive.cc</a>) will
be provided to the participants as per the availability.
</li>
<li>
Any misbehaviour, disrespectful behaviour, breaking of rules and
regulations, defamation of any other team, trying to disturb the
decorum of University or the event will lead to disqualification of
the team; all the rights to do so will remain in the hands of the
organizers.
</li>
<li>
Participants can use any open source software but they should not
violate the respective copyright of the software/s used.
</li>
</ul>
</section>
<section id="learning" class="learning">
<h1>Learning Centre</h1>
<ul>
<li>
<a href="https://thestempedia.com/product/evive">
The evive prototyping platform (which will be provided for hardware
hacks!)
</a>
</li>
<li>
<a href="https://thestempedia.com/product/dabble">
Dabble: One App for Sensing & Control
</a>
</li>
<li>
<a href="https://thestempedia.com/product/pictoblox">
Programming hardware with Pictoblox
</a>
</li>
</ul>
</section>
<section id="contact" class="contact">
<h1>Contact</h1>
<span style="text-decoration:underline;">Email address:</span>
<br />
<a href="mailto:[email protected]?subject=[ hackNUthon ] Query"
>
<br />
<br />
<span style="text-decoration:underline;">Contact Persons:</span>
<br />
Shrey Dabhi
<br />
Kartavya Soni
<br />
Bhavini Agrawal
<br />
Preyal Prajapati
</section>
<!-- modals -->
<div
class="modal fade"
id="track_modal"
tabindex="-1"
role="dialog"
aria-labelledby="modal_title"
aria-hidden="true"
>
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="modal_title"></h5>
<button
type="button"
class="close"
data-dismiss="modal"
aria-label="Close"
>
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body"></div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">
Close
</button>
</div>
</div>
</div>
</div>
<!-- /modals -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="main.js"></script>
</body>
</html>