Skip to content
Snippets Groups Projects
index.html 1.59 KiB

<!doctype html>
<html>


<head>
	<meta charset="utf-8">
	<link rel= "stylesheet" href= "pacific.css">
	<title> Pacific Trails Resort </title>
</head>


<body>

	<header>
		<h1> Pacific Trails Resort </h1>
	</header>

	<nav>
		<a href = "index.html"> <b>Home</b> </a> &nbsp; &nbsp;
		<a href = "yurts.html"> <b>Yurts</b> </a> &nbsp; &nbsp;
		<a href = "activities.html"> <b>Activities</b> </a> &nbsp; &nbsp;
		<a href = "reservations.html"> <b>Reservations</b> </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>

	<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>

	<br>
	<br>
	<footer>
		<small><i> Copyright &copy; 2014 Pacific Trails Resort <br>
		<a href = "mailto:BrandonRodriguez@PacificTrailsResort.com"> BrandonRodriguez@PacificTrailsResort.com </a> </i></small>
	</footer>

</body>


</html>