Files
bestpc/template/shared/footer.html

44 lines
2.2 KiB
HTML
Raw Normal View History

2025-05-28 15:30:26 +07:00
<footer class="border-t-[11px] border-[#1c039b] w-full">
2025-05-27 14:28:47 +07:00
<div class="container">
<a href="/" class="block my-[30px]">
2025-05-28 15:30:26 +07:00
<img src="../../assets/images/logo-footer.png" class="block w-[180px] h-[45px] object-contain" width="100%"
height="100%" alt="logo">
2025-05-27 14:28:47 +07:00
</a>
<div class="main-footer grid grid-cols-4">
<div class="item">
<h3 class="title">Về chúng tôi</h3>
<a href="" class="block">Độc quyền</a>
<a href="" class="block">Mua online</a>
<a href="" class="block">Bộ sưu tập</a>
<a href="/tin-tuc" class="block">Blog</a>
<div class="list-social flex items-center mt-[45px]">
<a href="" target="_blank" class="mr-[10px]"><i class="icon_2025 facebook"></i></a>
<a href="" target="_blank"><i class="icon_2025 zalo"></i></a>
</div>
</div>
<div class="item">
<h3 class="title">Tuyển dụng</h3>
<a href="">Liên hệ</a>
<a href="">Điều khoản</a>
<a href="">Chính sách bảo mật</a>
<a href="">Trở thành đối tác</a>
</div>
<div class="item">
<h3 class="title">Liên kết</h3>
<a href="hurasoft.com">Hurasoft.com</a>
</div>
<div class="item">
<h3 class="title">Giới thiệu</h3>
<b class="text-[16px]">BESTPC là kênh tổng hợp tin khuyến mãi chuyên nghiệp đầu tiên ở Việt Nam,
cho phép bạn tìm
kiếm mã giảm giá, tin ưu đãi
từ nghành hàng laptop, thiết bị điện tử, máy tính, xây dựng cấu hình PC chuyên nghiệp. Và
còn rất nhiều mã giảm giá độc
quyền dành riêng cho bạn.</b>
</div>
</div>
</div>
<div class="footer-bottom bg-[#ebebeb] py-[15px]">
<b class="text-center block">© Copyright 2025 by Hurasoft. All Rights Reserved.</b>
</div>
2025-05-28 15:30:26 +07:00
</footer>