-
Notifications
You must be signed in to change notification settings - Fork 0
/
prototype.html
192 lines (171 loc) · 8.49 KB
/
prototype.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
<!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>Prototype</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="#" 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 active" 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" 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.// -->
<!-- Thêm code vào khu vực này -->
<section class="" style="height: 400px">
<div class="container">
</div>
</section>
<!-- Thêm code vào khu vực này.// -->
<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>