Lab8 go reeeeee

master
Chloe Fontenot 🏳️‍⚧️ 2023-02-24 10:09:50 +07:00
parent f2b6732560
commit d9078b05ed
9 changed files with 138 additions and 88 deletions

@ -1,52 +0,0 @@
<!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 class="wrapper">
<body>
<header> <h1>Pacific Trails Resort</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>
</nav>
<div id="yurthero">
</div>
<main><h2>The Yurts at Pacific Trails</h2></main>
<dl>
<div>
<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>
</div>
<div>
<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
includes electricity and a sink with hot and cold running water. Shower and restroom facilities are located in the
lodge. </dd>
</div>
<div>
<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>
</div>
</dl>
</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>
</html>

@ -65,6 +65,7 @@ main {
padding-right: 20px;
padding-left: 20px;
background-color: #FFFFFF;
width: 100%;
}
h1{
margin-bottom: 0;
@ -85,7 +86,7 @@ dt {
color: #002171;
}
ul {
list-style-image: url('images/marker.gif')
list-style-image: url('images/marker.gif');
}
footer {
font-size: 75%;
@ -126,4 +127,11 @@ img {
background-size: 100% 100%;
margin-left: 190px;
}
#qanda {
background-color: #FFFFFF;
margin-left: 190px;
width: auto;
}
table {
border: 0px;
}

@ -11,42 +11,46 @@ Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<div class="wrapper">
<body>
<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="yurthero">
</div>
<main><h2>The Yurts at Pacific Trails</h2></main>
<dl>
<div>
<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>
<body>
<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="yurthero">
</div>
<div>
<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
includes electricity and a sink with hot and cold running water. Shower and restroom facilities are located in the
lodge. </dd>
</div>
<div>
<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>
<main><h2>The Yurts at Pacific Trails</h2></main>
<table>
<tr>
<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>
</tr>
<tr>
<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
includes electricity and a sink with hot and cold running water. Shower and restroom facilities are located in the
lodge. </dd>
</tr>
<tr>
<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>
</tr>
</table>
</div>
</dl>
</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>
</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>
</html>

@ -0,0 +1,56 @@
<!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 class="wrapper">
<body>
<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="yurthero">
</div>
<div id="qanda">
<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
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>
</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>
</html>

@ -4,11 +4,13 @@
<title>Casita Sedona</title>
<meta charset="utf-8">
<link href="casita.css" rel="stylesheet">
</head>
<body>
<div id="wrapper">
<header>
<h1>Casita Sedona</h1>
<a href="index.html#content">Skip to Content</a>
</header>
<nav>
<ul>

@ -0,0 +1,32 @@
<!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>Tropical Island Gateway</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
figure {
width: 480px;
border: 1px solid #000000;
padding: 6px;
}
figcaption { text-align: center;
font-family: Papyrus, fantasy;
}
</style>
</head>
<body>
<figure>
<img src="myisland.jpg" width="480"
height="320" alt="Tropical Island">
<figcaption>
Tropical Island Getaway
</figcaption>
</figure>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.