forked from hackCBS/hackcbs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
857 lines (856 loc) · 25.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
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
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
<!doctype html>
<html class=no-js lang=en>
<head>
<meta http-equiv=content-type content="text/html; charset=utf-8"/>
<meta http-equiv=X-UA-Compatible content="IE=edge"/>
<meta name=viewport content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<title>hackCBS | DU's first-ever undergrad hackathon-cum-conference</title>
<meta name=description content="First-ever hackathon to be organised by a Delhi University college. Come and join us in October for the biggest tech event in DU."/>
<meta name=keywords content="Hackathon, DU Hackathon, Hackathon in Delhi, Techfest"/>
<meta name=author content=hackCBS />
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.ico"/>
<link rel=icon type="image/x-icon" href="assets/img/favicon.ico"/>
<link rel=manifest href="assets/img/favicon/manifest.json">
<link rel=stylesheet href="assets/libs/bootstrap/css/bootstrap.min.css" media=all />
<link rel=stylesheet href="assets/libs/fontawesome/css/font-awesome.min.css" media=all />
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Oswald:400,700|Raleway:300,400" rel=stylesheet>
<link id=lgx-master-style rel=stylesheet href="assets/css/style-default.min.css" media=all />
<link rel=stylesheet href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
<script src="assets/js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body class=home>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade
your browser</a> to improve your experience.</p>
<![endif]-->
<div class="lgx-container ">
<header>
<div id=lgx-header class=lgx-header>
<div class="lgx-header-position lgx-header-position-white lgx-header-position-fixed ">
<div class=lgx-container-fluid>
<nav class="navbar navbar-default lgx-navbar">
<div class=navbar-header>
<button type=button class="navbar-toggle collapsed" data-toggle=collapse data-target="#navbar" aria-expanded=false aria-controls=navbar>
<span class=sr-only>Toggle navigation</span>
<span class=icon-bar></span>
<span class=icon-bar></span>
<span class=icon-bar></span>
</button>
<div class=lgx-logo>
<a href=index.html class=lgx-scroll>
<img src="assets/img/hackCBS.png" alt="Eventhunt Logo"/>
</a>
</div>
</div>
<div id=navbar class="navbar-collapse collapse lgx-collapse">
<ul class="nav navbar-nav lgx-nav">
<li>
<a href="#" class=active role=button aria-haspopup=true aria-expanded=false>Home</a>
<li><a class=lgx-scroll href="#about">About</a></li>
<li><a class=lgx-scroll href="#speakers">Speaker</a></li>
<li><a class=lgx-scroll href="#schedule">Schedule</a></li>
<li><a class=lgx-scroll href="#sponsors">Sponsors</a></li>
<li><a class=lgx-scroll href="#themes">Hackathon Themes</a></li>
<li><a class=lgx-scroll href="#contact">Contact</a></li>
</ul>
<div class=lgx-nav-right>
<div class=lgx-cart-area>
<a class="lgx-btn lgx-btn-red lgx-scroll" href="#registration">Register</a>
</div>
</div>
</div>
</nav>
</div>
</div>
</div>
</header>
<section>
<div id=lgx-parallax-banner class="lgx-banner lgx-banner-parallax">
<div class=lgx-section>
<div id=layer-wrapper class=lgx-item-parallax-banner>
<div id=object1 class="bglayer1 hidden-sm hidden-xs">
<img src="assets/img/blockchain2.png" alt="">
</div>
<div class=banner-content>
<div class=lgx-hover-link>
<div class=lgx-vertical>
<div class="lgx-banner-info lgx-banner-info-center">
<div class=lgx-countdown-area>
<div id=lgx-countdown data-date="2018/10/06"></div>
</div>
<h2 class=title>hackCBS <span><b>2</b><b>0</b><b>1</b><b>8</b></span></h2>
<h3 class=location><i class="fa fa-map-marker"></i>Shaheed Sukhdev College of
Business
Studies, University of Delhi</h3>
<h3 class=date><i class="fa fa-calendar"></i> 06-07 October, 2018</h3>
<div class=action-area>
<div class=lgx-video-area>
<a class="lgx-btn lgx-btn-red" href="#registration">Register Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="pt100 pb100" id=about>
<div class=container>
<div class=section_title>
<h3 class=title>
About the event
</h3>
</div>
<div class="row justify-content-center">
<div class="col-12 col-md-6">
<p>
HackCBS, an event organized by students of SSCBS collaborates the intellects of programmers,
designers, application developers,
tech-geeks or just newbies in the world of programming for the intensive development of a
software.
At hackCBS, we want to help you turn your ideas into reality. These ideas can generally be in
the form of websites, applications, modules, plugins, extensions, library etc. But you’ll have
the freedom to create a product, learn new techniques for your future work, or just have fun
working on a project with friends.
</p>
</div>
<div class="col-12 col-md-6">
<p>
Moreover, we’ll offer you a chance to network with other developers, professionals and industry
leaders. You will never learn
faster than you will at a hackathon. If you haven’t participated/won any hackathon before and
if you’re looking out for the opportunity to do so, you’re in the right place. From running your
first blockchain network or training your first ML model or to running your own IoT device,
hackCBS
has it all. Come and witness a series of events meant to enlighten as well as test your
development
skills.
</p>
</div>
</div>
<div class="row justify-content-center mt30">
<div class="col-12 col-md-6 col-lg-3">
<div class=icon_box_one>
<i class="lnr lnr-diamond"></i>
<div class=content>
<h4>Keynote Sessions</h4>
<p>
At hackCBS, you can get an opportunity to attend a keynote session on Machine Learning
basics and it’s industrial implementation
from Lead Software engineer in Adobe, specialized in Machine Learning itself.
</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class=icon_box_one>
<i class="lnr lnr-cloud-download"></i>
<div class=content>
<h4>Workshops</h4>
<p>
Before the hackathon we are going to organise 4-5 workshops. They will be carried out by
Industry Level experts who have
worked for the industry for over 5-10 years. The workshops will be on core technologies
like AR/VR, Blockchain, Artificial Intelligence, DevOps etc.
</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class=icon_box_one>
<i class="lnr lnr-code"></i>
<div class=content>
<h4>24-hour Hackathon</h4>
<p>
Don’t miss being a part of 24-hour hacakthon, an innovative challenge to come out from
your comfort zone. It will make you
think outside the box, build new things from scratch, combine different ideas, and meet
a lot of interesting people.
</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class=icon_box_one>
<i class="lnr lnr-users"></i>
<div class=content>
<h4>Networking</h4>
<p>
From connecting with like-minded individuals in your team and during breakout sessions,
to finding out about any career opportunities
with the companies that are supporting the event, there will be many different ways to
get noticed.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class=pb100 id=speakers>
<div class=container>
<div class="section_title mb50">
<h3 class=title>
our speakers
</h3>
</div>
</div>
<div class="row justify-content-center no-gutters">
<div class="col-md-4 col-sm-6">
<div class=speaker_box>
<div class=speaker_img>
<img src="assets/img/speakers/himanshuverma.jpeg" alt="speaker name">
<div class=info_box>
<h5 class=name>Himanshu Verma</h5>
<p class=position>Adobe</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class=speaker_box>
<h2>More speakers to be announced soon!</h2>
</div>
</div>
</div>
</section>
<section class=pb100 id=schedule>
<div class=container>
<div class="section_title mb50">
<h3 class=title>
Event Schedule
</h3>
</div>
</div>
<div class=container>
<div class=row>
<div class=col-xs-12>
<div class=lgx-tab>
<ul class="nav nav-pills lgx-nav lgx-nav-nogap lgx-nav-colorful">
<li class=active><a data-toggle=pill href="#home"><h3>First <span>Day</span></h3>
<p><span>06 </span>Oct, 2018</p></a></li>
<li><a data-toggle=pill href="#menu1"><h3>Second <span>Day</span></h3>
<p><span>07 </span>Oct, 2018</p></a></li>
</ul>
<div class="tab-content lgx-tab-content">
<div id=home class="tab-pane fade in active">
<div class=panel-group id=accordion role=tablist aria-multiselectable=true>
<div class="panel panel-default lgx-panel">
<div class=panel-heading role=tab id=headingOne>
<div class=panel-title>
<a role=button data-toggle=collapse data-parent="#accordion" href="#collapseOne" aria-expanded=true aria-controls=collapseOne>
<div class=lgx-single-schedule>
<div class=author>
<img src="assets/img/speakers/himanshuverma.jpeg" alt=Speaker />
</div>
<div class=schedule-info>
<h4 class=time>09:00 <span>Am</span> - 10.00
<span>Am</span></h4>
<h3 class=title>Keynote session</h3>
<h4 class=author-info>By <span>Himanshu Verma</span>, Lead
Software Engineer<br/>Adobe</h4>
</div>
</div>
</a>
</div>
</div>
<div id=collapseOne class="panel-collapse collapse in" role=tabpanel aria-labelledby=headingOne>
<div class=panel-body>
<p class=text>
Machine Learning has enabled humans to train computer programs to
make intelligent real-life decisions with minimal human
interactions. With more companies embracing data-based decision
making,
Machine Learning has become an inevitable part of each of these
companies.</p>
<p class=text>Currently working as a Lead Software Engineer in Adobe.
Looking after development and automation of dynamic and interative
PDF's using acroforms and xfaforms. Also involved in development
of recommendation engine to provide data insights for the clients.
Have previously worked for Snapdeal, Nearbuy and PropTiger.
</p>
<h4 class=location><strong>Location: </strong>Main Auditorium, Ground
Floor
</h4>
</div>
</div>
</div>
<div class="panel panel-default lgx-panel">
<div class=panel-heading role=tab id=headingTwo>
<div class=panel-title>
<a class=collapsed role=button data-toggle=collapse data-parent="#accordion" href="#collapseTwo" aria-expanded=true aria-controls=collapseTwo>
<div class=lgx-single-schedule>
<div class=author>
<img src="assets/img/male.png" alt=Speaker />
</div>
<div class=schedule-info>
<h4 class=time>10:00 <span>Am</span> - 11:00
<span>Am</span></h4>
<h3 class=title>Keynote session
</h3>
</div>
</div>
</a>
</div>
</div>
<div id=collapseTwo class="panel-collapse collapse" role=tabpanel aria-labelledby=headingTwo>
<div class=panel-body>
<p class=text>
Details to be out soon!
</p>
<h4 class=location><strong>Location: </strong>Main Auditorium, Ground
Floor
</h4>
</div>
</div>
</div>
<div class="panel panel-default lgx-panel">
<div class=panel-heading role=tab id=headingThree>
<div class=panel-title>
<a class=collapsed role=button data-toggle=collapse data-parent="#accordion" href="#collapseThree" aria-expanded=true aria-controls=collapseThree>
<div class=lgx-single-schedule>
<div class="author author-multi">
<img src="assets/img/male.png" alt=Speaker />
<img src="assets/img/male.png" alt=Speaker />
</div>
<div class=schedule-info>
<h4 class=time>11:00 <span>Am</span> - 01:00
<span>Pm</span></h4>
<h3 class=title>Workshops
</h3>
</div>
</div>
</a>
</div>
</div>
<div id=collapseThree class="panel-collapse collapse" role=tabpanel aria-labelledby=headingThree>
<div class=panel-body>
<p class=text>
Details to be out soon!
</p>
<h4 class=location><strong>Location: </strong> Seminar room, 4th Floor
</h4>
</div>
</div>
</div>
<div class=lgx-panel>
<div class=panel-heading role=tab id=headingfour style="padding: 0">
<div class=panel-title>
<a class=collapsed>
<div class=lgx-single-schedule style="padding: 0;
display: block;
text-align: center;">
<img src="assets/img/icons/1.png" alt=Lunch style="height: 100px; margin: 0 auto;"/>
<div class=schedule-info style="padding: 10px;">
<h4 class=time>01:00 <span>Pm</span> - 02:00
<span>Pm</span></h4>
<h3 class=title>Lunch</h3>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="panel panel-default lgx-panel">
<div class=panel-heading role=tab id=headingfive>
<div class=panel-title>
<a class=collapsed role=button data-toggle=collapse data-parent="#accordion" href="#collapsefive" aria-expanded=true aria-controls=collapsefive>
<div class=lgx-single-schedule>
<div class=author>
<img src="assets/img/male.png" alt=Speaker />
</div>
<div class=schedule-info>
<h4 class=time>02:00 <span>Pm</span> - 04:00
<span>Pm</span></h4>
<h3 class=title>Workshops Round 2</h3>
</div>
</div>
</a>
</div>
</div>
<div id=collapsefive class="panel-collapse collapse" role=tabpanel aria-labelledby=headingfive>
<div class=panel-body>
<p class=text>
Details to be out soon!
</p>
<h4 class=location><strong>Location: </strong> Seminar room, 4th Floor
</h4>
</div>
</div>
</div>
<div class="panel panel-default lgx-panel">
<div class=panel-heading role=tab id=headingsix>
<div class=panel-title>
<a class=collapsed role=button data-toggle=collapse data-parent="#accordion" href="#collapsesix" aria-expanded=true aria-controls=collapse>
<div class=lgx-single-schedule>
<div class=author>
<img src="assets/img/networking1.png" alt=Speaker />
</div>
<div class=schedule-info>
<h4 class=time>04:00 <span>pm</span> - 06:00
<span>Pm</span></h4>
<h3 class=title>Networking and Hackathon theme
discussion</h3>
</div>
</div>
</a>
</div>
</div>
<div id=collapsesix class="panel-collapse collapse" role=tabpanel aria-labelledby=headingThree>
<div class=panel-body>
<p class=text>
Hackathons are a networking goldmine & hackCBS would be no
different. From developers to investors, you will find all under
one roof. Most of our sponsor companies will send their
representatives
in the events.Also there would be two keynote sessions from top
engineers
in their field. So hackCBS will provide you with a great chance to
reach out to recruiters if you are looking for a new opportunity.
Make sure you don’t spend your entire time working with your team
at hackCBS, take a walk and reach out to people who interest you.
At least you will get some new hacker buddies for sure. In the end,
your "network" is your "net-worth".
</p>
<h4 class=location><strong>Location:</strong> None specified</h4>
</div>
</div>
</div>
<div class="panel panel-default lgx-panel">
<div class=panel-heading role=tab id=headingseven>
<div class=panel-title>
<div class=lgx-single-schedule>
<div class=author>
<img src="assets/img/code-flat.png" alt=Speaker />
</div>
<div class=schedule-info>
<h4 class=time>06:00 <span>pm</span></h4>
<h3 class=title>Hackathon Begins!</h3>
</div>
<div class=panel-body>
<h4 class=location><strong>Location:</strong> Seminar Room,
6th Floor </h4>
</div>
</div>
</div>
</div>
</div>
<div class=lgx-panel>
<div class=panel-heading role=tab id=headingfour style="padding: 0">
<div class=panel-title>
<a class=collapsed>
<div class=lgx-single-schedule style="padding: 0;
display: block;
text-align: center;">
<img src="assets/img/icons/1.png" alt=Lunch style="height: 100px; margin: 0 auto;"/>
<div class=schedule-info style="padding: 10px;">
<h4 class=time>08:00 <span>Pm</span> - 09:00
<span>Pm</span></h4>
<h3 class=title>Dinner</h3>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div id=menu1 class="tab-pane fade">
<div class=panel-group id=accordion2 role=tablist aria-multiselectable=true>
<div class="panel panel-default lgx-panel">
<div class=panel-heading role=tab id=headingOne2>
<div class=panel-title>
<a class=collapsed role=button data-toggle=collapse data-parent="#accordion2" href="#collapseOne2" aria-expanded=true aria-controls=collapseOne2>
<div class=lgx-single-schedule>
<div class="author author-multi">
<img src="assets/img/male.png" alt="Judges of hackCBS"/>
<img src="assets/img/male.png" alt="Judges of hackCBS"/>
<img src="assets/img/male.png" alt="Judges of hackCBS"/>
</div>
<div class=schedule-info>
<h4 class=time>02:00 <span>Am</span></h4>
<h3 class=title>Initial idea assessment by judges</h3>
</div>
</div>
</a>
</div>
</div>
<div id=collapseOne2 class="panel-collapse collapse" role=tabpanel aria-labelledby=headingOne>
<div class=panel-body>
<p class=text>
First evaluation will be done by judges. We do not expect you to
have a working prototype at this stage. Your idea and it's
feasibility will be evaluated. It will be checked against the themes
and problem statements. Teams whose idea does not comply to our
problem
statements or is too naive will be eliminated.</p>
<p class=text>Each team will be given 5 minutes to present their idea.
</p>
<h4 class=location><strong>Location:</strong> Seminar Room, 6th Floor
</h4>
</div>
</div>
</div>
<div class="panel panel-default lgx-panel">
<div class=panel-heading role=tab id=headingTwo2>
<div class=panel-title>
<a class=collapsed role=button data-toggle=collapse data-parent="#accordion2" href="#collapseTwo2" aria-expanded=true aria-controls=collapseTwo2>
<div class=lgx-single-schedule>
<div class="author author-multi">
<img src="assets/img/male.png" alt="Judges of hackCBS"/>
<img src="assets/img/male.png" alt="Judges of hackCBS"/>
<img src="assets/img/male.png" alt="Judges of hackCBS"/>
</div>
<div class=schedule-info>
<h4 class=time>09:00 <span>Am</span></h4>
<h3 class=title>Second Assessment by judges</h3>
</div>
</div>
</a>
</div>
</div>
<div id=collapseTwo2 class="panel-collapse collapse" role=tabpanel aria-labelledby=headingTwo>
<div class=panel-body>
<p class=text>
In second assessment, we expect you to have a minimal working
prototype of your idea running. Your product will be evaluated
according to what you presented in first assessment. Teams who does
not have anything to show or have completely different product from
what they presented in first assessment will be eliminated.
</p>
<p class=text>
Teams qualifying this round will compete for the grand prize.
</p>
<h4 class=location><strong>Location:</strong> Seminar Room, 6th Floor
</h4>
</div>
</div>
</div>
<div class="panel panel-default lgx-panel">
<div class=panel-heading role=tab id=headingThree2>
<div class=panel-title>
<a class=collapsed role=button data-toggle=collapse data-parent="#accordion2" href="#collapseThree2" aria-expanded=true aria-controls=collapseThree2>
<div class=lgx-single-schedule>
<div class=schedule-info>
<h4 class=time>5:00 <span>Pm</span></h4>
<h3 class=title>Hackathon showcase by finalists</h3>
</div>
</div>
</a>
</div>
</div>
<div id=collapseThree2 class="panel-collapse collapse" role=tabpanel aria-labelledby=headingThree>
<div class=panel-body>
<p class=text>
5-7 minute presentation with a working product according to
theme/problem statement. Your implementation, innovation and
progress will be considered for final evaluation.
</p>
<h4 class=location><strong>Location:</strong> Seminar Room, 6th Floor
</h4>
</div>
</div>
</div>
<div class="panel panel-default lgx-panel">
<div class=panel-heading role=tab id=headingFour2>
<div class=panel-title>
<div class=lgx-single-schedule>
<div class=author>
<img src="assets/img/icons/2.png" alt=Speaker />
</div>
<div class=schedule-info>
<h4 class=time>7:00 <span>Pm</span></h4>
<h3 class=title>Prize Distribution and hackCBS ends!</h3>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class=pb100 id=sponsors>
<div class=container>
<div class="section_title mb50">
<h3 class=title>
Our Sponsors
</h3>
</div>
</div>
<div id=lgx-sponsors class="lgx-sponsors lgx-sponsors-black">
<div class=container>
<div class=row>
<div class=col-xs-12>
<div class="sponsors-area sponsors-area-colorfull-border">
<div class=single>
<a class="" href="#"><img src="https://upload.wikimedia.org/wikipedia/commons/7/7b/Adobe_Systems_logo_and_wordmark.svg" alt="Adobe Sponsor"/></a>
</div>
<div class=single>
<a class="" href="#"><img src="assets/img/sponsors/cloudyboss.png" alt=sponsor /></a>
</div>
<div class=single>
<a class="" href="#"><img src="assets/img/sponsors/dottech.png" alt=sponsor /></a>
</div>
<div class=single>
<a class="" href="#"><img src="assets/img/sponsors/openmainframe.png" alt=sponsor /></a>
</div>
<div class=single>
<a class="" href="#"><img src="assets/img/sponsors/jenkins.png" alt=sponsor /></a>
</div>
<div class=single>
<a class="" href="#"><img src="assets/img/sponsors/hackerearth.png" alt=sponsor /></a>
</div>
<div class=single>
<a class="" href="#"><img src="assets/img/sponsors/zebronics.png" alt=sponsor /></a>
</div>
<div class=single>
<a class="" href="#"><img src="assets/img/sponsors/jetbrains.png" alt=sponsor /></a>
</div>
</div>
</div>
</div>
<div class="section-btn-area sponsor-btn-area">
<a class=lgx-btn href="#">Become A Sponsor</a>
</div>
</div>
</div>
</section>
<section id=themes>
<div id=lgx-photo-gallery class="lgx-gallery-popup lgx-photo-gallery-normal lgx-photo-gallery-black">
<div class=lgx-inner>
<div class=container>
<div class=row>
<div class=col-xs-12>
<div class="lgx-heading lgx-heading-white">
<h2 class=heading>Hackathon Themes</h2>
</div>
</div>
</div>
<div class=row>
<div class=col-xs-12>
<div class=lgx-gallery-area>
<div class=lgx-gallery-single>
<figure>
<img src="assets/img/AI.jpg" alt=AI />
<figcaption class=lgx-figcaption>
<div class=lgx-hover-link>
<div class=lgx-vertical>
<p class=theme-input>
Artifical Intelligence
</p>
</div>
</div>
</figcaption>
</figure>
</div>
<div class=lgx-gallery-single>
<figure>
<img src="assets/img/blockchain.jpg" alt=Blockchain />
<figcaption class=lgx-figcaption>
<div class=lgx-hover-link>
<div class=lgx-vertical>
<p class=theme-input>
Blockchain
</p>
</div>
</div>
</figcaption>
</figure>
</div>
<div class=lgx-gallery-single>
<figure>
<img src="assets/img/mobility.jpg" alt=Mobility />
<figcaption class=lgx-figcaption>
<div class=lgx-hover-link>
<div class=lgx-vertical>
<p class=theme-input>
Mobility
</p>
</div>
</div>
</figcaption>
</figure>
</div>
<div class=lgx-gallery-single>
<figure>
<img src="assets/img/edtech.jpg" alt=EdTech />
<figcaption class=lgx-figcaption>
<div class=lgx-hover-link>
<div class=lgx-vertical>
<p class=theme-input>
EdTech
</p>
</div>
</div>
</figcaption>
</figure>
</div>
<div class=lgx-gallery-single>
<figure>
<img src="assets/img/fintech.jpg" alt=FinTech />
<figcaption class=lgx-figcaption>
<div class=lgx-hover-link>
<div class=lgx-vertical>
<p class=theme-input>
FinTech
</p>
</div>
</div>
</figcaption>
</figure>
</div>
<div class=lgx-gallery-single>
<figure>
<img src="assets/img/iot.png" alt="Internet of Things(IoT)"/>
<figcaption class=lgx-figcaption>
<div class=lgx-hover-link>
<div class=lgx-vertical>
<p class=theme-input>
Internet of Things(IoT)
</p>
</div>
</div>
</figcaption>
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id=registration>
<div id=lgx-registration class=lgx-registration>
<div class=lgx-inner>
<div class=container>
<div class=row>
<div class=col-xs-12>
<div class="lgx-registration-area lgx-registration-area2">
<div class="lgx-single-registration recommended">
<div class=lgx-single-registration-inner>
<a class=icon href="#"><img src="assets/img/icons/4.png" alt=ticket style="width: 200px"/></a>
<div class=single-top>
<h3 class=title>REGISTER FOR KEYNOTE AND WORKSHOPS</h3>
</div>
<div class=single-bottom>
<ul class="list-unstyled list">
<li>No Entry Fees</li>
<li>Lunch + Tea/Coffee Break</li>
<li>Learn from Industry Leaders</li>
<li>SWAGs for everyone</li>
<li>Q/A during keynote sessions</li>
</ul>
<a class=lgx-btn href="https://goo.gl/forms/EZ7TbXXKASyun1xk2" target="_blank"><span>Register for Keynote and Workshops</span></a>
</div>
</div>
</div>
<div class="lgx-single-registration recommended">
<div class=lgx-single-registration-inner>
<a class=icon href="#"><img src="assets/img/icons/3.png" alt=ticket style="width: 200px"/></a>
<div class=single-top>
<h3 class=title>REGISTER FOR HACKATHON</h3>
</div>
<div class=single-bottom>
<ul class="list-unstyled list">
<li>No Entry Fees</li>
<li>3 meals + Unlimited Coffee Breaks</li>
<li>SWAGs + Prizes upto $30,000</li>
<li>Networking and Q/A sessions with Mentors</li>
<li>Certificate of Participation</li>
</ul>
<a class=lgx-btn href="http://register.hackcbs.tech" target="_blank"><span>Register for Hackathon</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id=contact>
<div>
<div class=lgx-inner>
<div class=container>
<div class=row>
<div class=col-xs-12>
<div class=lgx-heading>
<h2 class=heading>Contact Us</h2>
</div>
</div>
</div>
<div class=row>
<div class=col-xs-12>
<div class=lgx-travelinfo-content>
<div class=lgx-travelinfo-single>
<h3 class=contact>Anmol Wassan<br/><a href=tel:8527-136-966 class=number>(+91
8527-136-966)</a></h3>
</div>
<div class=lgx-travelinfo-single>
<h3 class=contact>Srishti Jain<br/>
<a href=tel:9971-420-999 class=number>(+91 9971-420-999)</a></h3>
</div>
</div>
<a href="mailto:[email protected]">
<h3 style="text-align: center;font-family: Raleway,sans-serif">[email protected]</h3>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div id=lgx-footer class=lgx-footer>
<div class=lgx-inner-footer>
<div class=container>
<div class=lgx-footer-area>
<div class=lgx-footer-single>
<a class=logo href=index.html><img src="assets/img/hackCBS.png" alt=Logo></a>
</div>
<div class=lgx-footer-single>
<h3 class=footer-title>Venue Location </h3>
<h4 class=date>
06 - 07 October, 2018
</h4>
<address>
Shaheed Sukhdev College of Business Studies,
<br/> PSP Area IV, Dr. K.N. Katju Marg,
<br/>Sector 16, Rohini, New Delhi, Delhi 110089
</address>
</div>
<div class=lgx-footer-single>
<h3 class=footer-title>Social Connection</h3>
<p class=text>
Follow us for latest updates:
</p>
<ul class="list-inline lgx-social-footer">
<li><a href="https://www.facebook.com/hackcbs/"><i class="fa fa-facebook" aria-hidden=true></i></a></li>
<li><a href="https://www.twitter.com/hackcbs/"><i class="fa fa-twitter" aria-hidden=true></i></a></li>
<li><a href="https://www.instagram.com/hackcbs/"><i class="fa fa-instagram" aria-hidden=true></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="assets/js/vendor/jquery-1.12.4.min.js"></script>
<script src="assets/libs/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/libs/countdown.js"></script>
<script src="assets/libs/jquery.smooth-scroll.min.js"></script>
<script src="assets/libs/jquery.easing.min.js"></script>
<script src="assets/libs/header-parallax.js"></script>
<script src="assets/js/custom.script.js"></script>
</body>
</html>