-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (23 loc) · 890 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WDD130 | Home</title>
</head>
<body>
<nav>
<a href="wwr/index.html">White Water Rafting Website</a>
<a href="wwr/site-plan-rafting.html">White Water Rafting Siteplan</a>
<a href="positioning/positioning.html">Positioning Activity</a>
<a href="portfolio/index.html">Personal Website</a>
<a href="site-plan/site-plan.html">Personal Siteplan</a>
</nav>
<h1>Reese Bernard</h1>
<img src="myphoto.jpg" alt="Image of me">
<p>Hello my name is Reese! I came to BYU Idaho from Cincinnati Ohio.
I like to play trombone, run, and play video games. I am a computer
science major and I love to learn about how computers work.
</p>
</body>
</html>