ASDV-WebDev/Semester 1/Assignments/HTML/MP07_CalebFontenot/public_html/yurts.html

85 lines
3.9 KiB
HTML

<!DOCTYPE html>
<!--
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
-->
<html>
<head>
<title>Pacific Trail Resort :: Yurts</title>
<meta charset="UTF-8">
<link href="pacific.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<div id="wrapper">
<body>
<header> <h1><a id="headerlink" 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="yurthero">
</div>
<div id="body">
<div class="flow">
<main><h2>The Yurts at Pacific Trails</h2></main>
<section>
<h3><strong>What is a yurt?</strong></h3>
<p>Our luxury yurts are permanent structures four feet off the ground.
Each Yurt is fully enclosed with canvas walls, a wooden floor, and a roof dome that can be opened.</p>
</section>
<section>
<h3><strong>How are the yurts furnished?</strong></h3>
<p>Each yurt is furnished with a queen-size bed with down quilt and gas-fired stove. Your luxury camping experience
includes electricity and a sink with hot and cold running water. Shower and restroom facilities are located in the
lodge. </p>
</section>
<section>
<h3><strong>What should I bring?</strong></h3>
<p>Most guest pack comfortable walking shoes and plan to dress for changing weather with light layers of clothing.
It's also helpful to bring a flashlight and a sense of adventure! </p>
<section>
</div>
<h3><strong>Yurt Packages</strong></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, and 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 picnic snack, a press for the daily sunrise Yoga session</td>
<td>4</td>
<td>$600</td>
</tr>
<tr>
<td>Kayak Away</td>
<td class="text">Two breakfasts, two hours of kayak rental daily, and a trail map</td>
<td>2</td>
<td>$500</td>
</tr>
</table>
</body>
<div id="contact">
<footer>
<small><i>Copyright &copy; 2023 Pacific Trails Resort</i></small>
<br>
<a href="mailto:caleb@fontenot.com"> caleb@fontenot.com</a>&nbsp;
</footer>
</div>
</div>
</div>
</html>