-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlatin-america.html
91 lines (83 loc) · 5.05 KB
/
latin-america.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>latin america</title>
<link rel="stylesheet" href="css/html5reset.css">
<link rel="stylesheet" href="css/style.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.3/css/lightbox.min.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.3/js/lightbox-plus-jquery.min.js"></script>
</head>
<body class="latin-america-page">
<header>
<a href = "#main" class="skip-link">Skip to Main Content</a>
<nav>
<ul class="nav-bar">
<li><a href = "index.html" class="current-page">home</a></li>
<li><a href = "north-america.html">north america</a></li>
<li><a href = "latin-america.html">latin america</a></li>
<li><a href = "europe.html">europe</a></li>
<li><a href="https://www.instagram.com/izzyd.pics"><img src="images/instagram.svg" alt="Instagram Icon" height="20"></a></li>
<li><a href="mailto:[email protected]"><img src="images/envelope-regular.svg" alt="Email Icon" height="20"></a></li>
</ul>
</nav>
</header>
<main id="main">
<h1>latin america</h1>
<img src="images/latin-america.png" class="map-img" alt="map of latin america">
<div class="mexico">
<h2>cancun, mexico</h2>
<img src="images/mex/mex-plants.jpg" alt="tropical plants with red flowers in the middle" class="location-img">
<p>This year I went on spring break with friends to Cancun in February 2024</p>
<p class="click">Click on the images below to see them closer!</p>
<div class="mex-grid">
<a href="images/mex/mex-breakfast.jpg" data-lightbox="mex-gallery" data-title="breakfast">
<img src="images/mex/mex-breakfast.jpg" alt="a plate with fruit, potatoes, and an omelette" width="300">
</a>
<a href="images/mex/mex-fish.jpg" data-lightbox="mex-gallery" data-title="koi fish">
<img src="images/mex/mex-fish.jpg" alt="koi fish in a pond" width="300">
</a>
<a href="images/mex/mex-ocean.png" data-lightbox="mex-gallery" data-title="sunset and palm trees">
<img src="images/mex/mex-ocean.png" alt="palm trees and the ocean at sunset" width="300">
</a>
<a href="images/mex/mex-peacock.jpg" data-lightbox="mex-gallery" data-title="peacock">
<img src="images/mex/mex-peacock.jpg" alt="a peacock sitting on a plant" width="300">
</a>
<a href="images/mex/mex-steps.jpg" data-lightbox="mex-gallery" data-title="me on some stairs!">
<img src="images/mex/mex-steps.jpg" alt="a girl standing on wooden stairs surrounded by plants" width="300">
</a>
<a href="images/mex/mex-waterfall.jpg" data-lightbox="mex-gallery" data-title="waterfall">
<img src="images/mex/mex-waterfall.jpg" alt="a small green waterfall" width="300">
</a>
</div>
</div>
<div class="dr">
<h2>punta cana, dominican republic</h2>
<img src="images2/dr/dr-sunset.jpg" alt="one palm tree in the sand at sunset" width="300" class="location-img">
<p>I visited Punta Cana with my family in July 2023</p>
<p class="click">Click on the images below to see them closer!</p>
<div class="dr-grid">
<a href="images2/dr/dr-lake.jpg" data-lightbox="dr-gallery" data-title="restraunt and lake">
<img src="images2/dr/dr-lake.jpg" alt="modern building behind a small lake" width="300">
</a>
<a href="images2/dr/dr-ocean.jpg" data-lightbox="dr-gallery" data-title="sunset in the ocean">
<img src="images2/dr/dr-ocean.jpg" alt="person standing in the ocean during sunset" width="300">
</a>
<a href="images2/dr/dr-peacock.jpg" data-lightbox="dr-gallery" data-title="peacock!">
<img src="images2/dr/dr-peacock.jpg" alt="peacock displaying feathers" width="300">
</a>
<a href="images2/dr/dr-sunset2.jpg" data-lightbox="dr-gallery" data-title="palm trees at sunset">
<img src="images2/dr/dr-sunset2.jpg" alt="the shore of the ocean at sunset" width="300">
</a>
<a href="images2/dr/dr-tree.jpg" data-lightbox="dr-gallery" data-title="cool tree!">
<img src="images2/dr/dr-tree.jpg" alt="a tall tree curved to the left" width="300">
</a>
<a href="images2/dr/dr-water.jpg" data-lightbox="dr-gallery" data-title="canal around restraunt">
<img src="images2/dr/dr-water.jpg" alt="a canal surrounded by buildings" width="300">
</a>
</div>
</div>
</main>
</body>
</html>