-
Notifications
You must be signed in to change notification settings - Fork 0
/
wireframe2.html
45 lines (33 loc) · 1.24 KB
/
wireframe2.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
38
39
40
41
42
43
44
45
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Whitewater rafting vacation | Dry Oar Boating | Home</title>
</head>
<body>
<header>
<img src="http://brothert.net/dryoar/images/dryoarlogo.png" alt="Dry Oar Logo">
<nav>
<h1>Dry Oar</h1>
<ol>
<li>Home</li>
<li>FAQ</li>
<li>Rates/Dates</li>
<li>Contact Us</li>
</ol>
</nav>
</header>
<main>
<div><img src="http://brothert.net/dryoar/images/river-wide.JPG" alt="wide shot of the salmon river"></div>
<section>
<div><h2>We run Rivers to relax.</h2>
<p>We believe that there is nothing like a river trip for <em>relaxing</em>. That is why we subscribe to the dry oar philosophy of boating. Keeping your oars dry for us means taking time to look around and notice the <strong>beauty</strong> that surrounds the rivers we love.</p>
</div>
<div><img src="http://brothert.net/dryoar/images/river-evening.jpg" alt="peaceful evening shot of a river"></div>
</section>
</main>
<footer>
© 2017 Dry Oar Bro Thompson
</footer>
</body>
</html>