forked from shubhang-arora/HackData
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
778 lines (739 loc) · 30 KB
/
index.html
File metadata and controls
778 lines (739 loc) · 30 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- ========== Meta Tags ========== -->
<meta charset="UTF-8">
<meta name="description" content="Evento -Event Html Template">
<meta name="keywords" content="Evento , Event , Html, Template">
<meta name="author" content="ColorLib">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- ========== Title ========== -->
<title> HackData</title>
<!-- ========== Favicon Ico ========== -->
<!--<link rel="icon" href="fav.ico">-->
<!-- ========== STYLESHEETS ========== -->
<!-- Bootstrap CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Fonts Icon CSS -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/et-line.css" rel="stylesheet">
<link href="assets/css/ionicons.min.css" rel="stylesheet">
<!-- Carousel CSS -->
<link href="assets/css/owl.carousel.min.css" rel="stylesheet">
<link href="assets/css/owl.theme.default.min.css" rel="stylesheet">
<!-- Animate CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css">
<!-- Custom styles for this template -->
<link href="assets/css/main.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://icons8.com">
</head>
<body>
<div class="loader">
<div class="loader-outter"></div>
<div class="loader-inner"></div>
</div>
<!--header start here -->
<header class="header navbar fixed-top navbar-expand-md">
<div class="container">
<a class="navbar-brand logo" href="#">
<img src="assets/img/logo.png" alt="HackData"/><!-- add logo here -->
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#headernav" aria-expanded="false" aria-label="Toggle navigation">
<span class="lnr lnr-text-align-right"></span>
</button>
<div class="collapse navbar-collapse flex-sm-row-reverse" id="headernav">
<ul class=" nav navbar-nav menu">
<li class="nav-item">
<a class="nav-link active" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#tracks">Tracks</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#participation">Participation</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#footer">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link btn btn-primary btn-rounded" href="https://docs.google.com/forms/d/e/1FAIpQLSemmmx6c0gT9VkGsTmb3pvY-rJoWYFSmt3R6CqzK-_E2F3RXA/viewform">Register Now</a>
</li>
</ul>
</div>
</div>
</header>
<!--header end here-->
<!--cover section slider -->
<section id="home" class="home-cover">
<div class="cover_slider owl-carousel owl-theme">
<div class="cover_item" style="background: url('assets/img/bg/slider.png');">
<div class="slider_content">
<div class="slider-content-inner">
<div class="container">
<div class="slider-content-center">
<p class="cover-xl-text">HackData <br>
<center><font size="3">Powered By:</font> <img src="assets/img/brands/newb6.png" width="20%" height="20%"> <img src="assets/img/brands/newb7.png" width="20%" height="20%"></center>
</p>
<p class="cover-date">
Shiv Nadar University.
</p>
<p class="cover-date">
8-9 February 2019
</p>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSemmmx6c0gT9VkGsTmb3pvY-rJoWYFSmt3R6CqzK-_E2F3RXA/viewform" class=" btn btn-primary btn-rounded" >
Register Now
</a>
</div>
</div>
</div>
</div>
</div>
<div class="cover_item" style="background: url('assets/img/bg/slider.png');">
<div class="slider_content">
<div class="slider-content-inner">
<div class="container">
<div class="slider-content-left">
<p class="cover-xl-text">HackData<br>
<font size="3">Powered By:</font> <img src="assets/img/brands/newb6.png" width="20%" height="20%"> <img src="assets/img/brands/newb7.png" width="20%" height="20%"></p>
<p class="cover-date">
Shiv Nadar University.
</p>
<p class="cover-date">
8-9 February 2019
</p>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSemmmx6c0gT9VkGsTmb3pvY-rJoWYFSmt3R6CqzK-_E2F3RXA/viewform" class=" btn btn-primary btn-rounded" >
Register Now
</a>
</div>
</div>
</div>
</div>
</div>
<div class="cover_item" style="background: url('assets/img/bg/slider.png');">
<div class="slider_content">
<div class="slider-content-inner">
<div class="container">
<div class="slider-content-center">
<p class="cover-xl-text">HackData
<br>
<center>
<font size="3">Powered By:</font> <img src="assets/img/brands/newb6.png" width="20%" height="20%"> <img src="assets/img/brands/newb7.png" width="20%" height="20%"></p></center>
<p class="cover-date">
Shiv Nadar University.
</p>
<p class="cover-date">
8-9 February 2019
</p>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSemmmx6c0gT9VkGsTmb3pvY-rJoWYFSmt3R6CqzK-_E2F3RXA/viewform" class=" btn btn-primary btn-rounded" >
Register Now
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--cover section slider end -->
<!--event info -->
<!-- <section class="pt50 pb50">
<div class="container">
<div class="row justify-content-center">
<div class="col-4 col-md-4 ">
<div class="icon_box_two">
<i class="ion-ios-calendar-outline"></i>
<div class="content">
<h5 class="box_title">
DATE
</h5>
<p>
4-6 November 2018
</p>
</div>
</div>
</div>
<div class="col-4 col-md-4 ">
<div class="icon_box_two">
<i class="ion-ios-location-outline"></i>
<div class="content">
<h5 class="box_title">
location
</h5>
<p>
Shiv Nadar University, Dadri
</p>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!--about mission of hackdata -->
<section class="pt50 pb50">
<div class="container asd">
<div class="section_title">
<h3 class="title">
Mission
</h3>
</div>
<div class="row justify-content-center">
<div class="col-12 col-md-6">
<p>
Our mission is to allow participants to be a part of a gender diverse and technologically inclined community. It is to bring people with technical backgrounds together
to form teams to solve a problem or develop new ideas.
Our goal is to make way for newcomers and to make them familiar with the hackathon environment while learning how tackle with some of the most exciting problems.
Well, we here at SNU provide you with a platform to each contestant to showcase how avant-garde they are and also test their problem solving skills under the constraints of time.
So buckle up!
Prepare yourself to help your brain transform all the technical thoughts into reality.
Something awesome waits for you!!!!
</p>
</div>
<div class="col-12 col-md-6" style="background: url('assets/img/bg/mission.jpg'); background-size: contain; background-size: cover;">
</div>
</div>
</div>
</section>
<!-- end of mission part -->
<!-- about part starts -->
<section id="about" class="pt50 pb50">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-6">
<p></p>
</div>
<div class="col-12 col-md-6">
<div class="section_title">
<h3 class="title">
About HackData
</h3>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-12 col-md-6" style="background: url('assets/img/bg/about.jpg');background-size: cover;background-repeat: no-repeat;">
</div>
<div class="col-12 col-md-6">
<p>
Hackdata is a multifaceted and a social coding event that would bring together computer programmers and other interested people together
from a variety of fields under one roof to improve upon or build a new software program.
Engineers, business students, designers and enterpreneurs would together build solutions utilizing data science in useful and positive ways.
Finally, the goal of HackData is to create usable software with the goal of creating a functioning product by the end of the event.
There is a special award category for the all women's team that makes the best project! This should surely motivate females to form and work in all women's teams.
</p>
</div>
</div>
</div>
</section>
<!-- about part ends -->
<!-- atal part starts
<section class="pt50 pb50">
<div class="container asd">
<div class="section_title">
<h3 class="title">
About Atal Incubation Center
</h3>
</div>
<div class="row justify-content-center">
<div class="col-12 col-md-6">
<p>
The Government of India setup the Atal Innovation Mission (AIM) at NITI Aayog in 2016 with the overarching purpose of promoting a culture of innovation and entrepreneurship in the country. This was done to address the need to create high-class incubation facilities across various parts of India with suitable physical infrastructure in terms of capital equipment and operating facilities, coupled with the availability of sectoral experts for mentoring the start-ups.
The identified sectors included manufacturing, transport, energy, health, education, agriculture, water and sanitation etc.
</p>
</div>
<div class="col-12 col-md-6" style="background: url('assets/img/bg/aic.jpg'); background-size: contain; background-size: cover;">
</div>
</div>
</div>
</section>
atal part ends -->
<!-- tracks begin -->
<section id="tracks" class="pt50 pb50">
<div class="container">
<div class="row justify-content-center mt30">
<div class="section_title" style="margin: 0 475px;">
<h3 class="title">
Tracks
</h3>
</div>
<div class="col-12 col-md-6 col-lg-6">
<div class="icon_box_one ">
<div class="content item">
<h4>Entertainment and Travel</h4>
<hr>
<p class="remove_text less_text">
Travel and entertainment are two hot booming sectors in the country. Automate your parties, generate your movie...
</p>
<a href="#" class="less_text read_more remove_text">read more</a>
<p class="more_text remove_text1" style="display: none;">
Travel and entertainment are two hot booming sectors in the country. Automate your parties, generate your movie scripts, make trip recommendations and plan your vacations with AI and data science.
</p>
<a href="#" class="read_less more_text remove_text1" style="display: none;">read less</a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-6">
<div class="icon_box_one">
<div class="content item">
<h4>Health and Fitness</h4>
<hr>
<p class="remove_text less_text">
With revolutionized software and machinery, effective treatment and disease control could not have been made ...
</p>
<a href="#" class="less_text read_more remove_text">read more</a>
<p class="more_text remove_text1" style="display: none;">
With revolutionized software and machinery, effective treatment and disease control could not have been made easier. Smart trackers and real-time sensors are all the rage these days. Code away at innovative ideas that address these problems that loom over the society and the health and wellness industry today.
</p>
<a href="#" class="read_less more_text remove_text1" style="display: none;">read less</a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-6">
<div class="icon_box_one">
<div class="content item">
<h4>Sustainable Development</h4>
<hr>
<p class="remove_text less_text">
Technology has changes our life in many ways. Yet, there is reaching out needed, and several social issues...
</p>
<a href="#" class="less_text read_more remove_text">read more</a>
<p class="more_text remove_text1" style="display: none;">
Technology has changes our life in many ways. Yet, there is reaching out needed, and several social issues, especially in a diverse place like India that still remain to be countered.
</p>
<a href="#" class="read_less more_text remove_text1" style="display: none;">read less</a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-6">
<div class="icon_box_one">
<div class="content item">
<h4>Business and Finance</h4>
<hr>
<p class="remove_text less_text">
Cryptocurrencies and blockchains have created a wave in the market. Stock and mutual fund traders are already ...
</p>
<a href="#" class="less_text read_more remove_text">read more</a>
<p class="more_text remove_text1" style="display: none;">
Cryptocurrencies and blockchains have created a wave in the market. Stock and mutual fund traders are already leveraging the power of computers and data analytics. So are banks and even the smallest of cash-counters. Think, innovate and create something that’ll get the green $ pouring in.
</p>
<a href="#" class="read_less more_text remove_text1" style="display: none;">read less</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- tracks end -->
<!-- how to participate -->
<section id="participation" class="pt50 pb50">
<div class="conatiner">
<div class="row justify-content-center mt30">
<div class="section_title" style="margin: 0 475px";>
<h3 class="title">
How To Participate
</h3>
</div>
<table style="margin-right: 300px;">
<tbody>
<tr>
<td style="padding-left: 350px;">1</td>
<td style="padding-left: 100px;">Registration</td>
</tr>
<tr>
<td style="padding-left: 350px;"></td>
<td style="padding-left: 100px;"><hr></td>
</tr>
<tr>
<td style="padding-left: 350px;">2</td>
<td style="padding-left: 100px;">A few days later, you will receive an email. The email will instruct to confirm your participation or inform you that the seats are full</td>
</tr>
<tr>
<td style="padding-left: 350px;"></td>
<td style="padding-left: 100px;"><hr></td>
</tr>
<tr>
<td style="padding-left: 350px;">3</td>
<td style="padding-left: 100px;">In case it asks you to confirm your participation, follow the instruction to confirm></td>
</tr>
<tr>
<td style="padding-left: 350px;"></td>
<td style="padding-left: 100px;"><hr></td>
</tr>
<tr>
<td style="padding-left: 350px;">4</td>
<td style="padding-left: 100px;">Next, you will receive an email informing about your confirmation and list of important instructions and information for the hackathon</td>
</tr>
<tr>
<td style="padding-left: 350px;"></td>
<td style="padding-left: 100px;"><hr></td>
</tr>
<tr>
<td style="padding-left: 350px;">5</td>
<td style="padding-left: 100px;">After being selected, make sure to select one of the tracks, come up with an interesting idea/solution in the track and prepare your ammunitions (laptop, software, hardware, plans etc) for the day.</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<!-- how to participate section end -->
<!--schedule starts-->
<section class="pt50 pb50">
<div class="container">
<div class="row justify-content-center mt30">
<div class="section_title" style="margin: 0 475px";>
<h3 class="title">
Schedule
</h3>
</div>
<div class="col-lg-4 col-4" style=" display: inline-block;">
<div style="text-align: right;">11:00 AM - 1:00 PM</div>
<div style="text-align: right;">Day 1</div>
</div>
<div class="col-lg-4 col-4" style=" display: inline-block;">
<div class="circle" style="margin: 0 auto;"></div>
</div>
<div class="col-lg-4 col-4" style=" display: inline-block;">
<div style="text-align: left;">Registration</div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div style="text-align: right;">1:00 PM - 1:45 PM</div>
<div style="text-align: right;">Day 1</div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div class="circle" style="margin: 0 auto;"></div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div style="text-align: left;">Lunch</div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div style="text-align: right;">02:00 PM</div>
<div style="text-align: right;">Day 1</div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div class="circle" style="margin: 0 auto;"></div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div style="text-align: left;">Hack</div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div style="text-align: right;">09:00 PM - 09:45 PM</div>
<div style="text-align: right;">Day 1</div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div class="circle" style="margin: 0 auto;"></div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div style="text-alignright;">Dinner</div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div style="text-align: right;">10:00 AM - 12:00 PM</div>
<div style="text-align: right;">Day 2</div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div class="circle" style="margin: 0 auto;"></div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div style="text-alignright;">Judges Visit</div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div style="text-align: right;">12:00 PM - 01:00 PM</div>
<div style="text-align: right;">Day 2</div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div class="circle" style="margin: 0 auto;"></div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div style="text-align: left;">Tech Check</div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div style="text-align: right;">12:00 PM - 12:45 PM</div>
<div style="text-align: right;">Day 2</div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div class="circle" style="margin: 0 auto;"></div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div style="text-align: left;">Lunch</div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div style="text-align: right;">01:30 PM - 03:30 PM</div>
<div style="text-align: right;">Day 2</div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div class="circle" style="margin: 0 auto;"></div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div style="text-align: left;">Presentation</div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div style="text-align: right;">04:00 PM - 05:00 PM</div>
<div style="text-align: right;">Day 2</div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div class="circle1" style="margin: 0 auto;"></div>
</div>
<div class="col-lg-4 col-4"style="margin-top: 25px; display: inline-block;">
<div style="text-align: left;">Closing Ceremony</div>
</div>
</div>
</section>
<!--event calender end -->
<!--Judges section -->
<section class="pt50 pb50" style="background-color: white;">
<div class="container">
<div class="row justify-content-center mt30">
<div class="section_title mb50 ">
<h3 class="title">
Judges
</h3>
</div>
</div>
<!-- <div class="brand_item text-center"> -->
<center><h4 class="title"> Abhishek Kumar Gupta </h4></center>
<center><img src="assets/img/judges/abhishek.jpeg" alt="balsamiq" width="30%" height="30%"><br><br>Abhishek Kumar Gupta, Co-Founder of Hackerspace Coworking and UppSkill, enabler and community head of start-up Delhi.
His major endeavours accomplish his beliefs that knowledge economy, sharing economy and meaningful collaboration among community members can accelerate the growth of a nation.
He keeps creating impact through his endeavors while being true to his values.<br> <br> <br>
<!-- </div> <div class="brand_item text-center"> -->
<center><h4 class="title"> Divanshu Thakral </h4></center>
<img src="assets/img/judges/divanshu.jpeg" alt="balsamiq" width="30%" height="30%"> <br> <br> Divanshu Thakral, Co-Founder of onething, is a deep-thinking designer who believes in powering people with experience that makes human interaction with digital world as seamless as possible.
onething specialises in UX, UI and front-end development which has been solving critical problems for different brands.
He also Co-founded an augmented reality and gamification start-up.<br><br><br>
<center><h4 class="title"> Akash Shukla </h4></center>
<img src="assets/img/judges/akash.jpg" alt="balsamiq" width="30%" height="30%"> <br> <br> Akash has been a part of global communities, skilling and innovation initiatives, and have seen their impact on 300,000+ people across 18+ countries. Having worked with teams globally, he has seen the power of sustained scaled efforts. He has specialized himself in running globally scalable, value-driven programs and envisions building an impactful career around this. <br><br><br>
<center><h4 class="title"> Rishabh Saxena </h4></center>
<img src="assets/img/judges/rishabh.jpeg" alt="balsamiq" width="30%" height="30%"> <br> <br> Rishabh, Co-founder and Chief Technology Officer at LetX, is a hardcore technologist and an ethical hacker who has been included in Microsoft's Hall of Fame for finding a security bug. Rishabh has had working experience with NASSCOM 10,000 Startups program and the TLabs accelerator.
</center>
<!-- </div> -->
</div>
</section>
<!-- Judges end -->
<!--Presenting Sponsors section -->
<section class="pt50 pb50" style="background-color: white;">
<div class="container">
<div class="row justify-content-center mt30">
<div class="section_title mb50 ">
<h3 class="title">
Presenting Sponsors
</h3>
</div>
</div>
<!-- <div class="brand_item text-center"> -->
<center><img src="assets/img/brands/b6.png" alt="balsamiq" width="30%" height="30%">
<!-- </div> <div class="brand_item text-center"> -->
<img src="assets/img/brands/b7.png" alt="balsamiq" width="30%" height="30%"> </center>
<!-- </div> -->
</div>
</section>
<!-- Presenting Sponsors end -->
<!--brands section -->
<section class="pt50 pb50" style="background-color: white;">
<div class="container">
<div class="row justify-content-center mt30">
<div class="section_title mb50 ">
<h3 class="title">
our sponsors
</h3>
</div>
</div>
<div class="brand_carousel owl-carousel">
<div class="brand_item text-center">
<img src="assets/img/brands/b1.png" alt="jet brains">
</div>
<div class="brand_item text-center">
<img src="assets/img/brands/b2.png" alt="gitkraken">
</div>
<div class="brand_item text-center">
<img src="assets/img/brands/b3.png" alt="wolfram">
</div>
<div class="brand_item text-center">
<img src="assets/img/brands/b4.png" alt="balsamiq">
</div>
<div class="brand_item text-center">
<img src="assets/img/brands/b6.png" alt="balsamiq">
</div>
<div class="brand_item text-center">
<img src="assets/img/brands/b7.png" alt="balsamiq">
</div>
<div class="brand_item text-center">
<img src="assets/img/brands/estimate.png" alt="balsamiq">
</div>
</div>
</div>
</section>
<!-- brands section end -->
<!--register now section -->
<section class="bg-img pt100 pb100" style="background-image: url('assets/img/bg/mission.jpg');">
<div class="container">
<div class="section_title mb30">
<h3 class="title color-light">
Be a part of HackData
</h3>
</div>
<div class="row justify-content-center align-items-center">
<div class="col-md-9 text-md-left text-center color-light">
This is your chance to be a part of one of the coolest Hackathon in India.
</div>
<div class="col-md-3 text-md-right text-center">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSemmmx6c0gT9VkGsTmb3pvY-rJoWYFSmt3R6CqzK-_E2F3RXA/viewform" class="btn btn-primary btn-rounded mt30">Register Now</a>
</div>
</div>
</div>
</section>
<!--register now section end-->
<!--footer start -->
<footer>
<section id="footer">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-6 col-12">
<div class="footer_box">
<div class="footer_header">
<div class="footer_logo">
<img src="assets/img/logo.png" alt="HackData">
Powered By: <img src="assets/img/brands/newb6.png" width="20%" height="20%"> <img src="assets/img/brands/newb7.png" width="20%" height="20%">
</div>
</div>
<div class="footer_box_body">
<!-- <p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In rhoncus massa nec gravida tempus. Integer iaculis in aazzzCurabitur a pulvinar nunc. Maecenas laoreet finibus lectus, at volutpat ligula euismod.
</p> -->
<ul class="footer_social">
<!-- <li>
<a href="#"><i class="ion-social-pinterest"></i></a>
</li -->
<li>
<a href="https://www.facebook.com/events/323511624869867/?ti=cl"><i class="ion-social-facebook"></i></a>
</li>
<li>
<a href="https://twitter.com/hackdatasnu"><i class="ion-social-twitter"></i></a>
</li>
<!-- <li>
<a href="#"><i class="ion-social-dribbble"></i></a>
</li> -->
<li>
<a href="https://www.instagram.com/hackdatasnu/"><i class="ion-social-instagram"></i></a>
</li>
</ul>
</div>
</div>
</div>
<!-- <div class="col-12 col-md-6">
<div class="footer_box">
<div class="footer_header">
<h4 class="footer_title">
instagram
</h4>
</div>
<div class="footer_box_body">
<ul class="instagram_list">
<li>
<a href="#">
<img src="assets/img/cleander/c1.png" alt="instagram">
</a>
</li>
<li>
<a href="#">
<img src="assets/img/cleander/c2.png" alt="instagram">
</a>
</li>
<li>
<a href="#">
<img src="assets/img/cleander/c3.png" alt="instagram">
</a>
</li>
<li>
<a href="#">
<img src="assets/img/cleander/c3.png" alt="instagram">
</a>
</li>
<li>
<a href="#">
<img src="assets/img/cleander/c2.png" alt="instagram">
</a>
</li>
<li>
<a href="#">
<img src="assets/img/cleander/c1.png" alt="instagram">
</a>
</li>
</ul>
</div>
</div>
</div> -->
</div>
<div class="contact_info">
<p>
<strong>Contact Us</strong>
</p>
<i class="ion-location footer_social li a"></i>
<span>
Shiv Nadar University<br/>
NH-91, Tehsil Dadri<br>
Gautam Buddh Nagar <br><br>
</span>
<i class="ion-ios-telephone"></i>
<span>
Atishay Jain: 8791355940 <br>
</span>
<i class="ion-ios-telephone"></i>
<span>
Gurleen Ahuja: 9910094232 <br>
</span>
</div>
</div>
</section>
</footer>
<div class="copyright_footer">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-6 col-12">
<p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | <!-- This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> 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. --></p>
</div>
<div class="col-12 col-md-6 ">
<ul class="footer_menu">
<li>
<a href="#">Home</a>
</li>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#tracks">Tracks</a>
</li>
<li>
<a href="#participation">Participation</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--footer end -->
<!-- jquery -->
<script src="assets/js/jquery.min.js"></script>
<!-- bootstrap -->
<script src="assets/js/popper.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<!--slick carousel -->
<script src="assets/js/owl.carousel.min.js"></script>
<!--parallax -->
<script src="assets/js/parallax.min.js"></script>
<!--Counter up -->
<script src="assets/js/jquery.counterup.min.js"></script>
<!--Counter down -->
<script src="assets/js/jquery.countdown.min.js"></script>
<!-- WOW JS -->
<script src="assets/js/wow.min.js"></script>
<!-- Custom js -->
<script src="assets/js/main.js"></script>
</body>
</html>