-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
267 lines (245 loc) · 12.4 KB
/
about.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 name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Giới thiệu – 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" 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">Giới thiệu</h2>
</div>
<!-- container // -->
</section>
<!-- section__pagetop -->
<section class="section__about section__feature my-5">
<div class="container">
<div class="product-top-bar section-border mb-2rem">
<div class="section-title-wrap">
<h3 class="section-title section-bg-gray">Về chúng tôi</h3>
</div>
</div>
<div class="row">
<div class="col-md-6">
<p><span class="color__main">Tiệm Hoa</span> là cửa hàng hoa hàng đầu Sài Gòn. Tiệm chuyên cung cấp các loại hoa tươi, hoa cắt cành đa dạng, nhiều màu sắc, nhập từ các nhà vườn nổi tiếng trong và ngoài nước. Hoa được bày trí với nhiều
hình thức thẩm mỹ, đáp ứng nhiều nhu cầu của khách hàng.</p>
</div>
<div class="col-md-6">
<div class="about__video">
<div class="about__video--image">
<img src="img/video.png" class="img-fluid" alt="a">
</div>
<a class="text-decoration-none" href="#">
<span class="about__video--text"><span>Video</span></span>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- section__about.// -->
<section class="section__feature my-5 section__contact">
<div class="container">
<div class="product-top-bar section-border mb-2rem" style="margin-right: 0;">
<div class="section-title-wrap">
<h3 class="section-title section-bg-gray">Liên hệ</h3>
</div>
</div>
<div class="row">
<div class="col-md-6">
<p><strong>Địa chỉ:</strong> 100 Đường Nguyễn Duy Trinh, Phường Bình Trưng Đông, Quận 2, TP.HCM</p>
<p><strong>Số điện thoại:</strong> 0919944382</p>
<p><strong>Gửi email:</strong></p>
<form class="row fs__form2">
<div class="col">
<div class="form-row">
<div class="form-group col-sm-6">
<input type="text" value="" placeholder="Họ tên" class="form-control">
</div>
<!-- form-group end.// -->
<div class="form-group col-sm-6">
<input type="email" value="" placeholder="Email" class="form-control">
</div>
<!-- form-group end.// -->
</div>
<!-- form-row.// -->
<div class="form-row">
<div class="form-group col">
<textarea name="message" row="10" placeholder="Nội dung" class="form-control"></textarea>
</div>
</div>
<!-- form-row.// -->
<div class="form-group">
<button type="submit" class="btn fs__button">Gửi</button>
</div>
<!-- form-group end.// -->
</div>
</form>
</div>
<div class="col-md-6">
<div class="map-responsive">
<img src="img/map.png" class="img-fluid" alt="Địa chỉ trên bản đồ">
</div>
</div>
</div>
</div>
</section>
<!-- section__about.// -->
<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>