Semester 3 pog

This commit is contained in:
2023-08-16 17:31:33 -05:00
parent 2dc89a3b93
commit a33c99cbd2
1558 changed files with 439 additions and 0 deletions

View 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> &nbsp;
<a href="tours.html"><img src="tours.gif" width="90" height="35"></a> &nbsp;
<a href="reservations.html"><img src="reservations.gif" width="190" height="35"></a> &nbsp;
<a href="contact.html"><img src="contact.gif" width="130" height="35"></a> &nbsp;
</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> &nbsp;
<a href="tours.html">Tours</a> &nbsp;
<a href="reservations.html">Reservations</a> &nbsp;
<a href="contact.html">Contact</a> &nbsp;
<small><i>Copyright &copy; 2023 KayakDoorCounty.net</i></small>
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 B

View File

@@ -0,0 +1,60 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Trillium Media Design</title>
<meta charset="utf-8">
<style>
body { background-color:#f4ffe4;
color:#333333;
background-image: url(trilliumgradient.png);
background: url(trilliumfoot.gif) no-repeat right bottom,
url(trilliumgradient.png);
}
h1 { background-color:#d5edb3;
color:#5c743d;
height:86px;
}
h2 { background-color:#d5edb3;
color:#5c743d;
background-image: url(trilliumbg.gif);
background-repeat: no-repeat;
padding-left: 30px;
}
.companyname { color: #5c743d;
}
</style>
</head>
<body>
<header>
<h1><img src="trilliumbanner.jpg" alt="Trillium Media Design" width="700"
height="86"></h1>
</header>
<nav>
<a href="index.html"><img src="home.gif" alt="Home" width="120" height="40"></a>
<a href="services.html"><img src="services.gif" alt="Services" width="120" height="40"></a>
<a href="contact.html"><img src="contact.gif" alt="Contact" width="120" height="40"></a>
</nav>
<h2>New Media and Web Design</h2>
<p><span class="companyname">Trillium Media Design</span> will bring your company&rsquo;s Web presence to the next level. <br>
We offer a comprehensive range of services: </p>
<ul>
<li>Website Design</li>
<li>Interactive Animation</li>
<li>E-Commerce Solutions</li>
<li>Usability Studies</li>
<li>Search Engine Optimization</li>
</ul>
<h2>Meeting Your Business Needs</h2>
<p>Our expert designers are creative and eager to work with you.</p>
<footer>
<nav>
<a href="index.html">Home</a>
<a href="services.html">Services</a>
<a href="contact.html">Contact</a>
</nav>
Copyright &copy; 2023 Caleb Fontenot
</footer>
</body>
</html>

View File

@@ -0,0 +1,61 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Trillium Media Design</title>
<meta charset="utf-8">
<style>
body { background-color:#f4ffe4;
color:#333333;
background-image: url(trilliumgradient.png);
}
h1 { background-color:#d5edb3;
color:#5c743d;
height:86px;
}
h2 { background-color:#d5edb3;
color:#5c743d;
background-image: url(trilliumbg.gif);
background-repeat: no-repeat;
padding-left: 30px;
}
.companyname { color: #5c743d;
}
footer { background-image: url(trilliumfoot.gif);
background-repeat: no-repeat;
background-position: right top;
height: 75px; }
</style>
</head>
<body>
<header>
<h1><img src="trilliumbanner.jpg" alt="Trillium Media Design" width="700"
height="86"></h1>
</header>
<nav>
<a href="index.html"><img src="home.gif" alt="Home" width="120" height="40"></a>
<a href="services.html"><img src="services.gif" alt="Services" width="120" height="40"></a>
<a href="contact.html"><img src="contact.gif" alt="Contact" width="120" height="40"></a>
</nav>
<h2>New Media and Web Design</h2>
<p><span class="companyname">Trillium Media Design</span> will bring your company&rsquo;s Web presence to the next level. <br>
We offer a comprehensive range of services: </p>
<ul>
<li>Website Design</li>
<li>Interactive Animation</li>
<li>E-Commerce Solutions</li>
<li>Usability Studies</li>
<li>Search Engine Optimization</li>
</ul>
<h2>Meeting Your Business Needs</h2>
<p>Our expert designers are creative and eager to work with you.</p>
<footer>
<nav>
<a href="index.html">Home</a>
<a href="services.html">Services</a>
<a href="contact.html">Contact</a>
</nav>
Copyright &copy; 2018 Your Name Here
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 712 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

View File

@@ -0,0 +1,70 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>KayakDoorCounty.net</title>
<style>
body {
background-image: url(background.jpg);
font-family: Verdana, Arial, sans-serif;
}
header {
background-color: #000033;
background-image: url(headerbackblue.jpg);
background-position: right;
background-repeat: no-repeat;
color: #FFFF99;
line-height: 400%;
text-indent: 1em;
}
h1, h2, h3{
font-family: Georgia, "Times New Roman", serif;
}
nav {
font-weight: bold;
font-size: 1.5em;
}
nav a{
text-declaration: none;
}
p {
text-indent: 2em;
}
footer {
text-style: italic;
font-size: .80em;
text-align: center;
}
</style>
</head>
<body>
<header>
<h2><!img src="kayakdc.gif" alt="KayakDoorCounty.net" width="500" height="60">KayakDoorCounty.net</h2>
</header>
<nav id="bar">
<a href="index.html"><img src="home.gif" width="90" height="35"></a> &nbsp;
<a href="tours.html"><img src="tours.gif" width="90" height="35"></a> &nbsp;
<a href="reservations.html"><img src="reservations.gif" width="190" height="35"></a> &nbsp;
<a href="contact.html"><img src="contact.gif" width="130" height="35"></a> &nbsp;
</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> &nbsp;
<a href="tours.html">Tours</a> &nbsp;
<a href="reservations.html">Reservations</a> &nbsp;
<a href="contact.html">Contact</a> &nbsp;
<small><i>Copyright &copy; 2023 KayakDoorCounty.net</i></small>
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 B

View File

@@ -0,0 +1,61 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Trillium Media Design</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<meta charset="utf-8">
<style>
body { background-color:#f4ffe4;
color:#333333;
background-image: url(trilliumgradient.png);
background: url(trilliumfoot.gif) no-repeat right bottom,
url(trilliumgradient.png);
}
h1 { background-color:#d5edb3;
color:#5c743d;
height:86px;
}
h2 { background-color:#d5edb3;
color:#5c743d;
background-image: url(trilliumbg.gif);
background-repeat: no-repeat;
padding-left: 30px;
}
ul { list-style-image: url(trillium.gif); }
.companyname { color: #5c743d;
}
</style>
</head>
<body>
<header>
<h1><img src="trilliumbanner.jpg" alt="Trillium Media Design" width="700"
height="86"></h1>
</header>
<nav>
<a href="index.html"><img src="home.gif" alt="Home" width="120" height="40"></a>
<a href="services.html"><img src="services.gif" alt="Services" width="120" height="40"></a>
<a href="contact.html"><img src="contact.gif" alt="Contact" width="120" height="40"></a>
</nav>
<h2>New Media and Web Design</h2>
<p><span class="companyname">Trillium Media Design</span> will bring your company&rsquo;s Web presence to the next level. <br>
We offer a comprehensive range of services: </p>
<ul>
<li>Website Design</li>
<li>Interactive Animation</li>
<li>E-Commerce Solutions</li>
<li>Usability Studies</li>
<li>Search Engine Optimization</li>
</ul>
<h2>Meeting Your Business Needs</h2>
<p>Our expert designers are creative and eager to work with you.</p>
<footer>
<nav>
<a href="index.html">Home</a>
<a href="services.html">Services</a>
<a href="contact.html">Contact</a>
</nav>
Copyright &copy; 2018 Your Name Here
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 712 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB