53 lines
1.7 KiB
HTML
53 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="description" content="Describes activities at Pacific Trails Resort. Activities are Hiking,Kayaking, and Bird Watching">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Pacific Trails Resort :: Yurts</title>
|
|
<link rel="stylesheet" href="atlantic.css">
|
|
|
|
<!--[if lt IE 9]>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
|
|
<![endif]-->
|
|
|
|
<!-- Completed files -->
|
|
</head>
|
|
|
|
<body>
|
|
<div id="wrapper">
|
|
<header>
|
|
<h1>Pacific Trails Resort</h1>
|
|
</header>
|
|
|
|
<nav>
|
|
<ul>
|
|
<li><a href="index.html">Home</a></li>
|
|
<li><a href="tackle.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 Resort</h2>
|
|
|
|
<h3>Hiking</h3>
|
|
<p><span class="resort">Pacific Trails Resort</span> has 5 miles of hiking trails and is adjacent to a state park. Go it alone or join one of our guided hikes.</p>
|
|
|
|
<h3>Kayaking</h3>
|
|
<p>Ocean kayaks are available for guest use.</p>
|
|
|
|
<h3>Bird Watching</h3>
|
|
<p>While anytime is a good time for bird watching at Pacific Trails, we offer guided birdwatching trips at sunrise several times a week.</p>
|
|
</main>
|
|
|
|
<footer>
|
|
Copyright © 2016 Pacific Trails Resort<br>
|
|
<a href="mailto:yourfirstname@yourlastname.com">yourfirstname@yourlastname.com</a>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html> |