-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
731 lines (700 loc) Β· 23.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="icon" href="assets/icons/favicon.png" />
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z"
crossorigin="anonymous"
/>
<!--vendor css-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<!--main css-->
<link rel="stylesheet" href="css/style.min.css" />
<link rel="stylesheet" href="css/responsive.min.css" />
<link rel="stylesheet" href="css/header.min.css" />
<link rel="stylesheet" href="css/schedule.min.css" />
<link rel="stylesheet" href="css/accordion.min.css" />
<link rel="stylesheet" href="css/canvas-particle.min.css" />
<title>HackSRM 2020</title>
</head>
<body>
<!-- ======= Header ======= -->
<header>
<div class="burger-container">
<div id="burger">
<div class="bar topBar"></div>
<div class="bar btmBar"></div>
</div>
</div>
<div class="icon icon-apple"><img src="#" alt="" /></div>
<ul class="menu">
<li class="logo-laptop"><img src="#" alt="" /></li>
<li class="menu-item"><a href="#hero">Home</a></li>
<li class="menu-item"><a href="#about">About</a></li>
<li class="menu-item"><a href="#prizes">Prizes</a></li>
<li class="menu-item"><a href="#themes">Themes</a></li>
<li class="menu-item"><a href="#schedule">Schedule</a></li>
<li class="menu-item"><a href="#sponsors">Sponsors</a></li>
<li class="menu-item"><a href="#faq">FAQs</a></li>
<li class="menu-item"><a href="#team">Team</a></li>
<li class="menu-item"><a href="#contact">Contact Us</a></li>
</ul>
</header>
<!-- End Header -->
<main>
<!-- ======= HERO ======= -->
<section id="hero" class="hero">
<div class="particle-background">
<canvas id="canvas-particles"></canvas>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-md-6 left">
<div>
<div class="typewriter-wrapper">
<div class="typed"></div>
</div>
<div class="location-date-wrapper">
<div class="location">
<i class="fa fa-map-marker" aria-hidden="true"></i>
<span>Online</span>
</div>
<div class="date">
<!--<i class="fa fa-calendar" aria-hidden="true"></i>-->
<span>π
7th-8th November</span>
</div>
</div>
</div>
<div class="starts-in">
<span>Hackathon Starts In β°</span>
<div class="main">
<div class="time-wrapper">
<div class="time">
<div class="box">0</div>
<div class="box">0</div>
</div>
<span>Days</span>
</div>
<div class="time-wrapper">
<div class="time">
<div class="box">0</div>
<div class="box">0</div>
</div>
<span>Hours</span>
</div>
<div class="time-wrapper">
<div class="time">
<div class="box">0</div>
<div class="box">0</div>
</div>
<span>Minutes</span>
</div>
</div>
</div>
<div class="btn-wrapper">
<button class="devfolio">
<img src="assets/icons/devfolio.svg" alt="" />
<span>Apply with Devfolio</span>
</button>
<button class="discord">
<img src="assets/icons/discord.svg" alt="" />
<span>Join our server</span>
</button>
</div>
</div>
<div class="col-md-6 right">
<img src="assets/images/logo.png" alt="" />
</div>
</div>
</div>
</section>
<!-- END HERO -->
<!-- ======= ABOUT ======= -->
<section id="about" class="about">
<div class="container-fluid">
<div class="row first">
<div class="col-md-8">
<div class="title">About Us</div>
<div class="content">
Welcome to HackSRM! <b>HackSRM</b> is a premium student π led national level hackathon π₯οΈ held in India that aims to
gather the great student minds under one roof and solve potential <b>real world problem</b> through technology π¨βπ»
under <b>42 hours</b> π. We belong to the technological hub of the country where marvels of <b>innovation</b> βοΈ and
<b>creativity</b> π‘ have always been celebrated, HackSRM is one such celebration. HackSRM is a platform for young
geniuses π§ to not only exercise their skills to the topmost level but also to build a better tomorrow by ideating,
constructing and innovating vast <b>solutions</b>.
</div>
</div>
</div>
<div class="row">
<div class="col-md-8">
<div class="title">Why HackSRM</div>
<div class="content">
<b>HackSRM</b> is the perfect blend of imagination π‘, novelty and fun. The 42 hour β³ non-stop technical festival
will host an amazing panel of <b>speakers</b> π€΅, <b>sponsors</b> π° and <b>swag</b> π ;). With exciting goodies, you
are destined to have a mindful of pure genius. If this is your <b>first ever hackathon</b> , we will make sure you
have an enriching and memorable experience π₯ that you will cherish for days to come. <br /><br />
<div>So join us on this path of epicness! β¨</div>
</div>
</div>
</div>
</div>
</section>
<!-- END ABOUT -->
<!-- ======= PRIZES ======= -->
<section id="prizes" class="prizes">
<h2 class="section-title">Prizes π</h2>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="prize-card first">
<img src="assets/images/prizes/first-1.png" alt="" />
<div>
<p>1st Prize! <br />INR 15,000</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="prize-card second">
<img src="assets/images/prizes/second-1.png" alt="" />
<div>
<p>2nd Prize! <br />INR 10,000</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="prize-card third">
<img src="assets/images/prizes/third-1.png" alt="" />
<div>
<p>3rd Prize! <br />INR 7,000</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END PRIZES -->
<!-- ======= THEMES ======= -->
<section id="themes" class="themes">
<h2 class="section-title">Themes π¨</h2>
<div class="container">
<div class="theme-container">
<div class="row left">
<div class="col-md-8 info">
<p class="theme-title">Education</p>
<p class="theme-info">
Find new ways for the acquisition of the knowledge, skills. Showcase what could be the future of education. Blend
your skills and let the ideas impact on this digital age.
</p>
</div>
<div class="col-md-4 image">
<img src="assets/images/themes/education.svg" alt="" />
</div>
</div>
</div>
<div class="theme-container">
<div class="row">
<div class="col-md-8 info">
<p class="theme-title">Women's Safety</p>
<p class="theme-info">
The day when a woman can freely walk on the roads at night is the day of real Independence - Mahatma Gandhi. Why
not make it possible! Use your skills and be a part of true freedom.
</p>
</div>
<div class="col-md-4 image">
<img src="assets/images/themes/women-safety.svg" alt="" />
</div>
</div>
</div>
<div class="theme-container">
<div class="row left">
<div class="col-md-8 info">
<p class="theme-title">Covid-19</p>
<p class="theme-info">
Code against COVID, aim for real-life challenges and draw solutions that can drive social impact
</p>
</div>
<div class="col-md-4 image">
<img src="assets/images/themes/covid2.svg" alt="" />
</div>
</div>
</div>
<div class="theme-container">
<div class="row">
<div class="col-md-8 info">
<p class="theme-title">Fin-Tech</p>
<p class="theme-info">
Financial technology is the technology and innovation that aims to compete with traditional financial methods in
the delivery of financial services.
</p>
</div>
<div class="col-md-4 image">
<img src="assets/images/themes/fintech3.svg" alt="" />
</div>
</div>
</div>
<div class="theme-container">
<div class="row left">
<div class="col-md-8 info">
<p class="theme-title">Travel & Tourism</p>
<p class="theme-info">
The advent of technology is fostering a change in travel and tourism, innovate and help tourists to reduce costs,
improve customer hospitality, hospitality automation, navigation, etc...
</p>
</div>
<div class="col-md-4 image">
<img src="assets/images/themes/travel.svg" alt="" />
</div>
</div>
</div>
<div class="theme-container">
<div class="row">
<div class="col-md-8 info">
<p class="theme-title">Open Innovation</p>
<p class="theme-info">
An open-ended theme where the only restriction is your imagination. Build the ideas that you believe in and make a
difference. It can either be hardware or software.
</p>
</div>
<div class="col-md-4 image">
<img src="assets/images/themes/open-innovation.svg" alt="" />
</div>
</div>
</div>
</div>
</section>
<!-- END TRACKS -->
<!-- ======= SCHEDULE ======= -->
<section id="schedule" class="schedule">
<h2 class="section-title">Schedule β</h2>
<div class="btn-wrapper">
<button id="day-1">Day-1</button>
<button id="day-2">Day-2</button>
</div>
<div id="schedule-D1">
<div class="timeline">
<div class="container- right" data-aos="fade-up">
<div class="text-wrapper">
<h2 class="day-num">DAY 1οΈβ£</h2>
</div>
</div>
<div class="container- right" data-aos="fade-up">
<div class="text-wrapper">
<h2>
Lunch π
<p>12:00PM - 2:00PM</p>
</h2>
<p>Lunch catered by campus mess.</p>
</div>
</div>
<div class="container- right" data-aos="fade-up">
<div class="text-wrapper">
<h2>
Hackathon Begins π»
<p>2:00PM Onwards</p>
</h2>
<p>Brief introduction about rules and regulations and start brainstorm, implement ideas, code the application.</p>
</div>
</div>
<div class="container- right" data-aos="fade-up">
<div class="text-wrapper">
<h2>
First Commit β
<p>2:00PM - 4:00PM</p>
</h2>
<p>Hackers should submit their finalised idea and work for the rest of the hackathon.</p>
</div>
</div>
<div class="container- right" data-aos="fade-up">
<div class="text-wrapper">
<h2>
Refreshments / Hack π
<p>5:00PM to 5:30PM</p>
</h2>
<p>Snacks will be served and continue hacking.</p>
</div>
</div>
</div>
</div>
<div id="schedule-D2">
<div class="timeline">
<div class="container- right" data-aos="fade-up">
<div class="text-wrapper">
<h2 class="day-num">DAY 2οΈβ£</h2>
</div>
</div>
<div class="container- right" data-aos="fade-up">
<div class="text-wrapper">
<h2>
Second Commit β
<p>5:00AM - 12:00PM</p>
</h2>
<p>Hackers are required to submit their performed code.</p>
</div>
</div>
<div class="container- right" data-aos="fade-up">
<div class="text-wrapper">
<h2>
Breakfast π₯£
<p>2:00PM 3:00PM</p>
</h2>
<p>Breakfast will be served by campus mess.</p>
</div>
</div>
<div class="container- right" data-aos="fade-up">
<div class="text-wrapper">
<h2>
Evaluation π
<p>3:00PM - 6:00PM</p>
</h2>
<p>Inspection by judges and teams are finalized.</p>
</div>
</div>
<div class="container- right" data-aos="fade-up">
<div class="text-wrapper">
<h2>
Prize Announcement π₯
<p>7:00PM</p>
</h2>
<p>Pitching up ideas and each team is given 5 minutes to present.</p>
</div>
</div>
</div>
</div>
</section>
<!-- END SCHEDULE -->
<!-- ======= SPONSORS ======= -->
<!--<section id="sponsors" class="sponsors">
<div class="section-title">Sponsors</div>
</section>-->
<!-- END SPONSORSV-->
<!-- ======= FAQs ======= -->
<section id="faq" class="faq">
<div class="section-title">FAQs π</div>
<div class="container-fluid">
<ul id="accordion" class="accordion">
<li>
<div class="link">
<p class="question">What is a hackathon ?</p>
<i class="fa fa-chevron-down"></i>
</div>
<ul class="submenu">
<li class="answer">
A hackathon is a programming competition in which competitors use technology to build innovative projects within
36 hours. There will be opportunities to win cool prizes, learn from our key-note speakers, and network with our
sponsors.
</li>
</ul>
</li>
<li>
<div class="link">
<p class="question">Who can participate in HackSRM ?</p>
<i class="fa fa-chevron-down"></i>
</div>
<ul class="submenu">
<li class="answer">
Anyone! Whether you are a total beginner or a tech wizard, it doesnβt matter. We encourage anyone who is
interested in learning more about Hackathons, programming, and the tech industry to join HackSRM!
</li>
</ul>
</li>
<li>
<div class="link">
<p class="question">Do I have to know how to code to join ?</p>
<i class="fa fa-chevron-down"></i>
</div>
<ul class="submenu">
<li class="answer">
Nope! You can learn along the way or team up with experienced programmers. Skills such as designing, business
planning, and etc are all going to impact the projects in various ways!
</li>
</ul>
</li>
<li>
<div class="link">
<p class="question">How much does it cost to participate in HackSRM ?</p>
<i class="fa fa-chevron-down"></i>
</div>
<ul class="submenu">
<li class="answer">
Zero. Zip. Zilch. Nada. Nothing. Admission to BitFlip is completely free, thanks to our sponsors!
</li>
</ul>
</li>
<li>
<div class="link">
<p class="question">Is it a team event ?</p>
<i class="fa fa-chevron-down"></i>
</div>
<ul class="submenu">
<li class="answer">Yes, you can have a minimum of 2 and maximum 5 members in a team.</li>
</ul>
</li>
<li>
<div class="link">
<p class="question">Can I apply individually ?</p>
<i class="fa fa-chevron-down"></i>
</div>
<ul class="submenu">
<li class="answer">Yes, you can also form a team after you get selected.</li>
</ul>
</li>
<li>
<div class="link">
<p class="question">Is there a code of conduct ?</p>
<i class="fa fa-chevron-down"></i>
</div>
<ul class="submenu">
<li class="answer">
Attendees must abide by our <a href="assets/coc/code-of-conduct.pdf">Code of Conduct</a>. We want to respect each
other and keep HackSRM a safe environment for all participants.
</li>
</ul>
</li>
<li>
<div class="link">
<p class="question">What is the venue of the hackathon ?</p>
<i class="fa fa-chevron-down"></i>
</div>
<ul class="submenu">
<li class="answer">
HackSRM will be hosted on November 6th-8th, 2020, completely virtually. All you need is to create a Discord
account to communicate with our HackSRM community.
</li>
</ul>
</li>
</ul>
</div>
</section>
<!-- END FAQs-->
<!-- ======= TEAM ======= -->
<section id="team" class="team">
<h2 class="section-title">The Crew π΄ββ οΈ</h2>
<div class="container">
<h3 class="info">Meet the Crew β οΈ which made HackSRM possible through their sheer hardwork and a will to do something great.</h3>
<div class="card-container">
<div class="team-card">
<div class="img-wrapper">
<img src="assets/images/team/harshad.jpg" alt="Crew Image" />
</div>
<div class="name">Harshad</div>
<div class="social-btn-container">
<a href="">
<div class="linkedin">
<img src="assets/icons/linkedin.svg" alt="" />
</div>
</a>
<a href="">
<div class="github">
<img src="assets/icons/github.svg" alt="" />
</div>
</a>
</div>
</div>
<div class="team-card">
<div class="img-wrapper">
<img src="assets/images/team/shanmukh.jpg" alt="Crew Image" />
</div>
<div class="name">Shanmukh</div>
<div class="social-btn-container">
<a href="">
<div class="linkedin">
<img src="assets/icons/linkedin.svg" alt="" />
</div>
</a>
<a href="">
<div class="github">
<img src="assets/icons/github.svg" alt="" />
</div>
</a>
</div>
</div>
<div class="team-card">
<div class="img-wrapper">
<img src="assets/images/team/pulkit4.jpg" alt="Crew Image" />
</div>
<div class="name">Pulkit</div>
<div class="social-btn-container">
<a href="">
<div class="linkedin">
<img src="assets/icons/linkedin.svg" alt="" />
</div>
</a>
<a href="">
<div class="github">
<img src="assets/icons/github.svg" alt="" />
</div>
</a>
</div>
</div>
<div class="team-card">
<div class="img-wrapper">
<img src="assets/images/team/mohit.jpg" alt="Crew Image" />
</div>
<div class="name">Mohit</div>
<div class="social-btn-container">
<a href="">
<div class="linkedin">
<img src="assets/icons/linkedin.svg" alt="" />
</div>
</a>
<a href="">
<div class="github">
<img src="assets/icons/github.svg" alt="" />
</div>
</a>
</div>
</div>
<div class="team-card">
<div class="img-wrapper">
<img src="assets/images/team/himansh.jpg" alt="Crew Image" />
</div>
<div class="name">Himansh</div>
<div class="social-btn-container">
<a href="">
<div class="linkedin">
<img src="assets/icons/linkedin.svg" alt="" />
</div>
</a>
<a href="">
<div class="github">
<img src="assets/icons/github.svg" alt="" />
</div>
</a>
</div>
</div>
<div class="team-card">
<div class="img-wrapper">
<img src="assets/images/team/kajal.jpg" alt="Crew Image" />
</div>
<div class="name">Kajal</div>
<div class="social-btn-container">
<a href="">
<div class="linkedin">
<img src="assets/icons/linkedin.svg" alt="" />
</div>
</a>
<a href="">
<div class="github">
<img src="assets/icons/github.svg" alt="" />
</div>
</a>
</div>
</div>
<div class="team-card">
<div class="img-wrapper">
<img src="assets/images/team/mani.jpg" alt="Crew Image" />
</div>
<div class="name">Manikantha</div>
<div class="social-btn-container">
<a href="">
<div class="linkedin">
<img src="assets/icons/linkedin.svg" alt="" />
</div>
</a>
<a href="">
<div class="github">
<img src="assets/icons/github.svg" alt="" />
</div>
</a>
</div>
</div>
<div class="team-card">
<div class="img-wrapper">
<img src="assets/images/team/palak.jpg" alt="Crew Image" />
</div>
<div class="name">Palak</div>
<div class="social-btn-container">
<a href="">
<div class="linkedin">
<img src="assets/icons/linkedin.svg" alt="" />
</div>
</a>
<a href="">
<div class="github">
<img src="assets/icons/github.svg" alt="" />
</div>
</a>
</div>
</div>
<div class="team-card">
<div class="img-wrapper">
<img src="assets/images/team/sai_teja.jpg" alt="Crew Image" />
</div>
<div class="name">Sai Teja</div>
<div class="social-btn-container">
<a href="">
<div class="linkedin">
<img src="assets/icons/linkedin.svg" alt="" />
</div>
</a>
<a href="">
<div class="github">
<img src="assets/icons/github.svg" alt="" />
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- END TEAM -->
<!-- ======= CONTACT ======= -->
<section id="contact" class="contact">
<h2 class="section-title">Contact Us βοΈ</h2>
<div class="container">
<p class="info">
The support team is here to help you. <br />
For any and all of your queries π, mail π§ us at
</p>
<p class="email"><a href="">hacksrm@srmap.edu.in</a></p>
<div id="contact-image" class="image-container">
<img src="assets/images/contact/contact-4.svg" alt="" />
</div>
<!--The support team is here to help you. Register your queries in this form or mail us at-->
</div>
</section>
<!-- END CONTACT-->
</main>
<!-- Optional JavaScript -->
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.10/lodash.min.js"></script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<!--<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>-->
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"
></script>
<!--vendor javascript-->
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.11"></script>
<!--main javascript-->
<script src="js/script.js"></script>
<script src="js/header.js"></script>
<script src="js/accordion.js"></script>
<script src="js/canvas-particle.js"></script>
</body>
</html>