-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path5-sitemap.html
210 lines (208 loc) · 6.23 KB
/
5-sitemap.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/icon" sizes="32x32" href="images/favicon.ico">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Offer a list of pages within our website. Give your brief overview of our content structure and easy navigation experience">
<meta name="keywords" content="bangkok, thai restaurants, local, bangkok activities">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Mue Tanpairoj">
<title>Site Map</title>
<script src="https://kit.fontawesome.com/4261af9220.js" crossorigin="anonymous"></script>
<style>
h1{
text-align: center;
}
.container{
height: 60vh;
width: 100%;
background: linear-gradient(rgba(64, 58, 58, 0.723),
rgba(213, 213, 213, 0)), url(images/bangkok-home-8.jpeg);
background-size: cover;
background-position: center;
}
.logo a{
font-size: 20px;
color: rgb(255, 255, 255);
text-decoration: none;
}
nav{
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 20px;
padding-right: 5%;
padding-left: 5%;
}
nav ul li{
list-style-type: none;
display: inline-block;
padding: 10px 40px;
}
nav ul li a{
color: rgb(255, 255, 255);
text-decoration: none;
font-weight: bold;
font-size: 16px;
}
nav ul li a:hover{
color: #a79e98;
transition: .3s;
}
/* table */
table {
border-collapse: collapse;
border: 2px solid #d5bdaf;
margin-left: auto;
margin-right: auto;
}
tr {
background-color: #edede9;
}
tr:hover {
background-color: #e3d5ca;
}
tr#top {
background-color: #e3d5ca;
font-weight: bold;
}
h1{
font-size: 20px;
}
td{
font-size: 20px;
}
/* footer */
/* footer */
footer{
position: relative;
width: 100%;
background-color: #e3d5ca;
min-height: 100px;
padding: 20px 50px;
justify-content: center;
align-items: center;
flex-direction: column;
margin-top: 20px;
}
footer .links,
footer .menu{
position: relative;
display: flex;
justify-content: center;
align-items: center;
margin: 10px 0;
flex-wrap: wrap;
}
footer .links li,
footer .menu li{
list-style-type: none;
}
footer .links li a{
font-size: 20px;
padding: 10px;
color: rgb(255, 255, 255);
margin: 0 10px;
display: inline-block;
transition: 0.5s;
}
footer .links li a:hover{
transform: translateY(-10px);
color: #695c54;
}
footer .menu li a{
font-size: 20px;
color: rgb(255, 255, 255);
margin: 0 10px;
display: inline-block;
transition: 0.5s;
text-decoration: none;
}
footer .menu li a:hover{
color: #695c54;
}
footer{
position: relative;
width: 100%;
background-color: #e3d5ca;
min-height: 100px;
padding: 20px 50px;
justify-content: center;
align-items: center;
flex-direction: column;
margin-top: 20px;
}
/* Phone view */
@media screen and (orientation:portrait){
nav ul li{
list-style-type: none;
display: inline-block;
padding: 10px 10px;
}
footer{
/* position: relative; */
width: auto;
background-color: #e3d5ca;
min-height: 100px;
/* padding: 20px 50px; */
justify-content: center;
align-items: center;
flex-direction: column;
margin-top: 20px;
}
}
</style>
</head>
<body>
<div class="container">
<nav>
<h2 class="logo"><a href="index.html">Bangkok</a></h2>
<ul>
<li><a href="2-eat.html">EAT</a></li>
<li><a href="4-play.html">PLAY</a></li>
<li><a href="3-bar.html">BAR</a></li>
</ul>
</nav>
</div>
<h1>Come2BKK Site Map</h1>
<table>
<tr id="top">
<td>Pages</td>
<td>Descriptions</td>
</tr>
<tr>
<td><a href="1-index.html">Home Page</a></td>
<td>Introducing the user to the website and its purpose.</td>
</tr>
<tr>
<td><a href="2-eat.html">Eats</a></td>
<td>List of recommended Thai restaurants in Bangkok.</td>
</tr>
<tr>
<td><a href="3-bar.html">Bars</a></td>
<td>List of well-known local bars in Bangkok. Different themes and aesthetics.</td>
</tr>
<tr>
<td><a href="4-play.html">Play</a></td>
<td>List of activities you should do while you're in Bangkok. </td>
</tr>
<tr>
<td><a href="6-contact.html">Contact Page</a></td>
<td>Visitors can provide feedbacks or contact for work purposes</td>
</tr>
</table>
<footer>
<ul class="links">
<li><a href="https://www.facebook.com/AmazingThailand/"><i class="fa-brands fa-facebook"></i></a></li>
<li><a href="https://www.instagram.com/tourismthailand/"><i class="fa-brands fa-instagram"></i></a></li>
<li><a href = mailto:"ntanpairoj1@babson.edu"><i class="fa-solid fa-envelope"></i></a></li>
</ul>
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="5-sitemap.html">Sitemap</a></li>
<li><a href="6-contact.html">Contact</a></li>
</ul>
</footer>
</body>
</html>