-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtouristic-places.html
422 lines (379 loc) · 14.3 KB
/
touristic-places.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
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
<!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>Touristic Places</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="touristic-places"
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;
font-size: 35px;
}
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: center;
padding: 3px;
color: white;
font-size: 1.2em;
}
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 */
h4 {
font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
text-align: right;
padding: 30px;
color: white;
font-size: 1em;
}
#you {
height: 200px;
width: 200px;
margin-right:80%;
margin-left: 30px;
}
.flex-container {
display: flex;
}
.flex-child {
flex: 1;
border: 2px solid yellow;
}
.flex-child:first-child {
margin-right: 20px;
}
#button {
float: left;
color: rgb(255, 255, 255);
text-align: center;
padding: 14px 15px;
margin: auto;
text-decoration: none;
font-size: 17px;
text-align: center;
display: inline-block;
width: 255px;
height: 60px;
cursor: pointer;
border-left: 1px solid white;
background-color: rgb(232, 119, 45);
}
#button:hover {
background-color: #4faecd;
color: black;
cursor: pointer;
}
.grid {
display: grid;
grid-auto-rows: 116px;
grid-gap: 4px 51px;
grid-template-areas: "left right";
grid-template-columns: auto auto;
margin: 27px 14px;
}
.content {
font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
display: flex;
font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
text-align: center;
padding: 30px;
color: white;
font-size: 15px;
}
#subtitle {
color: rgb(232, 119, 45);
font-size: 25px;
font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
#separation {
margin: 10px;
}
#buffer {
margin: 10px;
padding: 10px;
}
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 />
<div class="flex-container">
<div class="person">
<h4 id="honduras">Honduras this way →</h4>
<input id="button" type = "button" value = "Click after reading this page." onclick = "moveRight();" />
</div>
<div class="destination">
<form>
<img id = "you" src = "/images/youtraveling.jpg" />
</form>
</div>
</div>
<hr />
<div id="buffer">
</div>
<img id="slidepics" src="images/coralreef.jpeg" title="Honduran Tourist Sites Slideshow" alt="Honduran Tourist Sites Slideshow" width="75%"
height="500px">
<div id="separation"> </div>
<h1>Touristic Places in Honduras</h1>
<div class="grid">
<div class="content">
<div>
<div id="subtitle">Copán</div>Copán hosts activities for any history fanatic. With numerous Mayan archeological sites, the region holds an immense cultural value for the country. With the region speckled with ancient ruins, guests can explore during the day and relax in geothermal hot water springs at night while staying at an all-inclusive resort.
</div>
</div>
<div class="content">
<div>
<div id="subtitle">Caribbean Coast</div>With uncountable miles of pristine white-sand beaches, the Caribbean coast of Honduras is home to a plentitute of unique flora and fauna as well as numerous groups of native settlements. Stretching from the border with Nicaragua through Guatemela, the long coast also has popular vacation spots like Tela, Omoa, and Puerto Cortes as well as the UNESCO Rio Platano protected biosphere.
</div>
</div>
<div class="content">
<div>
<div id="subtitle">Natural Wonders</div>From the protected Rio Platano Biosphere where the legend of El Dorado originates, to the vast mangrove forests of the Pacific coast, Honduras is blessed by mother nature. Countless waterfalls surround the country, mountains teaming with wildlife are in abundance the second you leave the city, and nature even seeks into urban areas once in a while through large mammals like deer finding shelter at Tegucigalpa's neighbor, La Tigra national park, during the dry months.
</div>
</div>
<div class="content">
<div>
<div id="subtitle">Active Lifestyle Hotspots</div>Whether you are interested in world-class scuba diving or soaring through Central America's highest zipline, Honduras welcomes every adrenaline seeker. A plentitude of outdoor activities can be found across the country to cater for anyone's preferences.
</div>
</div>
</div>
<div id="buffer">
</div>
<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 imgObj = document.getElementById("you");
let animate ;
function traveler() {
imgObj = document.getElementById('you');
imgObj.style.position= 'relative';
imgObj.style.left = '0px';
}
function moveRight() {
imgObj.style.left = parseInt(imgObj.style.left) + 10 + 'px';
animate = setTimeout(moveRight,20);
}
function stop() {
clearTimeout(animate);
imgObj.style.left = '0px';
}
window.onload = traveler;
let imgArray = [
'images/coralreef.jpeg',
'images/zipline.jpeg',
'images/hotsprings.jpeg',
'images/maya.jpeg',
'images/coast.jpeg',
];
let curIndex = 0;
let imgDuration = 3000;
function slideShow() {
document.getElementById('slidepics').src = imgArray[curIndex];
curIndex++;
if (curIndex == imgArray.length) { curIndex = 0; }
setTimeout("slideShow()", imgDuration);
}
slideShow();
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>