-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
539 lines (502 loc) · 29.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flair Home</title>
<!-- fontawesome cdn -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- bootstrap css -->
<link rel = "stylesheet" href = "bootstrap-5.0.2-dist/css/bootstrap.min.css">
<!-- custom css -->
<link rel = "stylesheet" href = "css/main.css">
</head>
<body>
<!-- navbar -->
<nav class = "navbar navbar-expand-lg navbar-light bg-white py-4 fixed-top">
<div class = "container">
<a class = "navbar-brand d-flex justify-content-between align-items-center order-lg-0" href = "index.html">
<img src = "images/rose_logo.png" alt = "site icon" style="width:60px;height:60px;">
<span class = "text-uppercase fw-lighter ms-2">Flair</span>
</a>
<div class = "order-lg-2 nav-btns">
<button type = "button" class = "btn position-relative">
<i class = "fa fa-shopping-cart"></i>
<span class = "position-absolute top-0 start-100 translate-middle badge bg-primary">0</span>
</button>
<button type = "button" class = "btn position-relative">
<i class = "fa fa-heart"></i>
<span class = "position-absolute top-0 start-100 translate-middle badge bg-primary">5</span>
</button>
<button type = "button" class = "btn position-relative">
<i class = "fa fa-search"></i>
</button>
</div>
<button class = "navbar-toggler border-0" type = "button" data-bs-toggle = "collapse" data-bs-target = "#navMenu">
<span class = "navbar-toggler-icon"></span>
</button>
<div class = "collapse navbar-collapse order-lg-1" id = "navMenu">
<ul class = "navbar-nav mx-auto text-center">
<li class = "nav-item px-2 py-2">
<a class = "nav-link text-uppercase text-dark" href = "#header">home</a>
</li>
<li class = "nav-item px-2 py-2">
<a class = "nav-link text-uppercase text-dark" href = "#featured">Featured</a>
</li>
<li class = "nav-item px-2 py-2">
<a class = "nav-link text-uppercase text-dark" href = "#SpecialCollection">Special Collection</a>
</li>
<li class = "nav-item px-2 py-2">
<a class = "nav-link text-uppercase text-dark" href = "#blogs">blogs</a>
</li>
<li class = "nav-item px-2 py-2">
<a class = "nav-link text-uppercase text-dark" href = "#about">about us</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- end of navbar -->
<!-- header -->
<header id = "header" class = "vh-100 carousel slide" data-bs-ride = "carousel" style = "padding-top: 104px;">
<div class = "container h-100 d-flex align-items-center carousel-inner">
<div class = "text-center carousel-item active">
<h2 class = "text-capitalize text-white">Fresh Collection</h2>
<h1 class = "text-uppercase py-2 fw-bold text-white">New Season</h1>
<a href = "#" class = "btn mt-3 text-uppercase">Shop Now</a>
</div>
<div class = "text-center carousel-item">
<h2 class = "text-capitalize text-white">Out with the Old</h2>
<h1 class = "text-uppercase py-2 fw-bold text-white">In with the New</h1>
<a href = "#" class = "btn mt-3 text-uppercase">Shop now</a>
</div>
<div class = "text-center carousel-item">
<h2 class = "text-capitalize text-white">Upto 30% Discount</h2>
<h1 class = "text-uppercase py-2 fw-bold text-white">New Arrivels</h1>
<a href = "#" class = "btn mt-3 text-uppercase">Shop now</a>
</div>
</div>
<button class = "carousel-control-prev" type = "button" data-bs-target="#header" data-bs-slide = "prev">
<span class = "carousel-control-prev-icon"></span>
</button>
<button class = "carousel-control-next" type = "button" data-bs-target="#header" data-bs-slide = "next">
<span class = "carousel-control-next-icon"></span>
</button>
</header>
<!-- end of header -->
<!-- collection -->
<section id = "featured" class = "py-5">
<div class = "container">
<div class = "title text-center">
<h2 class = "position-relative d-inline-block">Latest Collection</h2>
</div>
<div class = "row g-0">
<div class = "d-flex flex-wrap justify-content-center mt-5 filter-button-group">
<button type = "button" class = "btn m-2 text-dark active-filter-btn" data-filter = "*">All</button>
<button type = "button" class = "btn m-2 text-dark" data-filter = ".best">Best Sellers</button>
<button type = "button" class = "btn m-2 text-dark" data-filter = ".feat">Featured</button>
<button type = "button" class = "btn m-2 text-dark" data-filter = ".new">New Arrival</button>
</div>
<div class = "collection-list mt-4 row gx-0 gy-3">
<div class = "col-md-6 col-lg-4 col-xl-3 p-2 best">
<div class = "collection-img position-relative">
<img src = "images/Formal_shirt.png" class = "w-100" style="width:100px;height:300px; >
<span class = "position-absolute bg-primary text-white d-flex align-items-center justify-content-center">sale</span>
</div>
<div class = "text-center">
<div class = "rating mt-3">
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
</div>
<p class = "text-capitalize my-1">Pink Formal shirt</p>
<span class = "fw-bold">$ 30.00</span>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2 feat">
<div class = "collection-img position-relative">
<img src = "images/c_pant_girl.png" class = "w-100" style="width:100px;height:300px; >
<span class = "position-absolute bg-primary text-white d-flex align-items-center justify-content-center">sale</span>
</div>
<div class = "text-center">
<div class = "rating mt-3">
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
</div>
<p class = "text-capitalize my-1">Blue Jeans</p>
<span class = "fw-bold">$ 50.00</span>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2 new">
<div class = "collection-img position-relative">
<img src = "images/polo t-shirt.png" class = "w-100" style="width:100px;height:300px;>
<span class = "position-absolute bg-primary text-white d-flex align-items-center justify-content-center">sale</span>
</div>
<div class = "text-center">
<div class = "rating mt-3">
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
</div>
<p class = "text-capitalize my-1">Polo Shirt</p>
<span class = "fw-bold">$ 45.500</span>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2 best">
<div class = "collection-img position-relative">
<img src = "images/c_shirt-girl.png" class = "w-100" style="width:100px;height:300px;>
<span class = "position-absolute bg-primary text-white d-flex align-items-center justify-content-center">sale</span>
</div>
<div class = "text-center">
<div class = "rating mt-3">
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
</div>
<p class = "text-capitalize my-1">Gray Shrug</p>
<span class = "fw-bold">$ 35.00</span>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2 feat">
<div class = "collection-img position-relative">
<img src = "images/fur_coat.png" class = "w-100" style="width:100px;height:300px;>
<span class = "position-absolute bg-primary text-white d-flex align-items-center justify-content-center">sale</span>
</div>
<div class = "text-center">
<div class = "rating mt-3">
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
</div>
<p class = "text-capitalize my-1">Fur Coat</p>
<span class = "fw-bold">$ 100.00</span>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2 new">
<div class = "collection-img position-relative">
<img src = "images/c_undershirt.png" class = "w-100" style="width:100px;height:300px;>
<span class = "position-absolute bg-primary text-white d-flex align-items-center justify-content-center">sale</span>
</div>
<div class = "text-center">
<div class = "rating mt-3">
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
</div>
<p class = "text-capitalize my-1">Short Blouse</p>
<span class = "fw-bold">$ 50.00</span>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2 best">
<div class = "collection-img position-relative">
<img src = "images/denium_skirt.jfif" class = "w-100" style="width:100px;height:300px;>
<span class = "position-absolute bg-primary text-white d-flex align-items-center justify-content-center">sale</span>
</div>
<div class = "text-center">
<div class = "rating mt-3">
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
</div>
<p class = "text-capitalize my-1">Denium Skirt</p>
<span class = "fw-bold">$ 40.00</span>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2 feat">
<div class = "collection-img position-relative">
<img src = "images/pink_blouse.png" class = "w-100" style="width:100px;height:300px;>
<span class = "position-absolute bg-primary text-white d-flex align-items-center justify-content-center">sale</span>
</div>
<div class = "text-center">
<div class = "rating mt-3">
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
<span class = "text-primary"><i class = "fas fa-star"></i></span>
</div>
<p class = "text-capitalize my-1">Pink Blouse</p>
<span class = "fw-bold">$ 50.00</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end of collection -->
<!-- special products -->
<section id = "SpecialCollection" class = "py-5">
<div class = "container">
<div class = "title text-center py-5">
<h2 class = "position-relative d-inline-block">Special Collection</h2>
</div>
<div class = "special-list row g-0">
<div class = "col-md-6 col-lg-4 col-xl-3 p-2">
<div class = "special-img position-relative overflow-hidden">
<img src = "images/Special_product_1.png" class = "w-100">
<span class = "position-absolute d-flex align-items-center justify-content-center text-primary fs-4">
<i class = "fas fa-heart"></i>
</span>
</div>
<div class = "text-center">
<p class = "text-capitalize mt-3 mb-1">white dress</p>
<span class = "fw-bold d-block">$ 100.00</span>
<a href = "#" class = "btn btn-primary mt-3">Add to Cart</a>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2">
<div class = "special-img position-relative overflow-hidden">
<img src = "images/Special_product_2.png" class = "w-100">
<span class = "position-absolute d-flex align-items-center justify-content-center text-primary fs-4">
<i class = "fas fa-heart"></i>
</span>
</div>
<div class = "text-center">
<p class = "text-capitalize mt-3 mb-1">red suit</p>
<span class = "fw-bold d-block">$ 150.00</span>
<a href = "#" class = "btn btn-primary mt-3">Add to Cart</a>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2">
<div class = "special-img position-relative overflow-hidden">
<img src = "images/Special_product_3.png" class = "w-100">
<span class = "position-absolute d-flex align-items-center justify-content-center text-primary fs-4">
<i class = "fas fa-heart"></i>
</span>
</div>
<div class = "text-center">
<p class = "text-capitalize mt-3 mb-1">silver dress</p>
<span class = "fw-bold d-block">$ 100.00</span>
<a href = "#" class = "btn btn-primary mt-3">Add to Cart</a>
</div>
</div>
<div class = "col-md-6 col-lg-4 col-xl-3 p-2">
<div class = "special-img position-relative overflow-hidden">
<img src = "images/Special_product_4.png" class = "w-100">
<span class = "position-absolute d-flex align-items-center justify-content-center text-primary fs-4">
<i class = "fas fa-heart"></i>
</span>
</div>
<div class = "text-center">
<p class = "text-capitalize mt-3 mb-1">Red coat</p>
<span class = "fw-bold d-block">$ 50.00</span>
<a href = "#" class = "btn btn-primary mt-3">Add to Cart</a>
</div>
</div>
</div>
</div>
</section>
<!-- end of special products -->
<!-- blogs -->
<section id = "offers" class = "py-5">
<div class = "container">
<div class = "row d-flex align-items-center justify-content-center text-center justify-content-lg-start text-lg-start">
<div class = "offers-content">
<span class = "text-white">Discount Up To 60% off</span>
<h2 class = "mt-2 mb-4 text-white">Grand Sale Offer!</h2>
<a href = "#" class = "btn">Buy Now</a>
</div>
</div>
</div>
</section>
<!-- end of blogs -->
<!-- blogs -->
<section id = "blogs" class = "py-5">
<div class = "container">
<div class = "title text-center py-5">
<h2 class = "position-relative d-inline-block">Our Latest Blog</h2>
</div>
<div class = "row g-3">
<div class = "card border-0 col-md-6 col-lg-4 bg-transparent my-3">
<img src = "images/blog_1.png" alt = "">
<div class = "card-body px-0">
<h4 class = "card-title">10 Things Your Outfit Reveals About You</h4>
<p class = "card-text mt-3 text-muted">Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet aspernatur repudiandae nostrum dolorem molestias odio. Sit fugit adipisci omnis quia itaque ratione iusto sapiente reiciendis, numquam officiis aliquid ipsam fuga.</p>
<p class = "card-text">
<small class = "text-muted">
<span class = "fw-bold">Author: </span>Johanna Rose
</small>
</p>
<a href = "#" class = "btn">Read More</a>
</div>
</div>
<div class = "card border-0 col-md-6 col-lg-4 bg-transparent my-3">
<img src = "images/blog_2.png" alt = "">
<div class = "card-body px-0">
<h4 class = "card-title">Dress To Fit Your Mood</h4>
<p class = "card-text mt-3 text-muted">Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet aspernatur repudiandae nostrum dolorem molestias odio. Sit fugit adipisci omnis quia itaque ratione iusto sapiente reiciendis, numquam officiis aliquid ipsam fuga.</p>
<p class = "card-text">
<small class = "text-muted">
<span class = "fw-bold">Author: </span>Joy Floyd
</small>
</p>
<a href = "#" class = "btn">Read More</a>
</div>
</div>
<div class = "card border-0 col-md-6 col-lg-4 bg-transparent my-3">
<img src = "images/blog_3.png" alt = "">
<div class = "card-body px-0">
<h4 class = "card-title">A tour of New York Fashion</h4>
<p class = "card-text mt-3 text-muted">Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet aspernatur repudiandae nostrum dolorem molestias odio. Sit fugit adipisci omnis quia itaque ratione iusto sapiente reiciendis, numquam officiis aliquid ipsam fuga.</p>
<p class = "card-text">
<small class = "text-muted">
<span class = "fw-bold">Author: </span>Daniel Richards
</small>
</p>
<a href = "#" class = "btn">Read More</a>
</div>
</div>
</div>
</div>
</section>
<!-- end of blogs -->
<!-- about us -->
<section id = "about" class = "py-5">
<div class = "container">
<div class = "row gy-lg-5 align-items-center">
<div class = "col-lg-6 order-lg-1 text-center text-lg-start">
<div class = "title pt-3 pb-5">
<h2 class = "position-relative d-inline-block ms-4">About Us</h2>
</div>
<p class = "lead text-muted">We are a leading clothing brand with collections from over 100 designers. Our products can be found in boutiques in 10+ countries spread across the world.</p>
</div>
<div class = "col-lg-6 order-lg-0">
<img src = "images/about_us.jpg" alt = "" class = "img-fluid">
</div>
</div>
</div>
</section>
<!-- end of about us -->
<!-- newsletter -->
<section id = "newsletter" class = "py-5">
<div class = "container">
<div class = "d-flex flex-column align-items-center justify-content-center">
<div class = "title text-center pt-3 pb-5">
<h2 class = "position-relative d-inline-block ms-4">Newsletter Subscription</h2>
</div>
<p class = "text-center text-muted">Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus rem officia accusantium maiores quisquam dolorum?</p>
<div class = "input-group mb-3 mt-3">
<input type = "text" class = "form-control" placeholder="Enter Your Email ...">
<button class = "btn btn-primary" type = "submit">Subscribe</button>
</div>
</div>
</div>
</section>
<!-- end of newsletter -->
<!-- footer -->
<footer class = "bg-dark py-5">
<div class = "container">
<div class = "row text-white g-4">
<div class = "col-md-6 col-lg-3">
<a class = "text-uppercase text-decoration-none brand text-white" href = "index.html">Flair</a>
<p class = "text-white text-muted mt-3">Lorem ipsum dolor sit amet consectetur adipisicing elit. Nostrum mollitia quisquam veniam odit cupiditate, ullam aut voluptas velit dolor ipsam?</p>
</div>
<div class = "col-md-6 col-lg-3">
<h5 class = "fw-light">Links</h5>
<ul class = "list-unstyled">
<li class = "my-3">
<a href = "#" class = "text-white text-decoration-none text-muted">
<i class = "fas fa-chevron-right me-1"></i> Home
</a>
</li>
<li class = "my-3">
<a href = "#" class = "text-white text-decoration-none text-muted">
<i class = "fas fa-chevron-right me-1"></i> Products
</a>
</li>
<li class = "my-3">
<a href = "#" class = "text-white text-decoration-none text-muted">
<i class = "fas fa-chevron-right me-1"></i> Blogs
</a>
</li>
<li class = "my-3">
<a href = "#" class = "text-white text-decoration-none text-muted">
<i class = "fas fa-chevron-right me-1"></i> About Us
</a>
</li>
</ul>
</div>
<div class = "col-md-6 col-lg-3">
<h5 class = "fw-light mb-3">Contact Us</h5>
<div class = "d-flex justify-content-start align-items-start my-2 text-muted">
<span class = "me-3">
<i class = "fas fa-map-marked-alt"></i>
</span>
<span class = "fw-light">
High Avenue, New York, AS 678, United States of America
</span>
</div>
<div class = "d-flex justify-content-start align-items-start my-2 text-muted">
<span class = "me-3">
<i class = "fas fa-envelope"></i>
</span>
<span class = "fw-light">
Flair.support@outlook.com
</span>
</div>
<div class = "d-flex justify-content-start align-items-start my-2 text-muted">
<span class = "me-3">
<i class = "fas fa-phone-alt"></i>
</span>
<span class = "fw-light">
+9748 5993 219
</span>
</div>
</div>
<div class = "col-md-6 col-lg-3">
<h5 class = "fw-light mb-3">Follow Us</h5>
<div>
<ul class = "list-unstyled d-flex">
<li>
<a href = "#" class = "text-white text-decoration-none text-muted fs-4 me-4">
<i class = "fab fa-facebook-f"></i>
</a>
</li>
<li>
<a href = "#" class = "text-white text-decoration-none text-muted fs-4 me-4">
<i class = "fab fa-twitter"></i>
</a>
</li>
<li>
<a href = "#" class = "text-white text-decoration-none text-muted fs-4 me-4">
<i class = "fab fa-instagram"></i>
</a>
</li>
<li>
<a href = "#" class = "text-white text-decoration-none text-muted fs-4 me-4">
<i class = "fab fa-pinterest"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- end of footer -->
<!-- jquery -->
<script src = "js/jquery-3.6.0.js"></script>
<!-- isotope js -->
<script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.js"></script>
<!-- bootstrap js -->
<script src = "bootstrap-5.0.2-dist/js/bootstrap.min.js"></script>
<!-- custom js -->
<script src = "js/script.js"></script>
</body>
</html>