-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
921 lines (877 loc) · 47.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
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
<!DOCTYPE html>
<html lang="en">
<head>
<title>HACK-O-WASP</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes">
<link href="https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<!-- team-new -->
<link href="https://fonts.googleapis.com/css?family=Karla|Yeseva+One" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css'>
<link rel="stylesheet" href="team_css/team-style.css">
<!--team-new -->
<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/pop.css">
<link rel="stylesheet" href="css/vtimeline.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="css/jquery.timepicker.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body style="overflow-x: hidden;">
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar">
<div class="container">
<a class="navbar-brand" href="index.html">OWASP</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav"
aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item"><a href="judge.html" class="nav-link">Judges</a></li>
<li class="nav-item"><a href="problem.html" class="nav-link">Problems</a></li>
<li class="nav-item"><a href="register.html" class="nav-link">
<div class="buttonregister"
style="background: #e52d27; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #b31217, #e52d27); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #b31217, #e52d27); padding-left:5px;padding-right:5px;border-radius:8px; color:white; font-size: 13px;">
Register</div></a></li>
</ul></div></div></nav>
<!-- END nav -->
<section class="hero-wrap js-fullheight">
<div class="overlay" style="background-image: url();" data-stellar-background-ratio="0.5"></div>
<div class="container">
<div class="row no-gutters slider-text js-fullheight align-items-center justify-content-end">
<h3 class="v">
<a href="videos/aftermovie.mp4" class="popup-vimeo">
<div class="icon d-flex justify-content-center align-items-center">
<span class="icon-play"></span>
</div>
<span>OWASP</span> <br>'THETA' A GLIMPSE
</a></h3>
<div class="col-md-12 text-center ftco-animate">
<h1 class="mt-5"
style="background-image: url(https://cdn-images-1.medium.com/max/1600/1*TEPYwDGrMLyanxvlDbQQkw.png)"
data-stellar-background-ratio="0.5">Hack<br>OWASp</h1>
<h2>20-21 APRIL, 2019</h2>
<h2>Thapar Institute of Engg & tech, Patiala</h2>
</div></div></div>
</section>
<section class="ftco-section ftco-no-pb ftco-no-pt">
<div class="container-wrap">
<div class="row">
<div class="alignt col-lg-5 align-self-stretch">
<h1>Hackathon Timeline</h1>
<div id="content">
<ul class="timeline">
<li class="" data-date="">
<div class="member-infos">
<h1><b>DAY-1</b></h1>
</div>
</li>
<li class="event" data-date="10:30 AM">
<div class="member-infos">
<h1 class='member-title'>Registration</h1>
</div>
</li>
<li id='fader' class="event" data-date="11:30 AM">
<div class="member-infos">
<h1 class='member-title'>Inauguration</h1>
</div>
</li>
<li class="event" data-date="12:30 PM">
<div class="member-infos">
<h1 class='member-title'>Hack Start</h1>
</div>
</li>
<li class="event" data-date="01:30 PM">
<div class="member-infos">
<h1 class='member-title'>Internal Checkpoint</h1>
</div>
</li>
<li class="event" data-date="02:00 PM">
<div class="member-infos">
<h1 class='member-title'>Lunch</h1>
</div>
</li>
</li>
<li class="event" data-date="05:30 PM">
<div class="member-infos">
<h1 class='member-title'>Checkpoint-1</h1>
</div>
</li>
<li class="event" data-date="06:00 PM">
<div class="member-infos">
<h1 class='member-title'>Snacks</h1>
</div>
</li>
<li class="event" data-date="09:30 PM">
<div class="member-infos">
<h1 class='member-title'>Dinner</h1>
</div>
</li>
<li class="event" data-date="11:00 PM">
<div class="member-infos">
<h1 class='member-title'>Checkpoint-2</h1>
</div>
</li>
<li class="" data-date="">
<div class="member-infos">
<h1><b>DAY-2</b></h1>
</div>
</li>
<li class="event" data-date="01:30 AM">
<div class="member-infos">
<h1 class='member-title'>Midnight Snacks</h1>
</div>
</li>
<li class="event" data-date="02:30 AM">
<div class="member-infos">
<h1 class='member-title'>Midnight Fillers</h1>
</div>
</li>
<li class="event" data-date="06:30 AM">
<div class="member-infos">
<h1 class='member-title'>Checkpoint-3</h1>
</div>
</li>
<li class="event" data-date="07:30 AM">
<div class="member-infos">
<h1 class='member-title'>Breakfast</h1>
</div>
</li>
<li class="event" data-date="12:30 AM">
<div class="member-infos">
<h1 class='member-title'>Hack Ends</h1>
</div>
</li>
<li class="event" data-date="01:00 PM">
<div class="member-infos">
<h1 class='member-title'>Pitching Starts</h1>
</div>
</li>
<li class="event" data-date="03:00 PM">
<div class="member-infos">
<h1 class='member-title'>Prize Distribution + Closing Ceremony</h1>
</div>
</li>
</ul>
</div>
</div>
<!-- timeline end -->
<div class="col-md-6 py-5">
<div class="program d-flex ftco-animate">
<div class="icon d-flex mr-lg-3 justify-content-center align-items-center order-lg-last">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="50" height="50"
viewBox="0 0 224 224" style=" fill:#000000;">
<g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt"
stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray=""
stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none"
text-anchor="none" style="mix-blend-mode: normal">
<path d="M0,224v-224h224v224z" fill="none"></path>
<g fill="#ffffff">
<g id="surface1">
<path
d="M110.18,0c-14.7875,0 -22.785,8.96 -25.48,13.44c-20.615,2.24 -35.42,26.8275 -35.42,59.08c0,9.415 -0.035,16.1875 0.42,21.56h8.96c0,-4.935 -0.42,-12.145 -0.42,-21.56c0,-28.2275 12.5475,-50.12 29.12,-50.12c1.785,0 3.1675,-0.875 4.06,-2.66c0,0 4.865,-10.78 18.76,-10.78c46.1475,0 58.275,44.345 60.06,85.12h8.96c-2.24,-60.935 -26.46,-94.08 -69.02,-94.08zM94.5,35.84c-1.785,0 -3.1675,0.4725 -4.06,1.82c-13.44,19.2675 -17.4125,36.715 -12.04,56.42h9.38c-4.935,-15.68 -3.115,-29.995 6.3,-45.22c8.96,10.745 27.335,20.615 40.32,22.4c0,9.415 -0.035,16.9925 0.42,22.82h8.96c0,-6.265 -0.42,-15.68 -0.42,-26.88c0,-2.695 -1.785,-4.48 -4.48,-4.48c-13.44,0 -36.715,-13.9125 -40.74,-24.22c-0.455,-1.3475 -1.855,-2.66 -3.64,-2.66zM94.08,73.92c-3.71,0 -6.72,3.01 -6.72,6.72c0,3.71 3.01,6.72 6.72,6.72c3.71,0 6.72,-3.01 6.72,-6.72c0,-3.71 -3.01,-6.72 -6.72,-6.72zM125.44,73.92c-3.71,0 -6.72,3.01 -6.72,6.72c0,3.71 3.01,6.72 6.72,6.72c3.71,0 6.72,-3.01 6.72,-6.72c0,-3.71 -3.01,-6.72 -6.72,-6.72zM17.92,98.56c-9.905,0 -17.92,8.015 -17.92,17.92v89.6c0,9.905 8.015,17.92 17.92,17.92h188.16c9.905,0 17.92,-8.015 17.92,-17.92v-89.6c0,-9.905 -8.015,-17.92 -17.92,-17.92zM17.92,107.52h188.16c5.3375,0 8.96,3.6225 8.96,8.96v89.6c0,5.3375 -3.6225,8.96 -8.96,8.96h-188.16c-5.3375,0 -8.96,-3.6225 -8.96,-8.96v-89.6c0,-5.3375 3.6225,-8.96 8.96,-8.96zM26.88,116.48c-2.345,0 -4.7425,0.8225 -6.44,2.52c-1.6975,1.6975 -2.52,4.095 -2.52,6.44v71.68c0,2.345 0.8225,4.7425 2.52,6.44c1.6975,1.6975 4.095,2.52 6.44,2.52h161.28c2.345,0 4.7425,-0.8225 6.44,-2.52c1.6975,-1.6975 2.52,-4.095 2.52,-6.44v-71.68c0,-2.345 -0.8225,-4.7425 -2.52,-6.44c-1.6975,-1.6975 -4.095,-2.52 -6.44,-2.52zM26.88,125.44h161.28v71.68h-29.12c-0.2975,-16.975 -3.045,-32.865 -9.94,-45.22c-7.315,-13.1075 -19.985,-21.98 -37.52,-21.98c-11.48,0 -16.38,7.2275 -17.92,9.8c-6.9125,1.05 -13.0375,5.1975 -17.08,11.76c-4.585,7.455 -7.14,17.325 -7.14,28.56c0,8.96 0.1575,13.965 0.28,17.08h-42.84zM111.58,138.88c14.7175,0 23.555,6.3875 29.68,17.36c5.7575,10.3075 8.5225,24.85 8.82,40.88h-14.42c-0.1575,-3.15 -0.42,-9.87 -0.42,-20.58c0,-2.4675 -2.0125,-4.48 -4.48,-4.48c-3.5,0 -9.8875,-2.065 -15.26,-5.18c-5.3725,-3.115 -9.66,-7.5075 -10.5,-9.8c-0.7175,-2.0825 -2.87,-3.3425 -5.04,-2.94c-1.1375,0.2275 -2.135,0.875 -2.8,1.82c-10.535,14.7525 -11.445,28.5425 -7.56,41.16h-10.92c-0.1225,-2.6775 -0.28,-7.56 -0.28,-17.08c0,-9.835 2.3975,-18.1475 5.88,-23.8c3.4825,-5.6525 7.63,-8.4 12.04,-8.4c1.75,-0.0175 3.3425,-1.05 4.06,-2.66c0,0 2.3975,-6.3 11.2,-6.3zM206.08,154.56c-3.71,0 -6.72,3.01 -6.72,6.72c0,3.71 3.01,6.72 6.72,6.72c3.71,0 6.72,-3.01 6.72,-6.72c0,-3.71 -3.01,-6.72 -6.72,-6.72zM101.22,166.74c2.765,2.975 5.985,5.635 9.8,7.84c4.97,2.8875 10.2725,4.7425 15.4,5.6c0.0875,8.925 0.35,14.49 0.42,16.94h-27.86c-3.7975,-9.905 -4.0425,-19.0925 2.24,-30.38zM103.04,181.44c-2.4675,0 -4.48,2.0125 -4.48,4.48c0,2.4675 2.0125,4.48 4.48,4.48c2.4675,0 4.48,-2.0125 4.48,-4.48c0,-2.4675 -2.0125,-4.48 -4.48,-4.48zM120.96,181.44c-2.4675,0 -4.48,2.0125 -4.48,4.48c0,2.4675 2.0125,4.48 4.48,4.48c2.4675,0 4.48,-2.0125 4.48,-4.48c0,-2.4675 -2.0125,-4.48 -4.48,-4.48z">
</path>
</g>
</g>
</g>
</svg>
</div>
<div class="text ml-5 mr-lg-4 text-lg-right">
<h3>Grab the Opportunities</h3>
<p>
In this hackathon, we have invited some of the most prominent companies for you to pitch
your ideas.
Receive feedback from the top leaders of the technical world!</p>
</div>
</div>
<div class="program d-flex ftco-animate">
<div class="icon d-flex mr-lg-3 justify-content-center align-items-center order-lg-last">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="50" height="50"
viewBox="0 0 224 224" style=" fill:#000000;">
<g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt"
stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray=""
stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none"
text-anchor="none" style="mix-blend-mode: normal">
<path d="M0,224v-224h224v224z" fill="none"></path>
<g fill="#ffffff">
<path
d="M136.63125,13.4225l-3.01875,18.54125c-2.4041,0.76886 -4.71102,1.71181 -6.93,2.84375l-15.295,-10.92875l-15.63625,15.63625l10.75375,15.365c-1.15788,2.24375 -2.1327,4.57852 -2.9225,7.0175l-18.4625,3.07125v22.11125l18.43625,3.26375c0.78517,2.43366 1.75688,4.76619 2.91375,7.00875l-10.89375,15.2425l15.6275,15.645l15.4,-10.78c2.22876,1.14271 4.54948,2.10136 6.965,2.87875l3.08,18.54125h22.11125l3.29875,-18.59375c2.40685,-0.78733 4.71948,-1.75498 6.93875,-2.905l15.47,10.85875l15.65375,-15.65375l-11.06,-15.365c1.12242,-2.19573 2.06805,-4.48177 2.835,-6.86l18.66375,-3.2725v-3.7625v-18.36625l-18.68125,-3.05375c-0.77272,-2.38112 -1.7165,-4.67007 -2.84375,-6.86875l10.87625,-15.505l-15.645,-15.645l-15.32125,11.0075c-2.21332,-1.14049 -4.51822,-2.09964 -6.92125,-2.87875l-3.255,-18.59375zM94.15,14.7c-0.25503,-0.00129 -0.50971,0.0192 -0.76125,0.06125c-21.39913,3.3214 -36.05005,12.97197 -45.35125,26.04875c-9.07785,12.76277 -13.06967,28.49594 -14.91875,44.66l-18.1475,31.2725l-0.0175,0.035c-3.08814,5.55725 -1.118,12.80935 4.48875,15.925l0.0875,0.04375l13.69375,6.85125l4.41,32.29625l0.00875,0.0525c1.92145,12.01045 12.45065,21.16551 24.64875,20.67625l13.86875,0.0175v8.96v4.48v4.48h3.7275c0.4838,0.07996 0.97745,0.07996 1.46125,0h3.77125v-4.48v-4.48v-17.92l-23.09125,-0.0175h-0.09625c-7.46014,0.29922 -14.22025,-5.48596 -15.44375,-13.13375l0.00875,0.105l-5.03125,-36.93375l-17.66625,-8.82875c-1.47165,-0.81779 -1.8603,-2.2151 -1.015,-3.73625l18.90875,-32.59375l0.105,-0.945c1.69312,-15.74425 5.56572,-30.37049 13.545,-41.58875c7.97928,-11.21826 19.95559,-19.36897 39.4275,-22.39125c2.32651,-0.33088 4.00209,-2.403 3.83875,-4.74724c-0.16334,-2.34424 -2.11008,-4.16397 -4.46,-4.16901zM144.2525,22.3825h6.99125l2.87,16.40625l2.82625,0.70875c3.69051,0.92063 7.15948,2.37933 10.325,4.29625l2.52875,1.53125l13.51875,-9.72125l4.94375,4.94375l-9.6075,13.7025l1.49625,2.49375c1.89827,3.15977 3.34306,6.59976 4.26125,10.2725l0.7175,2.86125l16.47625,2.695v6.9825l-16.49375,2.905l-0.7,2.82625c-0.90879,3.66721 -2.35509,7.11416 -4.2525,10.2725l-1.51375,2.52875l9.75625,13.55375l-4.94375,4.94375l-13.685,-9.6075l-2.5025,1.5225c-3.14185,1.91225 -6.62648,3.37946 -10.3075,4.31375l-2.8,0.70875l-2.905,16.3975h-7.00875l-2.72125,-16.35375l-2.86125,-0.70875c-3.69658,-0.91313 -7.17699,-2.36494 -10.36,-4.27875l-2.49375,-1.505l-13.58,9.51125l-4.9525,-4.9525l9.61625,-13.44875l-1.53125,-2.52c-1.93608,-3.19874 -3.39308,-6.67557 -4.31375,-10.38625l-0.7,-2.82625l-16.26625,-2.87875v-7.0175l16.26625,-2.7125l0.7175,-2.84375c0.93049,-3.72597 2.38676,-7.2148 4.31375,-10.40375l1.51375,-2.49375l-9.485,-13.5625l4.9525,-4.9525l13.475,9.625l2.52,-1.51375c3.16707,-1.90104 6.65353,-3.3471 10.35125,-4.2525l2.87875,-0.7zM147.84,53.75125c-12.31811,0 -22.4,10.08189 -22.4,22.4c0,12.31811 10.08189,22.4 22.4,22.4c12.31811,0 22.4,-10.08189 22.4,-22.4c0,-12.31811 -10.08189,-22.4 -22.4,-22.4zM147.84,62.71125c7.47577,0 13.44,5.96423 13.44,13.44c0,7.47577 -5.96423,13.44 -13.44,13.44c-7.47577,0 -13.44,-5.96423 -13.44,-13.44c0,-7.47577 5.96423,-13.44 13.44,-13.44zM174.7375,137.22625c-1.47741,0.00875 -2.85554,0.74528 -3.68375,1.96875c-8.69696,12.4249 -14.18375,27.06892 -14.18375,42.665v19.74h-0.07v8.96h3.7975c0.4838,0.07996 0.97745,0.07996 1.46125,0h3.70125v-3.64c0.04968,-0.27718 0.07312,-0.55842 0.07,-0.84v-24.22c0,-13.49704 4.73993,-26.36197 12.55625,-37.52875c0.98763,-1.36643 1.12456,-3.17161 0.35436,-4.67138c-0.7702,-1.49977 -2.31714,-2.44021 -4.00311,-2.43362z">
</path>
</g>
</g>
</svg>
</div>
<div class="text ml-5 mr-lg-4 text-lg-right">
<h3>Perfect you Skills</h3>
<p>To improve your development skills whats better than a HACKATHON!
So here we are, providing you, with the best of the oppurtunity to upgrade your skills
to a next level.
</p>
</div>
</div>
<div class="program d-flex ftco-animate">
<div class="icon d-flex mr-lg-3 justify-content-center align-items-center order-lg-last">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="50" height="50"
viewBox="0 0 224 224" style=" fill:#000000;">
<g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt"
stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray=""
stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none"
text-anchor="none" style="mix-blend-mode: normal">
<path d="M0,224v-224h224v224z" fill="none"></path>
<g fill="#ffffff">
<g id="surface1">
<path
d="M112,8.96c-4.9525,0 -8.96,4.0075 -8.96,8.96c0,3.2025 1.715,6.1425 4.48,7.735v5.915c-14.28,0.98 -24.22,6.4925 -30.45,12.145c-6.86,6.2475 -9.5375,12.8625 -9.5375,12.8625l-0.3325,0.805v23.2575h-8.96v13.44h-5.6875c-1.61,-2.765 -4.55,-4.48 -7.7525,-4.48c-4.9525,0 -8.96,4.0075 -8.96,8.96c0,4.9525 4.0075,8.96 8.96,8.96c3.2025,0 6.16,-1.715 7.7525,-4.48h5.6875v13.44h8.96v9.835l0.3325,0.805c0,0 4.865,10.9025 17.5875,18.2875v14.98l-62.72,22.89v31.7625h179.2v-31.7625l-62.72,-22.89v-14.98c12.7225,-7.385 17.5875,-18.2875 17.5875,-18.2875l0.3325,-0.805v-9.835h8.96v-13.44h5.6875c1.61,2.765 4.55,4.48 7.7525,4.48c4.9525,0 8.96,-4.0075 8.96,-8.96c0,-4.9525 -4.0075,-8.96 -8.96,-8.96c-3.2025,0 -6.16,1.715 -7.7525,4.48h-5.6875v-13.44h-8.96v-23.2575l-0.3325,-0.805c0,0 -2.6775,-6.615 -9.5375,-12.8625c-6.23,-5.6525 -16.17,-11.165 -30.45,-12.145v-5.8975c2.765,-1.5925 4.48,-4.55 4.48,-7.7525c0,-4.9525 -4.0075,-8.96 -8.96,-8.96zM111.4575,40.355c0.3675,0.035 0.735,0.035 1.1025,0c14.2625,0.1225 22.96,5.11 28.35,9.9925c5.215,4.7425 6.7725,8.75 6.93,9.135v30.1175h8.96v8.2075c-0.0875,0.49 -0.0875,0.98 0,1.4525v8.26h-8.96v16.765c-0.35,0.84 -3.9375,9.1175 -15.4,14.735l-2.52,1.2075v26.425l2.94,1.0675l59.78,21.8225v16.5375h-44.8v-17.92h-71.68v17.92h-44.8v-16.5375l62.72,-22.89v-26.425l-2.52,-1.2075c-11.4625,-5.6175 -15.05,-13.895 -15.4,-14.735v-16.765h-8.96v-8.2075c0.0875,-0.49 0.0875,-0.98 0,-1.4525v-8.26h8.96v-30.1175c0.1575,-0.385 1.715,-4.3925 6.93,-9.135c5.39,-4.8825 14.0875,-9.87 28.3675,-9.9925zM85.12,89.6v13.44h13.44v-13.44zM125.44,89.6v13.44h13.44v-13.44zM85.12,197.12h53.76v8.96h-53.76z">
</path>
</g>
</g>
</g>
</svg>
</div>
<div class="text ml-5 mr-lg-4 text-lg-right">
<h3>Get your hands on latest tech</h3>
<p>Hacktiet partners give you their problem statements and as a techsavvy developer,this id
something you
really can't miss.</p>
</div>
</div>
<div class="program d-flex ftco-animate">
<div class="icon d-flex mr-lg-3 justify-content-center align-items-center order-lg-last">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="50" height="50"
viewBox="0 0 224 224" style=" fill:#000000;">
<g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt"
stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray=""
stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none"
text-anchor="none" style="mix-blend-mode: normal">
<path d="M0,224v-224h224v224z" fill="none"></path>
<g fill="#ffffff">
<path
d="M129.85,4.41875c-2.47079,0.03862 -4.44384,2.07039 -4.41,4.54125v4.48h-17.92c-2.47413,0.00025 -4.47975,2.00587 -4.48,4.48v94.08c0.00025,2.47413 2.00587,4.47975 4.48,4.48h98.56c2.47413,-0.00025 4.47975,-2.00587 4.48,-4.48v-94.08c-0.00025,-2.47413 -2.00587,-4.47975 -4.48,-4.48h-13.44v8.96h8.96v13.44h-89.6v-13.44h13.44v4.48c-0.02285,1.61565 0.826,3.11844 2.22151,3.93294c1.39551,0.81449 3.12147,0.81449 4.51698,0c1.39551,-0.81449 2.24436,-2.31729 2.22151,-3.93294v-17.92c0.01658,-1.21095 -0.45775,-2.37703 -1.31492,-3.23255c-0.85717,-0.85552 -2.02417,-1.32761 -3.23508,-1.3087zM183.61,4.41875c-2.47079,0.03862 -4.44384,2.07039 -4.41,4.54125v4.48h-40.32v8.96h40.32v4.48c-0.02285,1.61565 0.826,3.11844 2.22151,3.93294c1.39551,0.81449 3.12147,0.81449 4.51698,0c1.39551,-0.81449 2.24436,-2.31729 2.22151,-3.93294v-17.92c0.01658,-1.21095 -0.45775,-2.37703 -1.31492,-3.23255c-0.85717,-0.85552 -2.02417,-1.32761 -3.23508,-1.3087zM89.43375,15.645c-0.2531,0.01075 -0.50484,0.04295 -0.7525,0.09625c-19.57056,4.08614 -33.03097,13.85567 -41.62375,26.635c-8.37983,12.46262 -12.16105,27.57073 -13.93875,43.1025l-18.13,31.22875c-0.0148,0.0232 -0.02938,0.04653 -0.04375,0.07c-3.08954,5.55977 -1.11241,12.80851 4.48875,15.925c0.05769,0.03044 0.11604,0.05961 0.175,0.0875l13.6325,6.81625l4.38375,30.31875c0.00278,0.02044 0.00569,0.04085 0.00875,0.06125c0.9636,6.02321 4.0913,11.60177 8.47875,15.8025c4.38744,4.20073 10.21509,7.108 16.61625,6.85125h13.43125v8.96v4.48v4.48h3.7275c0.4838,0.07996 0.97745,0.07996 1.46125,0h3.77125v-4.48v-4.48v-13.44c-0.00025,-2.47413 -2.00587,-4.47975 -4.48,-4.48h-18.08625c-0.06124,-0.00126 -0.12251,-0.00126 -0.18375,0c-3.42794,0.13749 -7.05458,-1.47759 -10.0625,-4.3575c-3.00791,-2.87991 -5.21862,-6.93909 -5.8275,-10.745l-4.7075,-32.5675c-0.20964,-1.45375 -1.11851,-2.71243 -2.4325,-3.36875l-15.54875,-7.77c-1.46828,-0.81695 -1.85015,-2.21762 -1.00625,-3.73625l18.43625,-31.77125c0.31398,-0.5423 0.51072,-1.14443 0.5775,-1.7675c1.62695,-15.12892 5.29879,-29.21337 12.69625,-40.215c7.39747,-11.00163 18.38791,-19.18156 36.02375,-22.86375c2.30857,-0.44937 3.87673,-2.60725 3.59125,-4.94176c-0.28548,-2.3345 -2.32742,-4.05091 -4.67625,-3.93074zM112,44.8h89.6v62.72h-89.6zM125.44,53.76v8.96h8.96v-8.96zM143.36,53.76v8.96h8.96v-8.96zM161.28,53.76v8.96h8.96v-8.96zM179.2,53.76v8.96h8.96v-8.96zM125.44,71.68v8.96h8.96v-8.96zM143.36,71.68v8.96h8.96v-8.96zM161.28,71.68v8.96h8.96v-8.96zM179.2,71.68v8.96h8.96v-8.96zM125.44,89.6v8.96h8.96v-8.96zM143.36,89.6v8.96h8.96v-8.96zM161.28,89.6v8.96h8.96v-8.96zM179.2,89.6v8.96h8.96v-8.96zM178.77125,129.8675c-1.63556,0.08393 -3.09501,1.05355 -3.80625,2.52875c-1.25138,2.49847 -2.55558,4.79957 -3.955,6.74625c-0.01179,0.01742 -0.02346,0.03492 -0.035,0.0525c-8.69701,12.4249 -14.175,27.06892 -14.175,42.665v19.74v4.48v4.48h3.7275c0.4838,0.07996 0.97745,0.07996 1.46125,0h3.77125v-4.48v-4.48v-19.74c0,-13.47997 4.73134,-26.32805 12.53,-37.485l0.02625,-0.04375c1.79501,-2.50366 3.29742,-5.1995 4.66375,-7.9275c0.73885,-1.42552 0.65842,-3.13743 -0.21083,-4.48739c-0.86926,-1.34997 -2.39443,-2.13159 -3.99792,-2.04886z">
</path>
</g>
</g>
</svg>
</div>
<div class="text ml-5 mr-lg-4 text-lg-right">
<h3>Take up challenges that really matter</h3>
<p>We create challenges in collabaration with startups and organisation. Your solution could
help to pave
way for better future</p>
</div>
</div>
<div class="program d-flex ftco-animate">
<div class="icon d-flex mr-lg-3 justify-content-center align-items-center order-lg-last">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="50" height="50"
viewBox="0 0 224 224" style=" fill:#000000;">
<g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt"
stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray=""
stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none"
text-anchor="none" style="mix-blend-mode: normal">
<path d="M0,224v-224h224v224z" fill="none"></path>
<g fill="#ffffff">
<g id="surface1">
<path
d="M112,13.44c-9.8525,0 -17.92,8.0675 -17.92,17.92c0,4.4625 1.75,8.47 4.48,11.62v13.16c-15.61,5.565 -26.88,20.4575 -26.88,37.94v116.48h80.64v-116.48c0,-17.4825 -11.27,-32.375 -26.88,-37.94v-13.16c1.785,-2.065 3.08,-4.4275 3.78,-7.14h5.18v-8.96h-5.18c-1.995,-7.7 -8.925,-13.44 -17.22,-13.44zM62.72,17.92c-4.9,0 -8.96,4.06 -8.96,8.96v8.96c0,4.9 4.06,8.96 8.96,8.96h12.04c3.57,0 6.86,-1.4 9.38,-3.92l4.2,-4.06l1.26,-1.4v-8.12l-1.26,-1.4l-4.2,-4.06c-2.52,-2.52 -5.81,-3.92 -9.38,-3.92zM112,22.4c5.005,0 8.96,3.955 8.96,8.96c0,5.005 -3.955,8.96 -8.96,8.96c-5.005,0 -8.96,-3.955 -8.96,-8.96c0,-5.005 3.955,-8.96 8.96,-8.96zM62.72,26.88h12.04c1.19,0 2.24,0.42 3.08,1.26l2.8,2.94v0.56l-2.8,2.94l-0.14,0.14c-0.8225,0.7525 -1.82,1.12 -2.94,1.12h-12.04zM107.52,48.58c1.435,0.3675 2.94,0.7 4.48,0.7c1.54,0 3.045,-0.3325 4.48,-0.7v5.46c-1.4875,-0.175 -2.94,-0.28 -4.48,-0.28c-1.54,0 -2.9925,0.105 -4.48,0.28zM112,62.72c17.3775,0 31.36,13.9825 31.36,31.36v80.64h-62.72v-80.64c0,-17.3775 13.9825,-31.36 31.36,-31.36zM80.64,183.68h62.72v17.92h-62.72z">
</path>
</g>
</g>
</g>
</svg>
</div>
<div class="text ml-5 mr-lg-4 text-lg-right">
<h3>Collabrate under pressure</h3>
<p>It may not sound like a selling point but experiancing the pressure of having to come
together with
people you don't know and create something new entirely new in a very short sapce of
time can be hugely
rewarding </p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-counter ftco-bg-dark img" id="section-counter"
style="background-image: url(https://www.safewhere.com/wp-content/uploads/2017/10/ex-employee.jpg);"
data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-10">
<div class="row">
<div class="col-md-6 col-lg-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<strong class="number" data-number="30">0</strong>
<span>Teams</span>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<strong class="number" data-number="120">0</strong>
<span>Hackers</span>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<strong class="number" data-number="24">0</strong>
<span>Hours</span>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<strong class="number" data-number="10">0</strong>
<span>Pitches</span>
</div></div></div></div></div></div></div>
</section>
<section class="ftco-section testimony-section"
style="background-image: url(https://media.istockphoto.com/photos/hacker-standing-alone-in-dark-room-picture-id639282412?k=6&m=639282412&s=612x612&w=0&h=CR1srHcR6N4hJwTLN9Qz1a63NOPS5cAMHT4hvGxkcyY=);"
data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-md-7 heading-section text-center ftco-animate">
<span class="subheading">
<i class="db-left"></i>
FAQ
<i class="db-right"></i>
</span>
<h2 class="mb-3">What Hackers Ask</h2>
<p></p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-8 ftco-animate">
<div class="row ftco-animate">
<div class="col-md-12">
<div class="carousel-testimony owl-carousel ftco-owl">
<div class="item">
<div class="testimony-wrap py-4 pb-5">
<div class="user-img mb-4"
style="background-image: url(https://media-cdn.tripadvisor.com/media/photo-s/09/5b/9d/fd/thapar-university.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<p class="mb-4">Date: 20-21 April, 2019
<br>Thapar Institute of Engineering & Technology,<br>
Patiala, Punjab
</p>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap py-4 pb-5">
<div class="user-img mb-4" style="background-image: url(images/faq/faq4.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<p class="mb-4">Venue: LT Labs (New CS Building)<br>
Register at: Jaggis Cafeteria
</p>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap py-4 pb-5">
<div class="user-img mb-4" style="background-image: url(images/faq/faq9.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<p class="mb-4">
Registration fee:<br> 200/- per participant <br>
Register at <a href="https://hacksociety.tech/attend/hackathon/84">HACKSOCIETY</a>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap py-4 pb-5">
<div class="user-img mb-4" style="background-image: url(images/faq/faq5.jpg)">
<span class="quote d-flex align-items-center justify-content-center"><i
class="icon-quote-left"></i></span>
</div>
<div class="text text-center">
<p class="mb-4">
<b>What if I've never been to a hackathon before?</b>
<br>
Then we're so glad <b>HACK-O-WASP</b> will be your first ever!<br> We
expect you to have some programming or technical experience, but it’s
not a requirement. <br>We’ll have talks, mentors and workshops to help
you with your project.
</p>
</div></div></div>
<div class="item">
<div class="testimony-wrap py-4 pb-5">
<div class="user-img mb-4" style="background-image: url(images/faq/faq7.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<p class="mb-4">
<b>What accommodation facility is provided?</b>
<br>
we’ll be providing both AC and Non-Ac rooms for 2 days that is for 19th april and 20th april whose prices will be updated soon on the website. </p>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap py-4 pb-5">
<div class="user-img mb-4" style="background-image: url(images/faq/faq10.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<p class="mb-4">
What about the meals? How any meals will be provided? <br>
Five meals will be provided by us , which will be including a lunch , a dinner and a breakfast on the next day with two time snacks. </p>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap py-4 pb-5">
<div class="user-img mb-4" style="background-image: url(images/faq/faq8.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<p class="mb-4">
What about the travel expense? Is it ours or yours? <br>
we will not be covering travel expenses. And you have to come on your own. </p>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap py-4 pb-5">
<div class="user-img mb-4" style="background-image: url(images/faq/faq2.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<p class="mb-4">
Do you offer refunds? <br>
Sorry fees you pay is non refundable , unless medical or any other comparable reason is taken into consideration. </p>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap py-4 pb-5">
<div class="user-img mb-4" style="background-image: url(images/faq/faq6.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<p class="mb-4">
Can I put registration slips on hold? <br>
Yes you can put your ticket on hold prior to 15 days before the event. </p>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap py-4 pb-5">
<div class="user-img mb-4" style="background-image: url(images/faq/faq6.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<p class="mb-4">
How will I get my registration slips if I buy them online?<br>
You’ll be provided a serial number at the time of registration, which you have to show to us on the registration desk on the event day. </p>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap py-4 pb-5">
<div class="user-img mb-4" style="background-image: url(images/faq/faq3.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<p class="mb-4">
Is there ID requirement to enter the event?<br>
Yes an ID proof will be required for the entry in the event. It can be your Aadhar card, College ID, Pan ID etc. </p>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap py-4 pb-5">
<div class="user-img mb-4" style="background-image: url(images/faq/faq2.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<p class="mb-4">
What type of payments do you accept?<br>
We accept cash payment as offline medium, and Google pay or paytm as online methods. </p>
</div>
</div>
</div>
</div></div></div></div></div></div>
</section>
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-md-7 heading-section text-center ftco-animate">
<span class="subheading">
<i class="db-left"></i>
Know Our Collabrators
<i class="db-right"></i>
</span>
<h2 class="mb-3">Our Partners</h2>
</div>
</div>
<!-- sadsad -->
</div>
<!-- asdada -->
<!-- title -->
<div class="row justify-content-center mb-5">
<div class="col-md-7 heading-section text-center ftco-animate">
<span class="subheading">
<i class="db-left"></i>
Title Sponsor
<i class="db-right"></i>
</span>
</div>
</div>
<!-- title -->
<!-- team copy start-->
<div :class="['containerrr', isSelected ? 'containerrr-selected':'', isReady ? 'containerrr-ready':'']" id="app">
<div class="team-containerrr">
<div class="person-list">
<div class="person"><img class="person-img" src="">
<div class="person-details">
<h2 class="person-title"><a href="https://simbaquartz.com/"></a></h2></div></div>
<div class="person"><img class="person-img" src="images/sponsor/sp1.jpg">
<div class="person-details">
<h2 class="person-title"><a href="https://simbaquartz.com/">SimbaQuartz</a></h2></div></div>
<div class="person"><img class="person-img" src="">
<div class="person-details">
<h2 class="person-title"><a href="https://simbaquartz.com/"></a></h2></div></div>
</div></div>
</div>
<!-- team copy end -->
<!-- title -->
<div class="row justify-content-center mb-5">
<div class="col-md-7 heading-section text-center ftco-animate">
<span class="subheading">
<i class="db-left"></i>
Power Sponsor
<i class="db-right"></i>
</span>
</div>
</div>
<!-- title -->
<!-- team copy start-->
<div :class="['containerrr', isSelected ? 'containerrr-selected':'', isReady ? 'containerrr-ready':'']" id="app">
<div class="team-containerrr">
<div class="person-list">
<div class="person"><img class="person-img" src="">
<div class="person-details">
<h2 class="person-title"><a href="https://codingblocks.com/"></a></h2></div></div>
<div class="person"><img class="person-img" src="images/sponsor/sp2.png">
<div class="person-details">
<h2 class="person-title"><a href="https://codingblocks.com/">Coding Blocks</a></h2></div></div>
<div class="person"><img class="person-img" src="">
<div class="person-details">
<h2 class="person-title"><a href="https://codingblocks.com/"></a></h2></div></div>
</div></div>
</div>
<!-- team copy end -->
<!-- title -->
<div class="row justify-content-center mb-5">
<div class="col-md-7 heading-section text-center ftco-animate">
<span class="subheading">
<i class="db-left"></i>
Theme Sponsors
<i class="db-right"></i>
</span>
</div>
</div>
<!-- title -->
<!-- team copy start-->
<div :class="['containerrr', isSelected ? 'containerrr-selected':'', isReady ? 'containerrr-ready':'']" id="app">
<div class="team-containerrr">
<div class="person-list">
<div class="person"><img class="person-img" src="">
<div class="person-details">
<h2 class="person-title"><a href=""></a></h2></div></div>
<div class="person"><img class="person-img" src="images/sponsor/sp3.png">
<div class="person-details">
<h2 class="person-title"><a href="https://paytm.com/">Paytm</a></h2></div></div>
<div class="person"><img class="person-img" src="images/sponsor/sp4.png">
<div class="person-details">
<h2 class="person-title"><a href="https://paytm.com/">Build for India</a></h2></div></div>
<div class="person"><img class="person-img" src="">
<div class="person-details">
<h2 class="person-title"><a href=""></a></h2></div></div>
</div></div>
</div>
<!-- team copy end -->
<!-- title -->
<div class="row justify-content-center mb-5">
<div class="col-md-7 heading-section text-center ftco-animate">
<span class="subheading">
<i class="db-left"></i>
Associate Sponsors
<i class="db-right"></i>
</span>
</div>
</div>
<!-- title -->
<!-- team copy start-->
<div :class="['containerrr', isSelected ? 'containerrr-selected':'', isReady ? 'containerrr-ready':'']" id="app">
<div class="team-containerrr">
<div class="person-list">
<div class="person"><img class="person-img" src="">
<div class="person-details">
<h2 class="person-title"><a href=""></a></h2></div></div>
<div class="person"><a href="https://hacksociety.tech/attend/hackathon/84"><img class="person-img" src="images/sponsor/sp6.png"></a>
<div class="person-details">
<h2 class="person-title"><a href="https://hacksociety.tech/attend/hackathon/84">HackSociety</a></h2></div></div>
<div class="person"><a href="https://www.bykojourneys.com/"><img class="person-img" src="images/sponsor/sp5.png"></a>
<div class="person-details">
<h2 class="person-title"><a href="https://www.bykojourneys.com/">Byko Journey</a></h2></div></div>
<div class="person"><img class="person-img" src="">
<div class="person-details">
<h2 class="person-title"><a href=""></a></h2></div></div>
<div class="person"><a href="https://www.hoverrobotix.com/"><img class="person-img" src="images/sponsor/sp7.png"></a>
<div class="person-details">
<h2 class="person-title"><a href="https://www.hoverrobotix.com/">HoverRobotix</a></h2></div></div>
<div class="person"><a href="https://www.facebook.com/pgtbrothers/"><img class="person-img" src="images/sponsor/sp9.jpg"></a>
<div class="person-details">
<h2 class="person-title"><a href="https://www.facebook.com/pgtbrothers/">Sizzling Grills</a></h2></div></div>
<div class="person"><a href="https://www.kelloggs.com/en_US/home.html"><img class="person-img" src="images/sponsor/sp8.jpg"></a>
<div class="person-details">
<h2 class="person-title"><a href="https://www.kelloggs.com/en_US/home.html">Kellogg's</a></h2></div></div>
<div class="person"><img class="person-img" src="images/sponsor/sp10.png">
<div class="person-details">
<h2 class="person-title">Talkitout</h2></div></div>
</div></div>
</div>
<!-- team copy end -->
<!-- adaadss -->
<div class="row justify-content-center mb-5">
<div class="col-md-7 heading-section text-center ftco-animate">
<span class="subheading">
<i class="db-left"></i>
REACH US
<i class="db-right"></i>
</span>
</div>
</div>
<section class="ftco-appointment">
<center>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d860.725749403351!2d76.36797312918434!3d30.35370659886068!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x391028ac16b7dc19%3A0x89d573b384715d33!2sTAN+Auditorium!5e0!3m2!1sen!2sin!4v1551549945193"
width=100% height="500" frameborder="2" style="border:0;" allowfullscreen></iframe>
</center>
<!--div class="col-lg-7 appointment ftco-animate">
<div class="heading-section ftco-animate">
<h2 class="mb-3">Contact Us</h2>
<p>Reach to us using this form.
</p>
</div>
<form action="#" class="appointment-form">
<div class="d-md-flex">
<div class="form-group">
<input type="text" class="form-control" placeholder="First Name">
</div>
<div class="form-group ml-md-4">
<input type="text" class="form-control" placeholder="Last Name">
</div>
</div>
<div class="d-md-flex">
<div class="form-group">
<input type="text" class="form-control" placeholder="Email Address">
</div>
<div class="form-group ml-md-4">
<input type="text" class="form-control" placeholder="Phone">
</div>
</div>
<div class="d-md-flex">
<div class="form-group">
<textarea name="" id="" cols="30" rows="2" class="form-control"
placeholder="Message"></textarea>
</div>
<div class="form-group ml-md-4">
<input type="submit" value="Send" class="btn btn-primary py-3 px-4">
</div>
</div>
</form>
</div-->
</div>
</section>
<hr>
<section class="ftco-gallery">
<div class="container-wrap">
<div class="row no-gutters">
<div class="col-md-3 ftco-animate">
<div class="gallery img d-flex align-items-center"
style="background-image: url(images/prize_1.JPG)">
<div class="icon mb-4 d-flex align-items-center justify-content-center">
<span class="icon-star"></span>
</div>
</div>
</div>
<div class="col-md-3 ftco-animate">
<div class="gallery img d-flex align-items-center"
style="background-image: url(images/prize_4.jpg);">
<div class="icon mb-4 d-flex align-items-center justify-content-center">
<span class="icon-snowflake-o"></span>
</div>
</div>
</div>
<div class="col-md-3 ftco-animate">
<div class="gallery img d-flex align-items-center"
style="background-image: url(images/prize_2.jpg);">
<div class="icon mb-4 d-flex align-items-center justify-content-center">
<span class="icon-flash"></span>
</div>
</div>
</div>
<div class="col-md-3 ftco-animate">
<div class="gallery img d-flex align-items-center"
style="background-image: url(images/prize_3.jpg);">
<div class="icon mb-4 d-flex align-items-center justify-content-center">
<span class="icon-star"></span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer class="ftco-footer ftco-section img">
<div class="overlay"></div>
<div class="container">
<div class="row mb-5">
<div class="col-lg-3 col-md-6 mb-5 mb-md-5">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">About Us</h2>
<p>The Open Web Application Security Project (OWASP) Student chapters,Thapar University
helps to teach, learn, and inspire application security.</p>
<ul class="ftco-footer-social list-unstyled float-md-left float-lft mt-5">
<li class="ftco-animate"><a href="https://github.com/owasp-tsc"><span
class="icon-github"></span></a></li>
<li class="ftco-animate"><a href="https://www.facebook.com/owasptsc/"><span
class="icon-facebook"></span></a></li>
<li class="ftco-animate"><a href="https://www.instagram.com/owasp_tiet/"><span
class="icon-instagram"></span></a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-5 mb-md-5">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Recent Events</h2>
<div class="block-21 mb-4 d-flex">
<a class="blog-img mr-4" style="background-image: url(images/enigma.jpg);"></a>
<div class="text">
<h3 class="heading"><a href="#">Enigma</a>
</h3>
<div class="meta">
<div><a href="#"><span class="icon-calendar"></span> 29-31 October, 2019</a>
</div>
</div>
</div>
</div>
<div class="block-21 mb-4 d-flex">
<a class="blog-img mr-4" style="background-image: url(images/theta.jpg);"></a>
<div class="text">
<h3 class="heading"><a href="#">Theta</a>
</h3>
<div class="meta">
<div><a href="#"><span class="icon-calendar"></span> 01-04 February, 2019</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5 mb-md-5">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2"></h2>
<div class="block-23 mb-3">
<ul>
<li><span class="icon icon-map-marker"></span><span class="text"> Thapar Institute
of Engineering and Technology, Patiala,<br> Punjab 147003
</span></li>
<li><a href="#"><span class="icon icon-phone"></span><span class="text">8569036690<br> 9717232040<br> 8178855175</span></a></li>
<li><a href="mailto:owasp_tsc_thapar.edu?Subject=Hello%20again" target="_top"><span
class="icon icon-envelope"></span><span class="text"></span>Owasp
<br>Thapar Student Chapter</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<p>
<!-- love start -->
<span class="c">
</> with ❤ by <a href="https://www.facebook.com/owasptsc/">OWASP TSC</a>
</span>
<!-- love end -->
</p>
</div>
</div>
</footer>
<!-- loader -->
<div id="ftco-loader" class="show fullscreen">
<svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#F96D00" />
</svg>
</div>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/bootstrap-datepicker.js"></script>
<script src="js/jquery.timepicker.min.js"></script>
<script src="js/scrollax.min.js"></script>
<script src="js/timeline.js"></script>
<script src="js/popUp.js" type="text/javascript"></script>
<script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBVWaKrjvy3MaE7SQ74_uJiULgl1JY0H2s&sensor=false"></script>
<script src="js/google-map.js"></script>
<script src="js/main.js"></script>
</body>
</html>