-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
412 lines (386 loc) · 22.3 KB
/
about.html
File metadata and controls
412 lines (386 loc) · 22.3 KB
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">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Ethereal</title>
<link href="/css/style.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
<link rel="icon" href="./images/store-logo.png" type="image/png">
</head>
<body>
<nav class="navbar bg-body-tertiary fixed-top">
<div class="container-fluid">
<a class="navbar-brand navbar-heading fs-3" href="index.html">
<svg class="bi" width="24" height="24"><use xlink:href="#aperture"/></svg>
Ethereal
</a>
<button class="navbar-toggler border-0" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvas" aria-controls="#offcanvas" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvas" aria-labelledby="offcanvasLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title navbar-heading" id="#offcanvasLabel">Ethereal</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav flex-grow-1 justify-content-around">
<li class="nav-item">
<!-- <div class="d-flex align-items-center">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-bag-heart-fill me-2" viewBox="0 0 16 16">
<path d="M11.5 4v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4zM8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1m0 6.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132"/>
</svg>
</div> -->
</li>
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="./about.html">About</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/twentyfive21/ecommerce-store" target="_blank">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="/shop.html">Shop</a></li>
<li class="nav-item">
<a class="nav-link" href="/cart.html">
<div class="d-flex align-items-center">
<span class="pe-1">Cart</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart me-2" viewBox="0 0 16 16">
<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5M3.102 4l1.313 7h8.17l1.313-7zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4m7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2m7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2"/>
</svg>
</div>
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Dropdown
</a>
<ul class="dropdown-menu custom-navbar-bg-light">
<li><a class="dropdown-item custom-navbar-bg-light" href="index.html#link-faqs">FAQ</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="./about.html#right-arrow">Subscribe to Newsletter</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</nav>
<div
class="position-relative overflow-hidden text-center bg-body-tertiary d-flex align-items-center justify-content-center"
style="background-image: url(./images/grey-hero.jpg); height: 420px;">
<div class="col-md-6 p-lg-5 mx-auto my-5">
<h1 class="display-1 page-hero-header fw-bold">About</h1>
<div class="d-flex gap-3 justify-content-center lead fw-normal">
<div class="breadcrumbs">
<span class="item">
<a href="index.html" class="text-black text-decoration-none">Home ></a>
</span>
<span class="item">About</span>
</div>
</div>
</div>
</div>
<section id="company-services" class="padding-xlarge py-5">
<div class="container py-5">
<div class="row py-5">
<div class="col-lg-3 col-md-6 pb-3">
<div class="icon-box text-center">
<span class="icon-box-icon d-inline-block p-4 border border-accent rounded-circle mb-4 page-hero-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-cart4"
viewBox="0 0 16 16">
<path fill="currentColor"
d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .49.598l-1 5a.5.5 0 0 1-.465.401l-9.397.472L4.415 11H13a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l.84 4.479 9.144-.459L13.89 4H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z" />
</svg>
</span>
<div class="icon-box-content">
<h2 class="card-title page-hero-header">Free delivery</h3>
<p class="pt-2 page-description-icon">Free standard shipping on orders $100 and up. On qualifying items</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pb-3">
<div class="icon-box text-center">
<span class="icon-box-icon d-inline-block p-4 border border-accent rounded-circle mb-4 page-hero-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-cart4"
viewBox="0 0 16 16">
<path fill="currentColor"
d="M9.669.864 8 0 6.331.864l-1.858.282-.842 1.68-1.337 1.32L2.6 6l-.306 1.854 1.337 1.32.842 1.68 1.858.282L8 12l1.669-.864 1.858-.282.842-1.68 1.337-1.32L13.4 6l.306-1.854-1.337-1.32-.842-1.68L9.669.864zm1.196 1.193.684 1.365 1.086 1.072L12.387 6l.248 1.506-1.086 1.072-.684 1.365-1.51.229L8 10.874l-1.355-.702-1.51-.229-.684-1.365-1.086-1.072L3.614 6l-.25-1.506 1.087-1.072.684-1.365 1.51-.229L8 1.126l1.356.702 1.509.229z" />
<path fill="currentColor" d="M4 11.794V16l4-1 4 1v-4.206l-2.018.306L8 13.126 6.018 12.1 4 11.794z" />
</svg>
</span>
<div class="icon-box-content">
<h2 class="card-title page-hero-header">Quality guarantee</h3>
<p class="pt-2 page-description-icon">We are committed to providing you with products of the highest quality and exceptional service.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pb-3">
<div class="icon-box text-center">
<span class="icon-box-icon d-inline-block p-4 border border-accent rounded-circle mb-4 page-hero-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-cart4"
viewBox="0 0 16 16">
<path fill="currentColor"
d="M6 4.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-1 0a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0z" />
<path fill="currentColor"
d="M2 1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 1 6.586V2a1 1 0 0 1 1-1zm0 5.586 7 7L13.586 9l-7-7H2v4.586z" />
</svg>
</span>
<div class="icon-box-content">
<h2 class="card-title page-hero-header">Daily offers</h3>
<p class="pt-2 page-description-icon">We are dedicated to bringing you unbeatable daily offers that enhance your shopping experience. </p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pb-3">
<div class="icon-box text-center">
<span class="icon-box-icon d-inline-block p-4 border border-accent rounded-circle mb-4 page-hero-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-cart4"
viewBox="0 0 16 16">
<path fill="currentColor"
d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z" />
<path fill="currentColor"
d="M8 4.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V9a.5.5 0 0 1-1 0V7.5H6a.5.5 0 0 1 0-1h1.5V5a.5.5 0 0 1 .5-.5z" />
</svg>
</span>
<div class="icon-box-content">
<h2 class="card-title page-hero-header">100% secure</h3>
<p class="pt-2 page-description-icon">Guarantee to ensure that every transaction you make with us is safe and protected</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="about" data-aos="fade" data-aos-once="true">
<div class="container">
<div class="row">
<div class="col-lg-7"> <!-- Adjusted column width to 7 -->
<img src="https://images.pexels.com/photos/6069556/pexels-photo-6069556.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2" alt="single" class="single-image card-img-bottom rounded" style="width: 100%; height: 800px; object-fit: cover;">
</div>
<div class="about-content col-lg-5 m-auto top-0 end-0 bottom-0 mt-5"> <!-- Adjusted column width to 5 -->
<span class="title-accent fs-5 text-uppercase">About us</span>
<h1 class="py-3 page-hero-header">Ethereal is the only best online store for varieties of collection of clean and beautiful clothes.</h1>
<p class="page-description-icon">With a commitment to quality and an eye for beauty, Ethereal stands as a beacon of elegance in the world of online fashion retail. Our carefully curated collection spans a wide range of styles, from timeless classics to contemporary trends, ensuring that every individual can find something that resonates with their unique taste and personality.</p>
</div>
</div>
</div>
</section>
<section id="testimonials" class="position-relative py-5 my-5">
<div class="container">
<div class="row">
<div class="offset-md-2 col-md-8">
<h1 class="display-7 text-center mb-5 text-header fs-1 h1" data-aos="fade" data-aos-easing="ease-in"
data-aos-duration="1000" data-aos-once="true">What our customers say</h1>
<div class="review-content position-relative" data-aos="fade" data-aos-easing="ease-in"
data-aos-duration="1500" data-aos-once="true">
<div class="swiper testimonial-swiper">
<div class="swiper-wrapper">
<div class="swiper-slide text-center d-flex justify-content-center">
<div class="review-item">
<div class="fs-4 fw-light fst-italic" id="customer-text">"Lorem ipsum dolor sit, amet consectetur
adipisicing elit. Possimus esse quis amet vitae eius assumenda! Veritatis suscipit magnam debitis
porro fugit quas quia ducimus excepturi quos nulla, optio eaque voluptatibus? ”</div>
<div class="author-detail">
<div class="name fw-bold text-uppercase pt-2" id="customer-name">Anna garcia</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-buttons text-center mt-5" data-aos="fade" data-aos-easing="ease-in"
data-aos-duration="1800" data-aos-once="true">
<button class="swiper-prev testimonial-arrow-prev me-2 btn" id="left-arrow">
<i class="fa-solid fa-arrow-left fs-1"></i>
</button>
<span>|</span>
<button class="swiper-next testimonial-arrow-next ms-2 btn" id="right-arrow">
<i class="fa-solid fa-arrow-right fs-1"></i>
</button>
</div>
</div>
</div>
</div>
</section>
<section id="newsletter" class="bg-light padding-medium" style="background-image: url(images/grey-hero.jpg);">
<div class="container justify-content-center p-5">
<div class="newsletter">
<div class="row">
<div class="col-lg-6 col-md-12 title mb-4">
<h1 class="subscribe-header">Subscribe to Our Newsletter</h1>
<p>Get latest news, updates and deals directly mailed to your inbox</p>
</div>
<form class="col-lg-6 col-md-12 d-flex align-items-center">
<div class="d-flex justify-content-between w-100-lg w-75-sm border-bottom border-dark py-2">
<input id="newsletter1" type="text" class="form-control border-0 p-0 bg-transparent sub-input"
placeholder="Your email address here">
<button type="button" class="btn border-0 p-0 fs-5 ms-5" data-bs-toggle="modal"
data-bs-target="#modal-subscribe">Subscribe</button>
<div class="modal fade" id="modal-subscribe" tabindex="-1" role="dialog" aria-labelledby="modal-subscribe"
aria-hidden="true">
<div class="modal-dialog modal-tertiary modal-dialog-centered modal-lg" role="document">
<div class="modal-content section-image overlay-dark bg-dark" data-background="./images/hero.jpeg">
<div class="modal-header">
<button type="button" class="btn-close bg-gray-500" data-bs-dismiss="modal"
aria-label="Close"></button>
</div>
<div class="modal-body text-center py-3 text-white">
<span class="modal-icon display-1"><span class="fas fa-envelope-open-text"></span></span>
<h3 class="modal-title mb-3">Thank you for joining our 1,360,462 subscribers</h3>
<p class="mb-4 lead">Get exclusive access to freebies, premium products and news in you
email</p>
<!-- <div class="form-group px-5">
<div class="d-flex flex-column flex-sm-row mb-3 justify-content-center">
<input type="text" class="me-sm-1 mb-2 mb-sm-0 form-control form-control-lg rounded" placeholder="example@company.com">
<button type="submit" class="ms-sm-1 btn btn-tertiary">Subscribe</button>
</div>
</div> -->
</div>
<div class="modal-footer z-2 mx-auto text-center pb-5">
<p class="text-white">
We’ll never share your details with third parties.
<br class="visible-md">View our <a href="#">Privacy Policy</a> for more info.
</p>
</div>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!--====== FOOTER PART START ======-->
<footer class="footer-area footer-one">
<div class="footer-widget">
<div class="container">
<div class="row">
<div class="col-xl-6 col-lg-4 col-sm-12">
<div class="f-about">
<div class="footer-logo">
<h1 class="text-header h1">Ethereal</h1>
</div>
<p class="text">
Immerse yourself in a realm of transcendent style, <br> where every piece is a carefully chosen
manifestation of elegance and grace.
</p>
</div>
</div>
<div class="col-xl-2 col-lg-2 col-sm-4">
<div class="footer-link">
<h3 class="text-header">Quick Links</h3>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="about.html" class="nav-link p-0 text-body-secondary">About</a></li>
<li class="nav-item mb-2"><a href="shop.html" class="nav-link p-0 text-body-secondary">Shop</a></li>
<li class="nav-item mb-2"><a href="https://github.com/twentyfive21/ecommerce-store" target="_blank" class="nav-link p-0 text-body-secondary">Contact</a></li>
<li class="nav-item mb-2"><a href="index.html#link-faqs" class="nav-link p-0 text-body-secondary">FAQs</a></li>
<!--./shop.html?c=Mens-->
</ul>
</div>
<!-- footer link -->
</div>
<div class="col-xl-2 col-lg-3 col-sm-4">
<div class="footer-link">
<h3 class="text-header">Products</h3>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="./shop.html?c=Mens" class="nav-link p-0 text-body-secondary">Men's Clothing</a></li>
<li class="nav-item mb-2"><a href="./shop.html?c=Womens" class="nav-link p-0 text-body-secondary">Women's Clothing</a></li>
<li class="nav-item mb-2"><a href="./shop.html?c=Shoes" class="nav-link p-0 text-body-secondary">Shoes</a></li>
<li class="nav-item mb-2"><a href="./shop.html?c=Jewelry" class="nav-link p-0 text-body-secondary">Jewelry</a></li>
</ul>
</div>
<!-- footer link -->
</div>
<div class="col-xl-2 col-lg-3 col-sm-4">
<div class="footer-link">
<h3 class="text-header">Contact Info</h3>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="https://github.com/twentyfive21/ecommerce-store" target="_blank" class="nav-link p-0 text-body-secondary">512 South End, USA</a></li>
<li class="nav-item mb-2"><a href="https://github.com/twentyfive21/ecommerce-store" target="_blank" class="nav-link p-0 text-body-secondary">(409) 948-4327</a>
</li>
<li class="nav-item mb-2"><a href="https://github.com/twentyfive21/ecommerce-store" target="_blank"
class="nav-link p-0 text-body-secondary">contact@Ethereal.com</a></li>
<li class="nav-item mb-2"><a href="https://github.com/twentyfive21/ecommerce-store" target="_blank" class="nav-link p-0 text-body-secondary">Chat With Us Live</a>
</li>
</ul>
</div>
<!-- footer link -->
</div>
<div class="col mt-5">
<h3 class="text-header">Social info</h3>
<p class="text-body-secondary">You can follow us on our social platforms to get updates.</p>
<ul class="nav d-flex justify-content-start">
<li class="nav-item"><a href="https://github.com/twentyfive21/ecommerce-store" target="_blank" class="nav-link ps-2 text-body-secondary"><i
class="fa-brands fa-facebook-f"></i></a></li>
<li class="nav-item"><a href="https://github.com/twentyfive21/ecommerce-store" target="_blank" class="nav-link ps-2 text-body-secondary"><i
class="fa-brands fa-instagram"></i></a></li>
<li class="nav-item"><a href="https://github.com/twentyfive21/ecommerce-store" target="_blank" class="nav-link ps-2 text-body-secondary"><i
class="fa-brands fa-x-twitter"></i></a></li>
<li class="nav-item"><a href="https://www.linkedin.com/in/noel-guillen-blas-b63353257/" target="_blank" class="nav-link ps-2 text-body-secondary"><i
class="fa-brands fa-linkedin-in"></i></a></li>
<li class="nav-item"><a href="https://github.com/twentyfive21/ecommerce-store" target="_blank" class="nav-link ps-2 text-body-secondary"><i
class="fa-brands fa-youtube"></i></a></li>
</ul>
</div>
</div>
<!-- row -->
</div>
<!-- container -->
</div>
<!-- footer widget -->
<div class="footer-copyright border-top">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="
copyright
text-center
d-md-flex
justify-content-between
align-items-center
">
<p class="text">Copyright © 2024 Ethereal. All Rights Reserved</p>
<ul class="social">
<li>
<a href="javascript:void(0)">
<i class="lni lni-facebook-filled"></i>
</a>
</li>
<li>
<a href="javascript:void(0)">
<i class="lni lni-twitter-original"></i>
</a>
</li>
<li>
<a href="javascript:void(0)">
<i class="lni lni-instagram-filled"></i>
</a>
</li>
<li>
<a href="javascript:void(0)"><i class="lni lni-linkedin-original"></i></a>
</li>
</ul>
</div>
<!-- copyright -->
</div>
</div>
<!-- row -->
</div>
<!-- container -->
</div>
<!-- footer copyright -->
</footer>
<!--====== FOOTER PART ENDS ======-->
</div>
<script src="./scripts/about.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- Bootstrap JS -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="https://kit.fontawesome.com/e36fb19258.js" crossorigin="anonymous"></script>
</body>
</html>