-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (110 loc) · 3.59 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-FRRH0JHGHB"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-FRRH0JHGHB");
</script>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&display=swap"
rel="stylesheet"
/>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Đi dạo cùng voi - Đăk Lăk</title>
<meta
name="description"
content="Chuyên tổ chức các chương trình tour du lịch 2 ngày 2 đêm ghép đoàn giá rẻ tại Đăk Lăk với chất lượng đảm bảo và đội ngũ chuyên nghiệp."
/>
<link rel="stylesheet" href="/css/style.css" />
</head>
<body>
<div class="container">
<nav class="split">
<div class="logo" style="flex-basis: 30%">
<a href="index.html"> đi dạo CÙNG VOI </a>
</div>
<div>
<ul class="text-center">
<li><a href="dia-diem-an-uong.html">Địa điểm ăn uống</a></li>
<li><a href="dia-diem-vui-choi.html">Địa điểm vui chơi</a></li>
<li><a href="dia-diem-luu-tru.html">Địa điểm lưu trú</a></li>
<li><a href="lien-he.html">Liên hệ</a></li>
</ul>
</div>
</nav>
</div>
<header class="">
<div class="container bg-img">
<div class="split">
<div>
<h2 class="text-center">
TRẢI NGHIỆM ĐÁNG NHỚ<br />CÙNG NHỮNG CHÚ VOI
</h2>
<p class="text-center">
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Ullam
molestias, illo asperiores dolores consequuntur laudantium.
</p>
</div>
<div></div>
</div>
</div>
</header>
<main>
<div class="container">
<h3 class="text-center">Ở ĐĂK LĂK - ĐI ĐÂU VUI?</h3>
<div class="split">
<div>
<a href="dia-diem-an-uong.html">
<div><img src="img/ga-quay-ban-don.jpg" alt="" /></div>
<div class="text-center">
<p>Ăn uống</p>
</div>
</a>
</div>
<div>
<a href="dia-diem-vui-choi.html">
<div><img src="img/voi-vui-choi.jpg" alt="" /></div>
<div class="text-center">
<p>Vui chơi</p>
</div>
</a>
</div>
<div>
<a href="dia-diem-luu-tru.html">
<div><img src="img/nha-san.jpg" alt="" /></div>
<div class="text-center">
<p>Lưu trú</p>
</div>
</a>
</div>
</div>
</div>
</main>
<footer>
<div class="container bg-light">
<div class="text-center">
<p>Kết nối với chúng tôi qua Facebook:</p>
<a
href="https://www.facebook.com/tourghepdoangiare/"
target="_blank"
class="text-center"
><img src="/img/facebook-icon.jpg" alt="" class="icon" />
<p class="italic-bold">Đi dạo cùng voi</p>
</a>
</div>
</div>
</footer>
</body>
</html>