88 lines
2.9 KiB
HTML
88 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta name="description" content="Describes what a Yurt is and what it is make of.Displays Yurts packages and prices.">
|
||
<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="yurthero"></div>
|
||
|
||
<main>
|
||
<h2>The Yurts at Pacific Trails</h2>
|
||
|
||
<dl>
|
||
<dt>What is a yurt?</dt>
|
||
<dd>Our luxury yurts are permanent structures four feet off the ground. Each yurt has canvas walls, a wooden floor, and a roof dome that can be opened.</dd>
|
||
|
||
<dt>How are the yurts furnished?</dt>
|
||
<dd>Each yurt is furnished with a queen-size bed with down quilt and gas-fired stove. The luxury camping experience also includes electricity and a sink with hot and cold running water. Shower and restroom facilities are located in the lodge.</dd>
|
||
|
||
<dt>What should I bring?</dt>
|
||
<dd>Bring a sense of adventure and some time to relax! Most guests also pack comfortable walking shoes and plan to dress for changing weather with layers of clothing.</dd>
|
||
</dl>
|
||
|
||
<h3>Yurt Packages</h3>
|
||
<p>A variety of luxury yurt packages are available. Choose a package below and contact us to begin your reservation. We’re happy to build a custom package just for you!</p>
|
||
|
||
<table>
|
||
<tr>
|
||
<th>Package Name</th>
|
||
<th>Description</th>
|
||
<th>Nights</th>
|
||
<th>Cost per Person</th>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>Weekend Escape</td>
|
||
<td class="text">Two breakfasts, a trail map, a picnic snack</td>
|
||
<td>2</td>
|
||
<td>$450</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>Zen Retreat</td>
|
||
<td class="text">Four breakfasts, a trail map, a pass for daily yoga</td>
|
||
<td>4</td>
|
||
<td>$600</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>Kayak Away</td>
|
||
<td class="text">Two breakfasts, two hours of kayak rental daily, a trail map</td>
|
||
<td>2</td>
|
||
<td>$500</td>
|
||
</tr>
|
||
</table>
|
||
</main>
|
||
|
||
<footer>
|
||
Copyright © 2016 Pacific Trails Resort<br>
|
||
<a href="mailto:yourfirstname@yourlastname.com">yourfirstname@yourlastname.com</a>
|
||
</footer>
|
||
</div>
|
||
</body>
|
||
</html> |