-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
599 lines (478 loc) · 33.2 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
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Hack In Hub</title>
<link rel="icon" type="image/png" sizes="588x698" href="assets/img/logo%20small.png">
<link rel="icon" type="image/png" sizes="588x698" href="assets/img/logo%20small.png">
<link rel="icon" type="image/png" sizes="588x698" href="assets/img/logo%20small.png">
<link rel="icon" type="image/png" sizes="1080x1239" href="assets/img/logo.png">
<link rel="icon" type="image/png" sizes="1080x1239" href="assets/img/logo.png">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chango">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chau+Philomene+One">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Cinzel">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Coda">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Comfortaa">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Concert+One">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Convergence">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Cookie">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Cormorant+Garamond">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Cormorant+Upright">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:400,500">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.css">
<link rel="stylesheet" href="assets/css/styles.min.css">
<link rel="icon" type="image/ico" href="assets/img/logo.png" />
</head>
<body style="background-color: #c8e1ff;">
<div class="jumbotron jumbotron-fluid jumbotron-main" style="height: 100vh;width: 100%;background-image: url("assets/img/Explore.jpg");">
<div class="container center-vertically-holder" style="margin-top:-20px;">
<div class="row center-vertically">
<div class="col-md-8 offset-sm-0 offset-md-2 text-center" style="margin-top:100px;margin-bottom:100px;"><img src="assets/img/logo%20small.png" width="30%">
<h1 class="display-1 text-left" data-aos="fade-down" data-aos-duration="1000" data-aos-delay="700" id="hero-title" style="margin-bottom: 0;font-family: 'Chau Philomene One', sans-serif;letter-spacing: 22px;">HACK IN HUB</h1>
<p class="text-right" data-aos="fade-up" data-aos-duration="650" data-aos-delay="1450" id="hero-subtitle" style="margin-top: 19px;font-size: 7;font-family: Coda, cursive;letter-spacing: 8px;">Don't Wait. Iterate.</p>
<div class="text-nowrap text-right"><a href="#" target="_blank"><button class="btn btn-primary button" type="button" data-hover="HERE !" style="color: rgb(255,255,255);background-color: rgba(255,255,255,0);"><span style="color: rgb(255,255,255);">REGISTER ?</span></button></a></div>
</div>
</div>
</div>
</div>
<div id="about" class="highlight-clean" style="background-color: rgba(255,255,255,0);">
<div class="container">
<div class="intro">
<h2 class="text-center" data-aos="fade-down" data-aos-duration="500" data-aos-delay="550">About us</h2>
<p class="text-center" data-aos="fade-up" data-aos-duration="500" data-aos-delay="550" style="color: rgb(0,0,0);">A 28-hour long national level hackathon organised by department of Information Technology connecting young minds around the country.<br>A place for budding minds to get bloomed.<br>Getting into the hub will bring the best of your authentic
self<br>We are honoured to have Infoziant,a leading IT solutions and service provider as our associate partner.<br></p>
</div>
</div>
</div>
<div id="topic">
<div style="text-align:center;">
<h2 data-aos="zoom-in" data-aos-duration="500" data-aos-delay="400" class="divider-style"><span style="background-color: #c8e1ff;letter-spacing: 11px;font-family: 'Concert One', cursive;">Topics</span></h2>
</div>
<div id="box-2" style="background-image: url("assets/img/pngguru.com-id-bfdah.png");">
<div class="container">
<div class="row">
<div class="col-md-4" style="padding: 20px;">
<div class="card cards-shadown cards-hover" data-aos="flip-left" data-aos-duration="950">
<div class="card-header" style="background-color: #24292e;">
<div class="cardheader-text">
<h4 id="heading-card" style="font-family: Comfortaa, cursive;">Block chain</h4>
</div>
</div>
<div class="card-body">
<p class="card-text sub-text-color" style="font-family: Cookie, cursive;font-style: italic;"><em>Blockchain is a technology that allows individuals and companies to make instantaneous transactions on a network without any middlemen </em></p>
<p
class="card-text cardbody-sub-text" style="font-family: 'Chau Philomene One', sans-serif;"></p>
</div>
</div>
</div>
<div class="col-md-4" style="padding: 20px;">
<div class="card cards-shadown cards-hover" data-aos="flip-left" data-aos-duration="950">
<div class="card-header" style="background-color: #24292e;">
<div class="cardheader-text">
<h4 id="heading-card" style="font-family: Comfortaa, cursive;">AI</h4>
</div>
</div>
<div class="card-body">
<p class="card-text sub-text-color" style="font-family: Cookie, cursive;font-style: italic;"><em>Basically, artificial intelligence (AI) is the ability of a machine or a computer program to think and learn. </em></p>
<p
class="card-text cardbody-sub-text" style="font-family: 'Chau Philomene One', sans-serif;"></p>
</div>
</div>
</div>
<div class="col-md-4" style="padding: 20px;">
<div class="card cards-shadown cards-hover" data-aos="flip-left" data-aos-duration="950">
<div class="card-header" style="background-color: #24292e;">
<div class="cardheader-text">
<h4 id="heading-card" style="font-family: Comfortaa, cursive;">AR/VR/MR</h4>
</div>
</div>
<div class="card-body">
<p class="card-text sub-text-color" style="font-family: Cookie, cursive;font-style: italic;"><em>Augmented reality (AR) adds digital elements to a live view often by using the camera on a smartphone. In a mixed reality (MR) experience, which combines elements of both AR and VR, real-world and digital objects interact.</em></p>
<p
class="card-text cardbody-sub-text" style="font-family: 'Chau Philomene One', sans-serif;"></p>
</div>
</div>
</div>
<div class="col-md-4" style="padding: 20px;">
<div class="card cards-shadown cards-hover" data-aos="flip-left" data-aos-duration="950">
<div class="card-header" style="background-color: #24292e;">
<div class="cardheader-text">
<h4 id="heading-card" style="font-family: Comfortaa, cursive;">Machine Learning</h4>
</div>
</div>
<div class="card-body">
<p class="card-text sub-text-color" style="font-family: Cookie, cursive;font-style: italic;"><em>Machine learning is an application of artificial intelligence (AI) that provides systems the ability to automatically learn and improve from experience without being explicitly programmed. </em></p>
<p
class="card-text cardbody-sub-text" style="font-family: 'Chau Philomene One', sans-serif;"></p>
</div>
</div>
</div>
<div class="col-md-4" style="padding: 20px;">
<div class="card cards-shadown cards-hover" data-aos="flip-left" data-aos-duration="950">
<div class="card-header" style="background-color: #24292e;">
<div class="cardheader-text">
<h4 id="heading-card" style="font-family: Comfortaa, cursive;">IoT</h4>
</div>
</div>
<div class="card-body">
<p class="card-text sub-text-color" style="font-family: Cookie, cursive;font-style: italic;"><em>The Internet of Things (IoT) is a system of interrelated computing devices, mechanical and digital machines, objects, animals or people that are provided with unique identifiers and the ability to transfer data </em></p>
<p
class="card-text cardbody-sub-text" style="font-family: 'Chau Philomene One', sans-serif;"></p>
</div>
</div>
</div>
<div class="col-md-4" style="padding: 20px;">
<div class="card cards-shadown cards-hover" data-aos="flip-left" data-aos-duration="950">
<div class="card-header" style="background-color: #24292e;">
<div class="cardheader-text">
<h4 id="heading-card" style="font-family: Comfortaa, cursive;">Open innovation</h4>
</div>
</div>
<div class="card-body">
<p class="card-text sub-text-color" style="font-family: Cookie, cursive;font-style: italic;"><em>"Everybody has a creative potential and from the moment you can express this creative potential,you can start changing the world".Without any restrictions based on any particular field,you can build your own application which you think the world needs.</em><br></p>
<p
class="card-text cardbody-sub-text" style="font-family: 'Chau Philomene One', sans-serif;"></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="sch" style="text-align:center;">
<h2 data-aos="zoom-in" data-aos-duration="550" data-aos-delay="300" class="divider-style"><span style="background-color: #c8e1ff;font-family: 'Concert One', cursive;letter-spacing: 12px;">Schedule</span></h2>
</div>
<div id="box-1" style="background-image: url("Untitled design (2).png");background-position: bottom;">
<div data-aos="flip-left" data-aos-duration="500" data-aos-delay="400" style="padding: 30px;"><div class="container">
<div class="row">
<div class="timeline-centered">
<article class="timeline-entry">
<div class="timeline-entry-inner">
<time class="timeline-time" datetime="2014-01-10T03:45"><span>10 : 00 AM <br>to<br>12 : 00 AM</span> <span>12 SEP</span></time>
<div class="timeline-icon bg-success">
<i class="entypo-feather"></i>
</div>
<div class="timeline-label">
<h2><a href="#">DAY 1</a> <span></span></h2>
<p>Don't Wait. Iterate.</p>
</div>
</div>
</article>
<article class="timeline-entry left-aligned">
<div class="timeline-entry-inner">
<time class="timeline-time" datetime="2014-01-10T03:45"><span>10 : 00 AM <br>to<br>11 : 00 AM</span> <span></span></time>
<div class="timeline-icon bg-secondary">
<i class="entypo-suitcase"></i>
</div>
<div class="timeline-label">
<h2><a href="#">Gathering</a></h2>
<p>Welcoming guest<strong></strong></p>
</div>
</div>
</article>
<article class="timeline-entry">
<div class="timeline-entry-inner">
<time class="timeline-time" datetime="2014-01-10T03:45"><span>11 : 00 AM</span> <span></span></time>
<div class="timeline-icon bg-warning">
<i class="entypo-camera"></i>
</div>
<div class="timeline-label">
<h2><a href="#">KICK OFF</a> <span></span> <a href="#"></a></h2>
<blockquote>Hackathon Starts</blockquote>
</div>
</div>
</article>
<article class="timeline-entry left-aligned">
<div class="timeline-entry-inner">
<time class="timeline-time" datetime="2014-01-10T03:45"><span> 01 : 00 AM <br>to<br> 02 : 00 PM</span> <span></span></time>
<div class="timeline-icon bg-secondary">
<i class="entypo-suitcase"></i>
</div>
<div class="timeline-label">
<h2><a href="#">Lunch</a></h2>
<p>Lunch will be provided by us. </p>
</div>
</div>
</article>
<article class="timeline-entry">
<div class="timeline-entry-inner">
<time class="timeline-time" datetime="2014-01-10T03:45"><span>03 : 00 PM</span> <span></span></time>
<div class="timeline-icon bg-warning">
<i class="entypo-camera"></i>
</div>
<div class="timeline-label">
<h2><a href="#">First Round of Evaluation</a> <span></span> <a href="#"></a></h2>
<blockquote>In this round your basic layout of the project is evaluvated</blockquote>
</div>
</div>
</article>
<article class="timeline-entry left-aligned">
<div class="timeline-entry-inner">
<time class="timeline-time" datetime="2014-01-10T03:45"><span>04 : 00 PM</span> <span></span></time>
<div class="timeline-icon bg-secondary">
<i class="entypo-suitcase"></i>
</div>
<div class="timeline-label">
<h2><a href="#">Evening Break</a></h2>
<p>Let's get some rest. <strong></strong></p>
</div>
</div>
</article>
<article class="timeline-entry">
<div class="timeline-entry-inner">
<time class="timeline-time" datetime="2014-01-10T03:45"><span>08 : 30 PM<br>to<br>09 : 30 PM</span> <span></span></time>
<div class="timeline-icon bg-warning">
<i class="entypo-camera"></i>
</div>
<div class="timeline-label">
<h2><a href="#">Dinner</a> <span></span> <a href="#"></a></h2>
<blockquote>Dinner will be provided by us.</blockquote>
</div>
</div>
</article>
<article class="timeline-entry left-aligned">
<div class="timeline-entry-inner">
<time class="timeline-time" datetime="2014-01-10T03:45"><span>09 : 30 PM</span> <span></span></time>
<div class="timeline-icon bg-secondary">
<i class="entypo-suitcase"></i>
</div>
<div class="timeline-label">
<h2><a href="#">Second Round of Evaluation</a></h2>
<p>In this round your prototype should be finished.<strong></strong></p>
</div>
</div>
</article>
<article class="timeline-entry">
<div class="timeline-entry-inner">
<time class="timeline-time" datetime="2014-01-10T03:45"><span>11 : 00 PM</span> <span></span></time>
<div class="timeline-icon bg-warning">
<i class="entypo-camera"></i>
</div>
<div class="timeline-label">
<h2><a href="#">
Mentor Access</a> <span></span> <a href="#"></a></h2>
<blockquote>Let's have some fun.</blockquote>
</div>
</div>
</article>
<article class="timeline-entry left-aligned">
<div class="timeline-entry-inner">
<time class="timeline-time" datetime="2014-01-10T03:45"><span>12 : 00 AM<br>to<br> 03 : 00 PM</span> <span>13 SEP</span></time>
<div class="timeline-icon bg-secondary">
<i class="entypo-suitcase"></i>
</div>
<div class="timeline-label">
<h2><a href="#">Day 2</a></h2>
<p>Don't wait. iterate.<strong></strong></p>
</div>
</div>
</article>
<article class="timeline-entry">
<div class="timeline-entry-inner">
<time class="timeline-time" datetime="2014-01-10T03:45"><span>08 : 00 AM</span> <span></span></time>
<div class="timeline-icon bg-warning">
<i class="entypo-camera"></i>
</div>
<div class="timeline-label">
<h2><a href="#">Breakfast</a> <span></span> <a href="#"></a></h2>
<blockquote>Breakfast will be provided by us.</blockquote>
</div>
</div>
</article>
<article class="timeline-entry left-aligned">
<div class="timeline-entry-inner">
<time class="timeline-time" datetime="2014-01-10T03:45"><span>12 : 00 PM<br>to<br>01 : 00 PM</span> <span></span></time>
<div class="timeline-icon bg-secondary">
<i class="entypo-suitcase"></i>
</div>
<div class="timeline-label">
<h2><a href="#">Lunch</a></h2>
<p>Lunch will be provided by us.<strong></strong></p>
</div>
</div>
</article>
<article class="timeline-entry">
<div class="timeline-entry-inner">
<time class="timeline-time" datetime="2014-01-10T03:45"><span>01 : 30 PM</span> <span></span></time>
<div class="timeline-icon bg-warning">
<i class="entypo-camera"></i>
</div>
<div class="timeline-label">
<h2><a href="#">Final Evaluation</a> <span></span> <a href="#"></a></h2>
<blockquote>Full project will be evaluated</blockquote>
</div>
</div>
</article>
<article class="timeline-entry left-aligned">
<div class="timeline-entry-inner">
<time class="timeline-time" datetime="2014-01-10T03:45"><span>03 : 00 PM</span> <span></span></time>
<div class="timeline-icon bg-secondary">
<i class="entypo-suitcase"></i>
</div>
<div class="timeline-label">
<h2><a href="#">Closing Ceremony</a></h2>
<p>Thanks for coming...<strong></strong></p>
</div>
</div>
</article>
<article class="timeline-entry begin">
<div class="timeline-entry-inner">
<div class="timeline-icon" style="-webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg);">
<i class="entypo-flight"></i>
</div>
</div>
</article>
</div>
</div>
</div></div>
</div>
</div>
<div class="col" id="faq">
<section id="faq" style="padding: 2px;margin: 11px; z-index:1;">
<hr class="star-dark mb-5">
<h2 class="text-uppercase text-center" data-aos="zoom-out" data-aos-duration="550" data-aos-delay="450" style="font-size: 48;font-family: Cinzel, serif;font-weight: bold;">FAQ</h2><br >
<div class="container">
<div class="faqelement"><button class="btn btn-primary faq on" data-aos="slide-right" data-aos-duration="450" data-aos-delay="450" type="button" style="box-shadow: none;background-color: #24292e;color: rgb(255,255,255);">What is Hack in Hub?</button>
<div class="panel">
<p>Hack in Hub'19 is a 28 hour hackathon an endless creativity, Students are challenged to showcase their talents by creating projects following their passions.</p>
</div>
</div><br >
<div class="faqelement"><button class="btn btn-primary faq on" data-aos="slide-left" data-aos-duration="450" data-aos-delay="450" type="button" style="box-shadow: none;background-color: #24292e;color: rgb(255,255,255);">Who should attend?</button>
<div class="panel">
<p>2nd,3rd and 4th year students pursuing B.E/B.Tech are eligoble to attend this hackathon.</p>
</div>
</div><br >
<div class="faqelement"><button class="btn btn-primary faq on" data-aos="slide-right" data-aos-duration="450" data-aos-delay="450" type="button" style="box-shadow: none;background-color: #24292e;color: rgb(255,255,255);">How do I register?</button>
<div class="panel">
<p>Participants can register themselves for the hackathon through <a href="reg.html">here</a></p>
</div>
</div><br >
<div class="faqelement"><button class="btn btn-primary faq on" data-aos="slide-left" data-aos-duration="450" data-aos-delay="450" type="button" style="box-shadow: none;background-color: #24292e;color: rgb(255,255,255);">Is there a registration fee required for participation?</button>
<div
class="panel">
<p>Come to hack with new hardware and tech all in the name of doing something crazy and fantastic free of cost.</p>
</div>
</div><br >
<div class="faqelement"><button class="btn btn-primary faq on" data-aos="slide-right" data-aos-duration="450" data-aos-delay="450" type="button" style="box-shadow: none;background-color: #24292e;color: rgb(255,255,255);">When is the deadline for application?</button>
<div
class="panel">
<p>We will update soon.</p>
</div>
</div><br >
<div class="faqelement"><button class="btn btn-primary faq on" data-aos="slide-left" data-aos-duration="450" data-aos-delay="450" type="button" style="box-shadow: none;background-color: #24292e;color: rgb(255,255,255);">What should I bring?</button>
<div class="panel">
<p>Bring your laptops,mobilephones and other hardware and software requirements,Internet will be provided at the venue.</p>
</div>
</div><br >
<div class="faqelement"><button class="btn btn-primary faq on" data-aos="slide-right" data-aos-duration="450" data-aos-delay="450" type="button" style="box-shadow: none;background-color: #24292e;color: rgb(255,255,255);">What about food?</button>
<div class="panel">
<p>Food will be provided at the college premises.</p>
</div>
</div><br >
<div class="faqelement"><button class="btn btn-primary faq on" data-aos="slide-left" data-aos-duration="450" data-aos-delay="450" type="button" style="box-shadow: none;background-color: #24292e;color: rgb(255,255,255);">What is the goal of the hackathon?</button>
<div class="panel">
<p>We want to create an environment that embraces new ideas and technology solutions. A place where technology designers and developers can provide solutions to various problems in industry.<br></p>
</div>
</div><br >
<div class="faqelement"><button class="btn btn-primary faq on" data-aos="slide-right" data-aos-duration="450" data-aos-delay="450" type="button" style="box-shadow: none;background-color: #24292e;color: rgb(255,255,255);">How do I form or join a team and Why? </button>
<div
class="panel">
<p>A team contain can maximum of 4 members. All the team members must be from the same institution.</p>
</div>
</div><br >
<div class="faqelement"><button class="btn btn-primary faq on" data-aos="slide-left" data-aos-duration="450" data-aos-delay="450" type="button" style="box-shadow: none;background-color: #24292e;color: rgb(255,255,255);">Should I form a team before the event?</button>
<div
class="panel">
<p>Yes.Registration should be done as a team,no individual registrations are allowed.</p>
</div>
</div><br >
<div class="faqelement"><button class="btn btn-primary faq on" data-aos="slide-right" data-aos-duration="450" data-aos-delay="450" type="button" style="box-shadow: none;background-color: #24292e;color: rgb(255,255,255);">Who owns my project and IP?</button>
<div class="panel">
<p>Your project will be uploaded to the git hub.</p>
</div>
</div><br >
<div class="faqelement"><button class="btn btn-primary faq on" data-aos="slide-left" data-aos-duration="450" data-aos-delay="450" type="button" style="box-shadow: none;background-color: #24292e;color: rgb(255,255,255);">Where will the event be held and when it will start?</button>
<div
class="panel">
<p>The event will be held at the following venue and see the schedule details <a href="index.html">here.</a></p>
</div>
</div><br >
<div class="faqelement"><button class="btn btn-primary faq on" data-aos="slide-right" data-aos-duration="450" data-aos-delay="450" type="button" style="box-shadow: none;background-color: #24292e;color: rgb(255,255,255);">What is the expected output of the event and how are the final presentations going to look like?</button>
<div
class="panel">
<p><br><br>Expected output: An optimal solution for the chosen a domain that is fully implemented.<br><br>Final presentation: Should contain the selected domain,proposed solution,tech stack used,What is uniqueness about the solution.<br><br></p>
</div>
</div><br >
<div class="faqelement"><button class="btn btn-primary faq on" data-aos="slide-left" data-aos-duration="450" data-aos-delay="450" type="button" style="box-shadow: none;background-color: #24292e;color: rgb(255,255,255);">Is there reimbursement for travel?</button>
<div class="panel">
<p>No.</p>
</div>
</div><br >
<div class="faqelement"><button class="btn btn-primary faq on" data-aos="slide-right" data-aos-duration="450" data-aos-delay="450" type="button" style="box-shadow: none;background-color: #24292e;color: rgb(255,255,255);">Can I apply to multiple challenges?</button>
<div class="panel">
<p>yes.</p>
</div>
</div><br >
<div class="faqelement"><button class="btn btn-primary faq on" data-aos="slide-right" data-aos-duration="450" data-aos-delay="450" type="button" style="box-shadow: none;background-color: #24292e;color: rgb(255,255,255);">Continous hackathon?</button>
<div class="panel">
<p>yes.</p>
</div>
</div><br >
<div class="faqelement"><button class="btn btn-primary faq on" data-aos="slide-left" data-aos-duration="450" data-aos-delay="450" type="button" style="box-shadow: none;background-color: #24292e;color: rgb(255,255,255);">What are the accommodation facilities offered for external participants?</button>
<div
class="panel">
<p>It depends upon the sponsors wish. They will offer internships for selected members.</p>
</div>
</div><br ></div>
</section>
</div>
<div style="padding: 20px;">
<h1 data-aos="fade-right" data-aos-duration="550" data-aos-delay="500">Rules</h1>
<p data-aos="fade-right" data-aos-duration="550" data-aos-delay="500">1) This is a team participation hackathon. You can have at most 4 members in your team.<br><br>2) All the team members must be from the same institution.<br><br>3) The hackathon will start at Sep 12, 2019 10:00 AM IST and end
at Sep 13, 2019 03:00 PM IST, you work on your hack during the allotted time only.<br><br>4) It's a physical hackathon, the venue is<br>Sairam Institute of technology,Sai leo Nagar,West Tambaram Chennai, Tamil Nadu 600044, India.(
<a
href="https://www.google.com/maps/place/SIGMA+Auditorium/@12.960857,80.0534525,17z/data=!4m8!1m2!2m1!1ssri+sairam+sigma+auditorium!3m4!1s0x0:0xfba22224ca8fdb29!8m2!3d12.9595572!4d80.0564175"><strong><span style="text-decoration: underline;">SIGMA Auditorium</span></strong></a>)<br><br>5) There are 6 themes of the hackathon, you must submit a hack that is in one of these themes.<br><br>6) Once the hackathon starts,
you will get an option to submit your hack, you can submit as many times as you want, the last hack will be considered as the final submission.<br><br>7) You are expected to come up with new and innovative ideas, any idea that has
been copied from somewhere will be disqualified.<br><br>8) Your project must be developed entirely during the Hackathon duration. You may use open source libraries and other freely available systems / services such as Google Maps,
Facebook Connect, Twitter feeds etc.<br><br>9) The intellectual property of your code belongs only to your team.<br><br>10) Teams can gain advice and support from organizers, volunteers, sponsors, and others.<br><br>11) Teams will
be disqualified from the competition for breaking the competition Rules, breaking the Code of Conduct, or any unsporting behaviours. The verdict of the organizers in this regard shall be final and binding.</p>
</div>
<footer id="con">
<div class="row">
<div class="col-sm-6 col-md-4 footer-navigation">
<h3><a href="#">Hack In <span>Hub</span></a></h3>
<p class="links"><a href="#">Home</a><strong> · </strong><a href="#about">About us</a><strong> · </strong><a href="#topic">Topics</a><strong> · </strong><a href="#sch">Schedule</a><strong> · </strong><a href="#faq">FAQ</a><strong> · </strong><a href="#con">Contact</a></p>
<p
class="company-name">HACK IN HUB © 2019</p>
</div>
<div class="col-sm-6 col-md-4 footer-contacts">
<div><span class="fa fa-map-marker footer-contacts-icon"> </span>
<p><span class="new-line-span">Sai leo nagar,</span>West Tambaram, Chennai-44</p>
</div>
<div><i class="fa fa-phone footer-contacts-icon"></i>
<p class="footer-center-info email text-left">+91 8248 62220</p>
</div>
<div><i class="fa fa-envelope footer-contacts-icon"></i>
<p> <a href="#" target="_blank">[email protected]</a></p>
</div>
</div>
<div class="clearfix"></div>
<div class="col-md-4 footer-about">
<h4>About the Hackathon</h4>
<p class="text-justify" style="font-family: Cookie, cursive;">A 28-hour long national level hackathon organised by department of Information Technology connecting young minds around the country. A place for budding minds to get bloomed. Getting into the hub will bring the best of your authentic self
We are honoured to have Infoziant,a leading IT solutions and service provider as our associate partner.<br></p>
<div class="social-links social-icons"><a href="https://www.facebook.com/Hack-In-Hub-2k19-109984273668661/" target="_blank"><i class="fa fa-facebook"></i></a><a href="https://twitter.com/hub_hack" target="_blank"><i class="fa fa-twitter"></i></a><a href="https://www.linkedin.com/company/hackinhub-19"
target="_blank"><i class="fa fa-linkedin"></i></a><a href="https://www.instagram.com/hackinhub_2k19/" target="_blank"><i class="fa fa-instagram"></i></a></div>
</div>
</div>
</footer><audio autoplay="" loop=""><source src="http://hackinhub.com/music.mp3" type="audio/mpeg"></audio><script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script><div id="particles-js">
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.js"></script>
<script src="assets/js/script.min.js"></script>
</body>
</html>