-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
412 lines (377 loc) · 24.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!--meta links-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<!--links-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Bree+Serif&display=swap">
<link rel="stylesheet" href="styles.min.css">
<link rel="apple-touch-icon" sizes="57x57" href="/logo/logo57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/logo/logo60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/logo/logo72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/logo/logo76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/logo/logo114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/logo/logo120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/logo/logo144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/logo/logo152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/logo/logo180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="./logo/logo192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./logo/logo32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./logo/logo96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./logo/logo16x16.png">
<link rel="manifest" href="./logo/manifest.json">
<title>Quizzotica - IIT Bhilai</title>
</head>
<body id="home-page">
<div class="loader"></div>
<header id="header">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a href="logo.jpg" target="_blank" class="logo"><img src="logo.jpg" alt="logo" id="logo-img" /></a>
<button id="nav-button-less-than-992px" class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<!--<span id="nav-button-less-than-992px-span" class="navbar-toggler-icon"></span>-->
<i id="nav-button-less-than-992px-span" class="fa fa-bars" aria-hidden="true"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto grid-nav" id="ul-nav">
<!--Don't add class to <li></li>-->
<li class="nav-item active-nav" data-nav-no=0>
<a class="nav-link active-nav-a" href="#">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item" data-nav-no=1>
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item" data-nav-no=2>
<a id="events-top" class="nav-link">Events</a>
</li>
<li class="nav-item" data-nav-no=3>
<a class="nav-link" href="#gallery">Gallery</a>
</li>
<li class="nav-item" data-nav-no=4>
<a class="nav-link" href="team.html">Team</a>
</li>
<li class="nav-item" data-nav-no=5>
<a class="nav-link" href="#footer">Contact us</a>
</li>
<li class="nav-item" data-nav-no=6>
<a target="_blank" href="header.js" class="nav-link download">Sample Quiz</a>
</li>
</ul>
</div>
</nav>
</header>
<br />
<hr />
<hr />
<div id="background-img"></div>
<div class="club-name club-name-reduce-height">
<h1 class="name">QUIZZOTICA</h1>
<sup class="reduce-distance">the quizzing club of IIT Bhilai</sup>
</div>
<div class="club-name club-name-reduce-top">
<div class="quote not-active">
<q class="quote-content">I love you the more in that I believe you had liked me for my own sake and for nothing else</q>
<p class="author">- John Keats</p>
</div>
<div class="quote not-active">
<q class="quote-content">But man is not made for defeat. A man can be destroyed but not defeated.</q>
<p class="author">- Ernest Hemingway</p>
</div>
<div class="quote not-active">
<q class="quote-content">I have not failed. I've just found 10,000 ways that won't work.</q>
<p class="author">- Thomas A. Edison</p>
</div>
<div class="quote not-active">
<q class="quote-content">Do it now or you'll regret later.</q>
<p class="author">- Vishal Arora</p>
</div>
</div>
<section id="about">
<h1 id="about-h">About Us</h1>
<hr />
<p id="about-p">This newly introduced club mainly focuses on developing the culture of
competitive quizzing in the institute. There would be regular practice,
and formation of squads which can represent the institute at all kinds
of regional and national level quizzing competitions. Events would be
conducted on weekly basis to improve the quizzing skills, so that there
would be efficient performances in various competitions. Few of the
main genres Quizzotica is going to focus is about India, general
knowledge, sci-tech and sports.
</p>
<br />
</section>
<section id="events-desktop">
<h1 id="events-h">Events<h1>
<hr />
<div class="recommend_block">
<div class="comment_block-left">
<h2 class="title">Math is the world’s common language.</h2>
<p class="description">Math exists everywhere across the globe - you can communicate with people all over the world using math as a ‘language’.<br />Your math skills can be your passport to the forefront of almost any field of endeavor.Japanese brain scientist. Senior researcher of Sony Computer Science Laboratories. Graduated from the University of Tokyo with a degree of science and law. Received a Ph.D. with the thesis "Mathematical Model of Muscle Contraction” in 1992. Completed PH.D program in Cambridge University.</p>
<!--<p class="profile">Kenichiro Mogi<br />Japanese brain scientist. Senior researcher of Sony Computer Science Laboratories. Graduated from the University of Tokyo with a degree of science and law. Received a Ph.D. with the thesis "Mathematical Model of Muscle Contraction” in 1992. Completed PH.D program in Cambridge University.</p>-->
</div>
<img alt="Balloon" class="balloon_img" src="vertical-bar.jpg" />
<img alt="Kenichiro Mogi" class="presenter_img-left" src="5.jpg" />
</div>
<div class="recommend_block">
<img alt="Kenichiro Mogi" class="presenter_img-right" src="7.jpg" />
<img alt="Balloon" class="balloon_img" src="vertical-bar.jpg" />
<div class="comment_block-right">
<h2 class="title">Math is the world’s common language.</h2>
<p class="description">Math exists everywhere across the globe - you can communicate with people all over the world using math as a ‘language’.<br />Your math skills can be your passport to the forefront of almost any field of endeavor.Japanese brain scientist. Senior researcher of Sony Computer Science Laboratories. Graduated from the University of Tokyo with a degree of science and law. Received a Ph.D. with the thesis "Mathematical Model of Muscle Contraction” in 1992. Completed PH.D program in Cambridge University.</p>
<!--<p class="profile">Kenichiro Mogi<br />Japanese brain scientist. Senior researcher of Sony Computer Science Laboratories. Graduated from the University of Tokyo with a degree of science and law. Received a Ph.D. with the thesis "Mathematical Model of Muscle Contraction” in 1992. Completed PH.D program in Cambridge University.</p>-->
</div>
</div>
<div class="recommend_block">
<div class="comment_block-left">
<h2 class="title">Math is the world’s common language.</h2>
<p class="description">Math exists everywhere across the globe - you can communicate with people all over the world using math as a ‘language’.<br />Your math skills can be your passport to the forefront of almost any field of endeavor.Japanese brain scientist. Senior researcher of Sony Computer Science Laboratories. Graduated from the University of Tokyo with a degree of science and law. Received a Ph.D. with the thesis "Mathematical Model of Muscle Contraction” in 1992. Completed PH.D program in Cambridge University.</p>
<!--<p class="profile">Kenichiro Mogi<br />Japanese brain scientist. Senior researcher of Sony Computer Science Laboratories. Graduated from the University of Tokyo with a degree of science and law. Received a Ph.D. with the thesis "Mathematical Model of Muscle Contraction” in 1992. Completed PH.D program in Cambridge University.</p>-->
</div>
<img alt="Balloon" class="balloon_img" src="vertical-bar.jpg" />
<img alt="Kenichiro Mogi" class="presenter_img-left" src="3.jpg" />
</div>
</section>
<section id="events-mobile-tab">
<h1 id="events-h">Events<h1>
<hr />
<div class="flex-imple">
<div class="card">
<div class="front">
<img src="5.jpg" class="card-img-top" alt="quiz">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem<span class="dots" style="display: inline;">...</span><span class="read-more" style="display: none;">Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</span></p>
<a class="btn btn-primary btn-card-front btn-1 btn-more-less" data-button-more-less=0>Read more</a>
</div>
</div>
<!--<div class="back">
<div class="card-body">
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy.</p>
<a class="btn btn-primary btn-card-back btn-1">Back</a>
</div>
</div>-->
</div>
<div class="card">
<div class="front">
<img src="10.jpg" class="card-img-top" alt="quiz">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots<span class="dots" style="display: inline;">...</span><span class="read-more" style="display: none;"> in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage.</span></p>
<a class="btn btn-primary btn-card-front btn-2 btn-more-less" data-button-more-less=1>Read more</a>
</div>
</div>
<!--<div class="back">
<div class="card-body">
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.</p>
<a class="btn btn-primary btn-card-back btn-2">Back</a>
</div>
</div>-->
</div>
<div class="card">
<div class="front">
<img src="6.jpg" class="card-img-top" alt="quiz">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32<span class="dots" style="display: inline;">...</span><span class="read-more" style="display: none;"> and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</span></p>
<a class="btn btn-primary btn-card-front btn-3 btn-more-less" data-button-more-less=2>Read more</a>
</div>
</div>
<!--<div class="back">
<div class="card-body">
<p>"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
<a class="btn btn-primary btn-card-back btn-3">Back</a>
</div>
</div>-->
</div>
</div>
</section>
<!--<section id="upcoming-events">
<h1 id="upcoming-h">See What's Next ?</h1>
<hr />
</section>-->
<section id="gallery">
<h1 id="gallery-h">Gallery</h1>
<hr />
<div id="carouselExampleInterval" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" onclick="carouselIndicator(this)" data-slide-to="0" class="carousel-indicators-for-click active"></li>
<li data-target="#carouselExampleIndicators" onclick="carouselIndicator(this)" data-slide-to="1" class="carousel-indicators-for-click"></li>
<li data-target="#carouselExampleIndicators" onclick="carouselIndicator(this)" data-slide-to="2" class="carousel-indicators-for-click"></li>
<li data-target="#carouselExampleIndicators" onclick="carouselIndicator(this)" data-slide-to="3" class="carousel-indicators-for-click"></li>
<li data-target="#carouselExampleIndicators" onclick="carouselIndicator(this)" data-slide-to="4" class="carousel-indicators-for-click"></li>
<li data-target="#carouselExampleIndicators" onclick="carouselIndicator(this)" data-slide-to="5" class="carousel-indicators-for-click"></li>
<li data-target="#carouselExampleIndicators" onclick="carouselIndicator(this)" data-slide-to="6" class="carousel-indicators-for-click"></li>
<li data-target="#carouselExampleIndicators" onclick="carouselIndicator(this)" data-slide-to="7" class="carousel-indicators-for-click"></li>
<li data-target="#carouselExampleIndicators" onclick="carouselIndicator(this)" data-slide-to="8" class="carousel-indicators-for-click"></li>
<li data-target="#carouselExampleIndicators" onclick="carouselIndicator(this)" data-slide-to="9" class="carousel-indicators-for-click"></li>
<li data-target="#carouselExampleIndicators" onclick="carouselIndicator(this)" data-slide-to="10" class="carousel-indicators-for-click"></li>
<li data-target="#carouselExampleIndicators" onclick="carouselIndicator(this)" data-slide-to="11" class="carousel-indicators-for-click"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active" data-interval="4000" data-pic-no="0">
<img src="1.jpg" class="d-block w-100 size" alt="quiz">
</div>
<div class="carousel-item" data-interval="4000" data-pic-no="1">
<img src="2.jpg" class="d-block w-100 size" alt="logo">
</div>
<div class="carousel-item" data-interval="4000" data-pic-no="2">
<img src="3.jpg" class="d-block w-100 size" alt="quiz">
</div>
<div class="carousel-item" data-interval="4000" data-pic-no="3">
<img src="4.jpg" class="d-block w-100 size" alt="quiz">
</div>
<div class="carousel-item" data-interval="4000" data-pic-no="4">
<img src="5.jpg" class="d-block w-100 size" alt="logo">
</div>
<div class="carousel-item" data-interval="4000" data-pic-no="5">
<img src="6.jpg" class="d-block w-100 size" alt="quiz">
</div>
<div class="carousel-item" data-interval="4000" data-pic-no="6">
<img src="7.jpg" class="d-block w-100 size" alt="quiz">
</div>
<div class="carousel-item" data-interval="4000" data-pic-no="7">
<img src="8.jpg" class="d-block w-100 size" alt="logo">
</div>
<div class="carousel-item" data-interval="4000" data-pic-no="8">
<img src="9.jpg" class="d-block w-100 size" alt="quiz">
</div>
<div class="carousel-item" data-interval="4000" data-pic-no="9">
<img src="10.jpg" class="d-block w-100 size" alt="quiz">
</div>
<div class="carousel-item" data-interval="4000" data-pic-no="10">
<img src="11.jpg" class="d-block w-100 size" alt="logo">
</div>
<div class="carousel-item" data-interval="4000" data-pic-no="11">
<img src="12.jpg" class="d-block w-100 size" alt="quiz">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleInterval" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleInterval" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<h1 id="dev-h">Developers</h1>
<hr />
<div class="flex-imple">
<div class="dev">
<img src="11.jpg" alt="John" class="pic">
<h3>John Doe</h3>
<p class="for-devs">Front End Developer</p>
<a href="#" class="fafa"><i class="fa fa-linkedin-square linkedin"></i></a>
<a href="#" class="fafa"><i class="fa fa-facebook-official facebook"></i></a>
</div>
<div class="dev">
<img src="12.jpg" alt="John" class="pic">
<h3>John Doe</h3>
<p class="for-devs">Front End Developer</p>
<a href="#" class="fafa"><i class="fa fa-linkedin-square linkedin"></i></a>
<a href="#" class="fafa"><i class="fa fa-facebook-official facebook"></i></a>
</div>
<div class="dev">
<img src="1.jpg" alt="John" class="pic">
<h3>John Doe</h3>
<p class="for-devs">Front End Developer</p>
<a href="#" class="fafa"><i class="fa fa-linkedin-square linkedin"></i></a>
<a href="#" class="fafa"><i class="fa fa-facebook-official facebook"></i></a>
</div>
<div class="dev">
<img src="2.jpg" alt="John" class="pic">
<h3>John Doe</h3>
<p class="for-devs">Front End Developer</p>
<a href="https://www.linkedin.com/in/shubham-arora-3968b8191/" target="_blank" class="fafa"><i class="fa fa-linkedin-square linkedin"></i></a>
<a href="https://www.facebook.com/profile.php?id=100014025948281" target="_blank" class="fafa"><i class="fa fa-facebook-official facebook"></i></a>
</div>
</div>
<footer id="footer">
<div class="flex-imple footer-margin">
<!--Don't add any more class-->
<div class="footer-left active">
<h1 class="footer-name-h"><a href="#" class="footer-color">QUIZZOTICA</a></h1>
<h4 class="footer-name-h address"><a href ="https://www.iitbhilai.ac.in/" class="footer-color" target="_blank">IIT Bhilai</a></h4>
<h4 class="footer-name-h location footer-color">GEC Campus</h4>
<p class="footer-name-h location footer-color">Raipur(C.G.), India</p>
</div>
<!--<div class="footer-center">
<p class="footer-nav">
<a href="#" class="bottom-nav">Home</a>
<a href="#about" class="bottom-nav">About</a>
<a id="events-bottom" class="bottom-nav">Events</a>
<a href="#gallery" class="bottom-nav">Gallery</a>
<a href="team.html" class="bottom-nav">Team</a>
</p>
</div>-->
<div class="footer-center">
<h1 class="footer-name-h address footer-color">Connect:</h1>
<p class="footer-nav">
<a href="#" class="connect footer-color"><i class="fa fa-facebook-official footer-fa facebook"> Facebook</i></a>
<a href="#" class="connect footer-color"><i class="fa fa-twitter footer-fa twitter"> Twitter</i></a>
<a href="#" class="connect footer-color"><i class="fa fa-instagram footer-fa instagram"> Instagram</i></a>
<a href="#" class="connect footer-color"><i class="fa fa-linkedin-square footer-fa linkedin"> LinkedIn</i></a>
</p>
</div>
<div class="footer-left not-active">
<h1 class="footer-name-h"><a href="#" class="footer-color">QUIZZOTICA</a></h1>
<h4 class="footer-name-h address"><a href ="https://www.iitbhilai.ac.in/" class="footer-color" target="_blank">IIT Bhilai</a></h4>
<h4 class="footer-name-h location footer-color">GEC Campus</h4>
<p class="footer-name-h location footer-color">Raipur(C.G.), India</p>
</div>
<div class="footer-right">
<h1 class="footer-name-h address footer-color">Contact us:</h1>
<h4 class="footer-name-h number footer-color">+91-9383028200</h4>
<h6 class="footer-name-h mail"><a class="footer-color" href="mailto:arora.shbm@gmail.com">arora.shbm@gmail.com</a class="footer-color"></h6>
</div>
</div>
</footer>
<div id="copyright">
<p>© 2019-20 Quizzotica-IIT Bhilai</p>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script>
var images = document.getElementsByClassName("carousel-item");
function checkActive(image_indicator_clicked) {
for(var i=0;i<images.length;i++) {
if(images[i].classList.length == 2) {
if(i != image_indicator_clicked) {
images[i].classList.remove("active");
}
}
}
}
function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}
async function carouselIndicator(image) {
var image_indicator_clicked = image.getAttribute("data-slide-to");
var images_indicator = document.getElementsByClassName("carousel-indicators-for-click");
for(var i=0;i<images_indicator.length;i++) {
if(images_indicator[i].classList.length == 2) {
images_indicator[i].classList.remove("active");
images[i].classList.remove("active");
images_indicator[image_indicator_clicked].classList.add("active");
images[image_indicator_clicked].classList.add("active");
break;
}
}
await sleep(500);
checkActive(image_indicator_clicked);
}
</script>
<!--<script type="text/javascript" src="loader.min.js"></script>
<script type="text/javascript" src="header.min.js"></script>
<script type="text/javascript" src="footer.min.js"></script>
<script type="text/javascript" src="card.min.js"></script>
<script type="text/javascript" src="events.min.js"></script>
<script type="text/javascript" src="quote-slider.min.js"></script>
<script type="text/javascript" src="nav.min.js"></script>-->
<script type="text/javascript" src="quizzotica.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>