-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
759 lines (729 loc) · 32.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nirman</title>
<!-- bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/4bc3609884.js" crossorigin="anonymous"></script>
<!-- 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=Poppins:wght@400;500;600;700;800;900&display=swap"
rel="stylesheet">
<!-- Styles -->
<link rel="stylesheet" href="main.css" />
<!-- Meta Tags -->
<!-- Facebook -->
<meta name="title" property="og:title" content="Nirman" />
<meta property="og:site_name" content="Nirman" />
<meta name="description" property="og:description" content="Rise With Technology" />
<meta name="type" property="og:type" content="website" />
<meta name="url" property="og:url" content="https://nirmansilicon.tech/" />
<meta name="image" property="og:image" content="https://nirmansilicon.tech/assets/images/nirman-head.png" />
<meta property="og:image:alt" content="Nirman Image" />
<!-- Twitter -->
<meta name="twitter:site" content="@nirman_silicon">
<meta name="twitter:title" content="Nirman">
<meta name="twitter:description" content="Rise With Technology">
<meta name="twitter:image" content="https://nirmansilicon.tech/assets/images/nirman-head.png">
<meta name="twitter:image:alt" content="Nirman image">
<meta name="twitter:card" content="summary_large_image">
<!-- Other Meta Tags -->
<meta name="robots" content="index,follow">
<meta name="apple-mobile-web-app-title" content="Nirman">
<meta name="description" content="Rise With Technology">
<meta name="keywords" content="Nirman, hackathon, ideaton, what is hackathon, hackathon 2022, hackathon ideas, ideas for hackathon,
hackathon team names, hackathon problem statements, line follower, robo race, robo war, death race, line follower robot,
line follower robot using arduino, line follower robot project, best line follower algorithm, youth ideathon, ideathon meaning,
ideathon 2022, ideathon ideas, what is ideathon, robo war, robotics" />
<link rel="shortcut icon" href="assets/images/nirman-favicon.png" type="image/x-icon">
</head>
<body>
<!-- Head Section -->
<header class="hero-section background-primary">
<nav class="navbar navbar-expand-lg navbar-light py-2">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto">
<li class="nav-item mx-lg-4">
<a class="nav-link" href="#ideathon">Idea Presentation</a>
</li>
<li class="nav-item mx-lg-4">
<a class="nav-link" href="#hackathon">Hacknation</a>
</li>
<li class="nav-item mx-lg-4">
<a class="nav-link" href="#death-race">Robo Race</a>
</li>
<li class="nav-item mx-lg-4">
<a class="nav-link" href="#line-follower">Line Follower</a>
</li>
<li class="nav-item mx-lg-4">
<a class="nav-link" href="#timeline">Timeline</a>
</li>
<li class="nav-item mx-lg-4">
<a class="nav-link" href="#faq">FAQs</a>
</li>
<li class="nav-item mx-lg-4">
<a class="nav-link" href="#sponser-us">Sponsor us</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="hero pt-3 pb-5">
<p class="hero-preheading text-center">Silicon Robotics Club & Silicon Circuit Club under SIPC
<span class="d-block mt-2">presents</span>
</p>
<img class="hero-heading-logo img-fluid" src="assets/images/nimpng.png" alt="">
<p class="hero-subheading">Rise With Technology</p>
<a class="mx-3" href="#events">
<button class="register-btn my-3 my-lg-5">Register Now</button>
</a>
<h4 class="days my-3 d-flex align-items-start">28<span class="sps">th</span> - 30 <span class="sps">th</span> APR
</h4>
<img class="abs hero-dart" src="assets/images/target-front-color.png" alt="">
<img class="abs hero-trophy" src="assets/images/trophy-front-color.png" alt="">
<img class="abs hero-shape-1" src="assets/images/shape-1.png" alt="">
<img class="abs hero-shape-2" src="assets/images/shape-2.png" alt="">
<img class="abs hero-shape-3" src="assets/images/shape-3.png" alt="">
<img class="abs hero-shape-4" src="assets/images/shape-4.png" alt="">
</div>
</header>
<!-- Events Section -->
<section id="events" class="container-fluid bg-dark text-white">
<div class="container">
<h1 class="my-5 text-center events-section-heading">Events that we cover with Nirman</h1>
<!-- IDEATHON -->
<div id="ideathon">
<div class="mt-5 d-flex flex-column flex-lg-row align-items-center event">
<div class="event-image">
<img src="assets/images/bulb-front-color.png" alt="" />
</div>
<div>
<h4 class="my-0 event-name">Idea Presentation</h4>
<p class="my-3 event-description">
An idea presentation is a short, intense, idea presentation-like event for students to address some of the most
pressing issues of our day. Participants work in teams and collaborate creatively to create possible
solutions using design thinking.
</p>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeGNAufA-6-2S3PSI0bPGUXIRSphpIXRn1wEm-NwhWkshwcuw/viewform"
target="_blank">
<button class="event-register-btn my-2">Register Now</button>
</a>
</div>
</div>
<div class="mt-5 px-lg-5 d-flex flex-column flex-md-row align-items-center justify-content-around">
<div class="prize prize-1st">
<h3><span class="rupee">₹</span>7000</h3>
<ul class="perks">
<li>Nirman Merchandise & Goodies</li>
<li>Goodies from our sponsers</li>
</ul>
</div>
<div class="prize prize-2nd">
<h3><span class="rupee">₹</span>5000</h3>
<ul class="perks">
<li>Nirman Merchandise & Goodies</li>
<li>Goodies from our sponsers</li>
</ul>
</div>
<div class="prize prize-3rd">
<h3><span class="rupee">₹</span>3000</h3>
<ul class="perks">
<li>Nirman Merchandise & Goodies</li>
<li>Goodies from our sponsers</li>
</ul>
</div>
</div>
</div>
<div class="my-5 event-breaker"></div>
<!-- HACKATHON -->
<div id="hackathon">
<div class="mt-5 d-flex flex-column flex-lg-row align-items-center event">
<div class="event-image">
<img src="assets/images/computer-front-color.png" alt="" />
</div>
<div>
<h4 class="my-0 event-name">Hacknation</h4>
<p class="my-3 event-description">
This year, NIRMAN 2022 presents you with HACKNATION where participants can use any technology to build
their hacks. This is an opportunity to showcase your innovative ideas and expand your horizons. HACKNATION
is a 12-hour hackathon. Do not miss this opportunity.
</p>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfrMqv246L5_5n3uNJ9E-wxAb6-VBQsWjn3HeC7_nSydD3V5A/viewform?usp=sf_link"
target="_blank">
<button class="event-register-btn my-2">Register Now</button>
</a>
</div>
</div>
<div class="mt-5 mb-5 px-lg-5 d-flex flex-column flex-md-row align-items-center justify-content-around">
<div class="prize prize-1st">
<h3><span class="rupee">₹</span>20000</h3>
<ul class="perks">
<li>Nirman Merchandise & Goodies</li>
<li>Goodies from our sponsers</li>
</ul>
</div>
<div class="prize prize-2nd">
<h3><span class="rupee">₹</span>12000</h3>
<ul class="perks">
<li>Nirman Merchandise & Goodies</li>
<li>Goodies from our sponsers</li>
</ul>
</div>
<div class="prize prize-3rd">
<h3><span class="rupee">₹</span>8000</h3>
<ul class="perks">
<li>Nirman Merchandise & Goodies</li>
<li>Goodies from our sponsers</li>
</ul>
</div>
</div>
<div class="hackathon-themes">
<h3 class="theme-heading my-5">Hack Themes</h3>
<div class="themes">
<div class="theme-card">
<div class="d-flex align-items-center justify-content-between w-100 theme-card-head">
<h4 class="theme-card-heading">Agriculture</h4>
<img class="theme-card-icon" src="assets/images/agri.png" alt="">
</div>
<p>
Increasing agricultural productivity, developing sustainable food and supply chains, and tackling soil
erosion and irrigation issues are some of the challenges we face. Got an idea to resolve these problems?
</p>
</div>
<div class="theme-card">
<div class="d-flex align-items-center justify-content-between w-100 theme-card-head">
<h4 class="theme-card-heading">Smart infrastructure</h4>
<img class="theme-card-icon" src="assets/images/infra.png" alt="">
</div>
<p>
Improved infrastructure in cities and homes is a feasible solution to solve the issues of quality living
and sustainability in densely populated cities. Showcase your ideas on this cool topic now!
</p>
</div>
<div class="theme-card">
<div class="d-flex align-items-center justify-content-between w-100 theme-card-head">
<h4 class="theme-card-heading">Healthcare</h4>
<img class="theme-card-icon" src="assets/images/health.png" alt="">
</div>
<p>
In the Healthcare track, we aim to develop technology that will provide solutions to health-related
issues, including the COVID-19 pandemic, mental health, etc.
</p>
</div>
<div class="theme-card">
<div class="d-flex align-items-center justify-content-between w-100 theme-card-head">
<h4 class="theme-card-heading">Sustainable Development</h4>
<img class="theme-card-icon" src="assets/images/susdev.png" alt="">
</div>
<p>
Creating solutions that are climate friendly and relate to the Earth, while meeting the needs of the
present without compromising the ability of future generations to meet their own needs.
</p>
</div>
<div class="theme-card">
<div class="d-flex align-items-center justify-content-between w-100 theme-card-head">
<h4 class="theme-card-heading">Fintech</h4>
<img class="theme-card-icon" src="assets/images/fintech.png" alt="">
</div>
<p>
Technology that seeks to improve and automate the delivery and use of financial services. It is intended
to help businesses, business owners, and consumers better manage their financial operations and
processes.
</p>
</div>
<div class="theme-card">
<div class="d-flex align-items-center justify-content-between w-100 theme-card-head">
<h4 class="theme-card-heading">Open Innovation</h4>
<img class="theme-card-icon" src="assets/images/openinno.png" alt="">
</div>
<p>
Interested in an idea that doesn't fit our track themes? Use this theme to display and present your
ideas. Create something that bridges these tracks or something that is completely new.
</p>
</div>
</div>
</div>
</div>
<div class="my-5 event-breaker"></div>
<!-- DEATH RACE -->
<div id="death-race">
<div class="mt-5 d-flex flex-column flex-lg-row align-items-center event">
<div class="event-image">
<img src="assets/images/minecraft-front-color.png" alt="" />
</div>
<div>
<h4 class="my-0 event-name">Robo Race</h4>
<p class="my-3 event-description">
Bring your bots for an <b>ultimate survival race.</b> Robo race consists of human-operated bots operating
in different topographical areas.
</p>
<a href="https://docs.google.com/forms/d/e/1FAIpQLScmp80ci_XEvYAptn0PDs66OkkKXi4FPlXMvQHcBTiwam00CQ/viewform?usp=sf_link"
target="_blank">
<button class="event-register-btn my-2">Register Now</button>
</a>
</div>
</div>
<div class="mt-5 px-lg-5 d-flex flex-column flex-md-row align-items-center justify-content-around">
<div class="prize prize-1st">
<h3><span class="rupee">₹</span>6000</h3>
<ul class="perks">
<li>Nirman Merchandise & Goodies</li>
<li>Goodies from our sponsers</li>
</ul>
</div>
<div class="prize prize-2nd">
<h3><span class="rupee">₹</span>4000</h3>
<ul class="perks">
<li>Nirman Merchandise & Goodies</li>
<li>Goodies from our sponsers</li>
</ul>
</div>
</div>
</div>
<div class="my-5 event-breaker"></div>
<!-- LINE FOLLOWER -->
<div id="line-follower">
<div class="mt-5 d-flex flex-column flex-lg-row align-items-center event">
<div class="event-image">
<img src="assets/images/flag-front-color.png" alt="" />
</div>
<div>
<h4 class="my-0 event-name">Line Follower</h4>
<p class="my-3 event-description">
Line follower bots are mobile machines that can detect and follow lines on a surface. The best with the
least commute time wins. <b>Track It, Crack It...</b>
</p>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdSoF2ll4tiz04Va-nyLPJoCNexPDhL38iyPqyl3PAZL5nMig/viewform?usp=sf_link"
target="_blank">
<button class="event-register-btn my-2">Register Now</button>
</a>
</div>
</div>
<div class="mt-5 px-lg-5 d-flex flex-column flex-md-row align-items-center justify-content-around">
<div class="prize prize-1st">
<h3><span class="rupee">₹</span>6000</h3>
<ul class="perks">
<li>Nirman Merchandise & Goodies</li>
<li>Goodies from our sponsers</li>
</ul>
</div>
<div class="prize prize-2nd">
<h3><span class="rupee">₹</span>4000</h3>
<ul class="perks">
<li>Nirman Merchandise & Goodies</li>
<li>Goodies from our sponsers</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Our Sponsers Section -->
<section class="py-3 py-md-5 container-fluid sponsers text-dark">
<h3 class="sponser-heading mt-5 text-center">Powered and co-powered by</h3>
<div class="sponsers__container poweredby">
<div class="sponser">
<a href="https://startupodisha.gov.in/" target="_blank">
<img src="assets/images/start-up-odisha.svg" alt="">
</a>
</div>
<div class="sponser">
<a href="https://www.yoyorydes.com/" target="_blank">
<img src="assets/images/yoyo.svg" alt="">
</a>
</div>
</div>
<h3 class="sponser-heading mt-5 text-center">Event Partners</h3>
<div class="sponsers__container">
<div class="sponser">
<a href="https://formester.com/" target="_blank">
<img src="assets/images/sponsers/formester.svg" alt="">
</a>
</div>
<div class="sponser">
<a href="https://www.taskade.com/" target="_blank">
<img src="assets/images/sponsers/taskade.svg" alt="">
</a>
</div>
<div class="sponser">
<a href="https://www.digitalocean.com/" target="_blank">
<img src="assets/images/sponsers/digital-ocean.svg" alt="">
</a>
</div>
<div class="sponser">
<a href="https://gen.xyz/" target="_blank">
<img src="assets/images/sponsers/xyz.svg" alt="">
</a>
</div>
<div class="sponser">
<a href="https://sykefit.com/" target="_blank">
<img src="assets/images/sponsers/sykefit-logo.svg" alt="">
</a>
</div>
</div>
</section>
<!-- Timeline Section -->
<section class="timeline bg-dark container-fluid pb-3 pb-lg-5" id="timeline">
<h1 class="timeline-heading pt-5">Timeline</h1>
<div class="container py-3 my-3 my-lg-5">
<!-- timeline item 1 -->
<div class="row no-gutters">
<div class="col-sm">
<!--spacer-->
</div>
<!-- timeline item 1 center dot -->
<div class="col-sm-1 text-center flex-column d-none d-md-flex">
<div class="row h-50">
<div class="col"> </div>
<div class="col"> </div>
</div>
<h5 class="m-2">
<span class="badge badge-pill"> </span>
</h5>
<div class="row h-50">
<div class="col"> </div>
<div class="col line"> </div>
</div>
</div>
<!-- timeline item 1 event content -->
<div class="col-md py-2">
<div class="card timeline-card">
<div class="card-body">
<div class="float-right text-muted small">Apr 6th 2022</div>
<h4 class="card-title">Registration Begins</h4>
<p class="card-text">The registration period for all events begins</p>
</div>
</div>
</div>
</div>
<!--/row-->
<!-- timeline item 2 -->
<div class="row no-gutters">
<div class="col-md py-2">
<div class="card timeline-card">
<div class="card-body">
<div class="float-right small">Apr 24th 2022</div>
<h4 class="card-title">Reg. of Idea Presentation and Hacknation Ends</h4>
<p class="card-text">Registration for Ideathon and Hacknation ends, as we need time for filtering the
entries :)</p>
</div>
</div>
</div>
<div class="col-sm-1 text-center flex-column d-none d-md-flex">
<div class="row h-50">
<div class="col"> </div>
<div class="col line"> </div>
</div>
<h5 class="m-2">
<span class="badge badge-pill"> </span>
</h5>
<div class="row h-50">
<div class="col"> </div>
<div class="col line"> </div>
</div>
</div>
<div class="col-sm">
<!--spacer-->
</div>
</div>
<!--/row-->
<!-- timeline item 3 -->
<div class="row no-gutters">
<div class="col-sm">
<!--spacer-->
</div>
<div class="col-sm-1 text-center flex-column d-none d-md-flex">
<div class="row h-50">
<div class="col"> </div>
<div class="col line"> </div>
</div>
<h5 class="m-2">
<span class="badge badge-pill"> </span>
</h5>
<div class="row h-50">
<div class="col"> </div>
<div class="col line"> </div>
</div>
</div>
<div class="col-md py-2">
<div class="card timeline-card">
<div class="card-body">
<div class="float-right text-muted small">Apr 24th 2022</div>
<h4 class="card-title">Reg. for Robotics ends</h4>
<p>Registration for the Line Follower and Robo Race event ends</p>
</div>
</div>
</div>
</div>
<!--/row-->
<!-- timeline item 4 -->
<div class="row no-gutters">
<div class="col-md py-2">
<div class="card timeline-card">
<div class="card-body">
<div class="float-right text-muted small">Apr 28th 2022</div>
<h4 class="card-title">Inauguration & Robotics events</h4>
<p>The opening ceremony and robotic competition will take place on this day</p>
</div>
</div>
</div>
<div class="col-sm-1 text-center flex-column d-none d-md-flex">
<div class="row h-50">
<div class="col"> </div>
<div class="col line"> </div>
</div>
<h5 class="m-2">
<span class="badge badge-pill"> </span>
</h5>
<div class="row h-50">
<div class="col"> </div>
<div class="col line"> </div>
</div>
</div>
<div class="col-sm">
<!--spacer-->
</div>
</div>
<!--/row-->
<!-- timeline item 5 -->
<div class="row no-gutters">
<div class="col-sm">
<!--spacer-->
</div>
<div class="col-sm-1 text-center flex-column d-none d-md-flex">
<div class="row h-50">
<div class="col"> </div>
<div class="col line"> </div>
</div>
<h5 class="m-2">
<span class="badge badge-pill"> </span>
</h5>
<div class="row h-50">
<div class="col"> </div>
<div class="col line"> </div>
</div>
</div>
<div class="col-md py-2">
<div class="card timeline-card">
<div class="card-body">
<div class="float-right text-muted small">Apr 29th 2022</div>
<h4 class="card-title">Idea Presentation & Hacknation Begins</h4>
<p>Ideathon will take place in the morning, followed by Hacknation in the evening.</p>
</div>
</div>
</div>
</div>
<!--/row-->
<!-- timeline item 6 -->
<div class="row no-gutters">
<div class="col-md py-2">
<div class="card timeline-card">
<div class="card-body">
<div class="float-right text-muted small">Apr 30th 2022</div>
<h4 class="card-title">Closing Ceremony</h4>
<p>After a 12-hour wait, Hack-Nation comes to an end and the results will be announced alongside the
closing ceremony.</p>
</div>
</div>
</div>
<div class="col-sm-1 text-center flex-column d-none d-md-flex">
<div class="row h-50">
<div class="col"> </div>
<div class="col line"> </div>
</div>
<h5 class="m-2">
<span class="badge badge-pill"> </span>
</h5>
<div class="row h-50">
<div class="col"> </div>
<div class="col line"> </div>
</div>
</div>
<div class="col-sm">
<!--spacer-->
</div>
</div>
<!--/row-->
</div>
</section>
<!-- Faq Section -->
<section id="faq" class="py-5 container-fluid faq text-dark">
<div class="faq__container mx-auto text-start">
<h2 class="text-center faq__heading">Frequently Asked Questions</h2>
<div class="accordion accordion-flush my-5" id="accordionFlushExample">
<div class="accordion-item">
<h6 class="accordion-header" id="flush-headingOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseOne" aria-expanded="false" aria-controls="flush-collapseOne">
I am a beginner, can I participate?
</button>
</h6>
<div id="flush-collapseOne" class="accordion-collapse collapse" aria-labelledby="flush-headingOne"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
You should register for Nirman because this event is all about getting that experience! The events provide
a great environment to get started.
</div>
</div>
</div>
<div class="accordion-item">
<h6 class="accordion-header" id="flush-headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseTwo" aria-expanded="false" aria-controls="flush-collapseTwo">
Can I participate in all of these events?
</button>
</h6>
<div id="flush-collapseTwo" class="accordion-collapse collapse" aria-labelledby="flush-headingTwo"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
You are welcome to participate in any or all of these events. If you want to participate in only one, you
are able to do so. These events include people with a variety of skill levels and abilities. Teams of 3-4
are required.
</div>
</div>
</div>
<div class="accordion-item">
<h6 class="accordion-header" id="flush-headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseThree" aria-expanded="false" aria-controls="flush-collapseThree">
What is a hackathon?
</button>
</h6>
<div id="flush-collapseThree" class="accordion-collapse collapse" aria-labelledby="flush-headingThree"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
Hackathons allow students to come together to create tech projects in a collaborative environment.
Throughout the event, teams of students will brainstorm, design, code, and create amazing projects.
</div>
</div>
</div>
<div class="accordion-item">
<h6 class="accordion-header" id="flush-headingFour">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseFour" aria-expanded="false" aria-controls="flush-collapseFour">
Is Nirman an offline or online event?
</button>
</h6>
<div id="flush-collapseFour" class="accordion-collapse collapse" aria-labelledby="flush-headingFour"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
This will be an offline/In-person event, held on the campus of Silicon Institute of Technology,
Bhubaneswar.
</div>
</div>
</div>
<div class="accordion-item">
<h6 class="accordion-header" id="flush-headingFive">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseFive" aria-expanded="false" aria-controls="flush-collapseFive">
Can anyone outside Silicon Institute of Technology participate in nirman?
</button>
</h6>
<div id="flush-collapseFive" class="accordion-collapse collapse" aria-labelledby="flush-headingFive"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
Everyone from any institute in India can participate in this event.
</div>
</div>
</div>
<div class="accordion-item">
<h6 class="accordion-header" id="flush-headingSix">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseSix" aria-expanded="false" aria-controls="flush-collapseSix">
What is the registration fee?
</button>
</h6>
<div id="flush-collapseSix" class="accordion-collapse collapse" aria-labelledby="flush-headingSix"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
The registration fee is <span class="rupee">₹</span>50 per event and <span
class="rupee">₹</span>100 for the Hacknation.
</div>
</div>
</div>
<div class="accordion-item">
<h6 class="accordion-header" id="flush-headingSeven">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseSeven" aria-expanded="false" aria-controls="flush-collapseSeven">
I have more questions.
</button>
</h6>
<div id="flush-collapseSeven" class="accordion-collapse collapse" aria-labelledby="flush-headingSeven"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
No problem! <br class="d-none d-md-block"> contact us at <a class="link-dark"
href="mailto:[email protected]?subject=Need help"><b>[email protected]</b></a> and we'll get in
touch with you shortly :)
</div>
</div>
</div>
</div>
</div>
</section>
<!-- sponser Section -->
<section id="sponser-us" class="py-3 py-md-5 container-fluid background-primary mx-auto">
<div class="container d-flex sponser-container">
<div class="d-flex flex-column">
<h1 class="sponser-us-heading my-3">Want to sponsor us?</h1>
<p class="sponser-subheading">Reach hundreds of students and potential customers by sponsoring nirman</p>
</div>
<a href="https://app.formester.com/survey/1e7470d9-2f67-4c50-a5d0-6a17c80e4358" target="_blank">
<button class="btn sponser-btn footer-sponser-btn">Sponsor us</button>
</a>
</div>
</section>
<!-- Footer Section -->
<footer class="background-primary py-5">
<div class="d-flex footer-links align-items-center justify-content-center">
<a href="https://www.facebook.com/nirmansilicon" target="_blank">
<img src="assets/images/facebook.svg" alt="">
</a>
<a href="https://www.instagram.com/nirman_silicon/" target="_blank">
<img src="assets/images/instagram.svg" alt="">
</a>
<a href="https://twitter.com/nirman_silicon" target="_blank">
<img src="assets/images/twitter.svg" alt="">
</a>
<a href="https://www.linkedin.com/in/nirman-tech-538305226" target="_blank">
<img src="assets/images/linkedin.svg" alt="">
</a>
<a href="mailto:[email protected]?subject=Need help" target="_blank">
<img src="assets/images/mail-open-fill.svg" alt="">
</a>
</div>
<p class="mt-5 px-5 text-center">
© This site is owned and operated by SIPC, Silicon Institute of Technology, copyright 2022<br>
<span>+91 7978260733, 8984849592</span>
</p>
</footer>
<!-- Chatbot -->
<script>
window.watsonAssistantChatOptions = {
integrationID: "cc147ff9-c60d-4992-823e-db160b7049d8",
region: "us-south",
serviceInstanceID: "7efa1dc7-3d55-4169-ab6b-495ef9793cea",
onLoad: function (instance) { instance.render(); }
};
setTimeout(function () {
const t = document.createElement('script');
t.src = "https://web-chat.global.assistant.watson.appdomain.cloud/versions/" + (window.watsonAssistantChatOptions.clientVersion || 'latest') + "/WatsonAssistantChatEntry.js"
document.head.appendChild(t);
});
</script>
<!-- <script src="//code.tidio.co/luvlpalpxypxupwgxbrae6xkmjxwqvbr.js" async></script> -->
</body>
</html>