lab5_4
This commit is contained in:
44
Assignments/lab5_4_CalebFontenot/public_html/5.4/3.html
Normal file
44
Assignments/lab5_4_CalebFontenot/public_html/5.4/3.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>KayakDoorCounty.net</title>
|
||||
<style>
|
||||
body { fonnt-family: Verdana, Arial, sans-serif;}
|
||||
h2, h3 {font-family: Georgia, "Times New Roman";}
|
||||
#bar { background-color: #152420; }
|
||||
main {
|
||||
background-image: url(heroback.jpg);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h2><img src="kayakdc.gif" alt="KayakDoorCounty.net" width="500" height="60"></h2>
|
||||
</header>
|
||||
<nav id="bar">
|
||||
<a href="index.html"><img src="home.gif" width="90" height="35"></a>
|
||||
<a href="tours.html"><img src="tours.gif" width="90" height="35"></a>
|
||||
<a href="reservations.html"><img src="reservations.gif" width="190" height="35"></a>
|
||||
<a href="contact.html"><img src="contact.gif" width="130" height="35"></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>
|
||||
<a href="index.html">Home</a>
|
||||
<a href="tours.html">Tours</a>
|
||||
<a href="reservations.html">Reservations</a>
|
||||
<a href="contact.html">Contact</a>
|
||||
<small><i>Copyright © 2023 KayakDoorCounty.net</i></small>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
BIN
Assignments/lab5_4_CalebFontenot/public_html/5.4/contact.gif
Normal file
BIN
Assignments/lab5_4_CalebFontenot/public_html/5.4/contact.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
Assignments/lab5_4_CalebFontenot/public_html/5.4/hero.jpg
Normal file
BIN
Assignments/lab5_4_CalebFontenot/public_html/5.4/hero.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
Assignments/lab5_4_CalebFontenot/public_html/5.4/heroback.jpg
Normal file
BIN
Assignments/lab5_4_CalebFontenot/public_html/5.4/heroback.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
Assignments/lab5_4_CalebFontenot/public_html/5.4/home.gif
Normal file
BIN
Assignments/lab5_4_CalebFontenot/public_html/5.4/home.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
15
Assignments/lab5_4_CalebFontenot/public_html/5.4/index.html
Normal file
15
Assignments/lab5_4_CalebFontenot/public_html/5.4/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
||||
Click nbfs://nbhost/SystemFileSystem/Templates/Other/html.html to edit this template
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<title>TODO supply a title</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<div>TODO write content</div>
|
||||
</body>
|
||||
</html>
|
BIN
Assignments/lab5_4_CalebFontenot/public_html/5.4/kayakdc.gif
Normal file
BIN
Assignments/lab5_4_CalebFontenot/public_html/5.4/kayakdc.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
Reference in New Issue
Block a user