-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
300 lines (263 loc) · 9.69 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
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
<!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>Visit Honduras - Home</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="keywords" content="honduras, travel, travel tips, central america, ecotourism, roatan, tegucigalpa, san pedro sula">
<meta
name="home"
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: center;
padding: 30px;
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 */
#lastpbuffer {
margin: 10px;
}
img {
width: 75%;
height: 600px;
}
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>
<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>
</div>
<hr />
<img id="slidepics" src="images/cayoscochinos.jpeg" title="Honduran Landscapes Slideshow" alt="Honduran Landscapes Slideshow" >
<p>
Located within the heart of Central America, Honduras charms any visitor with its people, gastronomy, culture, and natural beauty. I am Enrique Rodriguez, a proud Honduran seeking to create a single-stop website to provide you with a local's perspective as to what you should do if you ever find yourself considering a visit. After all, only a local can provide you with the latest and most relevant <a href="travel-tips.html">travel tips</a>.
</p>
<p>
I wish to invite anyone with a curious mind to explore my country and its beauties. As in any country, a trip to Honduras might not be taken advantage of if you don't take in the full experience; like authentic <a href="activities.html">food</a>, activities, and simply being in the know of the <a href="more-info.html">culture and expectations</a>.
</p>
<div id="lastpbuffer">
</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 imgArray = [
'images/cayoscochinos.jpeg',
'images/hnmountains.jpeg',
'images/copan.jpeg',
'images/pulhapanzakwaterfalls.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>