Semester 3 pog
BIN
Semester 1/Chapter ZIPs/HTML/chapter5/5.9/contact.gif
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
Semester 1/Chapter ZIPs/HTML/chapter5/5.9/favicon.ico
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
Semester 1/Chapter ZIPs/HTML/chapter5/5.9/hero.jpg
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
Semester 1/Chapter ZIPs/HTML/chapter5/5.9/heroback.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
Semester 1/Chapter ZIPs/HTML/chapter5/5.9/home.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
46
Semester 1/Chapter ZIPs/HTML/chapter5/5.9/iefix.html
Normal file
@@ -0,0 +1,46 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>KayakDoorCounty.net</title>
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||
<style>
|
||||
#bar { background-color: #152420; }
|
||||
main { background-image: url(heroback.jpg);
|
||||
background-repeat: no-repeat;
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1><img src="kayakdc.gif" alt="KayakDoorCounty.net" width="600" height="60"></h1>
|
||||
</header>
|
||||
<nav id="bar">
|
||||
<a href="index.html"><img src="home.gif" width="90" height="35" alt="home"></a>
|
||||
<a href="tours.html"><img src="tours.gif" width="90" height="35" alt="tours"></a>
|
||||
<a href="reservations.html"><img src="reservations.gif" width="190" height="35" alt="reservations"></a>
|
||||
<a href="contact.html"><img src="contact.gif" width="130" height="35" alt="contact"></a>
|
||||
</nav>
|
||||
<main>
|
||||
<h2>Your next adventure is only a paddle away ....</h2>
|
||||
<p>Take a guided kayak tour while you <br>
|
||||
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>
|
||||
<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>
|
||||
<footer>
|
||||
<small><i>Copyright © KayakDoorCounty.net</i></small>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
45
Semester 1/Chapter ZIPs/HTML/chapter5/5.9/index.html
Normal file
@@ -0,0 +1,45 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>KayakDoorCounty.net</title>
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||
<style>
|
||||
#bar { background-color: #152420; }
|
||||
main { background-image: url(heroback.jpg);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1><img src="kayakdc.gif" alt="KayakDoorCounty.net" width="600" height="60"></h1>
|
||||
</header>
|
||||
<nav id="bar">
|
||||
<a href="index.html"><img src="home.gif" width="90" height="35" alt="home"></a>
|
||||
<a href="tours.html"><img src="tours.gif" width="90" height="35" alt="tours"></a>
|
||||
<a href="reservations.html"><img src="reservations.gif" width="190" height="35" alt="reservations"></a>
|
||||
<a href="contact.html"><img src="contact.gif" width="130" height="35" alt="contact"></a>
|
||||
</nav>
|
||||
<main>
|
||||
<h2>Your next adventure is only a paddle away ....</h2>
|
||||
<p>Take a guided kayak tour while you <br>
|
||||
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>
|
||||
<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>
|
||||
<footer>
|
||||
<small><i>Copyright © KayakDoorCounty.net</i></small>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
BIN
Semester 1/Chapter ZIPs/HTML/chapter5/5.9/kayakdc.gif
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
Semester 1/Chapter ZIPs/HTML/chapter5/5.9/reservations.gif
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
Semester 1/Chapter ZIPs/HTML/chapter5/5.9/tours.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |