81 lines
2.0 KiB
HTML
81 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>KayakDoorCounty.net</title>
|
|
<style>
|
|
body { background-color: #FFFFE8;
|
|
font-family: Verdana, Arial, sans-serif; }
|
|
#container { width: 80%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
min-width: 650px;
|
|
max-width: 1280px;
|
|
background-color: #FFFFFF;
|
|
box-shadow: 10px 10px 10px #333333;
|
|
border: 1px solid #000033;
|
|
}
|
|
header { background-color: #000033;
|
|
color: #FFFFB9;
|
|
background-image: url(headerbackblue.jpg);
|
|
background-position: right;
|
|
background-repeat: no-repeat;
|
|
height: 80px;
|
|
padding-top: 5px;
|
|
padding-left: 2em;
|
|
text-shadow: 1px 1px 1px #FFF;
|
|
}
|
|
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
|
|
h1 { margin-bottom: 0; }
|
|
nav { font-weight: bold;
|
|
font-size: 1.25em;
|
|
background-color: #FFFFCC;
|
|
text-align: center;
|
|
}
|
|
nav a { text-decoration: none; }
|
|
main { background-color: #004D99;
|
|
background-image: url(heroback2.jpg);
|
|
background-size: 100% 100%;
|
|
color: #FFFFFF;
|
|
padding: 2em;
|
|
/* Correct display for Internet Explorer */
|
|
display: block;
|
|
}
|
|
footer { font-style: italic;
|
|
text-align: center;
|
|
background-color: #000033;
|
|
color: #FFFFCC;
|
|
padding: 0.5em;
|
|
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="container">
|
|
<header>
|
|
<h1>KayakDoorCounty.net</h1>
|
|
</header>
|
|
<nav>
|
|
<a href="index.html">Home</a>
|
|
<a href="tours.html">Tours</a>
|
|
<a href="reservations.html">Reservations</a>
|
|
<a href="contact.html">Contact</a>
|
|
</nav>
|
|
<main>
|
|
<h2>Your next adventure is only a paddle away ....</h2>
|
|
|
|
<p>Take a guided kayak tour while you explore the shoreline of scenic Door County. </p>
|
|
<h3>Featured tours this week:</h3>
|
|
<ul>
|
|
<li>Cana Island</li>
|
|
<li>Mink River</li>
|
|
<li>Europe Lake</li>
|
|
</ul>
|
|
</main>
|
|
<footer>
|
|
<small><i>Copyright © KayakDoorCounty.net</i></small>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|