This repository was archived by the owner on Oct 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
799 lines (672 loc) · 31.3 KB
/
index.html
File metadata and controls
799 lines (672 loc) · 31.3 KB
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
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Didact+Gothic|Sawarabi+Gothic&display=swap" rel="stylesheet">
<link rel="stylesheet" href="resources/css/styles.css">
<title>Hackatron..</title>
<style>
.top {
background-color: #2a0268;
/*
background-image:url("");
background-repeat:no-repeat;
background-size:contain;
background-position: center;
border:none;
height: auto;
*/
}
</style>
<!--my styles-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<link href="g.css" rel="stylesheet">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</head>
<body >
<!--Includes -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta.2/css/bootstrap.css" rel="stylesheet"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<!----preloader--
<div class="preloader">
<div class="body">
<span>
<span></span>
<span></span>
<span></span>
<span></span>
</span>
<div class="base">
<span></span>
<div class="face"></div>
</div>
</div>
<div class="longfazers">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<h1 class="h1">WELCOME TO HACKTRON-BIT Sindri</h1>
</div>
<!---preloader end-->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top " id="hero-nav">
<div class="logo">
<a class="navbar-brand" style="color:#fffffb;" href="https://bitsindri.ac.in/"><img style="width:1.8em;height:auto;" src="resources/images/organizing-logo1.png" alt="BIT Sindri"></a>
<a class="navbar-brand" style="color:#fffffb;" href="https://dev-society.github.io"><img style="width:2.7em;height:auto;" src="resources/images/organizing-logo2.png" alt="Developer's Society"></a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link " style="color:#fffffb;" href="#about">About <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link " style="color:#fffffb;" href="#mascot">Mascot</a>
</li>
<li class="nav-item">
<a class="nav-link " style="color:#fffffb;" href="#problems">Problems</a>
</li>
<li class="nav-item">
<a class="nav-link "style="color:#fffffb;" href="#timeline">Timeline</a>
</li>
<li class="nav-item">
<a class="nav-link "style="color:#fffffb;" href="#prizes">Prizes</a>
</li>
<li class="nav-item">
<a class="nav-link "style="color:#fffffb;" href="#faq">FAQ</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link "style="color:#fffffb;" href="#judges">Judges</a>
</li>
<li class="nav-item">
<a class="nav-link "style="color:#fffffb;" href="#sponsors">Sponsors</a>
</li>
-->
<li class="nav-item">
<a class="nav-link "style="color:#fffffb;" href="#footer">Contact Us</a>
</li>
</ul>
</div>
</nav>
<div class="top">
<section >
</section>
<section class="text-center">
<div class="container">
<div class="row">
<!-- <div class="col-sm-1"> -->
</div>
<div class="col-sm-12 mt-5">
<!--
<div class="hero-text">
<h1 style="color:#fffffb; font-family: 'Sawarabi Gothic', cursive;" class="cover-heading">Developer's Society <br> </h1> <h1> BIT Sindri </h1>
<h3 style="font-family: 'Sawarabi Gothic', cursive;color:#fffffb;">presents..</h3>
-->
<img src="resources/images/header-bg.png" class="header-img img-fluid">
<div class="typewriter" style="color:#fffffb;">
<h5>Design. Debug. Deploy.</h5>
<br><br>
</div>
<h3 style="color:#fffffb;">16th - 17th November 2019</h3>
<h2 style="color:#fffffb;">BIT Sindri , Dhanbad</h2>
<br>
<h4 style="color:#fffffb;">Organized by Hackathon and Coding Club</h4><br>
<p class="lead">
<a href="#" class="btn btn-lg btn-secondary">
<svg class="logo" xmlns="http://www.w3.org/2000/svg" fill="#fff"
viewBox="0 0 115.46 123.46" style="height:1.2em;width:auto;margin-right:8px">
<path d="M115.46 68a55.43 55.43 0 0 1-50.85 55.11S28.12 124 16 123a12.6 12.6 0 0 1-10.09-7.5 15.85 15.85 0 0 0 5.36 1.5c4 .34 10.72.51 20.13.51 13.82 0 28.84-.38 29-.38h.26a60.14 60.14 0 0 0 54.72-52.47c.05 1.05.08 2.18.08 3.34z" />
<path d="M110.93 55.87A55.43 55.43 0 0 1 60.08 111s-36.48.92-48.58-.12C5 110.29.15 104.22 0 97.52l.2-83.84C.38 7 5.26.94 11.76.41c12.11-1 48.59.12 48.59.12a55.41 55.41 0 0 1 50.58 55.34z" />
</svg>
Register with Devfolio</a>
</p>
</div>
<!-- <div class="col-sm-1"> -->
</div>
</div>
</div>
</section>
</div>
<!-- first section -->
<section class ="about-hackatron" id= "about">
<section >
<div class=" text-center">
<br><br>
<h1 style="font-family: 'Sawarabi Gothic';" >What is Hackatron ?</h1>
<br><br>
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
<img style="width:25em; height:auto; position:relative;" src="resources/images/about.png" alt="">
</div>
<div class="col-md-8">
<p style="text-align:justify;">Hackatron is an attempt made by the Hackathon and Coding Club (HnCC), BIT Sindri to bring out the developer hidden inside a student, by providing a platform to showcase the skills and stand out of the crowd. We believe that given proper resources, anything is possible. The raison d'être of Hackatron is to introduce students to the open-source community and its benefits. In Hackatron, participants are encouraged to come up with novel solutions to brainstorming problems and collaborate to design unique solutions to some real-world problems. We believe that people with passion can change the world for the better and that those people who are crazy enough to think that they can change the world, are the ones who actually do. So, it is a call for all the geeks out there, come, be a part of this event and make a dent in this universe. All you have to do is to DESIGN, DEBUG and DEPLOY.
</div>
</div>
</div>
</section>
</section>
<!-- second section -->
<section class="mascot" id="mascot">
<section>
<div class=" text-center">
<br><br>
<h1 style="font-family: 'Sawarabi Gothic', cursive;">Say Hello to Our Mascot:<br> Slothy, the Hacker</h1>
<br><br>
</div>
<div class="container">
<div class="row">
<div class="col-md-5">
<img src="resources/images/mascot.png">
</div>
<div class="col-md-7">
<p>
Meet Slothy. He is a hacker. He is lazy. Oh, Wait! Don't think of him as some ordinary sloth. He learns technical stuff by hacking i.e exploring and learning on the go.<br>
He doesn't lose his confidence whenever any problem arrives. All he does is to hack to get to the problem. Be like Slothy.
<br>
He will help you throughout the hackatron, in case you stumble upon any problem. Ask to Sloth anything without any hesitance.
</p>
<br><br><br>
</div>
</div>
</div>
</section>
</section>
<section class="hack" id="problems">
<div class=" text-center">
<br><br><br>
<h1 style="font-family: 'Sawarabi Gothic', cursive;">Problem Tracks </h1>
<br><br>
</div>
<h2 style="text-align: center;"> For more details , refer to the details book <a href="resources/docs/problem-statements.pdf" target="_blank" >here</a> . </h2>
<div class="container ">
<div class="row">
<div class="col-md-3 d-flex align-items-stretch">
<div class="card">
<img src="resources/images/healthcare.png" alt="Avatar" style="width:100%">
<div class="container">
<h4><b>Quality Healthcare</b></h4>
<p>Develop a solution for obtaining quality healthcare across all strata of society.</p>
</div>
</div>
</div>
<div class="col-md-3 d-flex align-items-stretch">
<div class="card">
<img src="resources/images/inventory.png" alt="Avatar" style="width:100%">
<div class="container">
<h4><b>Inventory Management System for The College</b></h4>
<p>To fulfill the needs of Staffs , IT Admin , Management.</p>
</div>
</div>
</div>
<div class="col-md-3 d-flex align-items-stretch">
<div class="card">
<img src="resources/images/studentmanagement.png" alt="Avatar" style="width:100%">
<div class="container">
<h4><b>Student Management System for the College</b></h4>
<p>Software designed to automate college diverse operations.</p>
</div>
</div>
</div>
<div class="col-md-3 d-flex align-items-stretch">
<div class="card">
<img src="resources/images/rural.png" alt="Avatar" style="width:100%">
<div class="container">
<h4><b>Rural Exposure</b></h4>
<p>Device a solution to solve multidimensional problems faced by the rural people who do not live in concentrated masses.</p>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="container ">
<div class="row">
<div class="col-md-3 d-flex align-items-stretch">
<div class="card">
<img src="resources/images/smartcity.png" alt="Avatar" style="width:100%">
<div class="container">
<h4><b>Smart City</b></h4>
<p>The solutions to a Smart City project include city improvement , city renewal and city extension using technology.</p>
</div>
</div>
</div>
<div class="col-md-3 d-flex align-items-stretch">
<div class="card">
<img src="resources/images/roadways.png" alt="Avatar" style="width:100%">
<div class="container">
<h4><b>Efficient Roadways</b></h4>
<p>To improve the situation of roadways , traffic and crowd management.</p>
</div>
</div>
</div>
<div class="col-md-3 d-flex align-items-stretch">
<div class="card">
<img src="resources/images/women.png" alt="Avatar" style="width:100%">
<div class="container">
<h4><b>Crime against Women</b></h4>
<p>Design and implement a solution to tackle these type of crimes in all the areas.</p>
</div>
</div>
</div>
<div class="col-md-3 d-flex align-items-stretch">
<div class="card">
<img src="resources/images/openinnovation.png" alt="Avatar" style="width:100%">
<div class="container">
<h4><b>Open Innovation</b></h4>
<p>Design and Deploy a solution to the day to day problems faced by people.</p>
</div>
</div>
</div>
</div>
</div>
<br><br><br>
</section>
<!-- third section -->
<section class="mt-5 mb-5" id="timeline">
<div class="container time">
<div class=" text-center">
<h1 style="font-family: 'Sawarabi Gothic', cursive;">Timeline</h1>
<br><br><br>
</div>
<div class="row">
<div class="col-md-12">
<div class="main-timeline7">
<div class="timeline">
<div class="timeline-icon"><i class="fa fa-globe"></i></div>
<span class="year">28th October - 8th November 2019</span>
<div class="timeline-content">
<h5 class="title">Registration and Idea Submission Period</h5>
<p class="description">
Register through Devfolio link.
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><i class="fa fa-rocket"></i></div>
<span class="year">10th November</span>
<div class="timeline-content">
<h5 class="title">Teams for grand finale announced</h5>
<p class="description">
Teams will be notified by email / website and will have to confirm the presence.
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><i class="fas fa-clipboard-check"></i></div>
<span class="year">12th November</span>
<div class="timeline-content">
<h5 class="title">Confirmation by shortlisted teams for grand finale</h5>
<p class="description">
Shortlisted teams need to confirm their participation in the grand finale through email.<p style=" color: red;"> Final list of teams will be released on November 13th, 2019. </p>
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><i class="fas fa-laptop-code"></i></div>
<span class="year">16th November : 10:00 AM</span>
<div class="timeline-content">
<h5 class="title">Hacking Starts</h5>
<p class="description">
Hackathon Starts with an inaugration ceremony 10:00 AM - 12:00 PM .
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"> <i class="fas fa-drum"></i></div>
<span class="year">17th November: 12:00 AM</span>
<div class="timeline-content">
<h5 class="title">Fun Activities</h5>
<p class="description">
A cultural performance for recreation.
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><i class="fas fa-award"></i> </div>
<span class="year">17th November: 12:00 PM</span>
<div class="timeline-content">
<h5 class="title">Hackathon Ends</h5>
<p class="description">
Hackers are judged and this hackathon ends with prize ceremony.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
</section>
<!-- new section -->
<section class="sec">
<div class=" text-center">
<br><br><br>
<h1 style="font-family: 'Sawarabi Gothic'; color: #fffffb">Prizes </h1>
<br><br>
</div>
<section class="prizes" id="prizes">
<div class=" ">
<div class="row">
<div class="col-sm">
<div class="card">
<img src="resources/images/1st.png" alt="Avatar" style="width:100%">
<div class="container">
<h4 style="color: #232226"><b>INR 25000</b></h4>
</div>
</div>
</div>
<div class="col-sm">
<div class="card">
<img src="resources/images/2nd.png" alt="Avatar" style="width:100%">
<div class="container">
<h4 style="color: #232226" ><b>INR 15000</b></h4>
</div>
</div>
</div>
<div class="col-sm">
<div class="card">
<img src="resources/images/3rd.png" alt="Avatar" style="width:100%">
<div class="container">
<h4 style="color: #232226"><b>INR 10000</b></h4>
</div>
</div>
</div>
<div class="col-sm">
<div class="card">
<img src="resources/images/4th-prize.png" alt="Avatar" style="width:100%">
<div class="container">
<h4 style="color: #232226"><b>INR 3000</b></h4>
</div>
</div>
</div>
<div class="col-sm">
<div class="card">
<img src="resources/images/5th-prize.png" alt="Avatar" style="width:100%">
<div class="container">
<h4 style="color: #232226"><b>INR 2000</b></h4>
</div>
</div>
</div>
</div>
</div>
<br><br><br><br><br><br>
</section>
</section>
<!--
<section class="hack">
<div class=" text-center">
<br><br><br>
<h1 style="font-family: 'Sawarabi Gothic', cursive;">Judges </h1>
<br><br>
</div>
<div class="container ">
<div class="row">
<div class="col-sm">
<div class="card">
<img src="resources/images/man.jpg" alt="Avatar" style="width:100%">
<div class="container">
<h4><b>John Doe</b></h4>
<p>Architect & Engineer</p>
</div>
</div>
</div>
<div class="col-sm">
<div class="card">
<img src="resources/images/man.jpg" alt="Avatar" style="width:100%">
<div class="container">
<h4><b>John Doe</b></h4>
<p>Architect & Engineer</p>
</div>
</div>
</div>
<div class="col-sm">
<div class="card">
<img src="resources/images/man.jpg" alt="Avatar" style="width:100%">
<div class="container">
<h4><b>John Doe</b></h4>
<p>Architect & Engineer</p>
</div>
</div>
</div>
</div>
</div>
<br><br><br><br>
</section>
<section class="sec">
<div class=" text-center">
<br><br><br>
<h1 style="font-family: 'Sawarabi Gothic';">Sponsor </h1>
<br><br>
</div>
<section>
<div class="container ">
<div class="row">
<div class="col-sm">
<div class="card">
<img src="resources/images/man.jpg" alt="Avatar" style="width:100%">
<div class="container">
<h4><b>John Doe</b></h4>
<p>Architect & Engineer</p>
</div>
</div>
</div>
<div class="col-sm">
<div class="card">
<img src="resources/images/man.jpg" alt="Avatar" style="width:100%">
<div class="container">
<h4><b>John Doe</b></h4>
<p>Architect & Engineer</p>
</div>
</div>
</div>
<div class="col-sm">
<div class="card">
<img src="resources/images/man.jpg" alt="Avatar" style="width:100%">
<div class="container">
<h4><b>John Doe</b></h4>
<p>Architect & Engineer</p>
</div>
</div>
</div>
</div>
</div>
</section>
<br><br><br>
</section>
-->
<section class="faq" id="faq">
<div class="hack">
<div class=" text-center">
<br><br>
<h1 style="font-family: 'Sawarabi Gothic';">Frequently Asked Questions </h1>
<br>
<h2>For more details , refer to the rulebook <a href="resources/docs/rulebook.pdf" target="_blank" >here</a> .</h2>
<br><br>
<div id="accordion">
<div class="card">
<div class="card-header" id="headingOne">
<h5 class="mb-0">
<button class="btn btn-link" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
How many members can my team have?
</button>
</h5>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
<div class="card-body">
Team can consist of minimum 2 members and a maximum of 4 members.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTwo">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Is there any cost of fooding and lodging ?
</button>
</h5>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordion">
<div class="card-body">
The fooding and lodging is absolutely free to the teams reaching the final on-campus round being held at BIT Sindri, Dhanbad. You will enjoy the snacking sessions between your journey of hacking.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingThree">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
What type of hacks are allowed in the hackathon ?
</button>
</h5>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordion">
<div class="card-body">
It is a software and software - hardware mixed hackathon. All the submissions must be in the form of Web Applications or mobile applications etc. or any GUI based application.Or can be microcontroller based system.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFour">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
Who can come in this hackthon?
</button>
</h5>
</div>
<div id="collapseFour" class="collapse" aria-labelledby="headingFour" data-parent="#accordion">
<div class="card-body">
Each college can nominate a maximum of 2 teams.
The team members can be from different Academic Levels (Years/Programme).
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFive">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseFive" aria-expanded="false" aria-controls="collapseFive">
This is my first time , Should I apply or not?
</button>
</h5>
</div>
<div id="collapseFive" class="collapse" aria-labelledby="headingFive" data-parent="#accordion">
<div class="card-body">
Believe us! Hackatron is the best place to start your development journey and give a boost to your development portfolio.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingSix">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseSix" aria-expanded="false" aria-controls="collapseSix">
What is the total charge for participating in this hackathon ?
</button>
</h5>
</div>
<div id="collapseSix" class="collapse" aria-labelledby="headingSix" data-parent="#accordion">
<div class="card-body">
Nothing. Nada. Zero. The application is absolutely free. You just have to arrange your travel to the flourishing campus of BIT Sindri.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingSeven">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven">
How can I come to BIT Sindri, Dhanbad ?
</button>
</h5>
</div>
<div id="collapseSeven" class="collapse" aria-labelledby="headingSeven" data-parent="#accordion">
<div class="card-body">
Dhanbad Railway Station is connected to the major Railway Stations across the country. After that local train/auto can be accessed to arrive at Sindri.
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-------footer section--------->
<div class="sec" id="footer">
<footer class="main_footer">
<h5 style="text-align: center;">Developed with <i class="fas fa-heart"></i> by HnCC Team.</h5>
<div class="container">
<div class="row">
<div class="col-md-8 col-lg-4 footer_block">
<a href="index.html"><img src="pics/bitss2.png" alt=""></a>
<p class="copy">
<br>
<img src="resources/images/hackatron-logo.png" style=" height:4em; width:auto;"><br><br>
<i class="far fa-copyright"></i>
HACKATRON 2019 <br>
HnCC, BIT Sindri<br>
Dhanbad - 828123
</p>
</div>
<!-- <div class="col-md-6 col-lg-3 footer_block">
<h3 class="footer_block_title">ABOUT US</h3>
<p>Hackatron is the official hackathon of <br>
Birsa Institute of Technology , Sindri<br>
HnCC is the official Hackathon and Coding Club.
</div>
-->
<div class="col-md-8 col-lg-4 footer_block">
<br>
<h3 class="footer_block_title">CONTACT US</h3>
<h5> 7700873795 <br>
<a href="mailto:hnccbits@gmail.com">hnccbits@gmail.com</a> </h5>
<h3><a href="https://goo.gl/maps/qeEcQMWBvRuAgUNJ6"><i class="fas fa-map-marked-alt"></i></a></h3>
</div>
<br>
<div class="col-md-8 col-lg-4 footer_block">
<div class="social_wg">
<br>
<h3 class="footer_block_title">SOCIALS</h6>
<h3>
<a href="https://www.facebook.com/devsoc.bit/"><i class="fab fa-facebook-square"></i></a>
<a href="https://www.github.com/dev-society"><i class="fab fa-github"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a></h3>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- END main_footer -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5db423a978ab74187a5ba21d/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
<script type="text/javascript" src="resources/js/scripts.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="crossorigin="anonymous"></script>
<script src="resources/js/pl.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>