-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
566 lines (548 loc) · 33.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Hack The Build 2.0</title>
<link rel="icon" href="media/img/logo.png" type="image/x-icon">
<meta name="title" content="Hack The Build 2.0">
<meta name="description" content="Coding Club IIT Jammu`s Annual Hackathon"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-159141308-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-159141308-4');
</script>
<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=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Noto Sans', sans-serif;
}
</style>
</head>
<body>
<div class="black" id="loader" style="height: 100vh; width: 100%; position: fixed; z-index:10001">
<div class="valign-wrapper" style="height: 100vh; width: 100%; position: fixed;">
<div class="load" style="height: 100px; width: 100px; margin: 0 auto; "></div>
</div>
<div class="valign-wrapper" style="height: 100vh; width: 100%; position: fixed;">
<div class="load2" style="height: 90px; width: 90px; margin: 0 auto; "></div>
</div>
<div class="valign-wrapper" style="height: 100vh; width: 100%; position: fixed;">
<div class="load3" style="height: 80px; width: 80px; margin: 0 auto; "></div>
</div>
<div class="valign-wrapper" style="height: 100vh; width: 100%; position: fixed;">
<div class="load4" style="height: 70px; width: 70px; margin: 0 auto; "></div>
</div>
</div>
<div class="navbar-fixed" style="z-index: 11;">
<nav role="navigation" style="background-color: rgba(0,0,0,0.2);">
<div class="nav-wrapper container">
<a id="logo-container" href="./" class="brand-logo" style="font-size:20px;">Hack tHe builD 2.0</a>
<ul class="right hide-on-med-and-down">
<li><a href="#abouthack">About</a></li>
<li><a href="#sponsors-sec">Sponsors</a></li>
<li><a href="#teams">Team</a></li>
<li><a href="#faqs">FAQs</a></li>
<li><a href="#contactus">Contact</a></li>
</ul>
<a href="#" data-target="nav-mobile" class="sidenav-trigger white-text"><i class="material-icons">menu</i></a>
</div>
</nav>
<!-- <div class="pink accent-3 center" style="height: 30px; width: 100%; top:64px; position: fixed;">
<h7>Hackathon Ended</h7>
<span class="right closebtn" onclick="this.parentElement.style.display='none';">×</span>
</div> -->
</div>
<div class="navbar-fixed black" style="position: fixed; z-index: 9;">
<nav role="navigation" style="background-color: black;">
</nav>
</div>
<ul id="nav-mobile" class="sidenav" style="background-color: rgba(0,0,0,0);">
<div style="width: 100%; height: 100%; position : absolute; z-index: -1;background-color: rgba(0,0,0,0.8); filter: blur(5px);"></div>
<li><a style="color: wheat;" href="#abouthack"><h5>About</h5></a></li>
<li><a style="color: wheat;" href="#sponsors-sec"><h5>Sponsors</h5></a></li>
<li><a style="color: wheat;" href="#teams"><h5>Team</h5></a></li>
<li><a style="color: wheat;" href="#faqs"><h5>FAQs</h5></a></li>
<li><a style="color: wheat;" href="#contactus"><h5>Contact</h5></a></li>
</ul>
<div class="cui-embed" style="padding:20px; z-index: 20;display: none;" data-cui-uid="rnqV10" data-cui-avatar="https://images.typeform.com/images/6ejkEn7A9pdX" data-cui-mode="pill" data-cui-pill-button-color="#631B1B"></div><script src="https://public-assets.typeform.com/confab/embed.js" async></script>
<div style="position: absolute; width: 100%;" >
<div class="cover" style="z-index: -1;">
<div style="width: 100%; height: 100vh; background-color: rgba(60, 0, 199, 0.1);"></div>
</div>
<div style="z-index : 10; position: relative;">
<div id="inmain" class="parallax-container">
<div class="section no-pad-bot valign-wrapper" style="height: 100%;">
<div class="container">
<br><br>
<div class="row">
<div class="col s8 offset-s2 hide-on-med-and-up">
<img class="anim" src="media/img/art_anim.gif" width="100%">
</div>
<div class="col m4 right hide-on-small-only">
<img class="anim" src="media/img/art_anim.gif" width="100%">
</div>
<div class="col">
<div class="hide-on-small-only" style="height: 100px;">
</div>
<h5><img src="media/img/cc.png" width="25px" style="border-radius: 50%;"> Coding Club IIT Jammu presents</h5>
<h1 class="header pink-text text-accent-3" id="maintxt">Hack tHe builD 2.0</h1>
<div class="row no-pad-bot" style="margin-bottom: 10px;">
<h5 class="header col s12 light">4th - 13th November 2021</h5>
</div>
<div class="row">
<h5 class="col s12">
<div class="apply-button"
data-hackathon-slug="hackthebuild2"
data-button-theme="light"
style="height: 44px; width: 312px"
></div>
</h5>
</div>
</div>
</div>
</div>
</div>
<div class="parallax">
<video class="video-bg" poster="media/poster.jpg" muted loop id="myVideo">
<source src="https://raw.githubusercontent.com/coding-club-iit-jammu/HackTheBuild/master/media/media.io_mixkit-aerial-view-of-city-traffic-at-night-11.webm" type="video/webm">
</video>
</div>
</div>
</div>
<div class="section section-pad no-pad-bot">
<div class="black" id="slit-right"></div>
<div class="container">
<a class="anchor" id="about"></a>
<div class="row" style="margin-top: 50px; margin-bottom: 50px;">
<div class="col s12 center">
<h4 style="margin-bottom: 50px">ROUND 1 RESULTS</h4>
<a class="waves-effect waves-light btn-large" href="/media/r1_results.pdf" target="_blank">Find here</a>
<!-- <h3 id ="timer"> </h3> -->
</div>
</div>
</div>
<div style="background-image: url('media/img/sakura.png');" id="slit-left-up"></div>
</div>
<div class="section about-sec" style="position: relative;" id="abouthack">
<div class="container">
<div class="row" style="margin-top: 50px; margin-bottom: 50px;">
<div class="col s12 center">
<h3><i class="mdi-content-send brown-text"></i></h3>
<h4 style="padding-bottom:10px;">About the Event</h4>
<hr width="60%" align="left">
<p class="light" style="font-size: 20px; text-align: justify;">
<span style="font-weight: 700;">Hack tHe builD 2.0 </span> is an annual Hackathon organised by <b>Coding Club, IIT Jammu </b>.
<br>This year's <b>Hack tHe builD</b> is a two week long Hackathon where students from various institutes across India will
participate and Collaborate along with their team-members to brain-storm solutions for problem statements provided by us.
Problem Statements will based upon <b>Defense</b> based Scenarios.
<br><h5 style="margin-top: 100px">00:00 AM (IST), November 10 to 23:59 PM (IST) November 13</h5>
</p>
<hr width="60%" align="right">
</div>
</div>
<div class="row center">
<h5>
<a href="https://discord.gg/z5uZ3PwNHT" target="_blank">
Join our Discord Server for Updates
</a>
</h5>
</div>
<div class="row" style="margin-top: 50px; margin-bottom: 50px;">
<hr><h3 style="padding-bottom:10px; text-align: center;">Timeline</h3>
<div class="col s6">
<h4>4th Oct - 31st Oct</h4>
<ul style="list-style-type:square">
<p style="font-size: 16px;">
Registration of the participants when they submit their ideas in the form of PPT. The team can pick more than one problem statement..
</p>
</ul>
</div>
<div class="col s6">
<h4> 1st Nov - 9th Nov</h4>
<ul style="list-style-type:disc">
<p style="font-size: 16px;">
Round 1 Results. Top 5-10 teams will be selected in each problem statement and then will be asked to submit the application or the model of the idea.
</p>
</ul>
</div>
</div>
<div class="row" style="margin-bottom: 50px;">
<div class="col s6">
<h4>10th Nov - 13th Nov</h4>
<ul style="list-style-type:disc">
<p style="font-size: 16px;">
The participants will work on their idea during that time and will submit the link to their GitHub repo.
</p>
</ul>
</div>
<div class="col s6">
<h4>Within 3 weeks after 13th Nov.</h4>
<ul style="list-style-type:square">
<p style="font-size: 16px;">
The teams have to present their idea to the judges panel. If possible, voting can be also there.
</p>
</ul>
</div>
</div>
</div>
<div class="pink" id="slit-tilt" style="display: none;"></div>
</div>
<div style="background-image: url('media/img/sakura.png'); margin-bottom: 50px;" id="slit-right"></div>
<div id="slit-left-up" style="background-color: wheat;"></div>
<div class="section" style="position: relative; background-color: wheat; padding-bottom: 50px;" id="sponsors-sec">
<div class="container">
<div class="row" style="margin-top: 50px; margin-bottom: 50px;">
<div class="col s12">
<h3>Sponsors</h3>
<a href="mailto:codingclub@iitjammu.ac.in?subject='Sponsor Hack tHe builD'"
target="_blank"
class="btn-small waves-effect waves-light blue accent-4">
Sponsor Us <i class="material-icons right">groups</i>
</a>
</div>
</div>
<center><h4>Leading Partners</h4></center>
<div class="row" style="margin-bottom: 50px; margin-top: 20px;">
<div class="col s8 offset-s2 m4 offset-m4 card-image">
<!-- <a href="https://devfolio.co/" target="_blank"> -->
<img src="/media/i2edc.png" width="100%">
<!-- </a> -->
</div>
<div class="col s8 offset-s2 m4 offset-m4 card-image">
<!-- <a href="https://devfolio.co/" target="_blank"> -->
<img src="/media/iic.png" width="100%">
<!-- </a> -->
</div>
</div>
<center><h4>Gold Tier</h4></center>
<div class="row" style="margin-bottom: 100px; padding-top: 20px">
<div class="col s6 m4 card-image">
<a href="https://devfolio.co/" target="_blank">
<img src="https://raw.githubusercontent.com/devfolioco/brand-assets/master/Logo%20%2B%20Text%20-%20Colored/Devfolio%20-%20Normal.png" width="100%">
</a>
</div>
<div class="col s6 m4 card-image">
<a href="https://polygon.technology/" target="_blank">
<img src="/media/polygon.png" width="100%">
</a>
</div>
<div class="col s6 m4 card-image">
<a href="https://tezos.com/" target="_blank">
<img src="/media/tezos.png" width="100%">
</a>
</div>
<div class="col s6 m4 card-image">
<a href="https://celo.org/" target="_blank">
<img src="/media/celo.png" width="100%">
</a>
</div>
<div class="col s6 m4 card-image">
<a href="https://filecoin.io/" target="_blank">
<img src="/media/filecoin.svg" width="100%">
</a>
</div>
</div>
<center><h4>Silver Tier</h4></center>
<div class="row" style="margin-bottom: 100px;">
<div class="col s7 m4 offset-m4 card-image" style="padding: 20px;">
<a href="https://www.echoar.xyz/" target="_blank">
<img src="media/img/sponsors/echoAR - Logo 2020 - Dark.png" width="100%">
</a>
</div>
</div>
<!-- <div class="row" style="margin-bottom: 50px;">
<div class="col s6 m4 card-image" style="padding:20px;">
<a href="https://matic.network/" target="_blank">
<img src="media/img/sponsors/Copy of blue_dark.svg" width="100%">
</a>
</div>
<div class="col s6 m4 card-image" style="padding: 20px;">
<a href="https://www.portis.io/" target="_blank">
<img src="media/img/sponsors/portis_logo.svg" width="100%">
</a>
</div>
<div class="col s5 m4 card-image" style="padding: 20px;">
<a href="https://fold.money/" target="_blank">
<img src="media/img/sponsors/Logo Dark Blue.svg" width="85%">
</a>
</div>
</div>
<center><h5>Silver Sponsors</h5></center>
<div class="row">
<div class="col s6 m4 offset-s3 offset-m4 card-image" style="padding: 20px;">
<a href="https://codingblocks.com/" target="_blank">
<img src="media/img/sponsors/cblogo.png" width="100%">
</a>
</div>
</div> -->
<!--
<center><h5>Community Partners</h5></center>
<div class="row">
<div class="col s6 m4 offset-s3 offset-m4 card-image" style="padding: 20px;">
<a href="https://studentambassadors.microsoft.com/" target="_blank">
<img src="media/img/sponsors/MSLearn_SA_badge_generic_rgb_300ppi.png" width="100%">
</a>
</div>
</div>-->
</div>
<!--<div class="blue" id="slit-tilt-rev"></div>-->
</div>
<div id="slit-right" style="background-color: wheat; margin-bottom: 50px;"></div>
<div id="slit-left-up" style="background-image: url('media/img/random_grey_variations.png');"></div>
<div class="section faq-sec" style="position: relative;" id="faqs">
<div class="container">
<div class="row" style="margin-top: 50px; margin-bottom: 50px;">
<div class="col s12 white-text">
<h3>Frequently Asked Questions</h3><hr>
</div>
</div>
<div class="row white-text">
<div class="col m12 l5">
<h5><i class="fa fa-question-circle-o"></i>How do I register for Hack The Build 2.0?</h5>
</div>
<div class="col m12 l7">
<h6 style="text-align: justify;">
Anyone can register for Hack tHe Build 2.0 using the Apply with Devfolio button present at top of the page.
</h6>
</div>
</div>
<div class="row white-text">
<div class="col m12 l5">
<h5><i class="fa fa-question-circle-o"></i>Where I can find the Problem Statements?</h5>
</div>
<div class="col m12 l7">
<h6 style="text-align: justify;">
Problem statements can be downloaded <a href="/media/ps.pdf" target="_blank">here</a>
</h6>
</div>
</div>
<hr>
<div class="row white-text">
<div class="col s12 l5">
<h5><i class="fa fa-question-circle-o"></i>How should we form a team?</h5>
</div>
<div class="col s12 l7">
<h6 style="text-align: justify;">
All team members should be from the same college; no inter-college teams are allowed.
However, members from different branches of the same college/ institute are encouraged to form a team.•
Each team would mandatorily comprise of (1-5) members including the team leader.
</h6>
</div>
</div>
<hr>
<div class="row white-text">
<div class="col s12 l5">
<h5><i class="fa fa-question-circle-o"></i>How do we submit our idea?</h5>
</div>
<div class="col s12 l7">
<h6 style="text-align: justify;">
You will submit your idea details in a document in the form of ppt and upload it while registering for our Hackathon at Devfolio.
You have to convert it into a pdf before submitting.
Maximum 5 slides per ppt allowed.
</h6>
</div>
</div>
<hr>
<div class="row white-text">
<div class="col s12 l5">
<h5><i class="fa fa-question-circle-o"></i>What is the selection criteria?</h5>
</div>
<div class="col s12 l7">
<h6 style="text-align: justify;">
Post Idea submission process, the ideas will be evaluated by experts. Evaluation criteria will include novelty of the idea, complexity,
clarity and details in the prescribed format, feasibility, practicability, sustainability, the scale of impact, user experience and potential
for future work progression.
</h6>
</div>
</div>
<hr>
<div class="row white-text">
<div class="col s12 l5">
<h5><i class="fa fa-question-circle-o"></i>What will happen in Round 2?</h5>
</div>
<div class="col s12 l7">
<h6 style="text-align: justify;">
Top 5 teams in every problem statement will move to the second round where
the teams have to build the application within the given time period.
Top Teams from each problem statement will be awarded.
</h6>
</div>
</div>
<hr>
<div class="row white-text">
<div class="col s12 l5">
<h5><i class="fa fa-question-circle-o"></i>When and where is the shortlisted list announced?</h5>
</div>
<div class="col s12 l7">
<h6 style="text-align: justify;">
Each qualified team will receive notification through email. Overall list will be available on the official website.
</h6>
</div>
</div>
<hr>
<div class="row white-text">
<div class="col s12 l5">
<h5><i class="fa fa-question-circle-o"></i>Code of Conduct?</h5>
</div>
<div class="col s12 l7">
<h6 style="text-align: justify;">
Code of conduct can be found
<a href="https://devfolio.co/code-of-conduct" target="_blank">
here</a>
</h6>
</div>
</div>
<hr>
<!-- <h5 class="white-text" style="margin-top:20px;">Register your team now at <a href="https://hackthebuild.devfolio.co/" target="_blank">Devfolio</a>.</h5> -->
</div>
</div>
<div style="background-image: url('media/img/random_grey_variations.png'); margin-bottom: 50px;" id="slit-right"></div>
<div id="slit-left-up" style="background-image: url('media/img/pink\ dust.png');"></div>
<div class="section team-sec" style="position: relative;" id="teams">
<div class="container">
<div class="row" style="margin-top: 50px; margin-bottom: 50px;">
<div class="col s12 white-text">
<h3>Organising Team</h3><hr>
</div>
</div>
<div class="row">
<div class="col s6 m3">
<div class="card z-depth-5" style="overflow: visible; padding: 2px;">
<a href = "https://www.linkedin.com/in/bhavyta-aggarwal-466a791a7/" target="_blank">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="media/team/bhavyta.png">
</div>
</a>
<div class="card-content" style="padding: 5px;">
<span class="card-title activator grey-text text-darken-4">Bhavyta Aggarwal</span>
<p>Overall Coordinator</p>
</div>
</div>
</div>
<div class="col s6 m3">
<div class="card z-depth-5" style="overflow: visible; padding: 2px;">
<a href="https://www.linkedin.com/in/qascade/" target="_blank">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="media/team/shubh.png">
</div>
</a>
<div class="card-content" style="padding: 5px;">
<span class="card-title activator grey-text text-darken-4">Shubh Karman Singh</span>
<p>Lead Organizer</p>
</div>
</div>
</div>
<div class="col s6 m3">
<div class="card z-depth-5" style="overflow: visible; padding: 2px;">
<a href = "https://www.linkedin.com/in/parwaan-virk-783a801b2/" target="_blank">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="media/team/parwaan.png" width="100%">
</div>
</a>
<div class="card-content" style="padding: 5px;">
<span class="card-title activator grey-text text-darken-4">Parwaan Virk</span>
<p>Lead Organizer</p>
</div>
</div>
</div>
<div class="col s6 m3">
<div class="card z-depth-5" style="overflow: visible; padding: 2px;">
<a href = "https://www.linkedin.com/in/shivam-sharma-7b1026198/" target="_blank">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="media/team/shivam.png">
</div>
</a>
<div class="card-content" style="padding: 5px;">
<span class="card-title activator grey-text text-darken-4">Shivam Sharma</span>
<p>Lead Organizer</p>
</div>
</div>
</div>
<div class="col s6 m3">
<div class="card z-depth-5" style="overflow: visible; padding: 2px;">
<a href = "https://www.linkedin.com/in/dhiraj-pimparkar-084244172/" target="_blank">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="media/team/dhiraj.png">
</div>
</a>
<div class="card-content" style="padding: 5px;">
<span class="card-title activator grey-text text-darken-4">Dhiraj Pimparkar</span>
<p>Lead Organizer</p>
</div>
</div>
</div>
<div class="col s6 m3">
<div class="card z-depth-5" style="overflow: visible; padding: 2px;">
<a href = "https://www.linkedin.com/in/tarun-sharma-9540971a0/" target="_blank">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="media/team/tarun.png">
</div>
</a>
<div class="card-content" style="padding: 5px;">
<span class="card-title activator grey-text text-darken-4">Tarun Sharma</span>
<p>Lead Organizer</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div style="background-image: url('media/img/pink\ dust.png'); margin-bottom: 50px;" id="slit-right"></div>
<div class="section section-pad no-pad-bot" id="contactus">
<div class="container">
<a class="anchor" id="about"></a>
<div class="row" style="margin-top: 50px; margin-bottom: 50px;">
<div class="col s12 center">
<h5>For more Enquiry contact us at
<a href="mailto:codingclub@iitjammu.ac.in" target="_blank">
codingclub@iitjammu.ac.in
</a>
</h5>
</div>
</div>
</div>
</div>
<footer class="page-footer grey darken-2">
<div class="container">
<div class="row">
<div class="col s12 m8">
<h5 class="white-text">Connect</h5>
<p class="grey-text text-lighten-4">
<a href="https://www.codingclubiitjammu.tech" target="_blank" style="color: wheat;">Coding Club IIT Jammu</a><br>
</p>
</div>
<div class="col">
<h5 class="white-text">Social Links</h5>
<ul>
<a href="https://www.facebook.com/fastCodeSociety" target="_blank" style="color: wheat;"><i class="fa fa-facebook" aria-hidden="true" style="font-size: 30px;"></i></a>
<a href="https://www.facebook.com/fastCodeSociety" target="_blank" style="color: wheat;"><i class="fa fa-linkedin" aria-hidden="true" style="font-size: 30px; margin-left: 15px;"></i></a>
<a href="https://github.com/coding-club-iit-jammu/" target="_blank" style="color: wheat;"><i class="fa fa-github" aria-hidden="true" style="font-size: 30px; margin-left: 15px; margin-right: 10px;"></i></a>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container center">
Copyright © 2021 Coding Club IIT Jammu, all rights reserved.
</div>
</div>
</footer>
</div>
<script src="js/fs-video-bg.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="js/init.js"></script>
<script src='js/script.js'></script>
<script defer async src="https://apply.devfolio.co/v2/sdk.js"></script>
</body>
</html>