-
Brandon Rodriguez authored10f184b8
yurts.html 2.94 KiB
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name= "viewport" content= "width= device width, initial-scale= 1.0">
<link rel= "stylesheet" href= "pacific.css">
<title> Pacific Trails Resort : Yurts </title>
<!--[If lt IE 9]>
<script src= "http://html5shim.googlecode.com/svn/trunk/html5.js">
</script>
<![endif]-->
</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 = "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 = "content">
<h2> The Yurts at Pacific Trails Resort </h2>
<img src= "images/yurt.jpg" alt= "Image of Pacific Trails Yurts">
<h3> What is a yurt? </h3>
<p> Our luxry yurts are permanent structurs four feet off the ground. Each yurt has
canvas walls, a wooden floor, and a roof dome that can be opened. </p>
<h3> How are the yurts furnished? </h3>
<p> Each yurt is furnished with a queen-size bed with down quilt and a 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. </p>
<h3> What should I bring? </h3>
<p> 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.</p>
<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> Two breakfasts, a trail map, and a picnic snack. </td>
<td> 2 </td>
<td> $450 </td>
</tr>
<tr>
<td> Zen Retreat </td>
<td> Four breakfasts, a trail map, a picnic snack, and a pass for the daily sunrise yoga session. </td>
<td> 4 </td>
<td> $600 </td>
</tr>
<tr>
<td> Kayak Away </td>
<td> Two breakfasts, two hours of kayak rental daily, and a trail map. </td>
<td> 2 </td>
<td> $500 </td>
</tr>
</table>
</div>
<footer>
<small> Copyright © 2014 Pacific Trails Resort <br>
<a href = "mailto:BrandonRodriguez@PacificTrailsResort.com"> BrandonRodriguez@PacificTrailsResort.com </a> </small>
</footer>
</div>
</body>
</html>