-
Notifications
You must be signed in to change notification settings - Fork 0
/
fashion.html
267 lines (257 loc) · 17.3 KB
/
fashion.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
<!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">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<!-- External links -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<script src="https://kit.fontawesome.com/d972efdfc6.js" crossorigin="anonymous"></script>
<!-- Custom css -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/product-details.css">
<title>Fashion quaint-catalogue</title>
</head>
<body>
<main>
<header class="mobile-header d-none fixed-top">
<nav class="navbar bg-light">
<div class="container-fluid">
<div class="d-flex justify-content-between left-navbar">
<a class="navbar-brand" href="index.html"><img src="img/logo3.svg" alt="logo" class="img-fluid"></a>
<button class="navbar-toggler border-0 navbar-toggler-tablet" type="button" data-bs-toggle="offcanvas"
data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="d-flex align-items-center">
<a class="nav-link ms-2 me-2 position-relative fa-xl fa-solid fa-cart-shopping" aria-current="page"
href="cart.html">
<span class="position-absolute translate-middle badge rounded main-bg-blue cart-items-scroll"
style="font-size: 11px; left: 100%; bottom: -4px;">
0
</span>
</a>
<button class="btn border-0 ms-3 me-2 search-navbar-mobile" aria-current="page" href="#"><i
class="fa-solid fa-magnifying-glass"></i>
</button>
<a href="#" class="text-decoration-none text-dark w-bold my-account-fixed py-2 px-2">My account</a>
<button class="navbar-toggler navbar-toggler-mobile border-0" type="button" data-bs-toggle="offcanvas"
data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="offcanvas w-75 offcanvas-end" tabindex="-1" id="offcanvasNavbar"
aria-labelledby="offcanvasNavbarLabel">
<div class="offcanvas-header ">
<h5 class="offcanvas-title" id="offcanvasNavbarLabel"></h5>
<button type="button" class="btn-close " data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<div class="account-link text-center mb-4">
<a href="#" class="my-account text-decoration-none py-2 px-3 main-bg-blue text-white">My
account</a>
</div>
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-us.html">About us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Shops
</a>
<ul class="dropdown-menu ms-2 border-0">
<li><a class="dropdown-item nav-link" href="fashion.html">Fashion</a></li>
<li><a class="dropdown-item nav-link" href="accessories.html">Accessories</a></li>
<li><a class="dropdown-item nav-link" href="decorations.html">Home decorations</a></li>
<li><a class="dropdown-item nav-link" href="skincare.html">Skincare & Shoes</a></li>
<li><a class="dropdown-item nav-link" href="electronics.html">Electronics</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="contact-us.html">Contact</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<form class="position-absolute top-25 left-0 w-100 d-none search-navbar-box-mobile" style="z-index: 2;">
<div class="d-flex align-items-center">
<input type="text" class="form-control rounded-0 border-0 pt-2 pb-2 bg-dark text-white"
placeholder="Enter your search here">
<button type="button"
class="fa-solid fa-xmark position-absolute border-0 bg-dark text-white close-search-btn"
style="left: 90% !important;"></button>
</div>
</form>
</header>
<section id="hero-section-product">
<div class="tab-laptop-navbar d-none fixed-top mt-4">
<div class="container">
<div class="d-flex tab-nav-js">
<div class="top-bar-left d-flex justify-content-between pt-2 pb-2 bg-white">
<div class="w-25">
<a href="index.html"><img src="img/logo3.svg" alt="logo" class="img-fluid"></a>
</div>
<nav class="navbar">
<div class="container-fluid">
<button class="navbar-toggler border-0" type="button" data-bs-toggle="offcanvas"
data-bs-target="#offcanvasDarkNavbar2" aria-controls="offcanvasDarkNavbar2">
<span class="navbar-toggler-icon"></span>
</button>
<div class="offcanvas offcanvas-end text-bg-dark" tabindex="-1" id="offcanvasDarkNavbar2"
aria-labelledby="offcanvasDarkNavbarLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasNavbarLabel"></h5>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas"
aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<div class="account-link text-center mb-4">
<a href="#"
class="my-account text-decoration-none py-2 px-5 main-bg-green text-white">My
account</a>
</div>
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item">
<a class="nav-link active milk-color fw-bold" aria-current="page"
href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link milk-color" href="about-us.html">About us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle milk-color" href="#" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Shops
</a>
<ul class="dropdown-menu ms-2 border-0 bg-dark">
<li><a class="dropdown-item nav-link milk-color" href="fashion.html">Fashion</a></li>
<li><a class="dropdown-item nav-link milk-color" href="accessories.html">Accessories</a></li>
<li><a class="dropdown-item nav-link milk-color" href="decorations.html">Home decorations</a></li>
<li><a class="dropdown-item nav-link milk-color" href="skincare.html">Skincare & Shoes</a></li>
<li><a class="dropdown-item nav-link milk-color" href="electronics.html">Electronics</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link milk-color" href="contact-us.html">Contact</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</div>
<div class="top-bar-middle main-bg-blue">
</div>
<div class="top-bar-right d-flex align-items-center justify-content-between ps-2 pe-4">
<a class="nav-link ms-2 me-2 position-relative fa-2xl fa-solid fa-cart-shopping milk-color"
aria-current="page" href="cart.html">
<span
class="position-absolute translate-middle badge rounded main-bg-green text-dark cart-items-fixed"
style="font-size: 11px; left: 100%; bottom: -4px;">
0
</span>
</a>
<button class="btn border-0 ms-3 me-2 search-navbar-scroll" aria-current="page" href="#">
<i class="fa-solid fa-xl fa-magnifying-glass milk-color"></i>
</button>
<a href="#" class="text-decoration-none milk-color fw-bold my-account py-2 px-2">My account</a>
</div>
</div>
<form class="position-absolute top-25 left-0 d-none search-navbar-box-scroll" style="z-index: 2;">
<div class="d-flex align-items-center">
<input type="text" class="form-control rounded-0 border-0 pt-3 pb-3 bg-dark text-white"
placeholder="Enter your search here">
<button type="button"
class="fa-solid fa-xmark position-absolute border-0 bg-dark text-white close-search-btn-scroll"
style="left: 90% !important;"></button>
</div>
</form>
</div>
</div>
<h1 class="shop-name main-blue-color fw-bold">Fashion</h1>
</section>
<section id="fashion-section" style="margin-top:100px ; margin-bottom:40px;">
<div class="container mt-5 mb-5">
<p class="main-blue-color fs-5 pt-4 pb-5">Showing all results</p>
<div class="row" id="fashion-items">
</div>
</div>
</section>
<footer class="milk-color-bg mt-5 pt-5 pb-3">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center text-lg-start mb-4">
<div class="contact-footer">
<div class="logo mb-3">
<a href="index.html"><img src="img/logo3.svg" alt="logo" class="img-fluid logo-footer"></a>
</div>
<a href = "mailto: [email protected]" class="d-block text-decoration-none text-dark mb-4"><i class="fa-solid fa-envelope pe-3"></i>[email protected]</a>
<a href = "tel: +2349012345678" class="d-block ext-decoration-none text-dark pb-4"><i class="fa-sharp fa-solid fa-phone pe-3"></i>+2349012345678</a>
<ul class="social-links mb-3 d-flex justify-content-center mt-4 ps-0">
<li class="nav-link"> <i class="fa-brands fa-facebook fa-xl pe-3"></i></li>
<li class="nav-link"><i class="fa-brands fa-square-instagram fa-xl pe-3"></i></li>
<li class="nav-link"><i class="fa-brands fa-square-twitter fa-xl pe-3"></i></li>
<li class="nav-link"><i class="fa-brands fa-linkedin fa-xl"></i></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center text-lg-start mb-4">
<div class="delivery-links">
<h5 class="pb-2">Delivery</h5>
<ul class="ps-0">
<li class="nav-link"><a href="#" class="d-block text-decoration-none text-dark mb-2">How it work</a></li>
<li class="nav-link"><a href="#" class="d-block text-decoration-none text-dark mb-2">Free delivery</a></li>
<li class="nav-link"><a href="#" class="d-block text-decoration-none text-dark mb-2">FAQ</a></li>
<li class="nav-link"><a href="#" class="d-block text-decoration-none text-dark mb-2">Payment methods</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center text-lg-start mb-4">
<div class="customer-service">
<h5 class="pb-2">Customer service</h5>
<ul class="ps-0">
<li class="nav-link"><a href="#" class="d-block text-decoration-none text-dark mb-2">Orders</a></li>
<li class="nav-link"><a href="#" class="d-block text-decoration-none text-dark mb-2">Account details</a></li>
<li class="nav-link"><a href="#" class="d-block text-decoration-none text-dark mb-2">Addresses</a></li>
<li class="nav-link"><a href="#" class="d-block text-decoration-none text-dark mb-2">Lost password</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center text-lg-start mb-4">
<div class="helpful-links">
<h5 class="pb-2">Useful links</h5>
<ul class="ps-0">
<li class="nav-link"><a href="#" class="d-block text-decoration-none text-dark mb-2">Contact us</a></li>
<li class="nav-link"><a href="#" class="d-block text-decoration-none text-dark mb-2">Help & about us</a></li>
<li class="nav-link"><a href="#" class="d-block text-decoration-none text-dark mb-2">Shipping & returns</a></li>
<li class="nav-link"><a href="#" class="d-block text-decoration-none text-dark mb-2">Refund policy</a></li>
</ul>
</div>
</div>
</div>
<div class="d-flex justify-content-end">
<a href="#top"><i class="fa-sharp fa-solid fa-arrow-up fa-2xl text-dark"></i></a>
</div>
</div>
<hr>
<p class="text-center">Website by Omokaro Loveth 2022. Design from themes</p>
</footer>
</main>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa"
crossorigin="anonymous"></script>
<script src="js/reusable-js-code.js"></script>
<script src="js/all-categories-reusable.js"></script>
<script src="js/fashion.js"></script>
</body>
</html>