generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
islands.html
536 lines (536 loc) · 32.3 KB
/
islands.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
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Caribbean holiday planning service">
<meta name="keywords" content="Holiday, vacation, caribbean, travel, adventure">
<link rel="shortcut icon" type="image/x-icon" href="assets/logos/Palmtree.png">
<script src="https://kit.fontawesome.com/f73762c6c0.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="assets/css/style.css">
<title>Travel Caribbean</title>
</head>
<body>
<!-- Header containing website title, nav bar (including hamburger menu for smaller screen sizes) and logo image -->
<header id="sub-page-header">
<!-- Credit to Mark Caron - see readme -->
<nav id="main-menu" class="main-menu" aria-label="Main menu">
<a href="#main-menu-toggle" id="main-menu-close" class="menu-close" aria-label="Close main menu">
<span class="sr-only">Close main menu</span>
<span class="fa fa-close" aria-hidden="true"></span>
</a>
<ul>
<li><a href="index.html">Home</a></li>
<li class="list-active"><a href="islands.html">Islands</a></li>
<li><a href="types.html">Types</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
<a href="#main-menu-toggle" class="backdrop" tabindex="-1" hidden>
</a>
<a href="#main-menu" id="main-menu-toggle" class="menu-toggle" aria-label="Open main menu">
<span class="fa fa-bars" aria-hidden="true"></span>
</a>
<!-- End of credit -->
<span class="logo">Travel Caribbean</span>
<img src="assets/logos/homemade.png" alt="Travel Caribbean Logo" id="logo-homemade">
<nav id="big-screen-nav">
<a href="index.html"><span>Home</span></a>
<a href="islands.html" class="active"><span>Islands</span></a>
<a href="types.html"><span>Types</span></a>
<a href="gallery.html"><span>Gallery</span></a>
<a href="contact.html"><span>Contact Us</span></a>
</nav>
</header>
<!-- iframe containing google-map area of the caribbean for customer to learn more about the area -->
<iframe id="islands-iframe" src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d9965431.835803904!2d-72.95229533045138!3d18.178775546861694!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e1!3m2!1sen!2suk!4v1622051994057!5m2!1sen!2suk" title="Map of Caribbean from Google Maps">
</iframe>
<!-- Navigation section - shows customer the island groups and directs them to the specific section when clicked -->
<div id="islands-internal-nav-bar">
<a href="#map-link-1">
<div class="hov-map">
Lucayan<br>Archipelago<br><br>
</div>
</a>
<a href="#map-link-2">
<div class="hov-map">
<br>Cuba<br><br>
</div>
</a>
<a href="#map-link-3">
<div class="hov-map">
Cayman<br>Islands<br>& Jamaica<br>
</div>
</a>
<a href="#map-link-4">
<div class="hov-map">
Hispaniola<br>& Puerto<br>Rico<br>
</div>
</a>
<a href="#map-link-5">
<div class="hov-map">
Leeward<br>Islands<br><br>
</div>
</a>
<a href="#map-link-6">
<div class="hov-map">
Windward<br>Islands<br><br>
</div>
</a>
<a href="#map-link-7">
<div class="hov-map">
Trinidad<br>and Tobago<br>& Barbados
</div>
</a>
<a href="#map-link-8">
<div class="hov-map">
Aruba,<br>Bonaire<br>& Curacao
</div>
</a>
</div>
<!-- Information for the customer on lucayan archipelago -->
<section class="islands-section" id="map-link-1">
<div class="heading-bar">
<h1>
Lucayan Archipelago
</h1>
</div>
<div class="islands-section-map-link-container">
<a href="large-map-pages/map-lucayan.html" aria-label="see map in larger scale">
<div class="islands-map" id="map-1">
</div>
</a>
<a href="#sub-page-header">
<div class="styled-button islands-back-to-top">
Back to the top <i class="fas fa-arrow-alt-circle-up"></i>
</div>
</a>
</div>
<div class="islands-text">
<h2>
<i class="fas fa-arrow-circle-left"></i> Click OR tap the map to see it bigger! <i class="fas fa-arrow-circle-up"></i>
</h2>
<div class="island-info" style="font-size: 110%;">
The Lucayan Archipelago (also known as the Bahama Archipelago), is an island group comprising the Commonwealth of The Bahamas and the
British Overseas Territory of the Turks and Caicos Islands. The archipelago is in the western North Atlantic Ocean, north of Cuba and
the other Antilles, and east and southeast of Florida. The Lucayan Archipelago is not located in the Caribbean Sea.<br><br>
A full list of islands found in the Lucayan Archipelago can be found
<a href="https://en.wikipedia.org/wiki/List_of_Caribbean_islands#Lucayan_Archipelago" target="_blank"><strong>HERE</strong></a>
<br><br>
<strong>Bahamas:</strong>
<ul style="margin-top: 0px;">
<li><strong>Official Language:</strong> English</li>
<li><strong>Official Currency:</strong> Bahamian Dollars (B$) however USD accepted</li>
</ul>
<strong>Turks and Caicos:</strong>
<ul style="margin-top: 0px;">
<li><strong>Official Language:</strong> English</li>
<li><strong>Official Currency:</strong> US Dollars</li>
</ul>
<p class="references"><a href="https://en.wikipedia.org/wiki/List_of_Caribbean_islands#Lucayan_Archipelago" target="_blank">Wikipedia</a></p>
</div>
</div>
</section>
<!-- Information for the customer on cuba -->
<section class="islands-section" id="map-link-2">
<div class="heading-bar">
<h1>
Cuba
</h1>
</div>
<div class="islands-section-map-link-container">
<a href="large-map-pages/map-cuba.html" aria-label="see map in larger scale">
<div class="islands-map" id="map-2">
</div>
</a>
<a href="#sub-page-header">
<div class="styled-button islands-back-to-top">
Back to the top <i class="fas fa-arrow-alt-circle-up"></i>
</div>
</a>
</div>
<div class="islands-text">
<h2>
<i class="fas fa-arrow-circle-left"></i> Click OR tap the map to see it bigger! <i class="fas fa-arrow-circle-up"></i>
</h2>
<div class="island-info">
Cuba, (officially the Republic of Cuba), is a country comprising the island of Cuba, as well as Isla de la Juventud and several minor archipelagos.
Cuba is located where the northern Caribbean Sea, Gulf of Mexico, and Atlantic Ocean meet. It is east of the Yucatán Peninsula (Mexico), south of
both the U.S. state of Florida and the Bahamas, west of Hispaniola, and north of both Jamaica and the Cayman Islands. Havana is the largest city and
capital; other major cities include Santiago de Cuba and Camagüey.<br><br>
A full list of islands found in the region of Cuba can be found
<a href="https://en.wikipedia.org/wiki/List_of_islands_of_Cuba" target="_blank"><strong>HERE</strong></a>
<p class="references"><a href="https://en.wikipedia.org/wiki/List_of_islands_of_Cuba" target="_blank">Wikipedia</a></p><br>
<strong>Cuba:</strong>
<ul style="margin-top: 0px;">
<li><strong>Official Language:</strong> Spanish</li>
<li><strong>Also widely spoken:</strong> Haitian Creole</li>
<li><strong>Official Currency:</strong> Cuban Peso (CUP)*</li>
</ul>
*Up until January 2021 there were two official currencies: the Cuban Peso (CUP) and Cuban Convertible Peso (CUC)... thankfully since the ellimination
of the CUC, things are much simplier for tourists in Cuba.
<p class="references"><a href="https://www.tourepublic.com/blog/cuban-currency/" target="_blank">Tour Republic</a></p><br>
</div>
</div>
</section>
<!-- Information for the customer on cayman islands and jamaica -->
<section class="islands-section" id="map-link-3">
<div class="heading-bar">
<h1>
Cayman Islands and Jamaica
</h1>
</div>
<div class="islands-section-map-link-container">
<a href="large-map-pages/map-cayman-jamaica.html" aria-label="see map in larger scale">
<div class="islands-map" id="map-3">
</div>
</a>
<a href="#sub-page-header">
<div class="styled-button islands-back-to-top">
Back to the top <i class="fas fa-arrow-alt-circle-up"></i>
</div>
</a>
</div>
<div class="islands-text">
<h2>
<i class="fas fa-arrow-circle-left"></i> Click OR tap the map to see it bigger! <i class="fas fa-arrow-circle-up"></i>
</h2>
<div class="island-info" style="font-size: 90%;">
The Cayman Islands is a British Overseas Territory in the western Caribbean Sea. The 264-square-kilometre territory
comprises the three islands of Grand Cayman, Cayman Brac and Little Cayman. The capital city is George Town on Grand Cayman,
which is the most populous of the three islands. Jamaica is an island country situated in the Caribbean Sea. Spanning 10,990
square kilometres in area, it is the third-largest island of the Greater Antilles and the Caribbean.<br><br>
A full list of islands found in the regions of the Cayman Islands and Jamaica can be found
<a href="https://en.wikipedia.org/wiki/List_of_Caribbean_islands#Cayman_Islands" target="_blank"><strong>HERE</strong></a> and
<a href="https://en.wikipedia.org/wiki/List_of_Caribbean_islands#Jamaica" target="_blank"><strong>HERE</strong></a>
<br><br>
<strong>Cayman Islands:</strong>
<ul style="margin-top: 0px;">
<li><strong>Official Language:</strong> English</li>
<li><strong>Official Currency:</strong> Cayman Island Dollar (CI$)</li>
<li><strong>Unofficial Currency:</strong> US Dollar (Widely accepted everywhere)</li>
</ul>
<strong>Jamaica:</strong>
<ul style="margin-top: 0px;">
<li><strong>Official Language:</strong> English</li>
<li><strong>Unofficial Language:</strong> <a href="https://www.youtube.com/watch?v=hNM-BE4xAyo" target="_blank">Jamaican Patois</a></li>
<li><strong>Official Currency:</strong> Jamaican Dollar (JMD)</li>
<li><strong>Unofficial Currency:</strong> US Dollar (In tourist areas)</li>
</ul>
<p class="references"><a href="https://en.wikipedia.org/wiki/Jamaica" target="_blank">Wikipedia</a></p>
</div>
</div>
</section>
<!-- Information for the customer on hispaniola and puerto rico -->
<section class="islands-section" id="map-link-4">
<div class="heading-bar">
<h1>
Hispaniola and Puerto Rico
</h1>
</div>
<div class="islands-section-map-link-container">
<a href="large-map-pages/map-hispaniola-puerto.html" aria-label="see map in larger scale">
<div class="islands-map" id="map-4">
</div>
</a>
<a href="#sub-page-header">
<div class="styled-button islands-back-to-top">
Back to the top <i class="fas fa-arrow-alt-circle-up"></i>
</div>
</a>
</div>
<div class="islands-text">
<h2>
<i class="fas fa-arrow-circle-left"></i> Click OR tap the map to see it bigger! <i class="fas fa-arrow-circle-up"></i>
</h2>
<div class="island-info">
Hispaniola is an island in the Caribbean that is part of the Greater Antilles, it is the most populous island
in the West Indies, and the region's second largest in area, after the main island of Cuba. The 76,192-square-kilometre
island is divided into two separate nations: the Spanish-speaking Dominican Republic to the east and French/Haitian
Creole-speaking Haiti to the west. Puerto Rico (officially the Commonwealth of Puerto Rico) is a Caribbean island and
unincorporated territory of the United States. It is located in the northeast Caribbean Sea, approximately 1,000 miles
southeast of Miami, Florida.<br><br>
A full list of islands found in the regions of Hispaniola and Puerto Rico can be found
<a href="https://en.wikipedia.org/wiki/List_of_islands_of_the_Dominican_Republic" target="_blank"><strong>HERE</strong></a>,
<a href="https://en.wikipedia.org/wiki/List_of_Caribbean_islands#Haiti" target="_blank"><strong>HERE</strong></a> and
<a href="https://en.wikipedia.org/wiki/List_of_Caribbean_islands#Puerto_Rico" target="_blank"><strong>HERE</strong></a>
<br><br>
<strong>Hispaniola:</strong>
<ul style="margin-top: 0px;">
<li><strong>Official Language:</strong> Spanish</li>
<li><strong>Official Currency:</strong> Haitian Gourde & Dominican Peso</li>
</ul>
<strong>Puerto Rico:</strong>
<ul style="margin-top: 0px;">
<li><strong>Official Language:</strong> Spanish & English</li>
<li><strong>Official Currency:</strong> United States Dollar</li>
</ul>
<p class="references"><a href="https://en.wikipedia.org/wiki/Hispaniola" target="_blank">Wikipedia</a></p>
</div>
</div>
</section>
<!-- Information for the customer on leeward islands -->
<section class="islands-section" id="map-link-5">
<div class="heading-bar">
<h1>
Leeward Islands
</h1>
</div>
<div class="islands-section-map-link-container">
<a href="large-map-pages/map-leeward.html" aria-label="see map in larger scale">
<div class="islands-map" id="map-5">
</div>
</a>
<a href="#sub-page-header">
<div class="styled-button islands-back-to-top">
Back to the top <i class="fas fa-arrow-alt-circle-up"></i>
</div>
</a>
</div>
<div class="islands-text" style="font-size: 90%;">
<h2>
<i class="fas fa-arrow-circle-left"></i> Click OR tap the map to see it bigger! <i class="fas fa-arrow-circle-up"></i>
</h2>
<div class="island-info">
The Leeward Islands are a group of islands situated where the northeastern Caribbean Sea meets the western Atlantic Ocean.
Starting with the Virgin Islands east of Puerto Rico, they extend southeast to Guadeloupe and its dependencies. The regions of
the Leeward islands are:<br>
<ul>
<li>The Virgin Islands:
<ul>
<li>
<a href="https://en.wikipedia.org/wiki/List_of_Caribbean_islands#British_Virgin_Islands" target="_blank"><strong>British Vigin Islands</strong></a>, the
<a href="https://en.wikipedia.org/wiki/Spanish_Virgin_Islands" target="_blank"><strong>Spanish Vigin Islands</strong></a> and the
<a href="https://en.wikipedia.org/wiki/List_of_Caribbean_islands#United_States_Virgin_Islands" target="_blank"><strong>US Vigin Islands</strong></a>.
</li>
</ul>
</li>
<li>Northern Leeward Islands (Antiuga and above):
<ul>
<li>
<a href="https://en.wikipedia.org/wiki/List_of_Caribbean_islands#Anguilla" target="_blank"><strong>Anguilla</strong></a>,
<a href="https://en.wikipedia.org/wiki/List_of_Caribbean_islands#Saint_Martin_(France)" target="_blank"><strong>Saint Martin</strong></a>,
<a href="https://en.wikipedia.org/wiki/List_of_Caribbean_islands#Antigua_and_Barbuda" target="_blank"><strong>Antigua & Barbuda</strong></a>,
<a href="https://en.wikipedia.org/wiki/List_of_Caribbean_islands#Saint_Barth%C3%A9lemy" target="_blank"><strong>Saint Barthélemy</strong></a> and
<a href="https://en.wikipedia.org/wiki/Saba" target="_blank"><strong>Saba</strong></a>
</li>
</ul>
</li>
<li>Southern Leeward Islands (Sint Eustatius and below):
<ul>
<li>
<a href="https://en.wikipedia.org/wiki/Sint_Eustatius" target="_blank"><strong>Sint Eustatius</strong></a>,
<a href="https://en.wikipedia.org/wiki/List_of_Caribbean_islands#Saint_Kitts_and_Nevis" target="_blank"><strong>Saint Kitts and Nevis</strong></a>,
<a href="https://en.wikipedia.org/wiki/Montserrat" target="_blank"><strong>Montserrat</strong></a> and
<a href="https://en.wikipedia.org/wiki/List_of_Caribbean_islands#Guadeloupe" target="_blank"><strong>Guadeloupe</strong></a>
</li>
</ul>
</li>
</ul>
<strong>Saint Barthélemy & Guadeloupe & St Martin (French Side):</strong>
<ul style="margin-top: 0px;">
<li><strong>Official Language:</strong> French</li>
<li><strong>Official Currency:</strong> Euros</li>
</ul>
<strong>Saba, Sint Eustatius & St Martin (Dutch Side):</strong>
<ul style="margin-top: 0px;">
<li><strong>Official Language:</strong> Dutch</li>
<li><strong>Official Currency:</strong> United States Dollar</li>
</ul>
<strong>Anguilla, Saint Kitts and Nevis, Antigua and Barbuda & Montserrat:</strong>
<ul style="margin-top: 0px;">
<li><strong>Official Language:</strong> English</li>
<li><strong>Official Currency:</strong> Eastern Caribbean Dollar</li>
</ul>
<p class="references"><a href="https://en.wikipedia.org/wiki/Leeward_Islands" target="_blank">Wikipedia</a></p>
</div>
</div>
</section>
<!-- Information for the customer on windward islands -->
<section class="islands-section" id="map-link-6">
<div class="heading-bar">
<h1>
Windward Islands
</h1>
</div>
<div class="islands-section-map-link-container">
<a href="large-map-pages/map-windward.html" aria-label="see map in larger scale">
<div class="islands-map" id="map-6">
</div>
</a>
<a href="#sub-page-header">
<div class="styled-button islands-back-to-top">
Back to the top <i class="fas fa-arrow-alt-circle-up"></i>
</div>
</a>
</div>
<div class="islands-text">
<h2>
<i class="fas fa-arrow-circle-left"></i> Click OR tap the map to see it bigger! <i class="fas fa-arrow-circle-up"></i>
</h2>
<div class="island-info" style="font-size: 95%;">
The Windward Islands, are the southern, generally larger islands of the Lesser Antilles, within the West Indies.
They lie south of the Leeward Islands. The name was also used to refer to a British colony in these islands, existing between
1833 and 1960 and consisting of the islands of <a href="https://en.wikipedia.org/wiki/Saint_Lucia" target="_blank"><strong>SAINT LUCIA</strong></a>,
<a href="https://en.wikipedia.org/wiki/Saint_Vincent_and_the_Grenadines" target="_blank"><strong>SAINT VINCENT & THE GRENADINES</strong></a>, and
<a href="https://en.wikipedia.org/wiki/Grenada" target="_blank"><strong>GRENADA</strong></a>, which today make up three sovereign nations. The island
of <a href="https://en.wikipedia.org/wiki/Dominica" target="_blank"><strong>DOMINICA</strong></a>, also today a sovereign nation, was traditionally a part
of the Leeward Islands until 1940, when it was transferred from the Leeward Islands colony to the Windward Islands.
<a href="https://en.wikipedia.org/wiki/Martinique" target="_blank"><strong>MARTINIQUE</strong></a> is also situated in the
Windward island chain, and is a single territorial collectivity of France.
<br><br>
<strong>Saint Lucia, Saint Vincent & The Grenadines, Grenada and Dominica:</strong>
<ul style="margin-top: 0px;">
<li><strong>Official Language:</strong> English</li>
<li><strong>Official Currency:</strong> Eastern Caribbean Dollar*</li>
</ul>
<strong>Martinique</strong>
<ul style="margin-top: 0px;">
<li><strong>Official Language:</strong> French</li>
<li><strong>Official Currency:</strong> Euro</li>
</ul>
<br>*The US Dollar is also widely used on these islands in tourist areas, however purchase change may be given in ECD.<br>
<p class="references"><a href="https://en.wikipedia.org/wiki/Windward_Islands" target="_blank">Wikipedia</a></p>
</div>
</div>
</section>
<!-- Information for the customer on trinidad and tobago and barbados -->
<section class="islands-section" id="map-link-7">
<div class="heading-bar">
<h1>
Trinidad & Tobago and Barbados
</h1>
</div>
<div class="islands-section-map-link-container">
<a href="large-map-pages/map-trinidad-barbados.html" aria-label="see map in larger scale">
<div class="islands-map" id="map-7">
</div>
</a>
<a href="#sub-page-header">
<div class="styled-button islands-back-to-top">
Back to the top <i class="fas fa-arrow-alt-circle-up"></i>
</div>
</a>
</div>
<div class="islands-text">
<h2>
<i class="fas fa-arrow-circle-left"></i> Click OR tap the map to see it bigger! <i class="fas fa-arrow-circle-up"></i>
</h2>
<div class="island-info">
<a href="https://en.wikipedia.org/wiki/Trinidad_and_Tobago" target="_blank"><strong>TRINIDAD & TOBAGO</strong></a>, is the southernmost island country in the Caribbean and is known for its fossil-fuel wealth. Consisting
of the main islands Trinidad and Tobago, and numerous much smaller islands, it is situated 130 kilometres south of Grenada
and 11 kilometres off the coast of northeastern Venezuela. <a href="https://en.wikipedia.org/wiki/Barbados" target="_blank"><strong>BARBADOS</strong></a> is an island country in the Lesser Antilles of the West Indies,
in the Caribbean region of North America, and the most easterly of the Caribbean Islands. It covers an area of 432 km2. It is in
the western part of the North Atlantic, 100 km east of the Windward Islands and the Caribbean Sea. Barbados is outside the principal
Atlantic hurricane belt. Its capital and largest city is Bridgetown.<br><br>
<strong>Trinidad & Tobago:</strong>
<ul style="margin-top: 0px;">
<li><strong>Official Language:</strong> English</li>
<li><strong>Official Currency:</strong> Trinidad & Tobago Dollar</li>
</ul>
<strong>Barbados:</strong>
<ul style="margin-top: 0px;">
<li><strong>Official Language:</strong> English</li>
<li><strong>Official Currency:</strong> Barbados Dollar</li>
</ul>
<p class="references"><a href="https://en.wikipedia.org/wiki/Trinidad_and_Tobago" target="_blank">Wikipedia</a></p>
</div>
</div>
</section>
<!-- Information for the customer on aruba bonaire and curacao -->
<section class="islands-section" id="map-link-8">
<div class="heading-bar">
<h1>
ABC Islands
</h1>
</div>
<div class="islands-section-map-link-container">
<a href="large-map-pages/map-abc-islands.html" aria-label="see map in larger scale">
<div class="islands-map" id="map-8">
</div>
</a>
<a href="#sub-page-header">
<div class="styled-button islands-back-to-top">
Back to the top <i class="fas fa-arrow-alt-circle-up"></i>
</div>
</a>
</div>
<div class="islands-text">
<h2>
<i class="fas fa-arrow-circle-left"></i> Click OR tap the map to see it bigger! <i class="fas fa-arrow-circle-up"></i>
</h2>
<div class="island-info">
The ABC islands is the physical group of <a href="https://en.wikipedia.org/wiki/Aruba" target="_blank"><strong>ARUBA</strong></a>,
<a href="https://en.wikipedia.org/wiki/Bonaire" target="_blank"><strong>BONAIRE</strong></a>, and
<a href="https://en.wikipedia.org/wiki/Cura%C3%A7ao" target="_blank"><strong>CURAÇO</strong></a>,
the three westernmost islands of the Leeward Antilles in the Caribbean Sea. They are a short distance north of Falcón State, Venezuela.
Aruba and Curaçao are autonomous, self-governing constituent countries of the Netherlands, while Bonaire is a special municipality of
the Netherlands. Territories of the Kingdom of the Netherlands, the countries, and municipality, are outside the European Union.<br><br>
<strong>Aruba:</strong>
<ul style="margin-top: 0px;">
<li><strong>Official Language:</strong> Dutch & Papiamento</li>
<li><strong>Official Currency:</strong> Aruban Florin (USD widely accepted)</li>
</ul>
<strong>Bonaire:</strong>
<ul style="margin-top: 0px;">
<li><strong>Official Language:</strong> Dutch</li>
<li><strong>Official Currency:</strong> US Dollar</li>
</ul>
<strong>Curaçao:</strong>
<ul style="margin-top: 0px;">
<li><strong>Official Language:</strong> Dutch, English & Papiamento</li>
<li><strong>Official Currency:</strong> Netherlands Antillean Guilder (USD widely accepted)</li>
</ul>
<p class="references"><a href="https://en.wikipedia.org/wiki/ABC_islands_(Leeward_Antilles)" target="_blank">Wikipedia</a></p>
</div>
</div>
</section>
<!-- Image banner containing thank you text and link button to contact page with brochure download and contact form -->
<section id="turtle-banner">
<div id="turtle-banner-thanks">
<h1>
Thank you for <br>
visiting!
</h1>
</div>
<a href="contact.html">
<div class="styled-button" id="turtle-button">
Contact us & get your FREE brochure here!
</div>
</a>
</section>
<!-- Footer containing social media links and holiday protection agencies -->
<footer>
<ul class="find-us">
<li>Find us on:</li>
<li>
<a href="https://facebook.com" target="_blank" aria-label="Facebook"><i class="fab fa-facebook"></i></a>
</li>
<li>
<a href="https://twitter.com/?lang=en-gb" target="_blank" aria-label="Twitter"><i class="fab fa-twitter-square"></i></a>
</li>
<li>
<a href="https://youtube.com" target="_blank" aria-label="YouTube"><i class="fab fa-youtube-square"></i></a>
</li>
<li>
<a href="https://instagram.com" target="_blank" aria-label="Instagram"><i class="fab fa-instagram-square"></i></a>
</li>
<li>
<a href="https://google.com" target="_blank" aria-label="Google"><i class="fab fa-google"></i></a>
</li>
<li>
<a href="https://tripadvisor.com" target="_blank" aria-label="Trip Advisor"><i class="fab fa-tripadvisor"></i></a>
</li>
</ul>
<br><br>
<img src="assets/logos/abta.png" alt="Logo for abta travel protection" class="protection-logo">
<img src="assets/logos/atol.png" alt="Logo for atol travel protection" class="protection-logo">
<img src="assets/logos/clia.png" alt="Logo for CLIA (cruising) travel protection" class="protection-logo">
<img src="assets/logos/fp.png" alt="Logo for financial protection" class="protection-logo">
<img src="assets/logos/tta.png" alt="Logo for Travel Trust association" class="protection-logo">
<br>
</footer>
</body>
</html>