forked from Cradle-Boys/Healthy-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
thigh.html
479 lines (450 loc) · 29.8 KB
/
thigh.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Healthy - Exercise - Thighs
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="CSS/index-stylesheet.css">
</head>
<body class="colored-bg">
<nav class="navbar navbar-expand-lg navbar-dark sticky-top navbar-custom1 static-top">
<div class="container">
<a class="navbar-brand" href="index.html">
<i class="fas fa-heartbeat">  Healthy</i>
</a>
<!-- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html"><i class="fas fa-home"> Home</i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="workout.html"><i class="fas fa-dumbbell"> Workout Routines</i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="diet-plan-pages/diet-plans.html"><i class="fas fa-utensils"> Diet Plans</i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-us-pages/about-us-page-main.html"><i class="fas fa-user-circle"> Profile</i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><i class="fas fa-cogs"> Settings</i></a>
</li>
</ul>
</div> -->
</div>
</nav>
<div id="imageSlider" class="border border-dark">
<div id="headerSlider" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#headerSlider" data-slide-to="0" class="active"></li>
<li data-target="#headerSlider" data-slide-to="1"></li>
<li data-target="#headerSlider" data-slide-to="2"></li>
<li data-target="#headerSlider" data-slide-to="3"></li>
<li data-target="#headerSlider" data-slide-to="4"></li>
<li data-target="#headerSlider" data-slide-to="5"></li>
<li data-target="#headerSlider" data-slide-to="6"></li>
<li data-target="#headerSlider" data-slide-to="7"></li>
<li data-target="#headerSlider" data-slide-to="8"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<a href="#">
<img class="d-block img-fluid low-brightness" src="images/thigh_2000x950.png" alt="First slide - Thighs">
<div class="carousel-caption">
<h4>Thighs</h4>
</div></a>
</div>
<div class="carousel-item">
<a href="biceps.html">
<img class="d-block img-fluid low-brightness" src="images/biceps_2000x950.png" alt="Second slide - Biceps">
<div class="carousel-caption">
<h4>Biceps</h4>
</div></a>
</div>
<div class="carousel-item">
<a href="shoulders.html">
<img class="d-block img-fluid low-brightness" src="images/shoulders_2000x950.png" alt="Third slide - Shoulder">
<div class="carousel-caption">
<h4>Shoulders</h4>
</div></a>
</div>
<div class="carousel-item">
<a href="triceps.html">
<img class="d-block img-fluid low-brightness" src="images/triceps_2000x950.png" alt="Fourth slide - Triceps">
<div class="carousel-caption">
<h4>Triceps</h4>
</div></a>
</div>
<div class="carousel-item">
<a href="abs.html">
<img class="d-block img-fluid low-brightness" src="images/abs_2000x950.png" alt="Fifth slide - Abs">
<div class="carousel-caption">
<h4>Abs</h4>
</div></a>
</div>
<div class="carousel-item">
<a href="back.html">
<img class="d-block img-fluid low-brightness" src="images/back_2000x950.png" alt="Sixth slide - Back">
<div class="carousel-caption">
<h4>Back</h4>
</div></a>
</div>
<div class="carousel-item">
<a href="chest.html">
<img class="d-block img-fluid low-brightness" src="images/chest_2000x950.png" alt="Seventh slide - Chest">
<div class="carousel-caption">
<h4>Chest</h4>
</div></a>
</div>
<div class="carousel-item">
<a href="glutes.html">
<img class="d-block img-fluid low-brightness" src="images/glutes_2000x950.png" alt="Eight slide - Glutes">
<div class="carousel-caption">
<h4>Glutes</h4>
</div></a>
</div>
<div class="carousel-item">
<a href="calves.html">
<img class="d-block img-fluid low-brightness" src="images/calves_2000x950.png" alt="Ninth slide - Calves">
<div class="carousel-caption">
<h4>Calves</h4>
</div></a>
</div>
</div>
<a class="carousel-control-prev" href="#headerSlider" 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="#headerSlider" role="button" data-slide="next">
<span class="carousel-control-next-icon" id="quotess" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-- Section for the Thighs -->
<div class="d-flex flex-column colored-bg page-section">
<div class="p-3 mt-1 mb-3">
<div class=" border border border-light bg-dark p-2">
<p class="lead text-justify p-2 text-white">The <span class="font-weight-bold text-dark mark rounded-lg" data-toggle="modal" data-target="#hmThighModal">Thighs</span> enhance the Quadriceps, gluteus maximus. These thigh exercises go beyond just your thighs, though; they'll strengthen your hamstrings, glutes, and calves and even hit your core too.</p>
</div>
</div>
<div class="px-3 py-1">
<div class="py-2 text-center rounded border border-light thighs">
<p class="display-4 text-white">Workouts without needed Equipment</p>
</div>
<!-- exercise 1 -->
<div class="mx-auto" data-toggle="collapse" data-target="#boxSquats">
<div class="text-center bg-dark border border-light"><h4 class="text-white rubik-font p-1">Box Squats</h4>
</div>
<div class="collapse" id="boxSquats">
<div class="card mb-3">
<div class="card-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Card - Title-->
<h2 class="text-secondary text-uppercase mb-0">Box Squats
</h2><br><br>
<!-- Card - Image-->
<img class="img-fluid rounded mb-5" src="images/box-squat.gif" alt="Box Squats" />
<!-- Card - Text-->
<p class="mb-5 font-weight-bold">Primary muscle group(s): Quadriceps, gluteus maximus</p>
<p class="mb-5 text-justify"><strong>How to do it:<br></strong> Get a box. Or a bench. Or a chair. Something you can sit down on. The lower it is the harder the exercise will be. For most, a 40cm-high box will allow you to squat deep enough for your glutes and hamstrings to become parallel with the floor. With your feet shoulder-width apart and toes pointed slightly outward if comfortable, lower your body until only your glutes rest on the box for 1-2sec. Squeeze the glutes and then return to the start position by driving through the heels and hips. Take extra care to keep your back straight and chest elevated.
<div>
<button class="btn btn-secondary" data-toggle="collapse" data-target="#boxSquats">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- exercise 2 -->
<div class="mx-auto" data-toggle="collapse" data-target="#sumoSquat">
<div class="text-center bg-dark border border-light"><h4 class="text-white rubik-font p-1">Sumo Squat</h4>
</div>
<div class="collapse" id="sumoSquat">
<div class="card mb-3">
<div class="card-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Card - Title-->
<h2 class="text-secondary text-uppercase mb-0">Sumo Squat
</h2><br><br>
<!-- Card - Image-->
<img class="img-fluid rounded mb-5" src="images/sumo-squat.gif" alt="Sumo Squat" />
<!-- Card - Text-->
<p class="mb-5 font-weight-bold">Primary muscle group(s): Quadriceps, gluteus maximus</p>
<p class="mb-5 text-justify"><strong>How to do it:<br></strong> Start in a standing position with your feet wide apart and your toes pointing at 45° angles. By wide we mean wider than shoulder-width apart – around a foot (30cm) beyond your shoulder on each side. Drop into a squat, bending at the hips and knees and sitting back. Keep your chest up and knees out. Keep lowering until your thighs are parallel to the ground, or even slightly below parallel if you have it in you. Then stand back up to the starting position. Make sure you don’t lift your feet off the ground or round out your lower back as you perform the sumo squat.
<div>
<button class="btn btn-secondary" data-toggle="collapse" data-target="#sumoSquat">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- exercise 3 -->
<div class="mx-auto" data-toggle="collapse" data-target="#jumpSquats">
<div class="text-center bg-dark border border-light"><h4 class="text-white rubik-font p-1">Jump Squats</h4>
</div>
<div class="collapse" id="jumpSquats">
<div class="card mb-3">
<div class="card-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Card - Title-->
<h2 class="text-secondary text-uppercase mb-0">Jump Squats</h2><br><br>
<!-- Card - Image-->
<img class="img-fluid rounded mb-5" src="images/jump-squats.gif" alt="Jump Squats" />
<!-- Card - Text-->
<p class="mb-5 font-weight-bold">Primary muscle group(s):Quadriceps, gluteus maximus</p>
<p class="mb-5 text-justify"><strong>How to do it:<br></strong>
Start standing with feet hip distance apart and lower into a squat position by bending the knees. Keep the spine straight, chest lifted, and knees behind toes. Arms are in front of the chest for balance. Jump straight up and swing arms overhead. Return to squat.
<div>
<button class="btn btn-secondary" data-toggle="collapse" data-target="#jumpSquats">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- exercise 4 -->
<div class="mx-auto" data-toggle="collapse" data-target="#squatLunge">
<div class="text-center bg-dark border border-light"><h4 class="text-white rubik-font p-1">Squat Lunge</h4>
</div>
<div class="collapse" id="squatLunge">
<div class="card mb-3">
<div class="card-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Card - Title-->
<h2 class="text-secondary text-uppercase mb-0">Squat Lunge</h2><br><br>
<!-- Card - Image-->
<img class="img-fluid rounded mb-5" src="images/squat-lunge.gif" alt="Squat Lunge" />
<!-- Card - Text-->
<p class="mb-5 font-weight-bold">Primary muscle group(s):Quadriceps, gluteus maximus</p>
<p class="mb-5 text-justify"><strong>How to do it:<br></strong> Stand with your feet hip-width apart. Keeping your feet parallel and your core engaged, step your right foot wide to the right without bending your left knee. Keeping your left leg straight, your chest up, and your back flat, bend your right knee, sit your hips back, and lower your body until your right thigh is parallel to the floor.Reverse the movement to return to the starting position. Repeat on the left side, and continue alternating sides, performing equal reps on each.
<div>
<button class="btn btn-secondary" data-toggle="collapse" data-target="#squatLunge">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- exercise 5 -->
<div class="mx-auto" data-toggle="collapse" data-target="#sideShuffle">
<div class="text-center bg-dark border border-light"><h4 class="text-white rubik-font p-1">Side Shuffle </h4>
</div>
<div class="collapse" id="sideShuffle">
<div class="card mb-3">
<div class="card-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Card - Title-->
<h2 class="text-secondary text-uppercase mb-0">Side Shuffle</h2><br><br>
<!-- Card - Image-->
<img class="img-fluid rounded mb-5" src="images/side-shuffle.gif" alt="Side Shuffle" />
<!-- Card - Text-->
<p class="mb-5 font-weight-bold">Primary muscle group(s):Quadriceps, gluteus maximus </p>
<p class="mb-5 text-justify"><strong>How to do it:<br></strong> Stand with your feet a little wider than hip-width apart, bend your hips and knees back and forth with your toes forward. Take a few quick steps to the left and then touch your left foot with your left hand. Repeat on the right side.
<div>
<button class="btn btn-secondary" data-toggle="collapse" data-target="#sideShuffle">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="px-3 py-1">
<div class="py-2 text-center rounded border border-light thighs">
<p class="display-4 text-white">Workouts with Equipments</p>
</div>
<!-- exercise 6 -->
<div class="mx-auto" data-toggle="collapse" data-target="#barbellSquats">
<div class="text-center bg-dark border border-light"><h4 class="text-white rubik-font p-1">Barbell Squats</h4>
</div>
<div class="collapse" id="barbellSquats">
<div class="card mb-3">
<div class="card-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Card - Title-->
<h2 class="text-secondary text-uppercase mb-0">Barbell Squats</h2><br><br>
<!-- Card - Image-->
<img class="img-fluid rounded mb-5" src="images/barbell-squats.gif" alt="Barbell Squats" />
<!-- Card - Text-->
<p class="mb-5 font-weight-bold">Primary muscle group(s): Quadraceps</p>
<p class="mb-5 text-justify"><strong>How to do it:<br></strong> <b>Preparation: </b>From rack with barbell at upper chest height, position bar high on back of shoulders and grasp barbell to sides. Dismount bar from rack and stand with shoulder width stance.<b> Execution:</b> Squat down by bending hips back while allowing knees to bend forward, keeping back straight and knees pointed same direction as feet. Descend until thighs are just past parallel to floor. Extend knees and hips until legs are straight. Return and repeat.
<div>
<button class="btn btn-secondary" data-toggle="collapse" data-target="#barbellSquats">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- exercise 7 -->
<div class="mx-auto" data-toggle="collapse" data-target="#dumbbellSquat">
<div class="text-center bg-dark border border-light"><h4 class="text-white rubik-font p-1">Dumbbell Squat</h4>
</div>
<div class="collapse" id="dumbbellSquat">
<div class="card mb-3">
<div class="card-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Card - Title-->
<h2 class="text-secondary text-uppercase mb-0">Dumbbell Squat</h2><br><br>
<!-- Card - Image-->
<img class="img-fluid rounded mb-5" src="images/dumbbell-squat.gif" alt="Dumbbell Squat" />
<!-- Card - Text-->
<p class="mb-5 font-weight-bold">Primary muscle group(s): Quadriceps, gluteus maximus</p>
<p class="mb-5 text-justify"><strong>How to do it:<br></strong> Stand holding a pair of dumbbells by your sides. Your feet should be shoulder-width apart and pointing slightly outward. Keeping your torso upright and your shoulders back, inhale as you squat down by pushing your butt backward and bending your knees forward. Descend at least until your thighs are parallel with the floor. Exhale as you push yourself back up to a standing position, driving from your heels. Repeat for the prescribed number of repetitions.
<div>
<button class="btn btn-secondary" data-toggle="collapse" data-target="#dumbbellSquat">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- exercise 8 -->
<div class="mx-auto" data-toggle="collapse" data-target="#splitSquadCurl">
<div class="text-center bg-dark border border-light"><h4 class="text-white rubik-font p-1">Split Squat Curl</h4>
</div>
<div class="collapse" id="splitSquadCurl">
<div class="card mb-3">
<div class="card-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Card - Title-->
<h2 class="text-secondary text-uppercase mb-0">Split Squat Curl</h2><br><br>
<!-- Card - Image-->
<img class="img-fluid rounded mb-5" src="images/split-squat-curl.gif" alt="Split Squat Curl " />
<!-- Card - Text-->
<p class="mb-5 font-weight-bold">Primary muscle group(s):Quadriceps, gluteus maximus</p>
<p class="mb-5 text-justify"><strong>How to do it:<br></strong> Lie on a bench with an incline with a dumbbell in each hand. Then lift the dumbbells shoulder-width apart, arms extended and rotate your wrists so that the palms of your hands are facing each other. Stay in control of the dumbbells at all times and slowly lower the weights while inhaling. Then exhale pushing the dumbbells upwards with the help of your chest.
<div>
<button class="btn btn-secondary" data-toggle="collapse" data-target="#splitSquadCurl">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- exercise 9 -->
<div class="mx-auto" data-toggle="collapse" data-target="#bulgarianSplitSquatWeights">
<div class="text-center bg-dark border border-light"><h4 class="text-white rubik-font p-1">Bulgarian Split Squat with Weights</h4>
</div>
<div class="collapse" id="bulgarianSplitSquatWeights">
<div class="card mb-3">
<div class="card-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Card - Title-->
<h2 class="text-secondary text-uppercase mb-0">Bulgarian Split Squat with Weights</h2><br><br>
<!-- Card - Image-->
<img class="img-fluid rounded mb-5" src="images/bulgarian-split-squat.gif" alt="Bulgarian Split Squat with weights" />
<!-- Card - Text-->
<p class="mb-5 font-weight-bold">Primary muscle group(s):Quadriceps, gluteus maximus </p>
<p class="mb-5 text-justify"><strong>How to do it:<br></strong> Find yourself a step, bench or any other contraption that you can rest a foot on, it needs to be about knee height with one leg forward and one leg back, and hold a dumbbell.Get into a forward lunge position with torso upright, core braced and hips square to your body, with your back foot elevated on the bench. Your leading leg should be half a metre or so in front of bench. Lower until your front thigh is almost horizontal, keeping your knee in line with your foot. Don't let your front knee travel beyond your toes. Drive up through your front heel back to the starting position, again keeping your movements measured.
<div>
<button class="btn btn-secondary" data-toggle="collapse" data-target="#bulgarianSplitSquatWeights">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- exercise 10-->
<div class="mx-auto" data-toggle="collapse" data-target="#sumoSqautWeights">
<div class="text-center bg-dark border border-light"><h4 class="text-white rubik-font p-1">Sumo Squats with Weights</h4>
</div>
<div class="collapse" id="sumoSqautWeights">
<div class="card mb-3">
<div class="card-body text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Card - Title-->
<h2 class="text-secondary text-uppercase mb-0">Sumo Squats with Weights</h2><br><br>
<!-- Card - Image-->
<img class="img-fluid rounded mb-5" src="images/dumbbell-sumo-squats.gif" alt="Sumo Squats with Weights" />
<!-- Card - Text-->
<p class="mb-5 font-weight-bold">Primary muscle group(s):Quadriceps, gluteus maximus</p>
<p class="mb-5 text-justify"><strong>How to do it:<br></strong> Once the unweighted version of the sumo squat fails to thoroughly exhaust your thighs and glutes, it’s time to add some weight. You can do this in any manner you like, but we recommend holding a kettlebell or dumbbell with both hands in front of you so it hangs down towards the floor. This means you’ll also know if you’re going deep enough with your squats – the weight should almost touch the ground.
<div>
<button class="btn btn-secondary" data-toggle="collapse" data-target="#sumoSqautWeights">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="feature-modal modal fade" id="hmThighModal" tabindex="-1" role="dialog" aria-labelledby="hmThighModalLabel" aria-hidden="true">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-content my-4">
<button class="close" type="button" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><i class="fas fa-times"></i></span>
</button>
<div class="modal-body mt-2 text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Modal - Title-->
<h2 class="feature-modal-title text-secondary text-uppercase mb-0">Thigh</h2><br><br>
<!-- Modal - Image-->
<img class="img-fluid rounded mb-5" src="images/hm_thigh.gif" alt="Thigh" />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
</body>
</html>