This commit is contained in:
2023-03-02 19:15:32 -06:00
parent ba26741f42
commit 21e337e635
11 changed files with 348 additions and 181 deletions

View File

@@ -10,7 +10,7 @@ Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this
<link href="pacific.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<div class="wrapper">
<div id="wrapper">
<body>
<header> <h1><a id="headerlink" href=index.html>Pacific Trails Resort</a></h1> </header>
<nav>
@@ -24,33 +24,33 @@ Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this
<div id="yurthero">
</div>
<div id="body">
<div class="flow">
<main><h2>The Yurts at Pacific Trails</h2></main>
<table>
<tr>
<td>
<dt><strong>What is a yurt?</strong></dt>
<dd>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.</dd>
</td>
<td>
<dt><strong>How are the yurts furnished?</strong></dt>
<dd>Each yurt is furnished with a queen-size bed with down quilt and gas-fired stove. Your luxury camping experience
<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. </dd>
</td>
<td>
<dt><strong>What should I bring?</strong></dt>
<dd>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! </dd>
</td>
</tr>
</table>
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>
</body>
<footer>
<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>
</footer>
</div>
</div>
</div>
</html>