-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct.html
349 lines (339 loc) · 16.9 KB
/
product.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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/product.css">
<style>
a:hover{
color: aqua;
}
a{color:black}
</style>
</head>
<body>
<!--header part start-->
<header>
<div class="container">
<div class="row">
<div class="col-md-4">
</div>
<div class="col-md-4 col-12 text-center">
<h2 class="site-title">Clothing Shop</h2>
</div>
<div class="col-md-4 col-12 text-right">
<p class="header-links">
<a href="login.html" class="px-2">Sign In</a>
<a href="register.html" class="px-1">Sign Up</a>
</p>
</div>
</div>
</div>
<nav class="navbar navbar-expand-lg navbar-light bg-white" id="navbar">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link" href="index.html">Trang chủ </a>
</li>
<li class="nav-item">
<a class="nav-link active" href="product.html">Sản phẩm</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-us.html">Thông tin <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact-us.html">Liên hệ</a>
</li>
</ul>
</div>
<div class= "navbar-nav">
<a class="nav-item border rounded-circle mx-2 search-icon" href="cart.html">
<i class="fas fa-shopping-cart p-2"></i>
</a>
</div>
</nav>
</div>
</header>
<!--header part end-->
<!-- Product list -->
<div class="container-fluid content">
<div class="row">
<div class="col-xl-3 col-lg-3 col-md-3 col-sm-12 col-12">
<div class="container large-left-sider">
<div class="row">
<div class="col-12 px-0 pt-5 pb-4 text-center pl-0">
<input class="search-box" type="text" placeholder="Search.." ><span><button class="search-button"><i class="fa fa-search" id="search-icon"></i></button></span>
</div>
</div>
<div class="row pl-3">
<div class="col-12 pt-3">
<p style="font-size:20px;text-transform: uppercase;font-weight: 600;">Danh mục</p>
<span class="text-bold" name="select-price"><input type="radio" name="price" class="open-product"> Thời trang phụ nữ</span><br>
<span class="text-bold" name="select-price"><input type="radio" name="price" class="open-product"> Thời trang đàn ông</span><br>
<span class="text-bold" name="select-price"><input type="radio" name="price" class="open-product"> Thời trang trẻ em</span><br>
<span class="text-bold" name="select-price"><input type="radio" name="price" class="open-product"> Mỹ phẩm</span><br>
<span class="text-bold" name="select-price"><input type="radio" name="price" class="open-product"> Đồ hiệu</span><br>
</div>
<div class="col-12 pt-3">
<p style="font-size:20px;text-transform: uppercase;font-weight: 600;">Giá</p>
<span class="text-bold" name="select-price"><input type="radio" name="price" class="open-product"> 50.000-100.000</span><br>
<span class="text-bold" name="select-price"><input type="radio" name="price" class="open-product"> 100.000-300.000</span><br>
<span class="text-bold" name="select-price"><input type="radio" name="price" class="open-product"> 300.000-800.000</span><br>
<span class="text-bold" name="select-price"><input type="radio" name="price" class="open-product">800.000-3.000.000</span><br>
</div>
</div>
</div>
</div>
<div class="col-xl-9 col-lg-9 col-md-9 col-sm-12 col-12 pl-0" style="border-left:1px solid grey">
<div class="container large-right-sider">
<div class="row pt-5 hide-front-page">
<div class="col-xl-3 col-lg-4 col-md-4 col-sm-6 text-center">
<div class="product-item">
<div class="product-item-pic">
<a href="./each-product.html"><img src="images/product-1.jpg" style="height: 360px;" alt=""></a>
<div class="label">Hot sale</div>
<ul class="product-hover">
<li><a href="#"><i class="fa fa-shopping-bag">
</i></a></li>
<li><a href="#"><i class="fa fa-heart">
</i></a></li>
<li><a href="#"><i class="fa fa-arrows-alt">
</i></a></li>
</ul>
</div>
<div class="product-item-text">
<h6><a href="./each-product.html"> Áo thun không cổ đỏ</a></h6>
</div>
<div class="product-price">
130.000 Đồng
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-4 col-sm-6 text-center">
<div class="product-item">
<div class="product-item-pic">
<a href="./each-product.html"><img src="images/product-2.jpg" style="height: 360px;" alt=""></a>
<div class="label">new</div>
<ul class="product-hover">
<li><a href="#"><i class="fa fa-shopping-bag">
</i></a></li>
<li><a href="#"><i class="fa fa-heart">
</i></a></li>
<li><a href="#"><i class="fa fa-arrows-alt">
</i></a></li>
</ul>
</div>
<div class="product-item-text">
<h6><a href="./each-product.html"> Giày HRX</a></h6>
</div>
<div class="product-price">
369.000 Đồng
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-4 col-sm-6 text-center">
<div class="product-item">
<div class="product-item-pic">
<a href="./each-product.html"><img src="images/product-3.jpg" style="height: 360px;" alt=""></a>
<div class="label">new</div>
<ul class="product-hover">
<li><a href="#"><i class="fa fa-shopping-bag">
</i></a></li>
<li><a href="#"><i class="fa fa-heart">
</i></a></li>
<li><a href="#"><i class="fa fa-arrows-alt">
</i></a></li>
</ul>
</div>
<div class="product-item-text">
<h6><a href="./each-product.html">quần jogger</a></h6>
</div>
<div class="product-price">
185.000 Đồng
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-4 col-sm-6 text-center">
<div class="product-item">
<div class="product-item-pic">
<a href="./each-product.html"><img src="images/product-4.jpg" style="height: 360px;" alt=""></a>
<div class="label">best sale</div>
<ul class="product-hover">
<li><a href="#"><i class="fa fa-shopping-bag">
</i></a></li>
<li><a href="#"><i class="fa fa-heart">
</i></a></li>
<li><a href="#"><i class="fa fa-arrows-alt">
</i></a></li>
</ul>
</div>
<div class="product-item-text">
<h6><a href="./each-product.html"> Áo polo</a></h6>
</div>
<div class="product-price">
169.000 Đồng
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-4 col-sm-6 text-center">
<div class="product-item">
<div class="product-item-pic">
<a href=""><img src="images/product-5.jpg" style="height: 360px;" alt=""></a>
<div class="label">best sale</div>
<ul class="product-hover">
<li><a href="#"><i class="fa fa-shopping-bag">
</i></a></li>
<li><a href="#"><i class="fa fa-heart">
</i></a></li>
<li><a href="#"><i class="fa fa-arrows-alt">
</i></a></li>
</ul>
</div>
<div class="product-item-text">
<h6><a href="./each-product.html"> Giày Jordan</a></h6>
</div>
<div class="product-price">
569.000 Đồng
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-4 col-sm-6 text-center">
<div class="product-item">
<div class="product-item-pic">
<a href="./each-product.html"><img src="images/product-6.jpg" style="height: 360px;" alt=""></a>
<div class="label">best sale</div>
<ul class="product-hover">
<li><a href="#"><i class="fa fa-shopping-bag">
</i></a></li>
<li><a href="#"><i class="fa fa-heart">
</i></a></li>
<li><a href="#"><i class="fa fa-arrows-alt">
</i></a></li>
</ul>
</div>
<div class="product-item-text">
<h6><a href="./each-product.html"> Áo Puma</a></h6>
</div>
<div class="product-price">
69.000 Đồng
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-4 col-sm-6 text-center">
<div class="product-item">
<div class="product-item-pic">
<a href="./each-product.html"><img src="images/product-7.jpg" style="height: 360px;" alt=""></a>
<div class="label">best sale</div>
<ul class="product-hover">
<li><a href="#"><i class="fa fa-shopping-bag">
</i></a></li>
<li><a href="#"><i class="fa fa-heart">
</i></a></li>
<li><a href="#"><i class="fa fa-arrows-alt">
</i></a></li>
</ul>
</div>
<div class="product-item-text">
<h6><a href="./each-product.html"> Tắt HRX</a></h6>
</div>
<div class="product-price">
30.000 Đồng
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-4 col-sm-6 text-center">
<div class="product-item">
<div class="product-item-pic">
<a href="./each-product.html"><img src="images/product-8.jpg" style="height: 360px;" alt=""></a>
<div class="label">new</div>
<ul class="product-hover">
<li><a href="#"><i class="fa fa-shopping-bag">
</i></a></li>
<li><a href="#"><i class="fa fa-heart">
</i></a></li>
<li><a href="#"><i class="fa fa-arrows-alt">
</i></a></li>
</ul>
</div>
<div class="product-item-text">
<h6><a href="./each-product.html">Đồng hồ FOSSIL</a></h6>
</div>
<div class="product-price">
590.000 Đồng
</div>
</div>
</div>
</div>
<div class="row next-page-header pt-5">
<div class="col next-page" style="z-index: 0;">
<ul class="pagination" style="display: flex;justify-content: center;">
<li class="page-item prev"><a class="page-link" href="#/" style="color:black">Previous</a></li>
<li ><a class="page-link" href="#/" style="color:black">1</a></li>
<li><a class="page-link" href="#/" style="color:black">2</a></li>
<li ><a class="page-link" href="#/" style="color:black">3</a></li>
<li ><a class="page-link" href="#/" style="color:black">4</a></li>
<li ><a class="page-link" href="#/" style="color:black">5</a></li>
<li class="page-item next"><a class="page-link" href="#/" style="color:black">Next</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Product -->
<!--footer-->
<div class="container-fluid bg-dark text-white">
<div class="container">
<div class="row ">
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-12 footer pt-5">
<p style="font-size:20px;text-transform: uppercase;font-weight: 800;" data-aos="slide-right">Clothing Shop</p>
<p data-aos="slide-right">Nhãn hiệu
thời trang hàng đầu Việt Nam</p>
</div>
<div class="col-xl-3 pt-5 hide-girl">
<p style="font-size:20px;font-weight: 800;">Sản phẩm</p>
<p >Áo quần</p>
<p >Giày dép</p>
<p>Giỏ xách</p>
<p >Đồ hiệu</p>
</div>
<div class="col-xl-3 col-lg-4 col-md-4 col-sm-12 col-12 footer pt-5">
<p style="font-size:20px;font-weight: 800;">Các chi nhánh</p>
<p>Cloting Shop 1</p>
<p>Cloting Shop 2</p>
<p>Cloting Shop 3</p>
<p>Cloting Shop 5</p>
</div>
<div class="col-xl-2 col-lg-4 col-md-4 col-sm-12 col-12 footer pt-5 pb-3">
<p style="font-size:20px;font-weight: 800;">CONTACT</p>
<p ><i class="fa fa-home" style="font-size:20px;"></i> Ho Chi Minh City, 10012,</p>
<p ><i class="fa fa-envelope" ></i> [email protected]</p>
<p ><i class="fa fa-phone" ></i> + 01 234 567 88</p>
<p ><i class="fa fa-print" ></i> + 01 234 567 89</p>
</div>
</div>
</div>
<hr style="color:white;width:100%;border:1px solid">
<div class="container mt-4 pb-4">
<div class="row">
<div class="col-12 col-xl-6 col-lg-6 col-md-6 col-sm-6 ">
<p>© 2021 Copyright<span style="font-weight:600"></span></p>
</div>
</div>
</div>
</div>
<!--footer-->
<script src="js/script.js"></script>
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF" crossorigin="anonymous"></script>
</body>
</html>