Skip to content
Snippets Groups Projects
Commit 85fa5533 authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Initial commit of code from 2015

parents
Branches
No related merge requests found
<?xml version="1.0" encoding="utf-8" ?>
<dwsync>
<file name="activities.html" server="gemini.kvcc.edu//public_html/" local="130800911438069867" remote="130800912000000000" Dst="2" />
<file name="index.html" server="gemini.kvcc.edu//public_html/" local="130800907672504771" remote="130800912000000000" Dst="2" />
<file name="reservations.html" server="gemini.kvcc.edu//public_html/" local="130800897341811019" remote="130800912000000000" Dst="2" />
<file name="yurts.html" server="gemini.kvcc.edu//public_html/" local="130800907698090083" remote="130800912000000000" Dst="2" />
<file name="pacific.css" server="gemini.kvcc.edu//public_html/" local="130800904564045371" remote="130800912000000000" Dst="2" />
</dwsync>
\ No newline at end of file
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel= "stylesheet" href= "pacific.css">
<title> Pacific Trails Resort : Activities </title>
</head>
<body>
<div id= "wrapper">
<header>
<h1> Pacific Trails Resort </h1>
</header>
<nav>
<a href = "index.html"> Home </a> &nbsp; &nbsp;
<a href = "yurts.html"> Yurts </a> &nbsp; &nbsp;
<a href = "activities.html"> Activities </a> &nbsp; &nbsp;
<a href = "reservations.html"> Reservations </a> &nbsp; &nbsp;
</nav>
<div id = "content">
<h2> Activities at Pacific Trails </h2>
<img src= "images/trail.jpg" width="320" height="250" alt="Image of Pacific Trails trails.">
<h3> Hiking </h3>
<p> Pacific Trails Resort has 5 miles of hiking trails and is adjacent to a state park. Go it alone or join one of our guided hikes. </p>
<h3> Kayaking </h3>
<p> Ocean kayaks are available for guest use. </p>
<h3> Bird Watching </h3>
<p> While anytime is a good time for bird watching at Pacific Trails, we offer guided birdwatching trips at sunrise several times a week. </p>
</div>
<br>
<br>
<footer>
<small> Copyright &copy; 2014 Pacific Trails Resort <br>
<a href = "mailto:BrandonRodriguez@PacificTrailsResort.com"> BrandonRodriguez@PacificTrailsResort.com </a> </small>
</footer>
</div>
</body>
</html>
<?xml version="1.0" encoding="utf-8" ?>
<dwsync>
<file name="coast.jpg" server="gemini.kvcc.edu//public_html/" local="130760243000000000" remote="130800912000000000" Dst="2" />
<file name="favicon.ico" server="gemini.kvcc.edu//public_html/" local="130760243000000000" remote="130800912000000000" Dst="2" />
<file name="marker.gif" server="gemini.kvcc.edu//public_html/" local="130760243000000000" remote="130800912000000000" Dst="2" />
<file name="sunset.jpg" server="gemini.kvcc.edu//public_html/" local="130760243000000000" remote="130800912000000000" Dst="2" />
<file name="trail.jpg" server="gemini.kvcc.edu//public_html/" local="130760243000000000" remote="130800912000000000" Dst="2" />
<file name="yurt.jpg" server="gemini.kvcc.edu//public_html/" local="130760243020000000" remote="130800912000000000" Dst="2" />
</dwsync>
\ No newline at end of file
images/coast.jpg

28.4 KiB

images/favicon.ico

894 B

images/marker.gif

306 B

images/ptrbackground.jpg

13.3 KiB

images/sunset.jpg

15.8 KiB

images/trail.jpg

28.9 KiB

images/yurt.jpg

30.2 KiB

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel= "stylesheet" href= "pacific.css">
<title> Pacific Trails Resort </title>
</head>
<body>
<div id= "wrapper">
<header>
<h1> Pacific Trails Resort </h1>
</header>
<nav>
<a href = "index.html"> Home </a> &nbsp; &nbsp;
<a href = "yurts.html"> Yurts </a> &nbsp; &nbsp;
<a href = "activities.html"> Activities </a> &nbsp; &nbsp;
<a href = "reservations.html"> Reservations </a> &nbsp; &nbsp;
</nav>
<div id = "content">
<h2> Enjoy Nature in Luxury </h2>
<img src= "images/coast.jpg" width= "320" height= "250" alt= "Image of Pacific Trails Coast">
<p> <span class = "resort"> Pacific Trails Resort </span> offers a special lodging experience on the California North <br>
Coast. Relax in serenity with panoramic views of the Pacific Ocean. </p>
<ul>
<li> Private yurts with decks overlooking the ocean. </li>
<li> Activities lodge with fireplace and gift shop. </li>
<li> Nightly fine dining at the Overlook Cafe. </li>
<li> Heated outdoor pool and whirlpool. </li>
<li> Guided hiking tours of the redwoods. </li>
</ul>
<div id = "contact">
<span class = "resort"> Pacific Trails Resort </span> <br>
12010 Pacific Trails Road <br>
Zephyr, CA 95555 <br> <br>
888-555-5555 <br>
</div>
</div>
<br>
<br>
<footer>
<small> Copyright &copy; 2014 Pacific Trails Resort <br>
<a href = "mailto:BrandonRodriguez@PacificTrailsResort.com"> BrandonRodriguez@PacificTrailsResort.com </a> </small>
</footer>
</div>
</body>
</html>
body
{
background-color: #FFF;
color: #666;
background-image: url("images/ptrbackground.jpg");
font-family: Arial, Helvetica, sans-serif;
}
#wrapper
{
margin-left: auto;
margin-right: auto;
width: 80%;
min-width: 960;
background-color: #FFF;
box-shadow: 5px 5px 5px #003;
}
header
{
background-color: #003;
color: #FFF;
background-image: url("images/sunset.jpg");
background-repeat: no-repeat;
background-position: right;
}
h1
{
padding: 10px;
margin-bottom: 0;
font-family: Georgia, Times New Roman, serif;
}
h2
{
color: #39C;
font-family: Georgia, Times New Roman, serif;
text-shadow: 1px 1px 1px #ccc;
}
h3
{
color: #003;
font-family: Georgia, Times New Roman, serif;
}
nav
{
padding: 5px;
padding-left: 20px;
background-color: #90C7E3;
font-weight: bold;
}
dt
{
color: #003;
}
footer
{
padding: 20px;
font-size: .75em;
font-family: Georgia, Times New Roman, serif;
font-style: italic;
}
.resort
{
color: #5C7FA3;
font-weight: bold;
}
#content
{
padding: 20px;
padding-top: 1px;
}
#content ul
{
list-style-image: url("images/marker.gif");
list-style-position: inside;
}
#contact
{
font-size: .9em;
}
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel= "stylesheet" href= "pacific.css">
<title> Pacific Trails Resort : Reservations </title>
</head>
<body>
<div id= "wrapper">
<header>
<h1> Pacific Trails Resort </h1>
</header>
<nav>
<a href = "index.html"> Home </a> &nbsp; &nbsp;
<a href = "yurts.html"> Yurts </a> &nbsp; &nbsp;
<a href = "activities.html"> Activities </a> &nbsp; &nbsp;
<a href = "reservations.html"> Reservations </a> &nbsp; &nbsp;
</nav>
<div id = "content">
<h2> Reservations at Pacific Trails </h2>
</div>
<br>
<br>
<footer>
<small> Copyright &copy; 2014 Pacific Trails Resort <br>
<a href = "mailto:BrandonRodriguez@PacificTrailsResort.com"> BrandonRodriguez@PacificTrailsResort.com </a> </small>
</footer>
</div>
</body>
</html>
\ No newline at end of file
<!doctype html>
<html>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel= "stylesheet" href= "pacific.css">
<title> Pacific Trails Resort : Yurts </title>
</head>
<body>
<div id= "wrapper">
<header>
<h1> Pacific Trails Resort </h1>
</header>
<nav>
<a href = "index.html"> Home </a> &nbsp; &nbsp;
<a href = "yurts.html"> Yurts </a> &nbsp; &nbsp;
<a href = "activities.html"> Activities </a> &nbsp; &nbsp;
<a href = "reservations.html"> Reservations </a> &nbsp; &nbsp;
</nav>
<div id = "content">
<h2> The Yurts at Pacific Trails Resort </h2>
<img src= "images/yurt.jpg" width= "320" height= "250" alt= "Image of Pacific Trails Yurts">
<dl>
<dt><strong> What is a yurt? </strong> </dt>
<dd> Our luxry yurts are permanent structurs four feet off the ground. Each yurt has <br>
canvas walls, a wooden floor, and a roof dome that can be opened. </dd>
<dt><strong> How are the yurts furnished? </strong></dt>
<dd> Each yurt is furnished with a queen-size bed with down quilt and a gas-fired <br>
stove. The luxury camping experience also includes electricity and a sink <br>
with hot and cold running water. Shower and restroom facilities are located in <br>
the lodge. </dd>
<dt><strong> What should I bring? </strong></dt>
<dd> Bring a sense of adventure and some time to relax! Most guests also pack <br>
comfortable walking shoes and plan to dress for changing weather with layers <br>
of clothing.</dd>
</dl>
</div>
<br>
<br>
<footer>
<small> Copyright &copy; 2014 Pacific Trails Resort <br>
<a href = "mailto:BrandonRodriguez@PacificTrailsResort.com"> BrandonRodriguez@PacificTrailsResort.com </a> </small>
</footer>
</div>
</body>
</html>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment