-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmore-info.html
292 lines (265 loc) · 9.81 KB
/
more-info.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZTX8Q81HF3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZTX8Q81HF3');
</script>
<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>More Info</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Ms+Madi&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Courgette&display=swap"
rel="stylesheet"
/>
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<meta name="author" content="Enrique Rodriguez" />
<meta
name="more-info"
content="The Visit Honduras website aims to condense a curated guide for a trip to Honduras done by a local. The website gives travel tips and guidance for anyone planning a visit." />
</head>
<style>
h1 {
font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;;
text-align: center;
padding: 30px;
color: white;
}
h2 {
font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
text-align: center;
padding: 30px;
color: white;
}
h3 {
font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
text-align: center;
padding: 30px;
color: white;
}
p {
text-indent: 30px;
font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
font-size: 1.2em;
text-indent: 30px;
text-align: left;
width: 100%;
color: white;
}
body {
background-color: #3c586b;
margin-left: 120px;
margin-right: 120px;
}
a:link {
color: #4faecd;
text-decoration: none;
cursor: pointer;
}
a:visited {
color: #4faecd;
text-decoration: none;
cursor: pointer;
}
#logo{
height: 80px;
width: 235px;
border: 0;
cursor: pointer;
}
#bottomlinks {
text-align: center;
font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
font-size: 1.2em;
}
#copyright {
text-align: center;
font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
font-size: 10px;
text-decoration: none;
color: white;
}
h1 {
text-align: right;
padding: 30px;
color: white;
font-size: 1em;
cursor: pointer;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
body {
margin: 1em;
text-align: center;
font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
font-size: 1.2em;
}
.navbar {
overflow: hidden;
background-color: rgb(232, 119, 45);
text-align: center;
}
.navbar a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 15px;
margin: auto;
text-decoration: none;
font-size: 17px;
text-align: center;
display: inline-block;
width: 14%;
cursor: pointer;
border-left: 1px solid white;
}
.navbar a:hover {
background-color: #4faecd;
color: black;
cursor: pointer;
}
.navbar a:active {
background-color: #4fadcd88;
color: white;
cursor: pointer;
}
.bottomlinks {
overflow: hidden;
background-color: #3c586b;
cursor: pointer;
}
.bottomlinks a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
cursor: pointer;
}
.bottomlinks a:hover {
background-color: #4faecd;
color: black;
cursor: pointer;
}
.bottomlinks a:active {
background-color: #4fadcd88;
color: white;
cursor: pointer;
}
/* Only page-specific CSS below */
h1:active {
color: red;
cursor: pointer;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
ul {
text-align: left;
font-size: 1.2em;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: #f2f2f2;
}
img {
width: 55%;
height: 450px;
}
button {
background-color: rgb(232, 119, 45);
color: #f2f2f2;
text-align: center;
font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
text-align: center;
}
button:hover {
background-color: #4fadcd88;
color: white;
}
h5 {
font-family: Arial, sans-serif;
text-align: center;
font-size: 12px;
padding: 7px;
color: white;
}
</style>
</head>
<body>
<div id="navbar">
<a href="index.html">
<img id="logo" src="images/visithnlogo.png" alt="Visit Honduras Logo">
</a>
<div class="navbar">
<a href="index.html">  Home  </a>
<a href="touristic-places.html">  Touristic Places  </a>
<a href="travel-accomodations.html">  Travel Accomodations  </a>
<a href="activities.html">  Activities  </a>
<a href="travel-tips.html">  Travel Tips  </a>
<a href="more-info.html">  More Info  </a>
</div>
<hr />
<h1 id="phonenumbers">Click here for emergency phone numbers ⚠️</h1>
<img src="images/safetypic.jpeg" title="safety equipment" alt="safety equipment">
<h2>Important Info</h2>
<p>It is extremely important for you to follow local guide recommendations. Honduras is a developing country where taking valuables around on the street might not be a good idea, especially for jewelry, watches, and phones! To ensure your safety, comfort, and peace of mind, I suggest you follow these tips: </p>
<ul id="tipslist">
<li>Avoid showing valuables in public</li>
<li>Avoid traveling at nighttime</li>
<li>Do not carry your passport on you unless necessary</li>
<li>Use Uber! It is significantly safer than using public transport and traditional taxis</li>
<li>Take cash in Honduran Lempiras, not US$ </li>
<li>Ask your local guide where to go, wandering off in the wrong part of town can quickly become unpleasant</li>
<li>Hire a driver for your stay. It is fairly cheap and allows for them to provide additional suggestions and safety tips</li>
</ul>
<hr />
<h5>Try out our site themes!</h5>
<button id="darkbtn">DARK THEME</button>
<button id="lightbtn">LIGHT THEME</button>
<p> </p>
<div class="bottomlinks">
<a href="index.html">  Home  </a>
<a href="sitemap.html">  Sitemap  </a>
<a href="contact-page.html">  Contact Us  </a>
<div>
</div>
<p id="copyright">Copyright Pending © 2022 Enrique Rodriguez.</p>
<script>
let btn = document.getElementById("phonenumbers")
btn.addEventListener('click', function btnClick() {
btn.innerHTML = 'POLICE: 911     AMBULANCE: 195     TEGUCIGALPA HOSPITAL: +504 2280-1500     SPS HOSPITAL: +504 2516-0174';
});
function darkMode() {
const darkbtn =
(document.querySelector("body").style.backgroundColor = "black");
(document.querySelector(".bottomlinks").style.background = "black");
}
function lightMode() {
const lightbtn =
(document.querySelector("body").style.background = "#3c586b");
(document.querySelector(".bottomlinks").style.background = "#3c586b");
}
document.getElementById("darkbtn").addEventListener("click", function () {
darkMode();
});
document
.getElementById("lightbtn")
.addEventListener("click", function () {
lightMode();
});
</script>
</body>
</html>