-
Notifications
You must be signed in to change notification settings - Fork 34
/
hackathon.html
540 lines (495 loc) · 22.2 KB
/
hackathon.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Electrothon</title>
<!-- Stylesheet -->
<link href="https://fonts.googleapis.com/css?family=Montserrat|Nunito" rel="stylesheet">
<link href="https://unpkg.com/[email protected]/dist/css/ionicons.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Manjari&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="navbar_electrothon.css">
<link rel="stylesheet" type="text/css" href="electrothon.css">
<link rel="stylesheet" type="text/css" href="spec_front.css">
<link rel="stylesheet" type="text/css" href="devfolio.css">
<link rel="stylesheet" type="text/css" href="style1.css">
<link rel="stylesheet" type="text/css" href="timeline.css">
<link rel="stylesheet" type="text/css" href="countdown.css">
<link rel="shortcut icon" href="imgs\headicon.ico"/>
<script defer src="anime.js"></script>
<script defer src="welcome.js"></script>
<link rel="stylesheet" href="faq.css">
</head>
<body >
<img id="one" src="imgs\o1.png">
<img id="two" src="imgs\o2.png">
<img id="three" src="imgs\o3.png">
<img id="four" src="imgs\o4.png">
<img id="five" src="imgs\o5.png">
<nav id="mainNavbar" class="navbar navbar-expand-lg navbar-light fixed-top">
<a id="brand" class="navbar-brand" href="index.html">
<img src="imgs\spec_logo.png" width="70" height="50">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#diversity">Diversity</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#timeline">Timeline</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#categories">Categories</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#sponsors">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#prizes">Prizes</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#faqs">FAQs</a>
</li>
</ul>
</div>
</nav>
<!-- Electrothon start -->
<div class="container-fluid">
<div class="row">
<div class="col-sm-12 col-md-7 col-lg-8 d-flex justify-content-center align-items-center">
<div id="tag_line">
<div class="row">
<div class="col-12 d-flex justify-content-center">
<img src="imgs\github_present.png">
</div>
<div class="col-12 d-flex justify-content-center">
<h5>presents</h5>
</div>
<div class="col-12">
<h1>Electrothon</h1>
<h5>What leads and drags the world are not machines,</h5>
<h5>but <span id="ideas">ideas<span class="blinking-cursor">|</span></span></h5>
</div>
</div>
</div>
</div>
<div id="electro_img" class="col-sm-12 col-md-5 col-lg-4 d-flex justify-content-center align-items-center">
<img src="imgs\electro.png">
</div>
</div>
</div>
<!-- Electrothon End -->
<a name="about"></a>
<!-- about start -->
<div class="jumbotron">
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-5 order-2 order-lg-1">
<h3 id="we" >We are coming soon!</h3>
<div id="count" class="row d-flex justify-content-center align-items-center">
<!-- <div class="d-sm-none d-lg-block col-lg-2"></div> -->
<div class="col-5 col-lg-2 countd d-flex justify-content-center align-items-center">
<span id="days">00</span>DAYS
</div>
<div class="col-5 col-lg-2 countd d-flex justify-content-center align-items-center">
<span id="hours">00</span>HOURS
</div>
<div class="col-5 col-lg-2 countd d-flex justify-content-center align-items-center">
<span id="minutes">00</span>MINUTES
</div>
<div class="col-5 col-lg-2 countd d-flex justify-content-center align-items-center">
<span id="seconds">00</span>SECONDS
</div>
<!-- <div class="d-sm-none d-lg-block col-lg-2"></div> -->
</div>
</div>
<div id="about_hack" class="col-sm-12 col-md-6 col-lg-7 order-1 order-lg-2">
<h1>About</h1>
<p>Join hundreds of participants in Electrothon - A plentitude of opportunities where enthusiastic minds could brainstorm on solutions for challenging issues through technology. Put your skills to the test, and you could win amazing prizes and sharpen your competitive edge. So be ready to caffeinate, collaborate and celebrate.</p>
</div>
</div>
<div class="d-flex justify-content-center">
<!-- <a target="_blank" href="#"><div id="button" class="btn btn-outline-dark">Register Here! <i class="fas fa-sign-in-alt"></i></div></a> -->
<button id="devfolio-apply-now"><svg class="logo" xmlns="http://www.w3.org/2000/svg" fill="#fff" viewBox="0 0 115.46 123.46" style="height:24px;width:24px;margin-right:8px"><path d="M115.46 68a55.43 55.43 0 0 1-50.85 55.11S28.12 124 16 123a12.6 12.6 0 0 1-10.09-7.5 15.85 15.85 0 0 0 5.36 1.5c4 .34 10.72.51 20.13.51 13.82 0 28.84-.38 29-.38h.26a60.14 60.14 0 0 0 54.72-52.47c.05 1.05.08 2.18.08 3.34z" /><path d="M110.93 55.87A55.43 55.43 0 0 1 60.08 111s-36.48.92-48.58-.12C5 110.29.15 104.22 0 97.52l.2-83.84C.38 7 5.26.94 11.76.41c12.11-1 48.59.12 48.59.12a55.41 55.41 0 0 1 50.58 55.34z"/></svg>Apply with Devfolio</button>
</div>
</div>
<!-- about end -->
<a name="diversity"></a>
<!-- diversity start -->
<div id="diverse" class="jumbotron odd" >
<div class="row">
<div class="col-lg-6" id="diversity">
<h1>Diversity</h1>
<p>A platform for women participants to showcase their true talents and build ideas. Electrothon supports the theme - <span class="large">"Think equal, build smart, innovate for change"</span>, and promotes women developers around the globe. With that spirit, we invite women innovators, developers, creaters, designers and hackathon enthusiasts to showcase their projects and take them to the next level.</p>
</div>
<div class="col-lg-6 d-flex justify-content-center female">
<img src="imgs\female.png" id="female-img">
</div>
</div>
</div>
<!-- diversity end -->
<a name="timeline"></a>
<!-- timeline start -->
<div class="timeline">
<div id="timeline" class="container">
<h1>Timeline</h1>
<div class="content">
<ul>
<li>
<div>
<div class="time">Dec 3, 2019</div>
<h3>Registration Opens</h3>
</div>
</li>
<li>
<div>
<div class="time">Dec 31, 2019</div>
<h3>Registration Closes</h3>
</div>
</li>
<li>
<div>
<div class="time">Jan 7, 2020</div>
<h3>Last Date for Idea Submission</h3>
</div>
</li>
<!-- <li>
<div>
<div class="time">Jan 15, 2020</div>
<h3>Proposal Shortlisting</h3>
</div>
</li> -->
<li>
<div>
<div class="time">Feb 1, 2020</div>
<h3>Electrothon 2020 Commences</h3>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- timeline end -->
<a name="categories"></a>
<!-- categories start -->
<div class="jumbotron cat" >
<h5>Submit your projects in the following 6 categories</h5>
<h5 id="havelook">Have a look: </h5>
<div class="container-fluid">
<div class="row">
<div class="marg col-sm-6 col-md-4 col-lg-3 d-flex justify-content-center align-items-center">
<div class="card box-shadow" style="width: 18rem;">
<img src="imgs\IoT.jpg" class="card-img-top">
<div class="card-body">
<h5 class="card-title">IoT</h5>
</div>
</div>
</div>
<div class="marg col-sm-6 col-md-4 col-lg-3 d-flex justify-content-center align-items-center">
<div class="card box-shadow" style="width: 18rem;">
<img src="imgs\machine_learning.jpg" class="card-img-top">
<div class="card-body">
<h5 class="card-title">Machine Learning</h5>
</div>
</div>
</div>
<div class="marg col-sm-6 col-md-4 col-lg-3 d-flex justify-content-center align-items-center">
<div class="card box-shadow" style="width: 18rem;">
<img src="imgs\web_d.jpg" class="card-img-top">
<div class="card-body">
<h5 class="card-title">Web/App Development</h5>
</div>
</div>
</div>
<div class="marg col-sm-6 col-md-4 col-lg-3 d-flex justify-content-center align-items-center">
<div class="card box-shadow" style="width: 18rem;">
<img src="imgs\ar.jpg" class="card-img-top">
<div class="card-body">
<h5 class="card-title">VR/AR/MR</h5>
</div>
</div>
</div>
<div class="marg d-md-none d-lg-block col-md-4 col-lg-3"></div>
<div class="marg col-sm-6 col-md-4 col-lg-3 d-flex justify-content-center align-items-center">
<div class="card box-shadow" style="width: 18rem;">
<img src="imgs\fpga.jpg" class="card-img-top">
<div class="card-body">
<h5 class="card-title">Embedded Systems</h5>
</div>
</div>
</div>
<div class="marg col-sm-6 col-md-4 col-lg-3 d-flex justify-content-center align-items-center">
<div class="card box-shadow" style="width: 18rem;">
<img src="imgs\misc.jpg" class="card-img-top">
<div class="card-body">
<h5 class="card-title">Miscellaneous</h5>
</div>
</div>
</div>
<div class="marg d-md-none d-lg-block col-md-4 col-lg-3"></div>
</div>
</div>
</div>
<!-- categories end -->
<a name="sponsors"></a>
<!-- sponsors start -->
<div class="jumbotron odd">
<div id="sponsor" class="title">
<h1 class="text-align-center">Sponsors</h1>
</div>
<div class="row">
<div class="col-sm-6 col-lg-3 d-flex justify-content-center align-items-center sponsor mar">
<a target="_blank" href="https://education.github.com/students"><img src="imgs\sponsors\Octocat.png"></a>
</div>
<div class="col-sm-6 col-lg-3 d-flex justify-content-center align-items-center sponsor mar">
<a target="_blank" href="https://devfolio.co/hackathons/applied"><img src="imgs\sponsors\devfolio.png"></a>
</div>
<div class="col-sm-6 col-lg-3 d-flex justify-content-center align-items-center sponsor mar">
<a target="_blank" href="https://www.wolfram.com/?source=nav"><img src="imgs\sponsors\wolfram.png"></a>
</div>
<div class="col-sm-6 col-lg-3 d-flex justify-content-center align-items-center sponsor mar">
<a target="_blank" href="https://www.gatsbyjs.org/"><img src="imgs\sponsors\Gatsby_Logo.png"></a>
</div>
<div class="col-sm-6 col-lg-3 d-flex justify-content-center align-items-center sponsor mar">
<a target="_blank" href="https://matic.network/"><img src="imgs\sponsors\matic.png"></a>
</div>
<div class="col-sm-6 col-lg-3 d-flex justify-content-center align-items-center sponsor mar">
<a target="_blank" href="https://www.jetbrains.com/"><img src="imgs\sponsors\jetbrains.png"></a>
</div>
<div class="col-sm-6 col-lg-3 d-flex justify-content-center align-items-center sponsor mar">
<a target="_blank" href="https://codingblocks.com/"><img src="imgs\sponsors\cb.png"></a>
</div>
<div class="col-sm-6 col-lg-3 d-flex justify-content-center align-items-center sponsor mar">
<a target="_blank" href="https://www.creative-tim.com/"><img src="imgs\sponsors\creative-tim-transparent-bg.png"></a>
</div>
<div class="col-sm-6 col-lg-3 d-flex justify-content-center align-items-center sponsor mar">
<a target="_blank" href="https://cloudsploit.com/"><img src="imgs\sponsors\cloudsploit.png"></a>
</div>
<div class="col-sm-6 col-lg-3 d-flex justify-content-center align-items-center sponsor mar">
<a target="_blank" href="https://www.stickermule.com/en-in"><img src="imgs\sponsors\sticker-mule-logo-light.png"></a>
</div>
<div class="col-sm-6 col-lg-3 d-flex justify-content-center align-items-center sponsor mar">
<a target="_blank" href="https://www.bugsee.com/"><img src="imgs\sponsors\bugsee.png"></a>
</div>
<div class="col-sm-6 col-lg-3 d-flex justify-content-center align-items-center sponsor mar">
<a target="_blank" href="https://zulipchat.com/"><img id="zulip" src="imgs\sponsors\zulip.svg"></a>
</div>
<div class="col-sm-6 col-lg-3 d-flex justify-content-center align-items-center sponsor mar">
<a target="_blank" href="https://www.balsamiq.com/en-in"><img src="imgs\sponsors\balsamiq.png"></a>
</div>
<div class="col-sm-6 col-lg-3 d-flex justify-content-center align-items-center sponsor mar">
<a target="_blank" href="https://rosenfeldmedia.com/"><img src="imgs\sponsors\rf.png"></a>
</div>
<div class="col-sm-6 col-lg-3 d-flex justify-content-center align-items-center sponsor mar">
<a target="_blank" href="https://challengerocket.com/"><img src="imgs\sponsors\rocket.png"></a>
</div>
<div class="col-sm-6 col-lg-3 d-flex justify-content-center align-items-center sponsor mar">
<a target="_blank" href="https://www.hellointern.com/"><img src="imgs\sponsors\hello_intern.png"></a>
</div>
<div class="col-sm-6 col-lg-3 d-flex justify-content-center align-items-center sponsor mar">
<a target="_blank" href="https://www.stickeryou.com/"><img src="imgs\sponsors\stickeryou.png"></a>
</div>
</div>
</div>
<!-- sponsors end -->
<a name="prizes"></a>
<!-- Prize -->
<div id="prize" class="jumbotron">
<h1>Prizes</h1>
<div class="row">
<div class="d-md-none d-lg-block col-lg-2"></div>
<div class="p col-sm-12 col-md-4 col-lg-2 d-flex justify-content-center align-items-center">
<div class="card" style="width: 18rem;">
<img src="imgs\prize_1.png" class="img_center card-img-top">
<div class="card-body">
<h5 class="card-title"><\ <i class="fas fa-rupee-sign"></i> 15,000 ></h5>
</div>
</div>
</div>
<div class="d-md-none d-lg-block col-lg-1"></div>
<div class="p col-sm-12 col-md-4 col-lg-2 d-flex justify-content-center align-items-center">
<div class="card" style="width: 18rem;">
<img src="imgs\prize_2.png" class="img_center card-img-top">
<div class="card-body">
<h5 class="card-title"><\ <i class="fas fa-rupee-sign"></i> 10,000 ></h5>
</div>
</div>
</div>
<div class="d-md-none d-lg-block col-lg-1"></div>
<div class="p col-sm-12 col-md-4 col-lg-2 d-flex justify-content-center align-items-center">
<div class="card" style="width: 18rem;">
<img src="imgs\prize_3.png" class="img_center card-img-top">
<div class="card-body">
<h5 class="card-title"><\ <i class="fas fa-rupee-sign"></i> 5000 ></h5>
</div>
</div>
</div>
<div class="d-md-none d-lg-block col-lg-2"></div>
</div>
</div>
<!-- Prize endorsing -->
<!-- FAQ start -->
<a name="faqs"></a>
<div id="faq_s"class="container-fluid">
<h2>FAQ<span>s</span></h2>
<div id="faq">
<ul class="faq">
<li class="q">
<div class="row">
<div class="col-2">
<i class="fas fa-plus"></i>
</div>
<div class="col-9">
I have submitted wrong details in the registration form, how can I correct them?
</div>
</div>
</li>
<li class="a">The candidates need to carefully fill their details on the Devfolio portal and in case any wrong information is filled, the participants can update the details on Devfolio anything before the last date of application submission.</li>
<li class="q">
<div class="row">
<div class="col-2">
<i class="fas fa-plus"></i>
</div>
<div class="col-9">
Do I need to have some specific qualification to be a participant for the Electrothon?
</div>
</div>
</li>
<li class="a">Yes, you must be a student from any University/College in India.</li>
<li class="q">
<div class="row">
<div class="col-2">
<i class="fas fa-plus"></i>
</div>
<div class="col-9">
What kind of solutions will be accepted?
</div>
</div>
</li>
<li class="a">Apart from the technologies mention on the website, we have an Innovation section, in which the participants can give their own ideas on recent technologies..</li>
<li class="q">
<div class="row">
<div class="col-2">
<i class="fas fa-plus"></i>
</div>
<div class="col-9">
Can a college have multiple teams?
</div>
</div>
</li>
<li class="a">Yes, there is no restriction here.</li>
<li class="q">
<div class="row">
<div class="col-2">
<i class="fas fa-plus"></i>
</div>
<div class="col-9">
Who owns my project?
</div>
</div>
</li>
<li class="a">The team that develops the project is the owner of the project. We do encourage sharing of code with others in the community or making code open source but it is not mandatory.</li>
<li class="q">
<div class="row">
<div class="col-2">
<i class="fas fa-plus"></i>
</div>
<div class="col-9">
What is selection criteria?
</div>
</div>
</li>
<li class="a">Evaluation criteria will include novelty of the idea, complexity, clarity and details in the prescribed format, feasibility, practicability, sustainability, scale of impact, user experience and potential for future work progression.</li>
<li class="q">
<div class="row">
<div class="col-2">
<i class="fas fa-plus"></i>
</div>
<div class="col-9">
What do I get from the event?
</div>
</div>
</li>
<li class="a">The winners will be awarded prizes worth 30k. The participants will get a certificate of participation and a platform to showcase their talent to get more exposure.</li>
<li class="q">
<div class="row">
<div class="col-2">
<i class="fas fa-plus"></i>
</div>
<div class="col-9">
What is the goal of the Electrothon?
</div>
</div>
</li>
<li class="a">We want to create an environment that embraces new ideas and technology solutions at the industry level. A place where technology designers and developers can come to help real life problems which can be solved through engineering. We know it takes longer than a weekend to build great solutions, but this is ample time to form teams of good people and begin creating great solutions</li>
<li class="q">
<div class="row">
<div class="col-2">
<i class="fas fa-plus"></i>
</div>
<div class="col-9">
How does SPEC promote diversity?
</div>
</div>
</li>
<li class="a">To promote active participation of females, we encourage female participation via targeted events/workshops. Also, we strictly follow our code of conduct to make a welcoming, safe and comfortable environment for everyone.
To ensure this, we have separate reserved seats for female participants as well as cash prizes up to Rs. 5000 for the best female-only team.</li>
</ul>
</div>
</div>
<!-- FAQ end -->
<!-- footer start -->
<div id="footer" class="jumbotron">
<a href="https://hackcodeofconduct.org/1227-electrothon" target="_blank"><h4>Code of Conduct</h4></a>
<h5><i class="far fa-envelope"></i> [email protected]</h5>
<div class="row">
<div class="d-sm-none d-lg-block col-lg-4"></div>
<div class="col-lg-4">
<div class="row">
<div class="col-sm-3 d-flex justify-content-center align-items-center"><a target="_blank" href="https://www.facebook.com/spec.ece/"><i class="fab fa-facebook-f fa-2x"></i></a></div>
<div class="col-sm-3 d-flex justify-content-center align-items-center"><a target="_blank" href="https://instagram.com/s.p.e.c_nith?utm_source=ig_profile_share&igshid=1dd01jvv7xk83"><i class="fab fa-instagram fa-2x"></i></a></div>
<div class="col-sm-3 d-flex justify-content-center align-items-center"><a target="_blank" href="https://www.linkedin.com/in/s-p-e-c-nith-40214b197/"><i class="fab fa-linkedin-in fa-2x"></i></a></div>
<div class="col-sm-3 d-flex justify-content-center align-items-center"><a target="_blank" href="https://twitter.com/SPEC__NITH"><i class="fab fa-twitter fa-2x"></i></a></div>
</div>
</div>
<div class="d-sm-none d-lg-block col-lg-4"></div>
</div>
</div>
<!-- footer end -->
<!-- welcome effect start -->
<div id="welcome" class="welcome">
<img src="imgs\spec5.jpg" align="center">
<div class="loader-wrapper">
<div class="loader"></div>
</div>
</div>
<!-- welcome effect end -->
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36251023-1']);
_gaq.push(['_setDomainName', 'jqueryscript.net']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" ></script>
<script type="text/javascript" src="accordion.js"></script>
<script type="text/javascript" src="devfolio.js"></script>
<script type="text/javascript" src="countdown.js"></script>
<script type="text/javascript" src="js/faq.js"></script>
</body>
</html>