-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgioi-thieu.html
91 lines (91 loc) · 4.09 KB
/
gioi-thieu.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
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="utf-8">
<title>Foobar Coffee • Giới thiệu</title>
<meta name="description" content="Cà phê Foobar">
<meta name="author" content="Thin">
<link rel="shortcut icon" href="data:image/gif;base64,R0lGODlhAQABAAAAACwAAAAAAQABAAA=" />
<link rel="icon" type="image/png" href="/images/icons8-coffee-64.png">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body>
<header>
<div class="top-bar">
<div class="logo">
<a href="index.html"><img alt="Hình logo" src="images/logo.png" width="306" height="53" /></a>
</div>
<nav>
<ul id="menu-items">
<li><a href="index.html">Trang chủ</a></li>
<li><a href="gioi-thieu.html">Giới thiệu</a></li>
<li><a href="hinh-anh.html">Hình ảnh</a></li>
<li><a href="dich-vu.html">Dịch vụ</a></li>
<li><a href="lien-he.html">Liên hệ</a></li>
<li><a id="search-icon" href="#."><img alt="Search icon" src="images/search-icon.png" width="20" height="20" /></a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="intro">
<div class="intro-words">
<h1>Giới thiệu</h1>
<p>Foobar Coffee (cà phê Foobar) được lập nên vào một ngày trời mưa tầm tã năm 2021 bởi một nhóm bạn tự rang xay, pha cà phê uống với nhau.</p>
<p>Chúng tôi luôn mang đến những cốc cà phê được chế biến thủ công, khách hàng chính là những người mê cà phê.</p>
<button><a href="intro.html">Đọc tiếp</a></button>
</div>
<div class="hinh-intro"><img alt="Hình ly cà phê" src="images/about-img.png" width="470" height="auto" /></div>
</section>
</main>
<footer>
<div class="footer-row">
<div class="footer-col footer-col1">
<h1>Giới thiệu</h1>
<p>Foobar Coffee là một quán cà phê toạ lạc trên ngọn đồi giáp biển, nhìn ra vịnh Nha Trang. Quán được xây dựng bằng vật liệu thân thiện môi trường.</p>
</div>
<div class="footer-col footer-col2">
<h1>Khám phá</h1>
<nav>
<ul>
<li><a href="index.html">Trang chủ</a></li>
<li><a href="intro.html">Giới thiệu</a></li>
<li><a href="hinh-anh.html">Hình ảnh</a></li>
<li><a href="dich-vu.html">Dịch vụ</a></li>
<li><a href="lien-he.html">Liên hệ</a></li>
</ul>
</nav>
</div>
<div class="footer-col footer-col3">
<h1>Tham khảo thêm</h1>
<nav>
<ul>
<li><a href="#">Lịch sử cà phê</a></li>
<li><a href="#">Cà phê Việt Nam</a></li>
<li><a href="#">Các kiểu pha chế</a></li>
<li><a href="#">Cà phê và sức khoẻ</a></li>
</ul>
</nav>
</div>
<div class="footer-col footer-col4">
<h1>Liên hệ</h1>
<p><i class="fas fa-map-marker-alt"></i> Núi Cô Tiên - Nha Trang</p>
<p><i class="fas fa-phone-volume"></i> 0903.999.999</p>
<p><i class="far fa-envelope"></i> [email protected]</p>
</div>
</div><!-- footer cols -->
<div class="footer-copyright">
<p>© 2020. Foobar Coffee giữ bản quyền nội dung.</p>
</div>
</footer>
<script src="js/script.js"></script>
<script>
window.onload = function () {
activeLink();
initModal();
searchObj.addEventListener("click", searchModal);
}
</script>
</body>
</html>