-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
766 lines (640 loc) · 37.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- Primary Meta Tags -->
<title>sandharniya-vikas | home</title>
<meta content="Hackathon, abcd, etc." name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="" rel="icon">
<link href="" rel="apple-touch-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- seo -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZBTQ387E9P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-ZBTQ387E9P');
</script>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- CSS Files -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link href='https://unpkg.com/boxicons@2.1.2/css/boxicons.min.css' rel='stylesheet'>
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/glightbox/dist/css/glightbox.min.css" rel="stylesheet" />
<link href="https://unpkg.com/swiper@7/swiper-bundle.min.css" rel="stylesheet" />
<!-- Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top ">
<div class="container d-flex align-items-center justify-content-between">
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html" class="logo"><img src="./assets/img/Logo.png" alt="" class="col-12"></a>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#tracks">Tracks</a></li>
<li><a class="nav-link scrollto" href="#team-mates">Team</a></li>
<li><a class="nav-link scrollto" href="#faq">FAQ</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
<li><a href="./assets/Guidelines.pdf" download="./assets/Guidelines.pdf">Guidelines</a></li>
<li>
<a class="getstarted scrollto" href="https://sandharniya-vikas-hackathon.devfolio.co/">Register Now</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
<!-- .navbar -->
</div>
</header>
<!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container-fluid" data-aos="fade-up">
<div class="row justify-content-center">
<div class="text-container col-xl-6 col-lg-6 pt-3 pt-lg-0 order-2 order-lg-1 d-flex flex-column justify-content-center">
<h1 class="text">संधारणीय विकास</h1>
<!-- <h2>2022</h2>-->
<!-- <img src="assets/img/favi.png" class="col-12 animated" alt="">-->
<div><a href="#services" class="btn-get-started scrollto">Get Started</a></div>
</div>
<div class="col-xl-5 col-lg-6 order-1 order-lg-2 hero-img" data-aos="zoom-in" data-aos-delay="150">
<img src="assets/img/1.png" class="col-12 animated" alt="">
</div>
</div>
</div>
</section>
<!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="row">
<div class="col-lg-6 pt-4 pt-lg-0 col-12" data-aos="fade-right">
<css-doodle>
:doodle {
@grid: 1x60 / 61.8vmin;
}
@place-cell: center;
@size: calc(@index() * 1.7%);
will-change: transform;
border-radius: 50%;
border: 1px solid transparent;
border-left-color: hsl(
calc(100 + 5 * @index()), 70%, 68%
);
animation: spin calc(@index() * .3s)
linear infinite;
--f: @rand(360deg);
--t: calc(var(--f) + @pick(1turn, -1turn));
@keyframes spin {
from { transform: rotate(var(--f)) }
to { transform: rotate(var(--t)) }
}
</css-doodle>
</div>
<div class="col-lg-6 col-12 content" data-aos="zoom-in" data-aos-delay="150">
<h3>We are here to sustain!<br>
</h3>
<h5>
Chandigarh University with 2000+ patents 10,000+ Research Publications and 30 industry sponsored Advanced labs has certainly raised bars of excellence. Chandigarh University has been Ranked 2nd in India for Infrastructure and facilities among Private Universities which has been awarded under Outlook-ICARE India's Best College Ranking 2022. Focusing on providing best in class opportuniites, Chandigarh6 University has been running various hackathons on several platforms across the globe for our students to gain hands on practical experience from the industry. Chandigarh University was also an organizer of Smart India Hackathon 2022 where 10 teams from all across country emerged as winner. Along with it, CU has organized Innovative India Coding Championship (IICC) in association with Coding Ninjas presented by AICTE. The winners were rewarded with cash prize, goodies and even internships.
</h5>
<center>
<div
class="apply-button"
data-hackathon-slug="sandharniya-vikas-hackathon"
data-button-theme="dark-inverted"
style="height: 44px; width: 312px"
></div>
</center>
</div>
</div>
</div>
</section>
<!-- End About Section -->
<!-- ======= Services Section ======= -->
<!-- <section id="services" class="services section-bg">
<div class="container" data-aos="fade-up"> -->
<!-- <div class="section-title"> -->
<!-- <p>Check out the timeline to stay up-to-date.</p> -->
<!-- </div> -->
<!-- <div class="col-md-7 ms-auto me-auto">
<div class="accordion" id="accordionExample">
<div class="accordion-item accordion-Border">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button fs-4" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Registration </button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body row">
<div class="col-md-6">
<h5 class="mb-3">Date: <span class="fw-normal">15th Sept - 23rd Sept</span> </h5>
<h5 class="mb-3">Time: <span class="fw-normal">23:59 PM IST</span> </h5> -->
<!-- </div>
<div class="col-md-6">
</div>
</div>
</div>
</div> -->
<!-- <div class="accordion-item accordion-Border">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button fs-4 collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Round 1 </button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body row">
<div class="col-md-6">
<h5 class="mb-3">Date: <span class="fw-normal">25th - 26th September</span> </h5>
<h5 class="mb-3">Time: <span class="fw-normal">10:00 AM to 11:59 PM IST</span> </h5>
</div>
<div class="col-md-6">
<h5>Description:</h5>
<p>
The initial stage of the competition will be online. This segment, focused on technical skills, will adopt an online quiz format for its execution.
</p>
</div>
</div>
</div>
</div> -->
<!--
<div class="accordion-item accordion-Border">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button fs-4 collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Round 2
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
<div class="accordion-body row">
<div class="col-md-6">
<h5 class="mb-3">Date: <span class="fw-normal">3rd - 5th October</span> </h5>
<h5 class="mb-3">Time: <span class="fw-normal">10:00 AM to 10:00 PM IST</span> </h5>
</div>
<div class="col-md-6">
<h5>Description:</h5>
<p>
In round two, teams present online their proposed solutions for the given problems via engaging prototype, showcasing creativity and strategic thinking in highlighting product features.
</p>
</div>
</div>
</div>
</div> -->
<!-- <div class="accordion-item accordion-Border">
<h2 class="accordion-header" id="headingFour">
<button class="accordion-button fs-4 collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
Round 3 </button>
</h2>
<div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingFour" data-bs-parent="#accordionExample">
<div class="accordion-body row">
<div class="col-md-6">
<h5 class="mb-3">Date: <span class="fw-normal">18th - 19th October</span> </h5>
<h5 class="mb-3">Time: <span class="fw-normal">10:00 AM to 10:00 AM IST</span> </h5>
</div>
<div class="col-md-6">
<h5>Description:</h5>
<p>
In the culminating third round, set on the Chandigarh University campus, teams will transition to an offline mode to unveil their completed products aligned with the provided problem statements.
</p>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- Prizes -->
<div id="prizes" class="prizes">
<div class="container">
<div class="row">
<div class="col-md-12">
<!--<div class="titlepage">
<h2>Winner Prizes</h2>
</div>
</div>
</div>
<div class="row">
<div class="prizes-img col-md-12" data-aos="zoom-in-up">
<img src="images/prizes2.png" loading="lazy"/>
</div>
</div> -->
<div class="row">
<div class="col-md-12">
<div class="titlepage">
<center><br><h2>Special Prizes</h2></center>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="sp-track-box" id="polygon" data-aos="zoom-out">
<img src="assets/img/Polygon_Logo-White@2x.png" alt="POLYGON LOGO" class="rounded float-left" loading="lazy"/>
<div class="sp-track-content">
<ul>
<li>₹12,000 for the best hack built on Ethereum, or</li>
<li>₹16,000 for the best hack built on Ethereum + Polygon,</li>
<li>Eligibility to apply for internship/full-time roles and seed funding of up to 5,000 USD for winners!</li>
</ul>
</div>
</div>
</div>
<div class="col-12">
<div class="sp-track-box" id="replit" data-aos="zoom-out">
<img src="assets/img/Repelit.png" alt="REPLIT LOGO" class="rounded float-left" loading="lazy"/>
<div class="sp-track-content">
<ul>
<li>4,000 INR to winning project of the hackathon (must be deployed on Replit)</li>
<li>Replit schwags to 5 eligible submissions deployed on Replit.</li>
<li>Eligibility to apply for internship/full-time roles at Replit</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- timeline -->
<section id="services" class="services section-bg">
<section id="timeline-sec">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Timeline</h2>
<p>Check out the timeline to stay up-to-date.</p>
</div>
</div>
<div id="timeline">
<br><br>
<ul>
<li>
<div class="date">15th - 28th September, 2023</div>
<div class="title">Registrations</div>
<div class="descr"></div>
</li>
<li>
<div class="date">30th September, 2023</div>
<div class="title">Round 1</div>
</li>
<li>
<div class="date">8th - 9th October, 2023</div>
<div class="title">Round 2</div>
</li>
<li>
<div class="date">3rd-4th November, 2023</div>
<div class="title">Finale</div>
</li>
</ul>
</div>
</section>
</section>
<!-- End Services Section -->
<section id="tracks" class="tracks">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>TRACKS</h2>
<p></p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box iconbox-blue">
<div class = "flip">
<div class = front>
<h4>Swasthify</h4>
</div>
<div class = "back">
<p>centers around improving public health and wellness</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box iconbox-orange ">
<div class = "flip">
<div class = "front"><h4>अनंतLearning</h4></div>
<div class = "back"><p>design educational tools and platforms that empower people to acquire knowledge, fostering personal growth and professional development</p></div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4 mt-lg-0" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box iconbox-pink">
<div class = "flip">
<div class = "front">
<h4>DigitalDecode</h4>
</div>
<div class ="back">
<p>solutions that address technological inequalities and promote inclusivity, to reduce disparities in access to resources and opportunities.</p>
</div>
</div>
<p></p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box iconbox-yellow">
<div class = "flip">
<div class = "front">
<h4>Technoवातावरण</h4>
</div>
<div class="back"><p>concentrates on environmental conservation</p></div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box iconbox-red">
<div class = "flip">
<div class ="front">
<h4>नवनिर्माण</h4>
</div>
<div class = "back"><p>emphasizes innovation and development</p></div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box iconbox-teal">
<div class = "flip">
<div class = "front"><h4>समाधान4Society</h4></div>
<div class ="back"><p>innovations that address pressing social challenges.</p></div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box iconbox-teal">
<div class = "flip">
<div class = "front"><h4>आदर्शAI</h4></div>
<div class = "back"><p>explores the ethical use of artificial intelligence</p></div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box iconbox-teal">
<div class = "flip">
<div class = "front">
<h4>SHAShield-256</h4></div>
<div class = "back"><p>emphasizes cybersecurity and data protection.</p></div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box iconbox-teal">
<h4>CryptoBit</h4>
<p></p>
</div>
</div>
</div>
<center>
<div class = "button"><a href = "./assets/problemstatements.pdf" download="./assets/problemstatements.pdf">Problem Statements</a></div></center>
</div>
</section>
<!-- ======= Section ======= -->
<section id="testimonials" class="testimonials section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Powered by</h2>
</div>
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="assets/img/Devfolio_Logo-White@2x.png" alt="DEVFOLIO LOGO" class="col-12">
</div>
<!-- End testimonial item -->
<div class="swiper-slide">
<img src="assets/img/cu.png" alt="" class="col-12">
</div>
<!-- End testimonial item -->
<div class="swiper-slide">
<img src="assets/img/Polygon_Logo-White@2x.png" alt="POLYGON LOGO" class="col-12">
</div>
<!-- End testimonial item -->
<div class="swiper-slide">
<img src="assets/img/Repelit.png" alt="REPLIT LOGO" class="col-12">
</div>
<!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section>
<!-- End Testimonials Section -->
<!--Team Section Start-->
<section id="team-mates" data-aos="fade-up">
<div id="teamHeading" data-aos="fade-up">
<h1 data-aos="fade-up">Sandharniya Vikas-Team</h1>
</div>
<div class="detail " data-aos="zoom-in-up" >
<p data-aos="zoom-in-up">
Welcome to the heart of the Sandharniya Vikas Hackathon - the Innov8 Infinite Team.
We are a passionate group of individuals dedicated to innovation and sustainable development through technology.
With a shared vision of driving positive change,
we work tirelessly to make the Sandharniya Vikas Hackathon an unforgettable experience.
</p>
<p id ="t-name" data-aos="zoom-in-up " style="align-self:flex-end;">
-Innov8 Infinite Team
</p>
</div>
<div class="hexagon-gallery" data-aos="zoom-in-up" >
<div class="hex"><img class="team-images" src="./assets/img/sir.jpeg" alt="some" data-aos="zoom-in-up">
<div class="hex-text">
<h4>Krishnendu Rarhi</h4>
<p>Coordinator</p>
<a href="https://www.linkedin.com/in/krishrarhi/" target="_blank" class="bx bxl-linkedin" aria-hidden="true"></a>
</div>
</div>
<div class="hex"><img class="team-images" src="./assets/img/mam.jpg" alt="some" data-aos="zoom-in-up">
<div class="hex-text">
<h4>Ravneet Kaur</h4>
<p>Coordinator</p>
<a href="https://www.linkedin.com/in/ravneet-khangura/" target="_blank" class="bx bxl-linkedin" aria-hidden="true"></a>
</div>
</div>
<div class="hex"><img class="team-images" src="./assets/img/kirt.png" alt="some" data-aos="zoom-in-up">
<div class="hex-text">
<h4>Kirtpreet Kaur</h4>
<p>Team Lead</p>
<a href="https://www.linkedin.com/in/kirtpreet-kaur-65781b212" target="_blank" class="bx bxl-linkedin" aria-hidden="true"></a>
</div>
</div>
<div class="hex"><img class="team-images" src="./assets/img/prtyakshi.png" alt="some">
<div class="hex-text">
<h4>Pratyakshi Gambhir</h4>
<p>Team Lead</p>
<a href="https://www.linkedin.com/in/pratyakshi-gambhir-9a6a30230/?originalSubdomain=in" target="_blank" class="bx bxl-linkedin" aria-hidden="true"></a>
</div>
</div>
<div class="hex"><img class="team-images" src="./assets/img/arushi2.png" alt="some" data-aos="zoom-in-up">
<div class="hex-text">
<h4>Arushi</h4>
<p>Team Lead</p>
<a href="https://www.linkedin.com/in/aarushi-0a9a7b21a" target="_blank" class="bx bxl-linkedin" aria-hidden="true"></a>
</div>
</div>
<div class="hex"><img class="team-images" src="./assets/img/sarthak.png" alt="some" data-aos="zoom-in-up">
<div class="hex-text">
<h4>Sarthak Sharma</h4>
<p>Web Developer</p>
<a href="https://www.linkedin.com/in/samer06/" target="_blank" class="bx bxl-linkedin" aria-hidden="true"></a>
</div>
</div>
<div class="hex"><img class="team-images" src="./assets/img/sumit1.png" alt="some" data-aos="zoom-in-up">
<div class="hex-text">
<h4>Sumit Jhaldiyal</h4>
<p>Desginer</p>
<a href="https://www.linkedin.com/in/sumit-jhaldiyal-8952851b9/" target="_blank" class="bx bxl-linkedin" aria-hidden="true"></a>
</div>
</div>
<div class="hex"><img class="team-images" src="./assets/img/aradhana.png" alt="some" data-aos="zoom-in-up">
<div class="hex-text">
<h4>Aradhna Sandhu</h4>
<p>Content-Writer</p>
<a href="https://www.linkedin.com/in/aradhna-sandhu-33b6aa250/" target="_blank" class="bx bxl-linkedin" aria-hidden="true"></a>
</div>
</div>
<div class="hex"><img class="team-images" src="./assets/img/ujjwal.jpeg" alt="some" data-aos="zoom-in-up">
<div class="hex-text">
<h4>Ujjwal Singh</h4>
<p>Back-end</p>
<a href="https://www.linkedin.com/in/ujjwal-singh-731945210/" target="_blank" class="bx bxl-linkedin" aria-hidden="true"></a>
</div>
</div>
<div class="hex"><img class="team-images" src="./assets/img/gurnor.png" alt="some" data-aos="zoom-in-up">
<div class="hex-text">
<h4>Gurnor</h4>
<p>Event Management</p>
<a href="https://www.linkedin.com/in/gurnoor-singh-388981249" target="_blank" class="bx bxl-linkedin" aria-hidden="true"></a>
</div>
</div>
</div>
</section>
<!--Team Section End-->
<!-- ======= FAQ Section ======= -->
<section id="faq" class="faq">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Frequently Asked Questions</h2>
</div>
<div class="faq-list">
<!-- FAQ Item 1 -->
<div class="faq-item" data-aos="fade-up" data-aos-delay="100">
<h3>Q1: What is Sandharniya Vikas?</h3>
<p>
Sandharniya Vikas is a PAN India hackathon organized by Chandigarh University to promote innovation and creativity among students.
</p>
</div>
<!-- FAQ Item 2 -->
<div class="faq-item" data-aos="fade-up" data-aos-delay="200">
<h3>Q2: Who's eligible to dive into this hackathon adventure?</h3>
<p>
This hackathon is open to all the brilliant minds out there, whether you're currently a student or a seasoned graduate.
</p>
</div>
<!-- FAQ Item 3 -->
<div class="faq-item" data-aos="fade-up" data-aos-delay="300">
<h3>Q3: When does the hackathon take place?</h3>
<p>
The hackathon has multiple rounds with different dates. Please refer to the timeline section for specific dates.
</p>
</div>
<div class = "faq-item" data-aos="fade-up" data-aos-delay="400">
<h3>Q4. Is there a registration fee for the hackathon?</h3>
<p>Registration is entirely free of charge. No fees are required for participation</p>
</div>
<!-- FAQ Item 4 -->
<div class = "faq-item" data-aos="fade-up" data-aos-delay="500">
<h3>Q5: How many rounds are there in Sandharniya Vikas?</h3>
<p>
Sandharniya Vikas consists of three rounds: the preliminary round, semi-finals, and the grand finale.
</p>
</div>
<div class = "faq-item" data-aos="fade-up" data-aos-delay="600">
<h3>Q6: What benefits await you in this coding extravaganza?</h3>
<p>Participating here means diving into real-world tech challenges, expanding your network with fellow tech enthusiasts and mentors, honing your coding and problem-solving skills, and unlocking a world of limitless opportunities for your tech future. It's not just a hackathon; it's a ticket to tech excellence.</p>
</div>
<!-- FAQ Item 5 -->
<div class = "faq-item" data-aos="fade-up" data-aos-delay="700">
<h3>Q7: What are the dates for each round?</h3>
<p>
- Preliminary round: 30th September, 2023
- Semi-finals: 8th - 9th October, 2023
- Grand finale: 3rd - 4th November, 2023
Please refer to the timeline section on our website for specific dates and deadlines.
</p>
</div>
<div class = "faq-item" data-aos="fade-up" data-aos-delay="800">
<h3>Q8: How can I qualify for participation?</h3>
<p>The hackathon follows a three-phase structure. Participants who successfully clear the first two online phase will have the opportunity to participate in the subsequent offline hackathon.</p>
</div>
<!-- Add more FAQ items as needed -->
</div>
</div>
</section>
<!-- End FAQ Section -->
<section id="contact" class="contact section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Contact</h2>
<p>Contact us for any query or to join us.</p>
</div>
<div class="row">
<div class="col-lg-6 ">
<iframe class="mb-4 mb-lg-0" src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d109721.82622533051!2d76.59465128251794!3d30.75192038835438!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1schandigarh%20university!5e0!3m2!1sen!2sin!4v1656006333744!5m2!1sen!2sin" frameborder="0" style="border:0; width: 100%; height: 384px; border-radius: 8px;" allowfullscreen></iframe>
</div>
<div class="col-lg-6">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong><span>Sandharniya-vikas and Denoviz</span></strong>. All Rights Reserved
</div>
</div>
</footer>
</main>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<!-- JS Files -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/css-doodle/0.4.9/css-doodle.min.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="https://cdn.jsdelivr.net/gh/mcstudios/glightbox/dist/js/glightbox.min.js"></script>
<script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js"></script>
<script src="https://unpkg.com/swiper@7/swiper-bundle.min.js"></script>
<script defer async src="https://apply.devfolio.co/v2/sdk.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>