-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 1.09 KB
/
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
26
27
<!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>
<header>
<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.html">Positioning Activity</a>
<a href="#">Personal Website</a>
<a href="pws/site-plan.html">Personal Siteplan</a>
</nav>
<h1>McKay Clark</h1>
<img src="me.jpg" alt="mcKay's beautiful face" width="500">
<p>My name is McKay Clark and I am wanting to build a career in software engineering.</p>
<p>I love to play video games and play guitar!</p>
<p>I am not married but will be one day!</p>
<p>I believe that this class will help me to better advertise applications I may create in the future.</p>
</header>
</body>
</html>