-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
480 lines (446 loc) · 21.5 KB
/
home.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
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
<!DOCTYPE html>
<html lang="english">
<head>
<title>Trang chủ</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta property="twitter:card" content="summary_large_image" />
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/setting.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/reponsive.css" />
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" />
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="bootstrap-4-sidebar-menu/assets/css/animate.css" />
<link rel="stylesheet" href="bootstrap-4-sidebar-menu/assets/css/style.css" />
<link rel="stylesheet" href="bootstrap-4-sidebar-menu/assets/css/media-queries.css" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" />
<script src="js/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.0.4/popper.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="bootstrap/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.css">
<script src="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.min.js"></script>
<script src="bootstrap-4-sidebar-menu/assets/js/scripts.js"></script>
<script>
$(document).ready(function () {
$('.home-box-banner').bxSlider({
auto: true,
controls: false
});
});
</script>
</head>
<body>
<!-- header -->
<!-- address -->
<div class="home-header-address">
<div class="home-header-address-detail">
<span>Trụ sở chính: 416 Xa lộ Hà Nội, Phường An Phú, Thành phố Thủ Đức, Thành phố Hồ Chí Minh</span>
<span>|</span>
<span>Giờ làm việc: 8:00 - 17:00</span>
</div>
<!-- chưa đăng nhập -->
<div class="home-header-login-register" style="display: none;">
<button class="home-header-register">
<a href="register.html">Đăng ký</a>
</button>
<button class="home-header-login">
<a href="login.html">Đăng nhập</a>
</button>
</div>
<!-- đã đăng nhập -->
<div class="home-header-login-registered">
<div class="dropdown">
<a class="dropdown-toggle" id="dropdownMenuAvatar" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
<img src="https://mdbcdn.b-cdn.net/img/new/avatars/2.webp" class="rounded-circle"
style="width: 24px;" alt="Avatar" /> TTC Shop
</a>
<ul class="dropdown-menu dropdown-menu-avatar" aria-labelledby="dropdownMenuAvatar">
<button class="dropdown-item" type="button">
<a class="" href="account-info.html"><i style="color: #FF7075;" class="fa fa-bell" aria-hidden="true"></i>
Quản lý tài khoản</a>
</button>
<button class="dropdown-item" type="button">
<a class="" href="#"><i style="color: #FF7075;" class="fa fa-bell" aria-hidden="true"></i>
Quản lý đơn hàng</a>
</button>
<button class="dropdown-item" type="button">
<a class="" href="#"><i style="color: #FF7075;" class="fa fa-bell" aria-hidden="true"></i>
Đăng xuất</a>
</button>
</ul>
<i style="color:#fff" class="fa fa-bell" aria-hidden="true"></i>
</div>
</div>
<!-- end of đã đăng nhập -->
</div>
<!-- end of address -->
<!-- menu -->
<div class="home-header-menu">
<div class="home-header-menu-logo">
<a href="home.html"><img src="images/logo.png" /></a>
</div>
<nav class="navbar navbar-expand-sm home-header-menu-detail">
<div class="button-side-menu">
<a class="home-personal" href="account-info.html" role="button">
<i class="fa fa-user"></i>
</a>
<!-- open sidebar menu -->
<a class="open-menu" href="#" role="button">
<i class="fa fa-bars"></i>
</a>
</div>
<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="#">Về chúng tôi</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Tuyển dụng</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Tin tức</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Liên hệ</a>
</li>
</ul>
</nav>
<nav class="sidebar">
<!-- close sidebar menu -->
<div class="dismiss">
<i class="fa fa-arrow-left"></i>
</div>
<div class="logo">
<h3><a href="index.html"></a></h3>
</div>
<ul class="list-unstyled menu-elements">
<li class="active">
<a class="scroll-link" href="#top-content"><i class="fa fa-home"></i> Trang chủ</a>
</li>
<li>
<a class="scroll-link" href="#section-1"><i class="fa fa-cog"></i> Ưu đãi của tôi</a>
</li>
<li>
<a class="scroll-link" href="#section-2"><i class="fa fa-user"></i> Tiện ích</a>
</li>
<li>
<a class="scroll-link" href="#section-5"><i class="fa fa-envelope"></i> Giới thiệu</a>
</li>
</ul>
</nav>
<div class="overlay"></div>
</div>
<!-- end of menu -->
<!-- slide -->
<div id="demo" class="carousel slide home-header-slide" data-ride="carousel">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class="active"></li>
<li data-target="#demo" data-slide-to="1"></li>
<li data-target="#demo" data-slide-to="2"></li>
</ul>
<!-- The slideshow -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/slide 1.png" alt="Los Angeles" width="1100" height="500">
</div>
<div class="carousel-item">
<img src="images/slide 1.png" alt="Los Angeles" width="1100" height="500">
</div>
<div class="carousel-item">
<img src="images/slide 1.png" alt="Los Angeles" width="1100" height="500">
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#demo" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#demo" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
<!-- end of slide -->
<!-- search -->
<div class="home-header-search">
<div class="home-header-search-form">
<form class="home-header-search-item" action="#">
<input type="text" placeholder="Nhập mã đơn hàng" name="search">
<button type="submit">Tìm kiếm</button>
</form>
</div>
</div>
<!-- end of search -->
<!-- body introduce -->
<div class="home-body-introduce">
<div class="home-body-introduce-text">
<p><span style="color: #EC1C24;">TTC SHIP</span> dịch vụ giao nhận hàng hoá chuyên nghiệp</p>
<p>Sử dụng hệ thống vận hành hiện đại với những thế mạnh riêng biệt, kiến tạo nên một dịch vụ giao nhận hàng
hoá hoàn toàn mới đáp ứng nhu cầu của bạn.</p>
</div>
<div class="home-body-introduce-detail">
<div class="home-body-introduce-detail-child">
<div class="home-body-introduce-detail-child-img">
<img src="images/shipper giao hang.png" alt="">
</div>
<div class="home-body-introduce-detail-child-text">
<div>
<p>Trách nhiệm</p>
<p><img src="images/icon-time.png" alt=""> Nhận và giao hàng trong ngày</p>
<p><img src="images/icon-time.png" alt=""> Hàng hoá được bảo quản và vận chuyển đến tận nơi một
cách an toàn</p>
<p><img src="images/icon-time.png" alt=""> Nhận và giao hàng trong ngày</p>
</div>
</div>
</div>
<div class="home-body-introduce-detail-child">
<div class="home-body-introduce-detail-child-img">
<img src="images/shipper giao hang.png" alt="">
</div>
<div class="home-body-introduce-detail-child-text">
<div>
<p>Trách nhiệm</p>
<p><img src="images/icon-time.png" alt=""> Nhận và giao hàng trong ngày</p>
<p><img src="images/icon-time.png" alt=""> Hàng hoá được bảo quản và vận chuyển đến tận nơi một
cách an toàn</p>
<p><img src="images/icon-time.png" alt=""> Nhận và giao hàng trong ngày</p>
</div>
</div>
</div>
<div class="home-body-introduce-detail-child">
<div class="home-body-introduce-detail-child-img">
<img src="images/shipper giao hang.png" alt="">
</div>
<div class="home-body-introduce-detail-child-text">
<div>
<p>Trách nhiệm</p>
<p><img src="images/icon-time.png" alt=""> Nhận và giao hàng trong ngày</p>
<p><img src="images/icon-time.png" alt=""> Hàng hoá được bảo quản và vận chuyển đến tận nơi một
cách an toàn</p>
<p><img src="images/icon-time.png" alt=""> Nhận và giao hàng trong ngày</p>
</div>
</div>
</div>
</div>
</div>
<!-- end of body introduce -->
<!-- end of header -->
<!-- body co-op -->
<div class="home-body-coop">
<div class="home-body-introduce-text">
<p>Hợp tác với <span style="color: #EC1C24;">TTC SHIP</span> bạn được gì ?</p>
</div>
<div class="home-body-coop-box">
<div class="home-body-coop-item">
<img src="images/delivery-man.png" alt="">
<p>
Đội ngũ tài xế chuyên nghiệp
</p>
<p>
Được đào tạo bài bản với tinh thần trách nhiệm cao, sẵn sàng đáp ứng tốt trong mọi tình huống giao
hàng
</p>
</div>
<div class="home-body-coop-item">
<img src="images/delivery-man.png" alt="">
<p>
Đội ngũ tài xế chuyên nghiệp
</p>
<p>
Được đào tạo bài bản với tinh thần trách nhiệm cao, sẵn sàng đáp ứng tốt trong mọi tình huống giao
hàng
</p>
</div>
<div class="home-body-coop-item">
<img src="images/delivery-man.png" alt="">
<p>
Đội ngũ tài xế chuyên nghiệp
</p>
<p>
Được đào tạo bài bản với tinh thần trách nhiệm cao, sẵn sàng đáp ứng tốt trong mọi tình huống giao
hàng
</p>
</div>
<div class="home-body-coop-item">
<img src="images/delivery-man.png" alt="">
<p>
Đội ngũ tài xế chuyên nghiệp
</p>
<p>
Được đào tạo bài bản với tinh thần trách nhiệm cao, sẵn sàng đáp ứng tốt trong mọi tình huống giao
hàng
</p>
</div>
</div>
</div>
<!-- end of body co-op -->
<!-- transfer type -->
<div class="home-body-transfer">
<div class="home-body-transfer-title">
Phương thức vận chuyển phụ hợp với mức giá tốt nhất
</div>
<div class="home-body-transfer-item">
<div class="home-body-transfer-item-child">
<div class="home-body-transfer-item-child-bg">
<img src="images/motorbike.png">
<p>Xe máy</p>
</div>
</div>
<div class="home-body-transfer-item-child">
<div class="home-body-transfer-item-child-bg truck">
<img src="images/Truck.png">
<p>Xe tải 2.5 tấn</p>
</div>
</div>
</div>
</div>
<!-- end of transfer type -->
<!-- news -->
<div class="home-body-news">
<div class="home-body-introduce-text">
<p>Tin tức nổi bật</p>
</div>
<div class="home-body-news-box">
<div class="card home-body-news-item">
<img class="card-img-top" src="images/news1.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Card title title title</h5>
<p class="card-text">Some quick example text to build on the card title and make uSome quick example
text to build on the card title and make up the bulk of the card's content.</p>
<p class="card-footer-cus"><i class="fa fa-calendar" aria-hidden="true"></i> 19/01/2022</p>
</div>
</div>
<div class="card home-body-news-item">
<img class="card-img-top" src="images/news1.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Card title title title</h5>
<p class="card-text">Some quick example text to build on the card title and make uSome quick example
text to build on the card title and make up the bulk of the card's content.</p>
<p class="card-footer-cus"><i class="fa fa-calendar" aria-hidden="true"></i> 19/01/2022</p>
</div>
</div>
<div class="card home-body-news-item">
<img class="card-img-top" src="images/news1.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Card title title title</h5>
<p class="card-text">Some quick example text to build on the card title and make uSome quick example
text to build on the card title and make up the bulk of the card's content.</p>
<p class="card-footer-cus"><i class="fa fa-calendar" aria-hidden="true"></i> 19/01/2022</p>
</div>
</div>
<div class="card home-body-news-item">
<img class="card-img-top" src="images/news1.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Card title title title</h5>
<p class="card-text">Some quick example text to build on the card title and make uSome quick example
text to build on the card title and make up the bulk of the card's content.</p>
<p class="card-footer-cus"><i class="fa fa-calendar" aria-hidden="true"></i> 19/01/2022</p>
</div>
</div>
<div class="card home-body-news-item">
<img class="card-img-top" src="images/news1.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Card title title title</h5>
<p class="card-text">Some quick example text to build on the card title and make uSome quick example
text to build on the card title and make up the bulk of the card's content.</p>
<p class="card-footer-cus"><i class="fa fa-calendar" aria-hidden="true"></i> 19/01/2022</p>
</div>
</div>
<div class="card home-body-news-item">
<img class="card-img-top" src="images/news1.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Card title title title</h5>
<p class="card-text">Some quick example text to build on the card title and make uSome quick example
text to build on the card title and make up the bulk of the card's content.</p>
<p class="card-footer-cus"><i class="fa fa-calendar" aria-hidden="true"></i> 19/01/2022</p>
</div>
</div>
<div class="card home-body-news-item">
<img class="card-img-top" src="images/news1.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Card title title title</h5>
<p class="card-text">Some quick example text to build on the card title and make uSome quick example
text to build on the card title and make up the bulk of the card's content.</p>
<p class="card-footer-cus"><i class="fa fa-calendar" aria-hidden="true"></i> 19/01/2022</p>
</div>
</div>
<div class="card home-body-news-item">
<img class="card-img-top" src="images/news1.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Card title title title</h5>
<p class="card-text">Some quick example text to build on the card title and make uSome quick example
text to build on the card title and make up the bulk of the card's content.</p>
<p class="card-footer-cus"><i class="fa fa-calendar" aria-hidden="true"></i> 19/01/2022</p>
</div>
</div>
</div>
<div class="home-body-news-item-view-all-box">
<a href="">
<button class="home-body-news-item-view-all">
Xem tất cả
</button>
</a>
</div>
</div>
<!-- end of news -->
<!-- footer -->
<div class="home-footer-download-app">
<div class="home-footer-menu-logo">
<a href="#"><img src="images/logo.png" /></a>
</div>
<div class="home-footer-menu-logo-right">
<a href="#"><img src="images/apple-chplay.png" /></a>
</div>
</div>
<div class="home-footer-info-top">
<div class="home-footer-info-top-item">
<p>Tên công ty:</p>
<p>Công ty TNHH TTC SHIP</p>
</div>
<div class="home-footer-info-top-item">
<p>Tên công ty:</p>
<p>Công ty TNHH TTC SHIP</p>
</div>
<div class="home-footer-info-top-item">
<p>Tên công ty:</p>
<p>416 Xa lộ Hà Nội, Phường An Phú,
Thành phố Thủ Đức, Thành phố Hồ Chí Minh</p>
</div>
<div class="home-footer-info-top-item">
<p>Mã số thuế:</p>
<p>0316944597</p>
</div>
<div class="home-footer-info-top-item">
<p>Chức vụ:</p>
<p>Tổng giám đốc</p>
</div>
</div>
<div class="home-footer-info-bottom">
<p>Công ty TNHH TTC SHIP</p>
<p><i style="color: #EC1C24;" class="fa fa-map-marker" aria-hidden="true"></i> Trụ sở chính: 416 Xa lộ Hà Nội,
Phường An Phú, Thành phố Thủ Đức, Thành phố Hồ Chí Minh</p>
<p><i style="color: #EC1C24;" class="fa fa-envelope"></i> Công ty TNHH TTC SHIP</p>
<p><i style="color: #EC1C24;" class="fa fa-phone"></i> Công ty TNHH TTC SHIP</p>
<div class="home-footer-info-bottom-connect">
<div class="home-footer-info-bottom-contact">
<span>Kết nối với chúng tôi: </span>
<img src="images/fb.png">
<img src="images/YouTube - Original.png">
<img src="images/TikTok - Original.png">
<img src="images/zalo.png">
</div>
<div class="home-footer-info-bottom-bocongthuong">
<img src="images/dadangky-bocongthuong.png">
<img src="images/dathongbao-boccongthuong.png">
</div>
</div>
</div>
<!-- end of footer -->
</body>
</html>