-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
772 lines (707 loc) · 34.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Lazy Loading Script -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js"></script>
<!-- Meta Tags -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000" />
<meta content="saddahack, devfolio, iiitd, esya19, hackiiitd, hackathon, software, technology" name="keywords">
<meta property="og:image" content="https://saddahack.tech/thumbnail.png" />
<meta property="og:image:alt" content="Sadda Hack" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://saddahack.tech/" />
<meta property="og:title" content="Sadda Hack '20 | 2nd November - 3rd November 2020" />
<meta property="og:description"
content="Sadda Hack is a software-cum-hardware hackathon event where developers, students, hobbyists participate to engineer an innovative application revolving around any themes or area of problem they feel passionate about." />
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:site_name" content="Sadda Hack" />
<meta name="description"
content="Sadda Hack is a software-cum-hardware hackathon event where developers, students, hobbyists participate to engineer an innovative application revolving around any themes or area of problem they feel passionate about.">
<!-- Title -->
<title>Sadda Hack '20 | 2nd November - 3rd November 2020</title>
<!-- Favicon -->
<link rel="icon" href="./img/core-img/favicon.png">
<link rel="apple-touch-icon" href="img/core-img/apple-touch-icon.png">
<!-- Stylesheets and fonts-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Poppins:100,200,300,400,500,600,700"
rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/default-assets/classy-nav.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/material-design-iconic-font.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="header-area">
<div class="classy-nav-container breakpoint-off">
<div class="container">
<nav class="classy-navbar justify-content-between" id="conferNav">
<a class="nav-brand" href="/"><img style="max-width: 12rem" src="./img/core-img/logo.png"
alt=""></a>
<!-- Navbar Toggler -->
<div class="classy-navbar-toggler">
<span class="navbarToggler"><span></span><span></span><span></span></span>
</div>
<style type="text/css">
@media only screen and (max-width: 991px) {
.classy-nav-container .classy-navbar .classynav ul li a {
font-size: 18px;
}
}
</style>
<!-- Menu -->
<div class="classy-menu">
<!-- Menu Close Button -->
<div class="classycloseIcon">
<div class="cross-wrap"><span class="top"></span><span class="bottom"></span></div>
</div>
<!-- Nav Start -->
<div class="classynav">
<ul id="nav">
</li> -->
<li><a href="#about">About</a></li>
<li><a href="#judges">Judges</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#venue">Venue</a></li>
<li><a href="#sponsors">Sponsors</a></li>
<li><a href="#prizes">Prizes</a></li>
<li><a href="#mentors">Mentors</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<!-- Nav End -->
</div>
</nav>
</div>
</div>
</header>
<!-- Header Area End -->
<!-- Welcome Area Start -->
<section id="intro" class="welcome-area">
<!-- Single Slide -->
<div class="single-welcome-slide bg-img bg-overlay jarallax" style="z-index: 100;">
<!-- <canvas style="position: absolute; width: 100%; height: 100%"></canvas> -->
<div id="particles-js" style="position: absolute; width: 100%; height: 100%"></div>
<!-- <div class="single-welcome-slide bg-img bg-overlay jarallax" style="z-index: 100;"> -->
<div style="z-index: 100; position: relative;" class="container h-100">
<div class="row h-100 align-items-center">
<!-- Welcome Text -->
<div class="col-12">
<div class="welcome-text-two text-center">
<h5 data-animation="fadeInUp" data-delay="100ms">IIIT Delhi's IEEE Student Branch Presents
</h5>
<h2 data-animation="fadeInUp" data-delay="300ms"><span>Sadda Hack</span></h2>
<!-- Event Meta -->
<div class="event-meta" data-animation="fadeInUp" data-delay="500ms">
<a class="event-date" href="#"><i class="zmdi zmdi-calendar"></i>2 November - 3 November
2020</a>
<a class="event-location" href="#venue"><i class="zmdi zmdi-pin"></i>Online, Elysium</a>
</div>
<div class="hero-btn-group" data-animation="fadeInUp" data-delay="700ms">
<button id="devfolio-apply-now"><svg class="logo" xmlns="http://www.w3.org/2000/svg"
fill="#fff" viewBox="0 0 115.46 123.46"
style="height:24px;width:24px;margin-right:8px">
<path
d="M115.46 68a55.43 55.43 0 0 1-50.85 55.11S28.12 124 16 123a12.6 12.6 0 0 1-10.09-7.5 15.85 15.85 0 0 0 5.36 1.5c4 .34 10.72.51 20.13.51 13.82 0 28.84-.38 29-.38h.26a60.14 60.14 0 0 0 54.72-52.47c.05 1.05.08 2.18.08 3.34z" />
<path
d="M110.93 55.87A55.43 55.43 0 0 1 60.08 111s-36.48.92-48.58-.12C5 110.29.15 104.22 0 97.52l.2-83.84C.38 7 5.26.94 11.76.41c12.11-1 48.59.12 48.59.12a55.41 55.41 0 0 1 50.58 55.34z" />
</svg>Apply with Devfolio</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Welcome Area End -->
<!-- About Us And Countdown Area Start -->
<section id="about" class="about-us-countdown-area section-padding-100-0">
<div class="container">
<div class="row mb-80">
<!-- About Content -->
<div class="col-12 col-lg-6">
<div class="about-content-text">
<!-- <h6 class="wow fadeInUp" data-wow-delay="300ms">About Conference</h6> -->
<h3 class="wow fadeInUp" data-wow-delay="300ms">About</h3>
<p class="wow fadeInUp" data-wow-delay="300ms">Sadda Hack is a software-cum-hardware hackathon
event where
developers, students, hobbyists participate to engineer an innovative application revolving
around any
themes or area of problem they feel passionate about.</p>
<p class='wow fadeInUp' data-wow-delay='300ms'>
Apply to the
<a href='/bfbh.pdf' style="color:white;text-decoration:underline"><strong>Build for Bharat Hackathon</strong></a>
with the same hack you create at SaddaHack!
</p>
<a href="https://forms.gle/mESLthKtaPr2mZDj9" style='cursor:pointer' class="btn confer-btn wow fadeInUp" data-wow-delay="300ms">Register for Build for Bharat<i class="zmdi zmdi-long-arrow-right"></i></a>
</div>
</div>
<div class="col-12 col-lg-3">
<div class="about-content-text">
<h3 class="wow fadeInUp" data-wow-delay="300ms">When</h3>
<p class="wow fadeInUp" data-wow-delay="300ms">2 November - 3 November 2020</p>
</div>
</div>
</div>
</div>
<!-- Counter Up Area -->
<div class="countdown-up-area">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-3">
<!-- Countdown Text -->
<div class="countdown-content-text mb-100 wow fadeInUp" data-wow-delay="300ms">
<h6>Hackathon Date</h6>
<h4>Count Every Second Until the Event</h4>
</div>
</div>
<div class="col-12 col-md-9">
<div class="countdown-timer mb-100 wow fadeInUp" data-wow-delay="300ms">
<div id="clock"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Us And Countdown Area End -->
<!-- Our Speakings Area Start -->
<section id="judges" class="our-speaker-area bg-img bg-gradient-overlay section-padding-100-60"
style="background-image: url(img/bg-img/3.jpg);">
<div class="container">
<div class="row">
<!-- Heading -->
<div class="col-12">
<div class="section-heading text-center wow fadeInUp" data-wow-delay="300ms">
<!-- <p>Our Speakings</p> -->
<h4>Judges</h4>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="text-center wow fadeInUp" data-wow-delay="300ms">
<h5>To be announced</h5>
</div>
</div>
</div>
</div>
</section>
<!-- Our Speakings Area End -->
<!-- Our Schedule Area Start -->
<!-- Our Sponsor And Client Area Start -->
<section id="sponsors" class="our-sponsor-client-area section-padding-100">
<div class="container">
<div class="row">
<!-- Heading -->
<div class="col-12">
<div class="section-heading-2 text-center wow fadeInUp" data-wow-delay="300ms">
<p>Partners & Sponsors</p>
<h4 style="color: #0B1C33">OFFICIAL SPONSORS</h4>
</div>
</div>
</div>
<!-- Our Sponsor Row -->
<div class="row our-sponsor-area d-flex flex-wrap justify-content-center">
<!-- Tier 1 Sponsor
<div style="padding:60px" class="col-12 col-md-6 col-lg-6 single-sponsor wow fadeInUp"
data-wow-delay="300ms">
<a href="https://www.linode.com/"><img class="lozad" data-src="img/sponsors/linode.png" alt=""></a>
</div> -->
<!-- Tier 1 Sponsor -->
<div style="padding:60px" class="col-12 col-md-6 col-lg-6 single-sponsor wow fadeInUp"
data-wow-delay="300ms">
<a href="https://www.devfolio.co/"><img class="lozad" data-src="img/sponsors/devfolio.PNG"
alt=""></a>
</div>
<div style="padding:60px" class="col-12 col-md-6 col-lg-6 single-sponsor wow fadeInUp"
data-wow-delay="300ms">
<a href="https://www.nordvpn.com/"><img class="lozad" data-src="img/sponsors/nordvpn.png"
alt=""></a>
</div>
</div>
<!-- Our Sponsor Row -->
<!-- <div class="row our-sponsor-area d-flex flex-wrap justify-content-center">
<div style="padding:60px" class="col-12 col-md-6 col-lg-6 single-sponsor wow fadeInUp"
data-wow-delay="300ms">
<a href="https://www.name.com/"><img class="lozad" data-src="img/sponsors/namedotcom.png" alt=""></a>
</div>
</div> -->
<div class="row our-sponsor-area d-flex flex-wrap justify-content-center">
<!-- <div class="col-12 col-md-6 col-lg-3 single-sponsor wow fadeInUp" data-wow-delay="300ms">
<a href="https://www.creative-tim.com/"><img class="lozad" data-src="img/sponsors/creative-tim.png" alt=""></a>
</div>
<div class="col-12 col-md-6 col-lg-3 single-sponsor wow fadeInUp" data-wow-delay="300ms">
<a href="https://get.tech/"><img class="lozad" data-src="img/sponsors/dot_tech.png" alt=""></a>
</div>
<div class="col-12 col-md-6 col-lg-3 single-sponsor wow fadeInUp" data-wow-delay="300ms">
<a href="https://www.mozilla.org/en-US/"><img class="lozad" data-src="img/sponsors/mozilla.png" alt=""></a>
</div>
-->
<div class="col-12 col-md-6 col-lg-3 single-sponsor wow fadeInUp" data-wow-delay="300ms">
<a href="https://matic.network/"><img class="lozad" data-src="img/sponsors/matic.png" alt=""></a>
</div>
<div class="col-12 col-md-6 col-lg-3 single-sponsor wow fadeInUp" data-wow-delay="300ms">
<a href="https://fold.money/"><img class="lozad" data-src="img/sponsors/fold.png" alt=""></a>
</div>
<div class="col-12 col-md-6 col-lg-3 single-sponsor wow fadeInUp" data-wow-delay="300ms">
<a href="https://www.portis.io/"><img class="lozad" data-src="img/sponsors/portis.png" alt=""></a>
</div>
<div class="col-12 col-md-6 col-lg-3 single-sponsor wow fadeInUp" data-wow-delay="300ms">
<a href="https://www.lumoslabs.co/"><img class="lozad" data-src="img/sponsors/lumoslabs.png" alt=""></a>
</div>
</div>
<!-- <div class="row our-sponsor-area d-flex flex-wrap justify-content-center">
<div class="col-12 col-md-6 col-lg-3 single-sponsor wow fadeInUp" data-wow-delay="300ms">
<a href="https://www.wolfram.com/"><img class="lozad" data-src="img/sponsors/wolfram.png" alt=""></a>
</div>
<div class="col-12 col-md-6 col-lg-3 single-sponsor wow fadeInUp" data-wow-delay="300ms">
<a href="https://balsamiq.com/"><img class="lozad" data-src="img/sponsors/balsamiq.png" alt=""></a>
</div>
<div class="col-12 col-md-6 col-lg-3 single-sponsor wow fadeInUp" data-wow-delay="300ms">
<a href="https://www.womenwhocode.com/"><img class="lozad" data-src="img/sponsors/womenwhocode.png" alt=""></a>
</div>
<div class="col-12 col-md-6 col-lg-3 single-sponsor wow fadeInUp" data-wow-delay="300ms">
<a href="https://www.facebook.com/groups/DevCDelhiNCR/"><img class="lozad" data-src="img/sponsors/fb-dev.png"
alt=""></a>
</div>
</div>
<div class="row our-sponsor-area d-flex flex-wrap justify-content-center">
<div class="col-12 col-md-6 col-lg-3 single-sponsor wow fadeInUp" data-wow-delay="300ms">
<a href="https://cloudsploit.com/"><img class="lozad" data-src="img/sponsors/cloudspoilt.png" alt=""></a>
</div>
<div class="col-12 col-md-6 col-lg-3 single-sponsor wow fadeInUp" data-wow-delay="300ms">
<a href="https://www.stickermule.com/supports/hackiiitd19"><img class="lozad" data-src="img/sponsors/sticker-mule.png"
alt=""></a>
</div>
<div class="col-12 col-md-6 col-lg-3 single-sponsor wow fadeInUp" data-wow-delay="300ms">
<a href="https://www.tilde.io/"><img class="lozad" data-src="img/sponsors/tilde.png" alt=""></a>
</div>
<div class="col-12 col-md-6 col-lg-3 single-sponsor wow fadeInUp" data-wow-delay="300ms">
<a href="https://quiknode.io/"><img class="lozad" data-src="img/sponsors/QuikNode.png" alt=""></a>
</div>
</div>
<div class="row our-sponsor-area d-flex flex-wrap justify-content-center">
<div class="col-12 col-md-6 col-lg-3 single-sponsor wow fadeInUp" data-wow-delay="300ms">
<a href="https://stickeryou.com/"><img class="lozad" data-src="img/sponsors/stickeryou.png" alt=""></a>
</div>
<div class="col-12 col-md-6 col-lg-3 single-sponsor wow fadeInUp" data-wow-delay="300ms">
<a href="https://www.hellointern.com/"><img class="lozad" data-src="img/sponsors/hellointern.png" alt=""></a>
</div>
<div class="col-12 col-md-6 col-lg-3 single-sponsor wow fadeInUp" data-wow-delay="300ms">
<a href="https://bit.ly/2M8efm7"><img class="lozad" data-src="img/sponsors/challengerocket.png" alt=""></a>
</div>
</div> -->
</div>
</section>
<!-- Our Sponsor And Client Area End -->
<!-- Our Prizes Area Start -->
<section id="prizes" class="our-speaker-area section-padding-100-60" style="background-color: #0B1C33">
<div class="container">
<div class="row">
<!-- Heading -->
<div class="col-12">
<div class="section-heading text-center wow fadeInUp" data-wow-delay="300ms">
<!-- <p>Worth upto xxxx</p> -->
<h4>Prizes <span style="font-size: initial; color: #cdcdcd;"></span></h4>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="text-center wow fadeInUp" data-wow-delay="300ms">
<!-- <h5 style="color:white;">To be announced</h5> -->
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-12 col-md-4 col-lg-4">
<div class="single-blog-area wow fadeInUp" data-wow-delay="300ms">
<div class="single-blog-thumb">
<div style="background: #ffffff; height: 200px; display: flex; justify-content: center; align-items: center;"><p style="font-size: 50px; margin-bottom: 0%; margin-top: 55px;
background: linear-gradient(#9c3666 0%, #9c3666 15%, #45c1bb 100%);
background: -webkit-linear-gradient(#9c3666 0%, #9c3666 15%, #45c1bb 100%);
background: -moz-linear-gradient(top, #9c3666 0%, #9c3666 15%, #45c1bb 100%);
background: -o-linear-gradient(#9c3666 0%, #9c3666 15%, #45c1bb 100%);
-webkit-background-clip: text;
background-clip: text;
-moz-background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;"><span style="font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">₹</span> 8,000</p></div>
</div>
<div class="single-blog-text text-center" style="padding: 15px;">
<p class="blog-title">First Prize</p>
</div>
</div>
</div>
<div class="col-12 col-md-4 col-lg-4">
<div class="single-blog-area wow fadeInUp" data-wow-delay="300ms">
<div class="single-blog-thumb">
<div style="background: #ffffff; height: 200px; display: flex; justify-content: center; align-items: center;"><p style="font-size: 50px; margin-bottom: 0%; margin-top: 55px;
background: linear-gradient(#9c3666 0%, #9c3666 15%, #45c1bb 100%);
background: -webkit-linear-gradient(#9c3666 0%, #9c3666 15%, #45c1bb 100%);
background: -moz-linear-gradient(top, #9c3666 0%, #9c3666 15%, #45c1bb 100%);
background: -o-linear-gradient(#9c3666 0%, #9c3666 15%, #45c1bb 100%);
-webkit-background-clip: text;
background-clip: text;
-moz-background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;"><span style="font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">₹</span> 4,500</p></div>
</div>
<div class="single-blog-text text-center" style="padding: 15px;">
<p class="blog-title">Second Prize</p>
</div>
</div>
</div>
<div class="col-12 col-md-4 col-lg-4">
<div class="single-blog-area wow fadeInUp" data-wow-delay="300ms">
<div class="single-blog-thumb">
<div style="background: #ffffff; height: 200px; display: flex; justify-content: center; align-items: center;"><p style="font-size: 50px; margin-bottom: 0%; margin-top: 55px;
background: linear-gradient(#9c3666 0%, #9c3666 15%, #45c1bb 100%);
background: -webkit-linear-gradient(#9c3666 0%, #9c3666 15%, #45c1bb 100%);
background: -moz-linear-gradient(top, #9c3666 0%, #9c3666 15%, #45c1bb 100%);
background: -o-linear-gradient(#9c3666 0%, #9c3666 15%, #45c1bb 100%);
-webkit-background-clip: text;
background-clip: text;
-moz-background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;"><span style="font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">₹</span> 2,500</p></div>
</div>
<div class="single-blog-text text-center" style="padding: 15px;">
<p class="blog-title">Third Prize</p>
</div>
</div>
</div>
<div class="col-12 col-md-4 col-lg-4">
<div class="single-blog-area wow fadeInUp" data-wow-delay="300ms">
<div class="single-blog-thumb">
<div style="background: #ffffff; height: 200px; display: flex; justify-content: center; align-items: center;"><p style="font-size: 50px; margin-bottom: 0%; margin-top: 55px;
background: linear-gradient(#9c3666 0%, #9c3666 15%, #45c1bb 100%);
background: -webkit-linear-gradient(#9c3666 0%, #9c3666 15%, #45c1bb 100%);
background: -moz-linear-gradient(top, #9c3666 0%, #9c3666 15%, #45c1bb 100%);
background: -o-linear-gradient(#9c3666 0%, #9c3666 15%, #45c1bb 100%);
-webkit-background-clip: text;
background-clip: text;
-moz-background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;"><span style="font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">₹</span> 2,000</p></div>
</div>
<div class="single-blog-text text-center" style="padding: 15px;">
<p class="blog-title">Best Woman Team</p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-heading text-center wow fadeInUp" data-wow-delay="300ms">
<h4>Special Prizes</h4>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-12 col-md-4 col-lg-4">
<div class="single-blog-area wow fadeInUp" data-wow-delay="300ms">
<div class="single-blog-thumb">
<div
style="background: #ffffff; height: 200px; display: flex; justify-content: center; align-items: center;">
<p style="font-size: 50px; margin-bottom: 0%; margin-top: 55px;
background: linear-gradient(#9c3666 0%, #9c3666 15%, #45c1bb 100%);
background: -webkit-linear-gradient(#9c3666 0%, #9c3666 15%, #45c1bb 100%);
background: -moz-linear-gradient(top, #9c3666 0%, #9c3666 15%, #45c1bb 100%);
background: -o-linear-gradient(#9c3666 0%, #9c3666 15%, #45c1bb 100%);
-webkit-background-clip: text;
background-clip: text;
-moz-background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;">Best Hack</p>
</div>
</div>
<div class="single-blog-text text-center" style="padding: 15px;">
<p class="blog-title">Presented by</p>
<p class="blog-title"><b>EchoAR</b></p>
</div>
</div>
</div>
<div class="col-12 col-md-4 col-lg-4">
<div class="single-blog-area wow fadeInUp" data-wow-delay="300ms">
<div class="single-blog-thumb">
<div
style="background: #ffffff; height: 200px; display: flex; justify-content: center; align-items: center;">
<p style="font-size: 50px; margin-bottom: 0%; margin-top: 55px;
background: linear-gradient(#9c3666 0%, #9c3666 15%, #45c1bb 100%);
background: -webkit-linear-gradient(#9c3666 0%, #9c3666 15%, #45c1bb 100%);
background: -moz-linear-gradient(top, #9c3666 0%, #9c3666 15%, #45c1bb 100%);
background: -o-linear-gradient(#9c3666 0%, #9c3666 15%, #45c1bb 100%);
-webkit-background-clip: text;
background-clip: text;
-moz-background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;">Best Hack</p>
</div>
</div>
<div class="single-blog-text text-center" style="padding: 15px;">
<p class="blog-title">Presented by</p>
<p class="blog-title"><b>CodeAsylum</b></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Our Prizes Area End -->
<!-- Our Blog Area Start -->
<section id="mentors" class="our-blog-area bg-img bg-gradient-overlay section-padding-100-60"
style="background-image: url(img/bg-img/28.jpg);">
<div class="container">
<div class="row justify-content-center">
<div class="col-12">
<!-- Heading -->
<div class="section-heading text-center wow fadeInUp" data-wow-delay="300ms">
<h4>Mentors</h4>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="text-center wow fadeInUp" data-wow-delay="300ms">
<h5 style="color:white;">To be announced</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Our Blog Area End -->
<!-- FAQ Area Start -->
<section id="faq" class="faq-area section-padding-100-0">
<div class="container">
<div class="row">
<!-- Heading -->
<div class="col-12">
<div class="section-heading-2 text-center wow fadeInUp" data-wow-delay="300ms">
<h4>FAQs</h4>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-9">
<ul id="faq-list" class="faq-ul wow fadeInUp" data-wow-delay="300ms">
<li> <a data-toggle="collapse" class="collapsed faq-li" href="#faq1">What is the eligibility
criteria?<i class="zmdi zmdi-minus-circle"></i></a>
<div id="faq1" class="collapse faq-ans" data-parent="#faq-list">
<p>A team should consist of undergraduates and/or school students from grades 11th/12th.
Each team should consist of max. 4 members.</p>
</div>
</li>
<li> <a data-toggle="collapse" href="#faq2" class="collapsed faq-li">How much is the cost for
attending?<i class="zmdi zmdi-minus-circle"></i></a>
<div id="faq2" class="collapse faq-ans" data-parent="#faq-list">
<p>This event is completely free! We’ll provide you with a plethora of resources and
tools to hack with.</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- FAQ Area End -->
<!-- Contact Area Start -->
<section id="contact" class="contact-our-area bg-img bg-gradient-overlay section-padding-100-0"
style="background-image: url(img/bg-img/27.jpg);">
<div class="container">
<div class="row">
<!-- Heading -->
<div class="col-12">
<div class="section-heading-2 text-center wow fadeInUp" data-wow-delay="300ms">
<p>Have Questions?</p>
<h4>Contact us</h4>
</div>
</div>
</div>
<!-- CONTACT US FIX BY ABHIMANYU DO NOT CHANGE-->
<style type="text/css">
/*Between 1200px and 768px*/
@media screen and (max-width: 1200px) and (min-width: 768px) {
.p-2>p {
font-size: 12px
}
}
/*Less than 380px*/
@media screen and (max-width:380px) {
.p-2>p {
font-size: 12px
}
}
/*Less than 320px*/
@media screen and (max-width: 320px) {
.p-2>p {
font-size: 10px
}
}
.p-2>p>a {
color: inherit;
font-weight: inherit;
}
</style>
<div class="row">
<div class="col-12 col-md-6 col-lg-4">
<div class="row">
<div class="d-flex single-contact-area wow fadeInUp" data-wow-delay="300ms">
<!-- Single Contact Thumb -->
<div class="single-contact-thumb p-0">
<img class="lozad" data-src="img/event-heads/rohan.jpg" alt="">
</div>
<div class="single-contact-text p-2">
<p class="contact-title">Rohan Dhar</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p><a href="tel:9650207105">+91 96502 07105</a></p>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="row">
<div class="d-flex single-contact-area wow fadeInUp" data-wow-delay="300ms">
<!-- Single Contact Thumb -->
<div class="single-contact-thumb p-0">
<img class="lozad" data-src="img/event-heads/sarthak.jpg" alt="">
</div>
<div class="single-contact-text p-2">
<p class="contact-title">Sarthak Chandra</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p><a href="tel:8527487150">+91 85274 87150</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Area End -->
<!-- Footer Area Start -->
<footer class="footer-area bg-img bg-overlay-2 section-padding-100-0">
<!-- Main Footer Area -->
<div class="main-footer-area">
<div class="container">
<div class="row d-flex justify-content-between">
<!-- Single Footer Widget Area -->
<div class="col-12 col-md-6 col-lg-4">
<div class="single-footer-widget mb-60 wow fadeInUp" data-wow-delay="300ms">
<!-- Footer Logo -->
<a href="#intro" class="footer-logo"><img src="img/core-img/logo.png" alt=""></a>
<p>Sadda Hack is a software-cum-hardware hackathon event where developers, students,
hobbyists participate
to engineer an innovative application revolving around any themes or area of problem
they feel
passionate about.</p>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="single-footer-widget mb-60 wow fadeInUp" data-wow-delay="300ms">
<p class="pp-coc">
<a href="https://devfolio.co/code-of-conduct" target="_blank" rel="noopener">Devfolio
Code of
Conduct</a></p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Area End -->
<!-- **** All JS Files ***** -->
<!-- particles.js -->
<script src="js/particles.js"></script>
<script src="js/app.js"></script>
<!-- jQuery 2.2.4 -->
<script src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<!-- Popper and Bootstrap-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
<!-- All Plugins -->
<script src="js/confer.bundle.js"></script>
<!-- Active -->
<script src="js/default-assets/active.js"></script>
<!-- SMOOTH SCROLLING TO LINKS -->
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> -->
<!-- Jquery 3 not needed at 2.2.4 is already imported -Abhimanyu -->
<script>
//Scrolling JS
$(document).ready(function () {
// Add smooth scrolling to all links
$("a:not('.nav-link, .faq-li')").on('click', function (event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function () {
// Add hash (#) to URL when done scrolling (default click behavior)
// window.location.hash = hash;
});
} // End if
});
});
// Devfolio JS
document.addEventListener('DOMContentLoaded', function () {
let devfolioOptions = {
buttonSelector: '#devfolio-apply-now',
key: 'saddahack',
}
let script = document.createElement('script');
script.src = "https://apply.devfolio.co";
document.head.append(script);
script.onload = function () {
new Devfolio(devfolioOptions);
}
script.onerror = function () {
document.querySelector(devfolioOptions.buttonSelector).addEventListener('click',
function () {
window.location.href = 'https://devfolio.co/external-apply/' + devfolioOptions
.key;
});
}
});
// Lazy Loading Stuff
const observer = lozad('.lozad', {
loaded: function (el) {
// console.log("loaded...")
// console.log(el)
}
});
observer.observe();
</script>
</body>
</html>