Your next adventure is only a paddle away ....
+Take a guided kayak tour while you explore the shoreline of scenic Door County.
+Featured tours this week:
+-
+
- Cana Island +
- Mink River +
- Europe Lake +
diff --git a/.gitignore b/.gitignore index 0fe315a..e3ddcdd 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /Assignments/lab4_CalebFontenot/nbproject/private/ /Assignments/MP02_CalebFontenot/nbproject/private/ /Assignments/lab5_CalebFontenot/nbproject/private/ +/Assignments/lab5_4_CalebFontenot/nbproject/private/ diff --git a/Assignments/lab5_4_CalebFontenot/.bowerrc b/Assignments/lab5_4_CalebFontenot/.bowerrc new file mode 100644 index 0000000..0ba26f2 --- /dev/null +++ b/Assignments/lab5_4_CalebFontenot/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "public_html/bower_components" +} diff --git a/Assignments/lab5_4_CalebFontenot/Gruntfile.js b/Assignments/lab5_4_CalebFontenot/Gruntfile.js new file mode 100644 index 0000000..496183b --- /dev/null +++ b/Assignments/lab5_4_CalebFontenot/Gruntfile.js @@ -0,0 +1,9 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + * Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/Gruntfile.js to edit this template + */ +module.exports = function (grunt) { + // Project configuration. + grunt.initConfig({ + }); +}; diff --git a/Assignments/lab5_4_CalebFontenot/Printed HTMLs/5.4.html b/Assignments/lab5_4_CalebFontenot/Printed HTMLs/5.4.html new file mode 100644 index 0000000..b84bb08 --- /dev/null +++ b/Assignments/lab5_4_CalebFontenot/Printed HTMLs/5.4.html @@ -0,0 +1,72 @@ + + +
+/home/caleb/ASDV-WebDev/Assignments/lab5_4_CalebFontenot/public_html/5.4/3.html |
+<!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> + ++ diff --git a/Assignments/lab5_4_CalebFontenot/Printed HTMLs/5.5.html b/Assignments/lab5_4_CalebFontenot/Printed HTMLs/5.5.html new file mode 100644 index 0000000..a203185 --- /dev/null +++ b/Assignments/lab5_4_CalebFontenot/Printed HTMLs/5.5.html @@ -0,0 +1,87 @@ + + + +
/home/caleb/ASDV-WebDev/Assignments/lab5_4_CalebFontenot/public_html/5.5/index.html |
+<!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’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 © 2023 Caleb Fontenot +</footer> +</body> +</html> ++ diff --git a/Assignments/lab5_4_CalebFontenot/Printed HTMLs/5.6.html b/Assignments/lab5_4_CalebFontenot/Printed HTMLs/5.6.html new file mode 100644 index 0000000..0305e81 --- /dev/null +++ b/Assignments/lab5_4_CalebFontenot/Printed HTMLs/5.6.html @@ -0,0 +1,99 @@ + + + +
/home/caleb/ASDV-WebDev/Assignments/lab5_4_CalebFontenot/public_html/5.6/3.html |
+<!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> + <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> + ++ diff --git a/Assignments/lab5_4_CalebFontenot/Printed HTMLs/5.7.html b/Assignments/lab5_4_CalebFontenot/Printed HTMLs/5.7.html new file mode 100644 index 0000000..e076863 --- /dev/null +++ b/Assignments/lab5_4_CalebFontenot/Printed HTMLs/5.7.html @@ -0,0 +1,88 @@ + + + +
/home/caleb/ASDV-WebDev/Assignments/lab5_4_CalebFontenot/public_html/5.7/index.html |
+<!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’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 © 2018 Your Name Here +</footer> +</body> +</html> ++ diff --git a/Assignments/lab5_4_CalebFontenot/bower.json b/Assignments/lab5_4_CalebFontenot/bower.json new file mode 100644 index 0000000..a7427ec --- /dev/null +++ b/Assignments/lab5_4_CalebFontenot/bower.json @@ -0,0 +1,13 @@ +{ + "name": "lab5_4_CalebFontenot", + "version": "1.0.0", + "main": "path/to/main.css", + "ignore": [ + ".jshintrc", + "**/*.txt" + ], + "dependencies": { + }, + "devDependencies": { + } +} diff --git a/Assignments/lab5_4_CalebFontenot/gulpfile.js b/Assignments/lab5_4_CalebFontenot/gulpfile.js new file mode 100644 index 0000000..eccfb02 --- /dev/null +++ b/Assignments/lab5_4_CalebFontenot/gulpfile.js @@ -0,0 +1,10 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + * Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/gulpfile.js to edit this template + */ + +var gulp = require('gulp'); + +gulp.task('default', function () { + // place code for your default task here +}); diff --git a/Assignments/lab5_4_CalebFontenot/nbproject/project.properties b/Assignments/lab5_4_CalebFontenot/nbproject/project.properties new file mode 100644 index 0000000..ecfac93 --- /dev/null +++ b/Assignments/lab5_4_CalebFontenot/nbproject/project.properties @@ -0,0 +1,5 @@ +file.reference.lab5_4_CalebFontenot-public_html=public_html +file.reference.lab5_4_CalebFontenot-test=test +files.encoding=UTF-8 +site.root.folder=${file.reference.lab5_4_CalebFontenot-public_html} +test.folder=${file.reference.lab5_4_CalebFontenot-test} diff --git a/Assignments/lab5_4_CalebFontenot/nbproject/project.xml b/Assignments/lab5_4_CalebFontenot/nbproject/project.xml new file mode 100644 index 0000000..e38bdf3 --- /dev/null +++ b/Assignments/lab5_4_CalebFontenot/nbproject/project.xml @@ -0,0 +1,9 @@ + +
Take a guided kayak tour while you explore the shoreline of scenic Door County.
+Trillium Media Design will bring your company’s Web presence to the next level.
+ We offer a comprehensive range of services:
Our expert designers are creative and eager to work with you.
+ + + \ No newline at end of file diff --git a/Assignments/lab5_4_CalebFontenot/public_html/5.5/index2.html b/Assignments/lab5_4_CalebFontenot/public_html/5.5/index2.html new file mode 100644 index 0000000..de47287 --- /dev/null +++ b/Assignments/lab5_4_CalebFontenot/public_html/5.5/index2.html @@ -0,0 +1,61 @@ + + + +Trillium Media Design will bring your company’s Web presence to the next level.
+ We offer a comprehensive range of services:
Our expert designers are creative and eager to work with you.
+ + + \ No newline at end of file diff --git a/Assignments/lab5_4_CalebFontenot/public_html/5.5/services.gif b/Assignments/lab5_4_CalebFontenot/public_html/5.5/services.gif new file mode 100644 index 0000000..578bc94 Binary files /dev/null and b/Assignments/lab5_4_CalebFontenot/public_html/5.5/services.gif differ diff --git a/Assignments/lab5_4_CalebFontenot/public_html/5.5/trilliumbanner.jpg b/Assignments/lab5_4_CalebFontenot/public_html/5.5/trilliumbanner.jpg new file mode 100644 index 0000000..6165880 Binary files /dev/null and b/Assignments/lab5_4_CalebFontenot/public_html/5.5/trilliumbanner.jpg differ diff --git a/Assignments/lab5_4_CalebFontenot/public_html/5.5/trilliumbg.gif b/Assignments/lab5_4_CalebFontenot/public_html/5.5/trilliumbg.gif new file mode 100644 index 0000000..18ef1c6 Binary files /dev/null and b/Assignments/lab5_4_CalebFontenot/public_html/5.5/trilliumbg.gif differ diff --git a/Assignments/lab5_4_CalebFontenot/public_html/5.5/trilliumfoot.gif b/Assignments/lab5_4_CalebFontenot/public_html/5.5/trilliumfoot.gif new file mode 100644 index 0000000..ef41b45 Binary files /dev/null and b/Assignments/lab5_4_CalebFontenot/public_html/5.5/trilliumfoot.gif differ diff --git a/Assignments/lab5_4_CalebFontenot/public_html/5.5/trilliumgradient.png b/Assignments/lab5_4_CalebFontenot/public_html/5.5/trilliumgradient.png new file mode 100644 index 0000000..1a079ed Binary files /dev/null and b/Assignments/lab5_4_CalebFontenot/public_html/5.5/trilliumgradient.png differ diff --git a/Assignments/lab5_4_CalebFontenot/public_html/5.6/3.html b/Assignments/lab5_4_CalebFontenot/public_html/5.6/3.html new file mode 100644 index 0000000..b518baa --- /dev/null +++ b/Assignments/lab5_4_CalebFontenot/public_html/5.6/3.html @@ -0,0 +1,70 @@ + + + + +Take a guided kayak tour while you explore the shoreline of scenic Door County.
+Trillium Media Design will bring your company’s Web presence to the next level.
+ We offer a comprehensive range of services:
Our expert designers are creative and eager to work with you.
+ + + \ No newline at end of file diff --git a/Assignments/lab5_4_CalebFontenot/public_html/5.7/services.gif b/Assignments/lab5_4_CalebFontenot/public_html/5.7/services.gif new file mode 100644 index 0000000..578bc94 Binary files /dev/null and b/Assignments/lab5_4_CalebFontenot/public_html/5.7/services.gif differ diff --git a/Assignments/lab5_4_CalebFontenot/public_html/5.7/trillium.gif b/Assignments/lab5_4_CalebFontenot/public_html/5.7/trillium.gif new file mode 100644 index 0000000..18142d8 Binary files /dev/null and b/Assignments/lab5_4_CalebFontenot/public_html/5.7/trillium.gif differ diff --git a/Assignments/lab5_4_CalebFontenot/public_html/5.7/trilliumbanner.jpg b/Assignments/lab5_4_CalebFontenot/public_html/5.7/trilliumbanner.jpg new file mode 100644 index 0000000..6165880 Binary files /dev/null and b/Assignments/lab5_4_CalebFontenot/public_html/5.7/trilliumbanner.jpg differ diff --git a/Assignments/lab5_4_CalebFontenot/public_html/5.7/trilliumbg.gif b/Assignments/lab5_4_CalebFontenot/public_html/5.7/trilliumbg.gif new file mode 100644 index 0000000..18ef1c6 Binary files /dev/null and b/Assignments/lab5_4_CalebFontenot/public_html/5.7/trilliumbg.gif differ diff --git a/Assignments/lab5_4_CalebFontenot/public_html/5.7/trilliumfoot.gif b/Assignments/lab5_4_CalebFontenot/public_html/5.7/trilliumfoot.gif new file mode 100644 index 0000000..ef41b45 Binary files /dev/null and b/Assignments/lab5_4_CalebFontenot/public_html/5.7/trilliumfoot.gif differ diff --git a/Assignments/lab5_4_CalebFontenot/public_html/5.7/trilliumgradient.png b/Assignments/lab5_4_CalebFontenot/public_html/5.7/trilliumgradient.png new file mode 100644 index 0000000..1a079ed Binary files /dev/null and b/Assignments/lab5_4_CalebFontenot/public_html/5.7/trilliumgradient.png differ diff --git a/Assignments/lab5_CalebFontenot/public_html/5.3/background.jpg b/Assignments/lab5_CalebFontenot/public_html/5.3/background.jpg new file mode 100644 index 0000000..22fe264 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/5.3/background.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/5.3/headerbackblue.jpg b/Assignments/lab5_CalebFontenot/public_html/5.3/headerbackblue.jpg new file mode 100644 index 0000000..a7f32ca Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/5.3/headerbackblue.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/5.3/heroback_1.jpg b/Assignments/lab5_CalebFontenot/public_html/5.3/heroback_1.jpg new file mode 100644 index 0000000..c3e0fc5 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/5.3/heroback_1.jpg differ diff --git a/ZIPs/lab5_4_CalebFontenot.zip b/ZIPs/lab5_4_CalebFontenot.zip new file mode 100644 index 0000000..771b836 Binary files /dev/null and b/ZIPs/lab5_4_CalebFontenot.zip differ