-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcategory.html
More file actions
538 lines (494 loc) · 28.6 KB
/
category.html
File metadata and controls
538 lines (494 loc) · 28.6 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Hoa các loại – Tiệm Hoa</title>
<link href="img/favicon.ico" rel="shortcut icon" type="image/x-icon">
<!-- jQuery -->
<script src="js/jquery-3.5.1.slim.min.js" type="text/javascript"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/popper.min.js" type="text/javascript"></script>
<link href="css/bootstrap.min.css" type="text/css" rel="stylesheet">
<!-- FontAwesome 5 -->
<link href="fonts/fontawesome/css/all.min.css" type="text/css" rel="stylesheet">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,615;0,700;0,800;1,400;1,500;1,600;1,615;1,700;1,800&family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Custom Style -->
<link href="css/style.css" type="text/css" rel="stylesheet">
<!-- Custom JavaScript -->
<script src="js/script.js" type="text/javascript"></script>
<!-- Slick Slider -->
<link rel="stylesheet" type="text/css" href="css/slick.css" />
<script type="text/javascript" src="js/slick.min.js"></script>
</head>
<body>
<header class="section__header">
<section class="header__main border__bottom">
<div class="container">
<div class="row align-items-center">
<div class="col-xl-2 col-lg-3 col-md-12">
<a href="home.html" class="brand--wrap text-decoration-none">
<h1 class="logo">Tiệm Hoa</h1>
</a>
<!-- brand--wrap.// -->
</div>
<!-- col.// -->
<div class="col-xl-6 col-lg-5 col-md-6">
<form action="#" class="fs__form search--header">
<div class="input-group w-100">
<i class="fa fa-search"></i>
<input type="text" class="form-control" placeholder="Tìm sản phẩm hoa ...">
</div>
</form>
<!-- search--wrap.// -->
</div>
<!-- col.// -->
<div class="col-xl-4 col-lg-4 col-md-6">
<div class="widgets--wrap float-md-right">
<div class="widget__header mr-2">
<a href="#" class="widget__view text-decoration-none">
<div class="icon">
<i class="fas fa-user-circle"></i>
</div>
<small class="text">Tài khoản</small>
</a>
</div>
<div class="widget__header mr-2">
<a href="#" class="widget__view text-decoration-none">
<div class="icon">
<i class="fa fa-bell"></i>
</div>
<small class="text">Thông báo</small>
</a>
</div>
<div class="widget__header">
<a href="cart.html" class="widget__view text-decoration-none">
<div class="icon">
<i class="fa fa-shopping-cart"></i>
<span class="notify">3</span>
</div>
<small class="text">Giỏ hàng</small>
</a>
</div>
</div>
<!-- widgets--wrap.// -->
</div>
<!-- col.// -->
</div>
<!-- row.// -->
</div>
<!-- container.// -->
</section>
<!-- header__main.// -->
<nav class="navbar navbar-main navbar-expand-lg border__bottom">
<div class="container">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main_nav" aria-controls="main_nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"><i class="fas fa-bars"></i></span>
</button>
<div class="collapse navbar-collapse" id="main_nav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#">Trang chủ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Hoa chủ đề</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#">Hoa các loại</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Hoa theo màu</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Khuyến mãi</a>
</li>
</ul>
</div>
<!-- collapse.// -->
</div>
<!-- container.// -->
</nav>
</header>
<!-- section__header.// -->
<section class="section__pagetop bg">
<div class="container">
<h2 class="title-page">Hoa các loại</h2>
<nav>
<ol class="breadcrumb text-white">
<li class="breadcrumb-item"><a href="#">Trang chủ</a></li>
<li class="breadcrumb-item active" aria-current="page">Hoa các loại</li>
</ol>
</nav>
</div>
<!-- container // -->
</section>
<!-- section__pagetop -->
<section class="section__content section__category">
<div class="container">
<div class="row">
<aside class="col-md-4 col-lg-3 fs__form2">
<div class="card">
<article class="filter-group">
<header class="card-header">
<a href="#" data-toggle="collapse" data-target="#collapse_1" aria-expanded="true" class="">
<i class="icon-control fa fa-chevron-down"></i>
<h6 class="title">Loại hoa</h6>
</a>
</header>
<div class="filter-content collapse show" id="collapse_1" style="">
<div class="card-body">
<form class="pb-3">
<div class="input-group">
<input type="text" class="form-control" placeholder="Tìm hoa ...">
<div class="input-group-append">
<button class="btn fs__button" type="button"><i class="fa fa-search"></i></button>
</div>
</div>
</form>
<ul class="list-menu">
<li><a href="#">Hoa sinh nhật</a></li>
<li><a href="#">Hoa chúc mừng</a></li>
<li><a href="#">Hoa chia buồn</a></li>
<li><a href="#">Hoa tết</a></li>
</ul>
</div>
<!-- card-body.// -->
</div>
</article>
<!-- filter-group .// -->
<article class="filter-group">
<header class="card-header">
<a href="#" data-toggle="collapse" data-target="#collapse_2" aria-expanded="true" class="">
<i class="icon-control fa fa-chevron-down"></i>
<h6 class="title">Màu sắc</h6>
</a>
</header>
<div class="filter-content collapse show" id="collapse_2" style="">
<div class="card-body">
<label class="custom-control custom-checkbox">
<input type="checkbox" checked="" class="custom-control-input">
<div class="custom-control-label">Nhiều màu
<b class="badge badge-pill badge-light float-right">120</b> </div>
</label>
<label class="custom-control custom-checkbox">
<input type="checkbox" checked="" class="custom-control-input">
<div class="custom-control-label">Đỏ
<b class="badge badge-pill badge-light float-right">85</b> </div>
</label>
<label class="custom-control custom-checkbox">
<input type="checkbox" checked="" class="custom-control-input">
<div class="custom-control-label">Hồng
<b class="badge badge-pill badge-light float-right">35</b> </div>
</label>
<label class="custom-control custom-checkbox">
<input type="checkbox" checked="" class="custom-control-input">
<div class="custom-control-label">Vàng
<b class="badge badge-pill badge-light float-right">89</b> </div>
</label>
<label class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input">
<div class="custom-control-label">Cam
<b class="badge badge-pill badge-light float-right">30</b> </div>
</label>
<label class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input">
<div class="custom-control-label">Tím
<b class="badge badge-pill badge-light float-right">10</b> </div>
</label>
</div>
<!-- card-body.// -->
</div>
</article>
<!-- filter-group .// -->
<article class="filter-group">
<header class="card-header">
<a href="#" data-toggle="collapse" data-target="#collapse_3" aria-expanded="true" class="">
<i class="icon-control fa fa-chevron-down"></i>
<h6 class="title">Khoảng giá</h6>
</a>
</header>
<div class="filter-content collapse show" id="collapse_3" style="">
<div class="card-body">
<input type="range" class="custom-range" min="0" max="100" name="">
<div class="form-row">
<div class="form-group">
<label>Thấp nhất</label>
<input class="form-control" placeholder="0₫" type="number">
</div>
</div>
<!-- form-row.// -->
<div class="form-row">
<div class="form-group">
<label>Cao nhất</label>
<input class="form-control" placeholder="1.000.000₫" type="number">
</div>
</div>
<!-- form-row.// -->
<button class="btn btn-block fs__button">Áp dụng</button>
</div>
<!-- card-body.// -->
</div>
</article>
<!-- filter-group .// -->
<article class="filter-group">
<header class="card-header">
<a href="#" data-toggle="collapse" data-target="#collapse_4" aria-expanded="true" class="">
<i class="icon-control fa fa-chevron-down"></i>
<h6 class="title">Kích cỡ </h6>
</a>
</header>
<div class="filter-content collapse show" id="collapse_4" style="">
<div class="card-body">
<label class="checkbox-btn">
<input type="checkbox">
<span class="btn btn-light"> Nhỏ </span>
</label>
<label class="checkbox-btn">
<input type="checkbox">
<span class="btn btn-light"> Vừa </span>
</label>
<label class="checkbox-btn">
<input type="checkbox">
<span class="btn btn-light"> Lớn </span>
</label>
</div>
<!-- card-body.// -->
</div>
</article>
<!-- filter-group .// -->
<article class="filter-group">
<header class="card-header">
<a href="#" data-toggle="collapse" data-target="#collapse_5" aria-expanded="false" class="">
<i class="icon-control fa fa-chevron-down"></i>
<h6 class="title">Bộ lọc khác </h6>
</a>
</header>
<div class="filter-content collapse in" id="collapse_5" style="">
<div class="card-body">
<label class="custom-control custom-radio">
<input type="radio" name="myfilter_radio" checked="" class="custom-control-input">
<div class="custom-control-label">Mọi điều kiện</div>
</label>
<label class="custom-control custom-radio">
<input type="radio" name="myfilter_radio" class="custom-control-input">
<div class="custom-control-label">Hoa mới nhập</div>
</label>
<label class="custom-control custom-radio">
<input type="radio" name="myfilter_radio" class="custom-control-input">
<div class="custom-control-label">Hoa khuyến mãi</div>
</label>
</div>
<!-- card-body.// -->
</div>
</article>
<!-- filter-group .// -->
</div>
<!-- card.// -->
</aside>
<!-- col.// -->
<main class="col-md-8 col-lg-9">
<header class="border-bottom mb-4 pb-3">
<div class="form-inline">
<span class="mr-auto">32 sản phẩm</span>
<select class="mr-2 form-control">
<option>Phù hợp nhất</option>
<option>Mới nhất</option>
<option>Đánh giá cao nhất</option>
<option>Giá thấp nhất</option>
</select>
<div class="btn-group">
<a href="#" class="btn btn-outline-secondary" data-toggle="tooltip" title="" data-original-title="List view">
<i class="fa fa-bars"></i></a>
<a href="#" class="btn btn-outline-secondary active" data-toggle="tooltip" title="" data-original-title="Grid view">
<i class="fa fa-th"></i></a>
</div>
</div>
</header>
<!-- sect-heading -->
<div class="section__feature row">
<div class="col-6 col-lg-4">
<div href="#" class="card card-product-grid">
<div class="product-img">
<a href="#" class="img-wrap"> <img src="img/product-7.jpg"> </a>
<span>-10%</span>
</div>
<figcaption class="info-wrap text-center">
<a href="#" class="title text-decoration-none">Bình Hoa Tulip Nhiều Màu</a>
<div class="price mt-1">
<span class="color__main">450.000₫</span><span class="ml-2 color__gray4 text-decoration-line-through">500.000₫</span></div>
<!-- price-wrap.// -->
</figcaption>
</div>
</div>
<!-- col.// -->
<div class="col-6 col-lg-4">
<div href="#" class="card card-product-grid">
<div class="product-img">
<a href="#" class="img-wrap"> <img src="img/product-6.jpg"> </a>
</div>
<figcaption class="info-wrap text-center">
<a href="#" class="title text-decoration-none">Giỏ Hoa Tulip Nhiều Màu</a>
<div class="price mt-1">
<span class="color__main">400.000₫</span></div>
<!-- price-wrap.// -->
</figcaption>
</div>
</div>
<!-- col.// -->
<div class="col-6 col-lg-4">
<div href="#" class="card card-product-grid">
<div class="product-img">
<a href="#" class="img-wrap"> <img src="img/product-8.jpg"> </a>
</div>
<figcaption class="info-wrap text-center">
<a href="#" class="title text-decoration-none">Giỏ Hoa Tulip Nhiều Màu Nhỏ</a>
<div class="price mt-1">
<span class="color__main">320.000₫</span></div>
<!-- price-wrap.// -->
</figcaption>
</div>
</div>
<!-- col.// -->
<div class="col-6 col-lg-4">
<div href="#" class="card card-product-grid">
<div class="product-img">
<a href="#" class="img-wrap"> <img src="img/product-5.jpg"> </a>
<span>-50%</span>
</div>
<figcaption class="info-wrap text-center">
<a href="#" class="title text-decoration-none">Giỏ 15 Cành Tulip Hồng</a>
<div class="price mt-1">
<span class="color__main">300.000₫</span><span class="ml-2 color__gray4 text-decoration-line-through">600.000₫</span></div>
<!-- price-wrap.// -->
</figcaption>
</div>
</div>
<!-- col.// -->
<div class="col-6 col-lg-4">
<div href="#" class="card card-product-grid">
<div class="product-img">
<a href="#" class="img-wrap"> <img src="img/product-1.jpg"> </a>
<span>-20%</span>
</div>
<figcaption class="info-wrap text-center">
<a href="#" class="title text-decoration-none">Bó Hoa Hồng và Cúc</a>
<div class="price mt-1">
<span class="color__main">400.000₫</span><span class="ml-2 color__gray4 text-decoration-line-through">500.000₫</span></div>
<!-- price-wrap.// -->
</figcaption>
</div>
</div>
<!-- col.// -->
<div class="col-6 col-lg-4">
<div href="#" class="card card-product-grid">
<div class="product-img">
<a href="#" class="img-wrap"> <img src="img/product-2.jpg"> </a>
</div>
<figcaption class="info-wrap text-center">
<a href="#" class="title text-decoration-none">Chậu Hoa Bướm Hồng</a>
<div class="price mt-1">
<span class="color__main">200.000₫</span></div>
<!-- price-wrap.// -->
</figcaption>
</div>
</div>
<!-- col.// -->
<div class="col-6 col-lg-4">
<div href="#" class="card card-product-grid">
<div class="product-img">
<a href="#" class="img-wrap"> <img src="img/product-3.jpg"> </a>
</div>
<figcaption class="info-wrap text-center">
<a href="#" class="title text-decoration-none">Bó Hoa Tổng Hợp</a>
<div class="price mt-1">
<span class="color__main">550.000₫</span></div>
<!-- price-wrap.// -->
</figcaption>
</div>
</div>
<!-- col.// -->
<div class="col-6 col-lg-4">
<div href="#" class="card card-product-grid">
<div class="product-img">
<a href="#" class="img-wrap"> <img src="img/product-4.jpg"> </a>
</div>
<figcaption class="info-wrap text-center">
<a href="#" class="title text-decoration-none">Bình Hoa Thủy Chung</a>
<div class="price mt-1">
<span class="color__main">500.000₫</span></div>
<!-- price-wrap.// -->
</figcaption>
</div>
</div>
<!-- col.// -->
</div>
<!-- row end.// -->
<nav class="mt-4" aria-label="Page navigation sample">
<ul class="pagination">
<li class="page-item disabled"><a class="page-link" href="#">Trang trước</a></li>
<li class="page-item active"><a class="page-link" href="#">1</a></li>
<li class="page-item"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="#">3</a></li>
<li class="page-item"><a class="page-link" href="#">Trang sau</a></li>
</ul>
</nav>
</main>
<!-- col.// -->
</div>
</div>
<!-- container .// -->
</section>
<!-- section__content.// -->
<footer class="section__footer">
<section class="footer__top py-5">
<div class="container">
<div class="row">
<aside class="col-sm-6 col-lg-3">
<h6 class="title">Giới thiệu</h6>
<ul class="list-unstyled">
<li> <a href="#">Về Tiệm Hoa</a></li>
<li> <a href="#">Tuyển dụng</a></li>
<li> <a href="#">Chính sách thanh toán</a></li>
<li> <a href="#">Chính sách bảo mật</a></li>
<li> <a href="#">Giải quyết khiếu nại</a></li>
<li> <a href="#">Hợp tác</a></li>
</ul>
</aside>
<aside class="col-sm-6 col-lg-3">
<h6 class="title">Hỗ trợ khách hàng</h6>
<ul class="list-unstyled">
<li>Hotline: <span class="color__main">1900-80xx</span></li>
<li> <a href=" #">Câu hỏi thường gặp</a></li>
<li> <a href="#">Hướng dẫn đặt hàng</a></li>
<li> <a href="#">Phương thức vận chuyển</a></li>
<li> <a href="#">Chính sách đổi trả</a></li>
</ul>
</aside>
<aside class="col-lg-6">
<h6 class="title">Đăng ký nhận tin</h6>
<form action="#" class="fs__form">
<div class="input-group w-100">
<input type="text" class="form-control" placeholder="Email của bạn ...">
<button type="button" class="fs__button btn">Đăng ký</button>
</div>
</form>
</aside>
</div>
<!-- row.// -->
</div>
<!-- container.// -->
</section>
<!-- footer__top.// -->
<section class="footer__bottom text-center">
<div class="container-fluid">
<p class="text-muted">© 2020 — Tiệm Hoa</p>
</div>
<!-- container-fluid.// -->
</section>
<!-- footer__bottom.// -->
</footer>
<!-- section__footer.// -->
</body>
</html>