-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfamily.html
40 lines (31 loc) · 978 Bytes
/
family.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="imgs/favicon.ico">
<link rel="stylesheet" href="css/html5reset.css">
<link rel="stylesheet" href="css/style.css">
<title>Family</title>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">About</a></li>
<li><a href="family.html">Family</a></li>
</ul>
</nav>
<h1>Family</h1>
</header>
<main>
<p>In 2016 I loaded my kids into the minivan and took them on a drive across the Northern midwest states. We went to Wisconsin Dells, the Badlands, Mount Rushmore, Jewel Cave, and Custer State Park.</p>
<img src = "imgs/wisconsin_dells.jpg" alt = "Wisconsin Dells" width="25"/>
<img src = "imgs/badlands.jpg" alt = "Badlands" width="1000"/>
<img src = "imgs/falling.jpg" alt = "Falling" width="25"/>
<img src = "imgs/jewel_cave.jpg" alt = "Jewel Cave" width="1000"/>
</main>
<footer>
<p>Colleen van Lent © 2020</p>
</footer>
</body>
</html>