-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
929 lines (851 loc) · 42.4 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
922
923
924
925
926
927
928
929
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>HackFIT</title>
<meta content="" name="description" />
<meta content="" name="keywords" />
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon" />
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon" />
<!-- 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=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap"
rel="stylesheet" />
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet" />
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet" />
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet" />
<!-- Variables CSS Files. Uncomment your preferred color scheme -->
<link href="assets/css/variables.css" rel="stylesheet" />
<!-- <link href="assets/css/variables-blue.css" rel="stylesheet"> -->
<!-- <link href="assets/css/variables-green.css" rel="stylesheet"> -->
<!-- <link href="assets/css/variables-orange.css" rel="stylesheet"> -->
<!-- <link href="assets/css/variables-purple.css" rel="stylesheet"> -->
<!-- <link href="assets/css/variables-red.css" rel="stylesheet"> -->
<!-- <link href="assets/css/variables-pink.css" rel="stylesheet"> -->
<!-- Template Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet" />
<!-- =======================================================
* Template Name: HeroBiz - v2.1.0
* Template URL: https://bootstrapmade.com/herobiz-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="header fixed-top" data-scrollto-offset="0">
<div class="container-fluid d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center scrollto me-auto me-lg-0">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.png" alt=""> -->
<h1>HACKFIT<span>.</span></h1>
</a>
<nav id="navbar" class="navbar">
<ul>
<li>
<a class="nav-link scrollto" href="index.html#hero-animated">Home</a>
</li>
<li>
<a class="nav-link scrollto" href="index.html#about">About</a>
</li>
<li>
<a class="nav-link scrollto" href="index.html#featured-services">Supporters</a>
</li>
<li>
<a class="nav-link scrollto" href="index.html#features">Problem Statement</a>
</li>
<li>
<a class="nav-link scrollto" href="index.html#prize">Prize</a>
</li>
<!-- <li><a class="nav-link scrollto" href="index.html#schedule">Schedule</a></li> -->
<li>
<a class="nav-link scrollto" href="index.html#sponsors">Sponsors</a>
</li>
<li><a class="nav-link scrollto" href="index.html#faq">FAQ</a></li>
<li>
<a class="nav-link scrollto" href="index.html#footer">Contact</a>
</li>
</ul>
<i class="bi bi-list mobile-nav-toggle d-none"></i>
</nav>
<!-- .navbar -->
<a class="btn-getstarted scrollto"
href="https://docs.google.com/forms/d/e/1FAIpQLSfpMueZaakcj1j9vR65Emj4Lz0_wc6ATI8VEUW817xJgiMcJg/viewform">Register</a>
</div>
</header>
<!-- End Header -->
<section id="hero-animated" class="hero-animated d-flex align-items-center">
<div class="container d-flex flex-column justify-content-center align-items-center text-center position-relative"
data-aos="zoom-out">
<h4>Federal Institute of Science And Technology (FISAT)®</h4>
<p>Accredited by NBA and NAAC ('A' Grade)</p>
<p>
Department of Computer Science and Engineering In Association with
FFSC
</p>
<p>Presents</p>
<img src="assets/img/hero-carousel/hero-carousel-3.svg" class="img-fluid animated" />
<div class="d-flex">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfpMueZaakcj1j9vR65Emj4Lz0_wc6ATI8VEUW817xJgiMcJg/viewform"
class="btn-get-started scrollto">Register</a>
<a href="index.html#features" class="btn-watch-video d-flex align-items-center"><i
style="transform: rotate(90deg)" class="bi bi-play-circle"></i><span>Problem Statement</span></a>
</div>
</div>
</section>
<main id="main">
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>About Us</h2>
<p>
HACKFIT is a 36-hour Hackathon conducted as part of ICEFOSS 2022
commencing from the 5th of May 2022 to the 7th of May 2022.
Participants can enter the competition individually or as a team
of not more than 5 members. The Hackathon will have 2 rounds with
round 1 being exclusively online. Qualifiers of the first round
will be assigned a mentor to progress to the second round. The
winning team along with the 2 runners up teams will be offered an
opportunity to connect with some of our leading industry partners.
</p>
</div>
</div>
</section>
<!-- End About Section -->
<!-- ======= Featured Services Section ======= -->
<section id="featured-services" class="featured-services">
<div class="container">
<div class="row gy-4">
<div class="col-xl-3 col-md-6 d-flex" data-aos="zoom-out">
<div class="service-item position-relative">
<div class="icon">
<!-- <i class="bi bi-activity icon"></i> -->
<img src="./assets/img/fisat.png" />
</div>
<h4><a href="" class="stretched-link">FISAT</a></h4>
<p>
Federal Institute of Science And Technology (FISAT) is a
private self financing Engineering College, established and
run by the Federal Bank Officers Association Educational
Society . FISAT has embarked on an ambitious plan to enhance
the quality and value of education and develop high quality
individuals. The institution is accredited by NAAC with 'A'
Grade. Five B.Tech branches are accredited by NBA.
</p>
</div>
</div>
<!-- End Service Item -->
<div class="col-xl-3 col-md-6 d-flex" data-aos="zoom-out" data-aos-delay="200">
<div class="service-item position-relative">
<div class="icon"><img src="./assets/img/acm.png" /></div>
<h4><a href="" class="stretched-link">ACM</a></h4>
<p>
ACM, The Association for Computing Machinery, the world's
largest educational and scientific computing society, delivers
resources that advance computing as a science and a
profession. ACM brings together computing educators,
researchers, and professionals to inspire dialogue, share
resources, and address the field's challenges.
</p>
</div>
</div>
<!-- End Service Item -->
<div class="col-xl-3 col-md-6 d-flex" data-aos="zoom-out" data-aos-delay="400">
<div class="service-item position-relative">
<div class="icon">
<img src="./assets/img/icefoss_black.png" />
</div>
<h4><a href="" class="stretched-link">ICEFOSS</a></h4>
<p>
ICEFOSS is a Free Software Conference organized by FISAT Free
Software Cell (FFSC). ICEFOSS 2022, scheduled on May 5,6
2022 includes Workshops covering different aspects of Free
Software. The purpose of ICEFOSS is to promote and encourage
the use of free and open-source software among enthusiasts.
</p>
</div>
</div>
<div class="col-xl-3 col-md-6 d-flex" data-aos="zoom-out" data-aos-delay="600">
<div class="service-item position-relative">
<div class="icon"><img src="./assets/img/ffsc.png" /></div>
<h4><a href="" class="stretched-link">FFSC</a></h4>
<p>
The FISAT Free Software Cell (FFSC), established in 2006,
promotes the development and use of free software,
particularly the GNU operating system. The Free Software Cell
is one of the most active student organisations operating in
FISAT. FFSC now conducts classes in the GNU/Linux operating
system, kernel programming and Web application development
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Featured Services Section -->
<!-- ======= Features Section ======= -->
<section id="features" class="features">
<div class="container" data-aos="fade-up">
<div class="section-header1">
<h2>Problem Statement</h2>
</div>
<ul class="nav nav-tabs row gy-4 d-flex">
<li class="nav-item col-6 col-md-4 col-lg-2">
<a class="nav-link active show" data-bs-toggle="tab" data-bs-target="#tab-1">
<i class="bi bi-binoculars color-cyan"></i>
<h4>Mental Health issues in Adolescents</h4>
</a>
</li>
<!-- End Tab 1 Nav -->
<li class="nav-item col-6 col-md-4 col-lg-2">
<a class="nav-link" data-bs-toggle="tab" data-bs-target="#tab-2">
<i class="bi bi-box-seam color-indigo"></i>
<h4>Stay Fit with Social distancing</h4>
</a>
</li>
<!-- End Tab 2 Nav -->
<li class="nav-item col-6 col-md-4 col-lg-2">
<a class="nav-link" data-bs-toggle="tab" data-bs-target="#tab-3">
<i class="bi bi-brightness-high color-teal"></i>
<h4>Report Drug Trafficking Anonymously</h4>
</a>
</li>
<!-- End Tab 3 Nav -->
</ul>
<div class="tab-content">
<div class="tab-pane active show" id="tab-1">
<div class="row gy-4">
<div class="col-lg-8 order-2 order-lg-1" data-aos="fade-up" data-aos-delay="100">
<h3>
App for screening the possible mental health issues in
adolescents
</h3>
<p style="padding-top: 15px">
Adolescence can be a risky period for mental health problems
because teenagers are going through many changes and
challenges in a short period. Globally, one in seven 10-19
year olds experience a mental disorder, accounting for 13%
of the global burden of disease in this age group.
Depression, anxiety, and behavioral disorders are among the
leading causes of illness and disability among adolescents.
</p>
<p>
Good mental health is important for healthy teenage
development, strong relationships, and resilience. It can be
hard to identify signs of mental health disorders during
adolescence, especially as some diagnoses require
individuals to be 18 years old, but early intervention can
help teens learn healthier coping mechanisms. There are some
mobile apps like KIRAN app, available for adolescents with
mental issues which has already initiated a 24*7 Mental
health Rehabilitation Helpline for addressing the mental
health issues within the population. It is developed by the
Department of Empowerment of Persons with Disabilities
(DEPwD) under the Ministry of Social Justice and
Empowerment, Govt. Of India because about 20% of young
people up to 18 years of age have a diagnosable mental
health problem in India.
</p>
<p>
Other apps include calm, My3, MoodPath, and so on. Despite
these apps being available, the evidence for their
efficiency is unclear. It is necessary that an application
be formulated to improve the accessibility of these
services, especially for adolescents across the country. Not
only will this help in self-registration but also in
providing services to clients from the comfort of their home
even if they are not ready to talk about it.
</p>
</div>
<div class="col-lg-4 order-1 order-lg-2 text-center" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/features-1.svg" alt="" class="img-fluid" />
</div>
</div>
</div>
<!-- End Tab Content 1 -->
<div class="tab-pane" id="tab-2">
<div class="row gy-4">
<div class="col-lg-8 order-2 order-lg-1">
<h3>Staying Fit With Social Distancing</h3>
<p style="padding-top: 15px">
In the COVID -19 pandemic situation, where all of us were
forced into our homes and had to quit working out in gyms
and public spaces, maintaining workout routines became
difficult. In such a situation, staying fit and eating
healthy is important to build mental and physical well
being. People often tend to slack off or find it hard to
keep a routine as they simply lack motivation.
</p>
<p>
Development of a platform where one can not only see his/her
progress but also view friends' progress can build
motivation and can help in staying focused. This way one can
maintain a healthy lifestyle with friends while practising
social distancing and also motivate others to do the same.
The application allows users to make and edit their own
workout routine, based on a dataset (containing a variety of
exercises), using which it calculates the amount of calories
burnt. A diet recall is a dietary assessment tool that is
completed as a structured interview during which
participants are asked to recall the food and drinks they
have consumed over the last 24 hours. To accomplish this, it
relies on a trained interviewer to provide the correct
dataset and interviewing questions to be set up in the
mobile application, an accurate memory of intake, the
ability to estimate portion size, and the reliability of the
interviews to avoid false reports.
</p>
<p>
Using a mobile application you can track the quality and
quantity of food taken (with pictures). An AI-based smart
food analyzer app that allows users to track their food
intake and also recommends a diet chart based on their vata,
kapha, and pitta constitutions. The application should
enable users to consult trainers and dietitians for advice
or personalized routines. To boost motivation it can also
allow users to be part of a community where they can share
experiences ,ask doubts and interact. The application can
include gamification features that will motivate the user to
follow their routines and diet charts(like badges, points,
etc.). An individual can compare their total calorie intake
and total calories burnt over a period of time (like a
day,week or month).
</p>
<p>
The general idea is to develop a mobile application or
software where it can perform various functions such as
allowing users to set fitness goals, tracking caloric
intake, gathering workout ideas,viewing one’s peers’
progress and sharing progress on social media to facilitate
healthy behavior change.The application can be used as a
platform to promote healthy behavior change with
personalized workouts, fitness advice and nutrition plans.
</p>
</div>
<div class="col-lg-4 order-1 order-lg-2 text-center">
<img src="assets/img/features-2.svg" alt="" class="img-fluid" />
</div>
</div>
</div>
<!-- End Tab Content 2 -->
<div class="tab-pane" id="tab-3">
<div class="row gy-4">
<div class="col-lg-8 order-2 order-lg-1">
<h3>App to Report Drug Trafficking Anonymously</h3>
<p style="padding-top: 15px">
Due to its proximity to two of the "three key production
areas" for opium, India is facing an illegal drug crisis.
But cross-border trafficking explains only part of the
illicit drug trade that runs through the country. The
Ministry of Chemicals and Fertilizers, states that India is
the world's largest generic drug manufacturer. However,
there are reports of illegal chemical precursor trades, as
well as clandestine manufacturing and storage of synthetic
drugs.
</p>
<p>
Consider the possibility of a drug peddler in your
neighbourhood. You see him supplying drugs to people,
including kids in your locality as well as other areas. At
present drug trafficking can only be reported via the
narcotics squad or local police station. There is no digital
means to report it. In spite of your desire to report it,
you're afraid of the potential mishaps that may occur if the
peddler finds out about the informant. This is not a viable
option since most of the public are not willing to reveal
their profiles.
</p>
<p>
It is proposed to develop a mobile application that would
allow the public to anonymously report drug trafficking.
Using this, people will be able to report such cases and the
number of drug trafficking cases will eventually come down
substantially. There is a chance that there may be many
false alarms if the system is anonymous, and some of them
may be intentional. Therefore by utilizing machine learning
models, the solution should be able to filter out the false
alarms. Ideally, users should be able to upload any relevant
information about the finding and it should be feasible for
them to use it across languages.
</p>
</div>
<div class="col-lg-4 order-1 order-lg-2 text-center">
<img src="assets/img/features-3.svg" alt="" class="img-fluid" />
</div>
</div>
</div>
<!-- End Tab Content 3 -->
</div>
</div>
</section>
<!-- End Features Section -->
<!-- <section id="schedule" class="schedule">
<div class="container">
<div class="section-header1">
<h2>Schedule</h2>
</div>
<div class="row">
<div class="col-md-12">
<div class="main-timeline5">
<div class="timeline">
<div class="timeline-icon"><span class="year">April 28</span></div>
<div class="timeline-content">
<h3 class="title">Web Desginer</h3>
<p class="description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec lacinia mi ultrices, luctus nunc ut, commodo enim. Vivamus sem erat.
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2017</span></div>
<div class="timeline-content">
<h3 class="title">Web Developer</h3>
<p class="description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec lacinia mi ultrices, luctus nunc ut, commodo enim. Vivamus sem erat.
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2016</span></div>
<div class="timeline-content">
<h3 class="title">Web Desginer</h3>
<p class="description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec lacinia mi ultrices, luctus nunc ut, commodo enim. Vivamus sem erat.
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-icon"><span class="year">2015</span></div>
<div class="timeline-content">
<h3 class="title">Web Developer</h3>
<p class="description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec lacinia mi ultrices, luctus nunc ut, commodo enim. Vivamus sem erat.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- ======= Price ======= -->
<section id="prize" class="services">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Prizes</h2>
</div>
<div class="flex gy-5">
<div class="col-xl-3 col-md-6" data-aos="zoom-in" data-aos-delay="200">
<div class="service-item">
<div class="img">
<img src="assets/img/prize.png" class="img-fluid" alt="" />
</div>
<div class="details position-relative">
<a href="#" class="stretched-link">
<h3>First Prize</h3>
</a>
<p style="font-size: larger">₹ 25,000</p>
</div>
</div>
</div>
<!-- End Service Item -->
<div class="col-xl-3 col-md-6" data-aos="zoom-in" data-aos-delay="300">
<div class="service-item">
<div class="img">
<img src="assets/img/prize-silver.png" class="img-fluid" alt="" />
</div>
<div class="details position-relative">
<a href="#" class="stretched-link">
<h3>Second Prize</h3>
</a>
<p style="font-size: larger">₹ 15,000</p>
</div>
</div>
</div>
<!-- End Service Item -->
<div class="col-xl-3 col-md-6" data-aos="zoom-in" data-aos-delay="400">
<div class="service-item">
<div class="img">
<img src="assets/img/prize-bronze.png" class="img-fluid" alt="" />
</div>
<div class="details position-relative">
<a href="#" class="stretched-link">
<h3>Third Prize</h3>
</a>
<p style="font-size: larger">₹ 10,000</p>
</div>
</div>
</div>
<!-- End Service Item -->
</div>
</div>
</section>
<!-- End Services Section -->
<!-- ======= Schedule ======= -->
<!-- <section id="schedule" class="schedule">
<div class="container" data-aos="zoom-out">
<div class="section-header1">
<h2>Schedule</h2>
</div>
</div>
</section> -->
<!-- ======= Sponsors Section ======= -->
<section id="sponsors" class="clients">
<div class="container" data-aos="zoom-out">
<div class="section-header1">
<h2><strong>Sponsors</strong></h2>
</div>
<div class="flex">
<a href="https://www.federalbank.co.in/" target="_blank">
<div class="clients-slider swiper">
<div style="justify-content: center" class="swiper-wrapper">
<div class="swiper-slide-1">
<img style="width: 40vh" src="assets/img/FederalBank.png" class="img-fluid" alt="" />
</div>
</div>
</div>
</a>
<a href="https://www.armia.com/careers.php?utm_source=FISAT&utm_medium=logo&utm_campaign=Hackfit&utm_id=Hackfit"
target="_blank">
<div class="clients-slider swiper">
<div style="justify-content: center" class="swiper-wrapper">
<div class="swiper-slide-1">
<img style="width: 40vh" src="assets/img/armia_logo.jpg" class="img-fluid" alt="" />
</div>
</div>
</div>
</a>
<a href="https://www.sequoiaat.com/" target="_blank">
<div class="clients-slider swiper">
<div style="justify-content: center" class="swiper-wrapper">
<div class="swiper-slide-1">
<img style="width: 40vh" src="/assets/img/Sequoia_logo.png" class="img-fluid mt-3" alt="" />
</div>
</div>
</div>
</a>
<a href="https://mytuitionapp.com/" target="_blank">
<div class="clients-slider swiper">
<div style="justify-content: center" class="swiper-wrapper">
<div class="swiper-slide-1">
<img style="width: 40vh" src="assets/img/90+.png" class="img-fluid" alt="" />
</div>
</div>
</div>
</a>
<a href="https://netstratum.com/" target="_blank">
<div class="clients-slider swiper">
<div style="justify-content: center" class="swiper-wrapper">
<div class="swiper-slide-1">
<img style="width: 40vh" src="assets/img/netstratum.png" class="img-fluid" alt="" />
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- End Clients Section -->
<!-- ======= Clients Section ======= -->
<section id="clients" class="clients">
<div class="container" data-aos="zoom-out">
<div class="section-header1">
<h2><strong>Job Opportunity From...</strong></h2>
</div>
<div class="flex">
<a href="https://www.emvigotech.com/" target="_blank">
<div class="swiper-slide-1">
<img style="width: 25vh" src="assets/img/emvigo.png" class="img-fluid" alt="" />
</div>
</a>
<a href="https://www.rezoy.app/en/" target="_blank">
<div class="swiper-slide-1">
<img style="width: 25vh" src="assets/img/rezoy.png" class="img-fluid" alt="" />
</div>
</a>
<a href="https://www.verteil.com" target="_blank">
<div class="swiper-slide-1">
<img style="width: 25vh" src="assets/img/verteil.png" class="img-fluid" id="vertail-img"
alt="placeholder" />
</div>
</a>
</div>
</div>
</div>
</section>
<!-- End Clients Section -->
<!-- ========== Technology Partners Section ============ -->
<section id="technology" class="clients">
<div class="container mb-5" data-aos="zoom-out">
<div class="section-header1">
<h2><strong>Technology Partners</strong></h2>
</div>
<div class="flex">
<a href="https://www.digitalocean.com/" target="_blank">
<div class="clients-slider swiper">
<div style="justify-content: center" class="swiper-wrapper">
<div class="swiper-slide-1">
<img style="width: 40vh" src="assets/img/DigitalOcean logo.svg" class="img-fluid" alt="" />
</div>
</div>
</div>
</a>
<a href="https://www.taskade.com/press" target="_blank">
<div class="clients-slider swiper">
<div style="justify-content: center" class="swiper-wrapper">
<div class="swiper-slide-1">
<img style="width: 38vh" src="assets/img/taskade.svg" class="img-fluid" id="taskade-img" alt="" />
</div>
</div>
</div>
</a>
<a href="https://gen.xyz/" target="_blank">
<div style="max-width: 15rem;" class="clients-slider swiper xyz">
<div style="justify-content: center" class="swiper-wrapper">
<div class="swiper-slide-1">
<img style="width: 30vh" src="assets/img/xyz-logo-color.svg" class="img-fluid" alt="" />
</div>
</div>
</div>
</a>
<a href="https://interviewcake.com/" target="_blank">
<div style="max-width: 15rem;" class="clients-slider swiper xyz">
<div style="justify-content: center" class="swiper-wrapper">
<div class="swiper-slide-1">
<img style=" margin-top: 1rem ; width: 45vh" src="assets/img/interview_cake.svg" class="img-fluid" alt="" />
</div>
</div>
</div>
</a>
</div>
</div>
</section>
<!-- ========== End Technology Partners Section ======== -->
<!-- ======= F.A.Q Section ======= -->
<section id="faq" class="faq">
<div class="container-fluid" data-aos="fade-up">
<div class="row gy-4">
<div class="col-lg-7 d-flex flex-column justify-content-center align-items-stretch order-2 order-lg-1">
<div class="content px-xl-5">
<h3>Frequently Asked <strong>Questions</strong></h3>
<!-- <p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit
</p> -->
</div>
<div class="accordion accordion-flush px-xl-5" id="faqlist">
<div class="accordion-item" data-aos="fade-up" data-aos-delay="200">
<h3 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#faq-content-1">
<i class="bi bi-question-circle question-icon"></i>
What is a hackathon?
</button>
</h3>
<div id="faq-content-1" class="accordion-collapse collapse" data-bs-parent="#faqlist">
<div class="accordion-body">
A hackathon is an event that brings together experts and
creates a collaborative environment for solving a certain
problem. The aim is to design, build and present the most
innovative solution to a problem, and then pitch a final
concept or prototype by the end of the event.
</div>
</div>
</div>
<!-- # Faq item-->
<div class="accordion-item" data-aos="fade-up" data-aos-delay="300">
<h3 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#faq-content-2">
<i class="bi bi-question-circle question-icon"></i>
How are winners selected?
</button>
</h3>
<div id="faq-content-2" class="accordion-collapse collapse" data-bs-parent="#faqlist">
<div class="accordion-body">
Register for events that you are interested in and you
shall receive link of the registered events through email
and whatsapp. First round which is an online round is idea
pitching where teams put up their innovative ideas and
judges select the best ideas among them. The selected
teams are notified through mail two weeks prior to
Hackfit. The selected teams are then invited to FISAT for
the 3 days. Second round is the final round where the
selected teams will make their projects and the best 3
would be chosen for cash prizes and much more!
</div>
</div>
</div>
<!-- # Faq item-->
<div class="accordion-item" data-aos="fade-up" data-aos-delay="400">
<h3 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#faq-content-3">
<i class="bi bi-question-circle question-icon"></i>
When is the last date to register?
</button>
</h3>
<div id="faq-content-3" class="accordion-collapse collapse" data-bs-parent="#faqlist">
<div class="accordion-body">
25th April 2022 is the last date to register. So what are
you waiting for? Register and be a part of this amazing
journey
</div>
</div>
</div>
<!-- # Faq item-->
<div class="accordion-item" data-aos="fade-up" data-aos-delay="500">
<h3 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#faq-content-4">
<i class="bi bi-question-circle question-icon"></i>
Is the hackathon free?
</button>
</h3>
<div id="faq-content-4" class="accordion-collapse collapse" data-bs-parent="#faqlist">
<div class="accordion-body">
<i class="bi bi-question-circle question-icon"></i>
Registration is absolutely free. Teams can pitch their
ideas and the teams with the best innovative ideas are
selected. The selected teams are invited to FISAT and are
required to pay Rs.1000 to present their final project in
the 3 days hackathon.
</div>
</div>
</div>
<!-- # Faq item-->
<div class="accordion-item" data-aos="fade-up" data-aos-delay="600">
<h3 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#faq-content-5">
<i class="bi bi-question-circle question-icon"></i>
Who can apply?
</button>
</h3>
<div id="faq-content-5" class="accordion-collapse collapse" data-bs-parent="#faqlist">
<div class="accordion-body">
Everybody is welcome and can apply.
</div>
</div>
</div>
<!-- # Faq item-->
<div class="accordion-item" data-aos="fade-up" data-aos-delay="600">
<h3 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#faq-content-6">
<i class="bi bi-question-circle question-icon"></i>
How can I get involved?
</button>
</h3>
<div id="faq-content-6" class="accordion-collapse collapse" data-bs-parent="#faqlist">
<div class="accordion-body">
Go ahead and visit hackfit.fisat.ac.in and register for
events according to your interests. Have another question
that didn't get answered here - please check the contact
section and feel free to contact us.
</div>
</div>
</div>
<!-- # Faq item-->
</div>
</div>
<div class="col-lg-5 align-items-stretch order-1 order-lg-2 img"
style="background-image: url('assets/img/faq.jpg')">
</div>
</div>
</div>
</section>
<!-- End F.A.Q Section -->
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<div class="footer-content">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<h3>HackFIT</h3>
<p>
Venue <br />
Federal Institute of Science And Technology <br />
- Hormis Nagar, Mookkannoor,<br />
Angamaly, Kerala 683577<br />
</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<h3></h3>
<p>
<br />
Contact <br />
Basil : +91 9745344089 <br />
Paul : +91 82818 95254<br />
<br />
</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<h3></h3>
<p>
<br />
Email <br />
icefoss@fisat.ac.in <br />
<br />
</p>
</div>
</div>
</div>
</div>
</div>
<div class="footer-legal text-center">
<div
class="container d-flex flex-column flex-lg-row justify-content-center justify-content-lg-between align-items-center">
<div class="d-flex flex-column align-items-center align-items-lg-start">
<div class="copyright">
© Copyright <strong><span>icefoss</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/herobiz-bootstrap-business-template/ -->
Designed by
<a href="http://www.icefoss.fisat.ac.in/">ICEFOSS WEB TEAM</a>
</div>
</div>
<div class="social-links order-first order-lg-last mb-3 mb-lg-0">
<!-- <a href="#" class="twitter"><i class="bi bi-twitter"></i></a> -->
<a href="https://www.facebook.com/icefossfisat/" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/icefossfisat/" class="instagram"><i class="bi bi-instagram"></i></a>
<!-- <a href="#" class="google-plus"><i class="bi bi-skype"></i></a> -->
<!-- <a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a> -->
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>