-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 957 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
25
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Satchel Murphy | WDD 130</title>
</head>
<body>
<header>
<nav>
<a href="#">Home</a>
<a href="wwr/">White Water Rafting Website</a>
<a href="wwr/site-plan-rafting.html">White Water Rafting Siteplan</a>
</nav>
</header>
<main>
<h1>Satchel Murphy | WDD 130</h1>
<img src="images/satch-profile.jpg" alt="Hey, I'm Satchel Murphy " width="200" height="300">
<p>Hello! My name is Satchel Murphy and I am from Simi Valley, California. I am the third of five kids in my family. I love playing and watching sports. I especially love volleyball and basketball. I hope to be able to learn a lot this semester </p>
</main>
<footer>
<p>©️2023 🏐 Satchel Murphy 🏀 Simi Valley, California</p>
</footer>
</body>
</html>