-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage-6.html
34 lines (28 loc) · 1.24 KB
/
page-6.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<title>El Volcán</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main>
<div class="page-6">
<div class="lanzarote-drawing-6">
<img class="background" src="images/peace.jpg" alt="A pastel watercolour painting of a Lanzarote beach">
<img class="lying-down-bear" src="images/bear-4.png" alt="Polly lying down, head on her paws">
</div>
<div class="page-elements">
<div>
<p class="opening-text">Polly's adventure has come to an end! She got to explore the unique
landscape on Lanzarote, talked to some of the locals, and foraged for delicious fruits.
Now it's time to head back home.</p>
<p class="exercise-5">Thank you for helping Polly on this journey!</p>
</div>
<a class="page-6-button" href="page-7.html">Go home</a>
</div>
</div>
</main>
</body>
</html>