-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 1.04 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
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Site Trunk</title>
<link rel="stylesheet" type="text/css" href="cssstyles/index.css">
</head>
<body>
<div id="content"></div>
<h1>BYUIO WDD103 - Matthew Anderson - 2022 Fall Semester</h1>
<header>
<nav>
<a href= index.html>About Me(Disabled)</a>
<a href="wwr/wwr.html">White Water Rafting Website</a>
<a href="wwr/site-plan-rafting.html">White Water Rafting Siteplan</a>
<a href="positioningactivity/positioning.html">Positioning Activity</a>
<a href="ubps/index.html">Personal Website</a>
<a href="ubps/utahbeachsiteplan.html">Personal Siteplan</a>
</nav>
</header>
<main>
<img class="blacksands" src="images/blacksands.jpeg" alt="blacksands">
<img class="byu" src="images/index-home.jpg" alt="BYU">
</main>
</body>
<!-- White Water Rafting Website -->