-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactivities.html
More file actions
43 lines (36 loc) · 1.49 KB
/
activities.html
File metadata and controls
43 lines (36 loc) · 1.49 KB
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
<!DOCTYPE html>
<html lang ="en">
<head>
<title>Pacific Trails Resort :: Activities</title>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Located right on the California North Coast, Pacific Trails Resort offers a unique and unforgettable experience.">
<link rel="stylesheet" type="text/css" href="pacific.css">
</head>
<body class="content">
<div id="wrapper">
<header><h1><a href="index.html">Pacific Trails Resort</a></h1></header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="yurts.html">Yurts</a></li>
<li><a href="activities.html">Activities</a></li>
<li><a href="reservations.html">Reservations</a></li>
</ul>
</nav>
<div id="trailhero"></div>
<main>
<h2>Activities at Pacific Trails</h2>
<section><h3><dt><strong>Hiking</strong></dt></h3>
<p><dd>Pacific Trails Resort has 5 miles of hiking trails and is adjacent to
state park. Go it alone or join one of our guided hikes.</dd></p></section>
<section><h3><dt><strong>Kayaking</strong></dt></h3>
<p><dd>Ocean kayaks are available for guest use.</dd></p></section>
<section><h3><dt><strong>Bird Watching</strong></dt></h3>
<p><dd>While anytime is a good time for bird wathing at Pacific Trails, we offer
guided birdwatching trips at sunrise several times a week!</dd></p></section>
</main>
<footer>Copyright © 2020 Pacific Trails Resort<br>
aziah@blanding.com</footer><br>
</div>
</body>
</html>