-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpersonal.html
37 lines (34 loc) · 1.17 KB
/
personal.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="imgs/favicon.ico">
<link rel="stylesheet" href="css/html5reset.css">
<link rel="stylesheet" href="css/style.css">
<title>About Me</title>
</head>
<body>
<header>
<nav>
<ul>
<li><a href = "index.html">About Me</a></li>
<li><a href = "personal.html">Family</a></li>
<li><a href = "random.html">Random</a></li>
<li><a href = "http://www.si.umich.edu">UMSI</a></li>
</ul>
</nav>
<h1>Family Page</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>