Begin MP06

This commit is contained in:
2023-02-26 23:19:14 -06:00
parent 4c800e7bcb
commit ba26741f42
29 changed files with 771 additions and 11 deletions

View File

@@ -12,17 +12,18 @@ Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this
</head>
<div class="wrapper">
<body>
<header> <h1>Pacific Trails Resort</h1> </header>
<header> <h1><a id="headerlink" href=index.html>Pacific Trails Resort</a></h1> </header>
<nav>
<b>
<a href="index.html"> Home</a>&nbsp;
<a href="yurts.html"> Yurts</a>&nbsp;
<a href="activities.html"> Activities</a>&nbsp;
<a href="reservations.html"> Reservations</a>&nbsp;
</b>
<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="trailhero">
</div>
<div id="body">
<main><h2>Activities at Pacific Trails</h2></main>
<dl>
<dt><strong>Hiking</strong></dt>
@@ -39,4 +40,5 @@ Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this
<a href="mailto:caleb@fontenot.com"> caleb@fontenot.com</a>&nbsp;
</footer>
</div>
</div>
</html>

View File

@@ -11,10 +11,11 @@ Click nbfs://nbhost/SystemFileSystem/Templates/Other/html.html to edit this temp
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<div class="wrapper">
<body>
<header>
<h1><a href=index.html>Pacific Trails Resort</a></h1>
<header>
<h1><a id="headerlink" href=index.html>Pacific Trails Resort</a></h1>
</header>
<body>
<nav>
<ul>
<li><a href="index.html"> Home</a></li>
@@ -25,7 +26,9 @@ Click nbfs://nbhost/SystemFileSystem/Templates/Other/html.html to edit this temp
</nav>
<div id="homehero">
</div>
<div id="body">
<main><h2>Enjoy Nature in Luxury</h2></main>
<p><span class="resort">Pacific Trails Resort</span> offers a special lodging experience on the California North Coast with panoramic views of the Pacific Ocean.
Your stay at Pacific Trails Resort includes a sumptuous appointed private yurt and a cooked-to-order breakfast each morning.</p>
<ul>
@@ -52,11 +55,14 @@ Click nbfs://nbhost/SystemFileSystem/Templates/Other/html.html to edit this temp
<br>
</p>
</div>
</body>
<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>
</html>

View File

@@ -12,7 +12,7 @@ Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this
</head>
<div class="wrapper">
<body>
<header> <h1>Pacific Trails Resort</h1> </header>
<header> <h1><a id="headerlink" href=index.html>Pacific Trails Resort</a></h1> </header>
<nav>
<ul>
<li><a href="index.html"> Home</a></li>