-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
746 lines (723 loc) · 27.4 KB
/
about.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
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cake Website</title>
<!-- font awesome link -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- font family -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap"
rel="stylesheet"
/>
<!-- css bootstrap link -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="media.css" />
</head>
<body>
<div
class="alert alert-dark bg-dark text-white text-center mb-0 rounded-0"
role="alert"
>
<i class="fa-solid fa-tag"></i>
Sweet Deal Alert! Enjoy 20% OFF on All Cakes This Week Only! 🎂 Don't Miss
Out—Order Now and Treat Yourself to a Fluffy Delight!
</div>
<nav class="navbar navbar-expand-lg navbar-light d-flex nav-bg" id="home">
<div class="container-fluid">
<a class="navbar-brand fw-bolder nav-logo" href="./index.html#home"
>Fluffy Delights</a
>
<button
class="navbar-toggler hamburger"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<i class="fa-solid fa-bars text-dark fs-3"></i>
</button>
<div
class="collapse navbar-collapse nav-ul"
id="navbarSupportedContent"
>
<ul class="navbar-nav m-auto mb-2 mb-lg-0 nav-links">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="./index.html#home"
>Home</a
>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="./index.html#cake"
id="navbarDropdown"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Cakes
</a>
<ul
class="dropdown-menu cake-drop"
aria-labelledby="navbarDropdown"
>
<li>
<a class="dropdown-item" href="./index.html#collection">By Occasion</a>
</li>
<li>
<a class="dropdown-item" href="./index.html#custom">Custom Cakes</a>
</li>
<li>
<a class="dropdown-item" href="./index.html#premium">Premium Cakes</a>
</li>
<li>
<a class="dropdown-item" href="./index.html#vegan">Vegan & Gluten-Free</a>
</li>
<li>
<a class="dropdown-item" href="./index.html#seasonal">
Seasonal Specials</a
>
</li>
<li>
<a class="dropdown-item" href="./index.html#design">Cakes Design</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdown"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Custom Cakes
</a>
<ul
class="dropdown-menu cake-drop"
aria-labelledby="navbarDropdown"
>
<li>
<a class="dropdown-item" href="./index.html#design">Design Your Cake</a>
</li>
<li>
<a class="dropdown-item" href="./index.html#request">Custom Requests</a>
</li>
<li>
<a class="dropdown-item" href="./index.html#faq">FAQs</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="./order.html">Order Online</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="./contact.html">Contact</a>
</li>
</ul>
<button
type="button"
class="btn btn-primary me-3 nav-btn"
data-bs-toggle="modal"
data-bs-target="#signupModal"
>
Sign Up
</button>
<button
type="button"
class="btn btn-primary nav-btn"
data-bs-toggle="modal"
data-bs-target="#loginModal"
>
Login
</button>
</div>
</div>
</nav>
<!-- modal -->
<!-- login Modal -->
<div
class="modal fade"
id="loginModal"
tabindex="-1"
aria-labelledby="loginModalLabel"
aria-hidden="true"
>
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header border-bottom-0">
<h5
class="modal-title w-100 text-center fw-bold"
id="loginModalLabel"
>
Login
</h5>
<button
type="button"
class="btn-close pe-4 pt-1"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body">
<label for="staticEmail" class="col-form-label">Email</label>
<div class="border border-1 rounded-pill p-1">
<input
type="text"
class="form-control-plaintext ps-4"
id="staticEmail"
placeholder="email@example.com"
/>
</div>
<label for="inputPassword" class="col-form-label">Password</label>
<div>
<input
type="password"
class="form-control ps-4 rounded-pill p-2"
id="inputPassword"
/>
</div>
</div>
<div
class="modal-footer border-top-0 d-flex justify-content-center w-100"
>
<button
type="button"
class="btn btn-outline-danger w-25 rounded-pill"
data-bs-dismiss="modal"
>
Cancel
</button>
<button type="submit" class="btn btn-success w-25 rounded-pill">
Login
</button>
</div>
</div>
</div>
</div>
<!-- Sign up Modal -->
<div
class="modal fade"
id="signupModal"
tabindex="-1"
aria-labelledby="signupModalLabel"
aria-hidden="true"
>
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header border-bottom-0">
<h5
class="modal-title w-100 text-center fw-bold"
id="signupModalLabel"
>
Sign Up
</h5>
<button
type="button"
class="btn-close pe-4 pt-1"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body">
<form action="">
<label for="fname" class="col-form-label">First Name</label>
<div>
<input
type="text"
class="form-control ps-4 rounded-pill p-2"
id="fname"
/>
</div>
<label for="lname" class="col-form-label">Last Name</label>
<div>
<input
type="text"
class="form-control ps-4 rounded-pill p-2"
id="lname"
/>
</div>
<label for="date" class="col-form-label">Birth Date</label>
<div>
<input
type="date"
class="form-control ps-4 rounded-pill p-2"
id="date"
/>
</div>
<label for="date" class="col-form-label">Gender</label>
<div class="d-flex justify-content-evenly">
<div class="form-check">
<input
class="form-check-input"
type="radio"
name="flexRadioDefault"
id="male"
/>
<label class="form-check-label" for="male"> Male </label>
</div>
<div class="form-check">
<input
class="form-check-input"
type="radio"
name="flexRadioDefault"
id="female"
checked
/>
<label class="form-check-label" for="female"> Female </label>
</div>
<div class="form-check">
<input
class="form-check-input"
type="radio"
name="flexRadioDefault"
id="other"
checked
/>
<label class="form-check-label" for="other"> Other </label>
</div>
</div>
<label for="number" class="col-form-label">Contact Number</label>
<div>
<input
type="text"
class="form-control ps-4 rounded-pill p-2"
id="number"
/>
</div>
<label for="email" class="col-form-label">Email</label>
<div class="border border-1 rounded-pill p-1">
<input
type="text"
class="form-control-plaintext ps-4"
id="email"
placeholder="email@example.com"
/>
</div>
<label for="inputPassword" class="col-form-label">Password</label>
<div>
<input
type="password"
maxlength="15"
class="form-control ps-4 rounded-pill p-2"
id="inputPassword"
/>
</div>
</form>
</div>
<div class="modal-footer border-top-0">
<form action="" class="w-100 d-flex justify-content-center">
<button
type="reset"
class="btn btn-outline-danger w-25 rounded-pill"
>
Reset
</button>
<button type="submit" class="btn btn-success w-25 rounded-pill">
Sign Up
</button>
</form>
</div>
</div>
</div>
</div>
<!-- -------------------------------- -->
<section>
<div class="container-fluid">
<div class="row">
<div class="p-4 p-md-5 mb-4 text-white bg-dark">
<div class="col-md-6 px-0">
<h1 class="display-4 fst-italic">Welcome to Fluffy Delight!</h1>
<p class="lead my-3 w-t">
At Fluffy Delight, we're passionate about bringing joy and
comfort to your life through our carefully curated range of
fluffy, delightful products. From light and airy treats to cozy,
huggable items, every product we offer is designed to make your
day a little brighter and your moments a little more special.
</p>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-12 story-bg text-center">
<h1 class="display-5 fw-bold pb-4">Our Story</h1>
<i class="fa-solid fa-landmark pb-3"></i>
<p class="story">
Founded in 2024 by <strong>Sadaf Shahab</strong>,
<em>Fluffy Delight</em> began with a simple idea to create a space
where people can find the softest, fluffiest, and most comforting
products available. Our journey started with a single product –
our signature Fluffy Pancake Stack – which quickly became a
favorite among our friends and family. Encouraged by the positive
feedback, we decided to expand our collection, bringing in
everything from plush toys to cozy blankets.
</p>
</div>
<div
class="col-lg-6 col-md-6 col-sm-12 col-12 mission-bg text-center"
>
<h1 class="display-5 fw-bold pb-4">Our Mission</h1>
<i class="fa-solid fa-crosshairs pb-3"></i>
<p class="story">
Our mission is to spread happiness and comfort through every
product we offer. We believe that the simple pleasures in life,
like a warm blanket or a delicious pancake, can make a big
difference in our daily routines. Our goal is to ensure that every
item in our collection meets the highest standards of quality and
brings a smile to your face.
</p>
</div>
</div>
</div>
</section>
<section>
<div class="container-fluid px-5 pt-5">
<div class="row">
<div class="col-lg-12">
<h1 class="fw-bold text-center pb-3">What we offer?</h1>
</div>
</div>
<div class="row text-center">
<div class="col-lg-4 col-md-12 col-sm-12 col-12 pt-3">
<div
class="card card-cover overflow-hidden text-white bg-dark rounded-5 shadow-lg bg-1"
>
<div class="d-flex flex-column h-100 p-4 pb-3 text-shadow-1">
<h2 class="mb-4 display-6 lh-1 fw-bold text-white">
Classic Cakes
</h2>
<ul class="d-flex list-unstyled mt-auto">
<p class="text-white fw-bold">
Our Classic Cakes are timeless favorites, crafted with
traditional recipes and premium ingredients. Perfect for any
occasion, these cakes offer rich flavors and a touch of
nostalgia.
</p>
</ul>
<button type="button" class="btn btn-danger wwo-btn fw-bold">
Explore Classic Cakes
</button>
</div>
</div>
</div>
<!-- bg-2 -->
<div class="col-lg-4 col-md-12 col-sm-12 col-12 pt-3">
<div
class="card card-cover overflow-hidden text-white bg-dark rounded-5 shadow-lg bg-2"
>
<div class="d-flex flex-column h-100 p-4 pb-3 text-shadow-1">
<h2 class="mb-4 display-6 lh-1 fw-bold text-white">
Gourmet Cakes
</h2>
<ul class="d-flex list-unstyled mt-auto">
<p class="text-white fw-bold">
Indulge in our Gourmet Cakes, designed for those who
appreciate fine dining experiences. Each cake features
innovative flavors and elegant presentation, perfect for
special celebrations
</p>
</ul>
<button type="button" class="btn btn-danger wwo-btn fw-bold">
Discover Gourmet Cakes
</button>
</div>
</div>
</div>
<!-- bg-3 -->
<div class="col-lg-4 col-md-12 col-sm-12 col-12 pt-3">
<div
class="card card-cover overflow-hidden text-white bg-dark rounded-5 shadow-lg bg-3"
>
<div class="d-flex flex-column h-100 p-4 pb-3 text-shadow-1">
<h2 class="mb-4 display-6 lh-1 fw-bold text-white">
Custom CupCakes
</h2>
<ul class="d-flex list-unstyled mt-auto">
<p class="text-white fw-bold">
Elevate your celebration with our Custom Cupcakes, designed
to match your unique style and flavor preferences.
</p>
</ul>
<button type="button" class="btn btn-danger wwo-btn fw-bold">
Design Your Cupcakes
</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- our values -->
<section>
<div class="container-fluid px-5 mt-5">
<div class="row">
<div class="col-lg-12 pt-5">
<h1 class="text-center fw-bold">Our Values</h1>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-4 col-md-6 col-sm-6 col-12 text-center">
<i class="fa-regular fa-star icon text-dark"></i>
<h3 class="fw-bold">Quality</h3>
<p>
We pride ourselves on using only the finest ingredients and
crafting every product with care to ensure exceptional taste and
quality.
</p>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-12 text-center">
<i class="fa-regular fa-face-smile icon text-dark"></i>
<h3 class="fw-bold">Customer Happiness</h3>
<p>
Your joy is our top priority. We are dedicated to providing
excellent service and creating products that bring smiles to your
faces.
</p>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-12 text-center">
<i class="fa-solid fa-recycle icon text-dark"></i>
<h3 class="fw-bold">Sustainability</h3>
<p>
We are committed to sustainability by using eco-friendly practices
and materials to reduce our environmental footprint.
</p>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-12 text-center">
<i class="fa-solid fa-palette icon text-dark"></i>
<h3 class="fw-bold">Creativity</h3>
<p>
Innovation and creativity drive us. We continually explore new
flavors and designs to keep our offerings exciting and unique.
</p>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-12 text-center">
<i class="fa-solid fa-gear icon text-dark"></i>
<h3 class="fw-bold">Innovation</h3>
<p>
We continually seek new ways to improve our products and
processes, ensuring that we offer the most delightful and
cutting-edge options.
</p>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-12 text-center">
<i class="fa-solid fa-handshake icon text-dark"></i>
<h3 class="fw-bold">Community Engagement</h3>
<p>
We value our community and actively support local events and
initiatives to foster connections and give back
</p>
</div>
</div>
</div>
</section>
<!-- Meet the Team -->
<section>
<div class="conatiner-fluid px-5 mt-5">
<div class="row">
<div
class="col-lg-12 d-flex align-items-center justify-content-center"
>
<h1 class="fw-bold pb-5 pe-5">Meet the Team</h1>
<i class="fa-solid fa-people-group fs-1 pb-5"></i>
</div>
</div>
<div class="row px-5 d-flex justify-content-center">
<div class="col-lg-4 col-md-6 col-sm-12 col-12 pt-3">
<div class="card border-0 t-card w-100">
<img
src="./team/t-1.webp"
class="card-img-top t-img border border-4 p-2 border-success rounded-circle"
alt="..."
/>
<div class="card-body text-center t-cb">
<h5 class="card-title fw-bold pt-3">
Sarah Johnson -
<span class="badge bg-success">Head Baker</span>
</h5>
<p class="card-text w-100">
Sarah, a pastry artist with 15 years of experience, is the
creative mastermind behind Fluffy Delight's delicious cakes,
known for their unique flavors and elegant designs.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 col-12 pt-3">
<div class="card border-0 t-card">
<img
src="./team/t-2.jpeg"
class="card-img-top t-img border border-4 p-2 border-danger rounded-circle"
alt="..."
/>
<div class="card-body text-center t-cb">
<h5 class="card-title fw-bold pt-3">
David Lee - <span class="badge bg-danger">Cake Designer</span>
</h5>
<p class="card-text">
David, a graphic designer and cake decoration expert, creates
visually stunning, personalized cakes that make any occasion
memorable with his meticulous attention to detail.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 col-12 pt-3">
<div class="card border-0 t-card">
<img
src="./team/t-6.jpg"
class="card-img-top t-img border border-4 p-2 border-dark rounded-circle"
alt="..."
/>
<div class="card-body text-center t-cb">
<h5 class="card-title fw-bold pt-3">
Emily Rodriguez - <span class="badge bg-dark">CRM</span>
</h5>
<p class="card-text">
Emily, a dedicated and knowledgeable member of Fluffy
Delight's customer service team, ensures a seamless and
enjoyable experience for all customers, from order placement
to delivery.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 col-12 pt-3">
<div class="card border-0 t-card">
<img
src="./team/t-3.jpg"
class="card-img-top t-img border border-4 p-2 border-dark rounded-circle"
alt="..."
/>
<div class="card-body text-center t-cb">
<h5 class="card-title fw-bold pt-3">
Michael Thompson - <span class="badge bg-dark">QCs</span>
</h5>
<p class="card-text">
Michael is responsible for ensuring the quality of every
product in our bakery, maintaining high standards and
consistency that Fluffy Delight is known for.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 col-12 pt-3">
<div class="card border-0 t-card">
<img
src="./team/t-5.webp"
class="card-img-top t-img border border-4 p-2 border-dark rounded-circle"
alt="..."
/>
<div class="card-body text-center t-cb">
<h5 class="card-title fw-bold pt-3">
Lisa Patel- <span class="badge bg-dark">MC</span>
</h5>
<p class="card-text">
Lisa is the creative force behind Fluffy Delight's marketing,
utilizing innovative strategies and enthusiasm to share their
passion for cakes with a wider audience.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="text-center text-white text-lg-start mt-5">
<div class="container-fluid bg-dark">
<div class="row d-flex align-items-center justify-content-center">
<div class="col-lg-4 col-md-6 mb-4 mb-md-0 p-0 text-center">
<h5 class="text-uppercase fw-bold">About Us</h5>
<p class="f-lh">
At Fluffy Delight, we bring joy to every occasion with our
exquisite cakes and delightful treats. Our passion for baking and
commitment to quality ensure that each creation is a masterpiece,
crafted with love and the finest ingredients.
</p>
</div>
<div class="col-lg-4 col-md-6 mb-4 mb-md-0 text-center">
<h5 class="text-uppercase">Quick Links</h5>
<ul class="list-unstyled quick">
<li>
<a href="index.html" class="text-white text-decoration-none"
>Home</a
>
</li>
<li>
<a href="#collection" class="text-white text-decoration-none"
>Cakes</a
>
</li>
<li>
<a href="#custom" class="text-white text-decoration-none"
>Custom Cakes</a
>
</li>
<li>
<a href="contact.html" class="text-white text-decoration-none"
>Contact Us</a
>
</li>
</ul>
</div>
<div class="col-lg-4 col-md-6 mb-4 mb-md-0 text-center">
<h5 class="text-uppercase">Contact & Follow Us</h5>
<p class="f-lh">
123 Cake Avenue, Dessert City, CA 90210<br />
Phone: (123) 456-7890<br />
Email:
<a
href="mailto:info@fluffydelight.com"
class="text-decoration-none text-white"
>info@fluffydelight.com</a
>
</p>
<div class="social-icons">
<i class="fa-brands fa-linkedin pb-4"></i>
<i class="fa-brands fa-youtube pb-4"></i>
<i class="fa-brands fa-x-twitter pb-4"></i>
<i class="fa-brands fa-facebook pb-3"></i>
<i class="fa-brands fa-whatsapp pb-3"></i>
</div>
</div>
</div>
</div>
<div class="text-center py-3 bg-warning text-dark fw-bold fs-4">
© 2024 Fluffy Delight. All rights reserved.
</div>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js"
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF"
crossorigin="anonymous"
></script>
</body>
</html>