diff --git a/.gitignore b/.gitignore index e3ddcdd..9ec611c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /Assignments/MP02_CalebFontenot/nbproject/private/ /Assignments/lab5_CalebFontenot/nbproject/private/ /Assignments/lab5_4_CalebFontenot/nbproject/private/ +/Assignments/MP03_CalebFontenot/nbproject/private/ diff --git a/Assignments/MP03_CalebFontenot/.bowerrc b/Assignments/MP03_CalebFontenot/.bowerrc new file mode 100644 index 0000000..0ba26f2 --- /dev/null +++ b/Assignments/MP03_CalebFontenot/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "public_html/bower_components" +} diff --git a/Assignments/MP03_CalebFontenot/Gruntfile.js b/Assignments/MP03_CalebFontenot/Gruntfile.js new file mode 100644 index 0000000..496183b --- /dev/null +++ b/Assignments/MP03_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/MP03_CalebFontenot/bower.json b/Assignments/MP03_CalebFontenot/bower.json new file mode 100644 index 0000000..58dc1bb --- /dev/null +++ b/Assignments/MP03_CalebFontenot/bower.json @@ -0,0 +1,13 @@ +{ + "name": "MP03_CalebFontenot", + "version": "1.0.0", + "main": "path/to/main.css", + "ignore": [ + ".jshintrc", + "**/*.txt" + ], + "dependencies": { + }, + "devDependencies": { + } +} diff --git a/Assignments/MP03_CalebFontenot/gulpfile.js b/Assignments/MP03_CalebFontenot/gulpfile.js new file mode 100644 index 0000000..eccfb02 --- /dev/null +++ b/Assignments/MP03_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/MP03_CalebFontenot/nbproject/project.properties b/Assignments/MP03_CalebFontenot/nbproject/project.properties new file mode 100644 index 0000000..b8d5ff7 --- /dev/null +++ b/Assignments/MP03_CalebFontenot/nbproject/project.properties @@ -0,0 +1,5 @@ +file.reference.MP03_CalebFontenot-public_html=public_html +file.reference.MP03_CalebFontenot-test=test +files.encoding=UTF-8 +site.root.folder=${file.reference.MP03_CalebFontenot-public_html} +test.folder=${file.reference.MP03_CalebFontenot-test} diff --git a/Assignments/MP03_CalebFontenot/nbproject/project.xml b/Assignments/MP03_CalebFontenot/nbproject/project.xml new file mode 100644 index 0000000..6ce47f3 --- /dev/null +++ b/Assignments/MP03_CalebFontenot/nbproject/project.xml @@ -0,0 +1,9 @@ + + + org.netbeans.modules.web.clientproject + + + MP03_CalebFontenot + + + diff --git a/Assignments/MP03_CalebFontenot/package.json b/Assignments/MP03_CalebFontenot/package.json new file mode 100644 index 0000000..e3b26c4 --- /dev/null +++ b/Assignments/MP03_CalebFontenot/package.json @@ -0,0 +1,8 @@ +{ + "name": "MP03_CalebFontenot", + "version": "1.0.0", + "keywords": ["util", "functional", "server", "client", "browser"], + "author": "caleb", + "contributors": [], + "dependencies": {} +} diff --git a/Assignments/MP03_CalebFontenot/public_html/activities.html b/Assignments/MP03_CalebFontenot/public_html/activities.html new file mode 100644 index 0000000..3e5c98c --- /dev/null +++ b/Assignments/MP03_CalebFontenot/public_html/activities.html @@ -0,0 +1,41 @@ + + + + + Pacific Trail Resort :: Yurts + + + + + +

Pacific Trails Resort

+ +
+ trail.jpg +
+

Activities at Pacific Trails

+
+
Hiking
+
Pacific Trails Resort has 5 miles of hiking trails and is adjacent to a state park. Go it alone or join one of our guided hikes.
+
Kayaking
+
Ocean kayaks are available for guest use.
+
Bird Watching
+
While anytime is a good time for bird watching at Pacific Trails, we offer guided birdwatching trips at sunrise several times a week.
+
+ + + diff --git a/Assignments/MP03_CalebFontenot/public_html/images/coast.jpg b/Assignments/MP03_CalebFontenot/public_html/images/coast.jpg new file mode 100644 index 0000000..af3fef0 Binary files /dev/null and b/Assignments/MP03_CalebFontenot/public_html/images/coast.jpg differ diff --git a/Assignments/MP03_CalebFontenot/public_html/images/favicon.ico b/Assignments/MP03_CalebFontenot/public_html/images/favicon.ico new file mode 100644 index 0000000..ad98119 Binary files /dev/null and b/Assignments/MP03_CalebFontenot/public_html/images/favicon.ico differ diff --git a/Assignments/MP03_CalebFontenot/public_html/images/marker.gif b/Assignments/MP03_CalebFontenot/public_html/images/marker.gif new file mode 100644 index 0000000..318f8b0 Binary files /dev/null and b/Assignments/MP03_CalebFontenot/public_html/images/marker.gif differ diff --git a/Assignments/MP03_CalebFontenot/public_html/images/sunset.jpg b/Assignments/MP03_CalebFontenot/public_html/images/sunset.jpg new file mode 100644 index 0000000..3ce0adc Binary files /dev/null and b/Assignments/MP03_CalebFontenot/public_html/images/sunset.jpg differ diff --git a/Assignments/MP03_CalebFontenot/public_html/images/trail.jpg b/Assignments/MP03_CalebFontenot/public_html/images/trail.jpg new file mode 100644 index 0000000..cdb05c3 Binary files /dev/null and b/Assignments/MP03_CalebFontenot/public_html/images/trail.jpg differ diff --git a/Assignments/MP03_CalebFontenot/public_html/images/yurt.jpg b/Assignments/MP03_CalebFontenot/public_html/images/yurt.jpg new file mode 100644 index 0000000..535de06 Binary files /dev/null and b/Assignments/MP03_CalebFontenot/public_html/images/yurt.jpg differ diff --git a/Assignments/MP03_CalebFontenot/public_html/index.html b/Assignments/MP03_CalebFontenot/public_html/index.html new file mode 100644 index 0000000..053efe5 --- /dev/null +++ b/Assignments/MP03_CalebFontenot/public_html/index.html @@ -0,0 +1,61 @@ + + + + + Pacific Trail Resort + + + + + +
+

Pacific Trails Resort

+
+ +
+ coast.jpg +
+

Enjoy Nature in Luxury

+

Pacific Trails Resort offers a special lodging experience on the California North Coast with panoramic views of the Pacific Ocean. + Your stay at Pacific Trails Resort includes a sumptuous appointed private yurt and a cooked-to-order breakfast each morning.

+ +
+

+ Pacific Trails Resort
+ 12010 Pacific Trails Road
+ Zephyr, CA 95555
+
+ 888-555-5555 +
+

+
+ + + diff --git a/Assignments/MP03_CalebFontenot/public_html/pacific.css b/Assignments/MP03_CalebFontenot/public_html/pacific.css new file mode 100644 index 0000000..87964a2 --- /dev/null +++ b/Assignments/MP03_CalebFontenot/public_html/pacific.css @@ -0,0 +1,63 @@ +/* +Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license +Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template +*/ +/* + Created on : Jan 25, 2023, 9:50:47 AM + Author : caleb +*/ + +body { + background-color: #FFFFFF; + color: #555555; + font-family: Arial, Helvetica, sans-serif; +} +header { + background-color: #002171; + color: #FFFFFF; + line-height: 400%; + text-indent: 1em; + background-image: url("images/sunset.jpg"); + background-repeat: no-repeat; + background-position: right; +} +nav { + background-color: #BBDEFB; + font-weight: bold; + text-decoration: none; +} +h1{ + margin-bottom: 0; + font-family: Georgia, "Times New Roman", sans-serif; +} +h2 { + color: #1976D2; + font-family: Georgia, "Times New Roman", sans-serif; +} +h3 { + color: #000033; + font-family: Georgia, "Times New Roman", sans-serif; +} +dt { + color: #002171; +} +ul { + list-style-image: url('images/marker.gif') +} +footer { + font-size: 75%; + font-weight: italic; + font-family: Georgia, "Times New Roman", sans-serif; + text-align: center; +} +.resort { + color: #1976D2; + font-weight: bold; +} +.contact { + font-size: 90%; +} +img { + height: 100%; + width: 100%; +} \ No newline at end of file diff --git a/Assignments/MP03_CalebFontenot/public_html/yurts.html b/Assignments/MP03_CalebFontenot/public_html/yurts.html new file mode 100644 index 0000000..211be57 --- /dev/null +++ b/Assignments/MP03_CalebFontenot/public_html/yurts.html @@ -0,0 +1,45 @@ + + + + + Pacific Trail Resort :: Yurts + + + + + +

Pacific Trails Resort

+ +
+ yurt.jpg +
+

The Yurts at Pacific Trails

+
+
What is a yurt?
+
Our luxury yurts are permanent structures four feet off the ground. + Each Yurt is fully enclosed with canvas walls, a wooden floor, and a roof dome that can be opened.
+
How are the yurts furnished?
+
Each yurt is furnished with a queen-size bed with down quilt and gas-fired stove. Your luxury camping experience + includes electricity and a sink with hot and cold running water. Shower and restroom facilities are located in the + lodge.
+
What should I bring?
+
Most guest pack comfortable walking shoes and plan to dress for changing weather with light layers of clothing. + It's also helpful to bring a flashlight and a sense of adventure!
+
+ + + diff --git a/Chapter ZIPs/chapter5/5.1/hero.jpg b/Chapter ZIPs/chapter5/5.1/hero.jpg new file mode 100644 index 0000000..363e638 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.1/hero.jpg differ diff --git a/Chapter ZIPs/chapter5/5.1/index.html b/Chapter ZIPs/chapter5/5.1/index.html new file mode 100644 index 0000000..4b0c813 --- /dev/null +++ b/Chapter ZIPs/chapter5/5.1/index.html @@ -0,0 +1,35 @@ + + + + +KayakDoorCounty.net + + + +
+

KayakDoorCounty.net

+
+ +
+

Your next adventure is only a paddle away ....

+paddling a kayak +

Take a guided kayak tour while you explore the shoreline of scenic Door County.

+

Featured tours this week:

+ +
+ + + diff --git a/Chapter ZIPs/chapter5/5.1/kayakdc.gif b/Chapter ZIPs/chapter5/5.1/kayakdc.gif new file mode 100644 index 0000000..8fd7564 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.1/kayakdc.gif differ diff --git a/Chapter ZIPs/chapter5/5.10/index.html b/Chapter ZIPs/chapter5/5.10/index.html new file mode 100644 index 0000000..41b5e12 --- /dev/null +++ b/Chapter ZIPs/chapter5/5.10/index.html @@ -0,0 +1,20 @@ + + + +Tropical Island + + + + +
+ Tropical Island +
Tropical Island Getaway +
+
+ + \ No newline at end of file diff --git a/Chapter ZIPs/chapter5/5.10/myisland.jpg b/Chapter ZIPs/chapter5/5.10/myisland.jpg new file mode 100644 index 0000000..5d90394 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.10/myisland.jpg differ diff --git a/Chapter ZIPs/chapter5/5.2/contact.gif b/Chapter ZIPs/chapter5/5.2/contact.gif new file mode 100644 index 0000000..e620a5b Binary files /dev/null and b/Chapter ZIPs/chapter5/5.2/contact.gif differ diff --git a/Chapter ZIPs/chapter5/5.2/hero.jpg b/Chapter ZIPs/chapter5/5.2/hero.jpg new file mode 100644 index 0000000..363e638 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.2/hero.jpg differ diff --git a/Chapter ZIPs/chapter5/5.2/home.gif b/Chapter ZIPs/chapter5/5.2/home.gif new file mode 100644 index 0000000..7e0eab6 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.2/home.gif differ diff --git a/Chapter ZIPs/chapter5/5.2/index.html b/Chapter ZIPs/chapter5/5.2/index.html new file mode 100644 index 0000000..febfb6d --- /dev/null +++ b/Chapter ZIPs/chapter5/5.2/index.html @@ -0,0 +1,41 @@ + + + + +KayakDoorCounty.net + + + +
+

KayakDoorCounty.net

+
+ +
+

Your next adventure is only a paddle away ....

+paddling a kayake +

Take a guided kayak tour while you explore the shoreline of scenic Door County.

+

Featured tours this week:

+ +
+ + + diff --git a/Chapter ZIPs/chapter5/5.2/kayakdc.gif b/Chapter ZIPs/chapter5/5.2/kayakdc.gif new file mode 100644 index 0000000..8fd7564 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.2/kayakdc.gif differ diff --git a/Chapter ZIPs/chapter5/5.2/reservations.gif b/Chapter ZIPs/chapter5/5.2/reservations.gif new file mode 100644 index 0000000..c2189a2 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.2/reservations.gif differ diff --git a/Chapter ZIPs/chapter5/5.2/tours.gif b/Chapter ZIPs/chapter5/5.2/tours.gif new file mode 100644 index 0000000..807e4e8 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.2/tours.gif differ diff --git a/Chapter ZIPs/chapter5/5.3/contact.gif b/Chapter ZIPs/chapter5/5.3/contact.gif new file mode 100644 index 0000000..e620a5b Binary files /dev/null and b/Chapter ZIPs/chapter5/5.3/contact.gif differ diff --git a/Chapter ZIPs/chapter5/5.3/hero.jpg b/Chapter ZIPs/chapter5/5.3/hero.jpg new file mode 100644 index 0000000..363e638 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.3/hero.jpg differ diff --git a/Chapter ZIPs/chapter5/5.3/heroback.jpg b/Chapter ZIPs/chapter5/5.3/heroback.jpg new file mode 100644 index 0000000..a72a7a0 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.3/heroback.jpg differ diff --git a/Chapter ZIPs/chapter5/5.3/home.gif b/Chapter ZIPs/chapter5/5.3/home.gif new file mode 100644 index 0000000..7e0eab6 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.3/home.gif differ diff --git a/Chapter ZIPs/chapter5/5.3/iefix.html b/Chapter ZIPs/chapter5/5.3/iefix.html new file mode 100644 index 0000000..62de358 --- /dev/null +++ b/Chapter ZIPs/chapter5/5.3/iefix.html @@ -0,0 +1,45 @@ + + + + +KayakDoorCounty.net + + + +
+

KayakDoorCounty.net

+
+ +
+

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:

+ +
+ + + + diff --git a/Chapter ZIPs/chapter5/5.3/index.html b/Chapter ZIPs/chapter5/5.3/index.html new file mode 100644 index 0000000..b20fdc0 --- /dev/null +++ b/Chapter ZIPs/chapter5/5.3/index.html @@ -0,0 +1,44 @@ + + + + +KayakDoorCounty.net + + + +
+

KayakDoorCounty.net

+
+ +
+

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:

+ +
+ + + + diff --git a/Chapter ZIPs/chapter5/5.3/kayakdc.gif b/Chapter ZIPs/chapter5/5.3/kayakdc.gif new file mode 100644 index 0000000..8fd7564 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.3/kayakdc.gif differ diff --git a/Chapter ZIPs/chapter5/5.3/reservations.gif b/Chapter ZIPs/chapter5/5.3/reservations.gif new file mode 100644 index 0000000..c2189a2 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.3/reservations.gif differ diff --git a/Chapter ZIPs/chapter5/5.3/tours.gif b/Chapter ZIPs/chapter5/5.3/tours.gif new file mode 100644 index 0000000..807e4e8 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.3/tours.gif differ diff --git a/Chapter ZIPs/chapter5/5.4/coffee.gif b/Chapter ZIPs/chapter5/5.4/coffee.gif new file mode 100644 index 0000000..de749d0 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.4/coffee.gif differ diff --git a/Chapter ZIPs/chapter5/5.4/coffeeback.gif b/Chapter ZIPs/chapter5/5.4/coffeeback.gif new file mode 100644 index 0000000..8026552 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.4/coffeeback.gif differ diff --git a/Chapter ZIPs/chapter5/5.4/coffeepour.gif b/Chapter ZIPs/chapter5/5.4/coffeepour.gif new file mode 100644 index 0000000..2981542 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.4/coffeepour.gif differ diff --git a/Chapter ZIPs/chapter5/5.4/coffeepour.jpg b/Chapter ZIPs/chapter5/5.4/coffeepour.jpg new file mode 100644 index 0000000..4b031f0 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.4/coffeepour.jpg differ diff --git a/Chapter ZIPs/chapter5/5.4/index.html b/Chapter ZIPs/chapter5/5.4/index.html new file mode 100644 index 0000000..0c1973c --- /dev/null +++ b/Chapter ZIPs/chapter5/5.4/index.html @@ -0,0 +1,35 @@ + + + +Coffee House + + + + +
+

Coffee House

+
+
+

Enjoy a great cup of coffee
or tea at Coffee House!

+ +
+

 

+

 

+

 

+

 

+

 

+ + \ No newline at end of file diff --git a/Chapter ZIPs/chapter5/5.4/marker.gif b/Chapter ZIPs/chapter5/5.4/marker.gif new file mode 100644 index 0000000..7031505 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.4/marker.gif differ diff --git a/Chapter ZIPs/chapter5/5.5/coffee.gif b/Chapter ZIPs/chapter5/5.5/coffee.gif new file mode 100644 index 0000000..de749d0 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.5/coffee.gif differ diff --git a/Chapter ZIPs/chapter5/5.5/coffeeback.gif b/Chapter ZIPs/chapter5/5.5/coffeeback.gif new file mode 100644 index 0000000..8026552 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.5/coffeeback.gif differ diff --git a/Chapter ZIPs/chapter5/5.5/coffeepour.gif b/Chapter ZIPs/chapter5/5.5/coffeepour.gif new file mode 100644 index 0000000..2981542 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.5/coffeepour.gif differ diff --git a/Chapter ZIPs/chapter5/5.5/coffeepour.html b/Chapter ZIPs/chapter5/5.5/coffeepour.html new file mode 100644 index 0000000..cfdb4bd --- /dev/null +++ b/Chapter ZIPs/chapter5/5.5/coffeepour.html @@ -0,0 +1,35 @@ + + + +Coffee House + + + + +
+

Coffee House

+
+
+

Enjoy a great cup of coffee
or tea at Coffee House!

+ +
+

 

+

 

+

 

+

 

+

 

+ + \ No newline at end of file diff --git a/Chapter ZIPs/chapter5/5.5/coffeepour.jpg b/Chapter ZIPs/chapter5/5.5/coffeepour.jpg new file mode 100644 index 0000000..4b031f0 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.5/coffeepour.jpg differ diff --git a/Chapter ZIPs/chapter5/5.5/marker.gif b/Chapter ZIPs/chapter5/5.5/marker.gif new file mode 100644 index 0000000..7031505 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.5/marker.gif differ diff --git a/Chapter ZIPs/chapter5/5.6/contact.gif b/Chapter ZIPs/chapter5/5.6/contact.gif new file mode 100644 index 0000000..e620a5b Binary files /dev/null and b/Chapter ZIPs/chapter5/5.6/contact.gif differ diff --git a/Chapter ZIPs/chapter5/5.6/hero.jpg b/Chapter ZIPs/chapter5/5.6/hero.jpg new file mode 100644 index 0000000..363e638 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.6/hero.jpg differ diff --git a/Chapter ZIPs/chapter5/5.6/heroback.jpg b/Chapter ZIPs/chapter5/5.6/heroback.jpg new file mode 100644 index 0000000..a72a7a0 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.6/heroback.jpg differ diff --git a/Chapter ZIPs/chapter5/5.6/home.gif b/Chapter ZIPs/chapter5/5.6/home.gif new file mode 100644 index 0000000..7e0eab6 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.6/home.gif differ diff --git a/Chapter ZIPs/chapter5/5.6/index.html b/Chapter ZIPs/chapter5/5.6/index.html new file mode 100644 index 0000000..25e2267 --- /dev/null +++ b/Chapter ZIPs/chapter5/5.6/index.html @@ -0,0 +1,46 @@ + + + + +KayakDoorCounty.net + + + +
+

KayakDoorCounty.net

+
+ +
+

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:

+ +
+ + + + diff --git a/Chapter ZIPs/chapter5/5.6/kayakdc.gif b/Chapter ZIPs/chapter5/5.6/kayakdc.gif new file mode 100644 index 0000000..8fd7564 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.6/kayakdc.gif differ diff --git a/Chapter ZIPs/chapter5/5.6/reservations.gif b/Chapter ZIPs/chapter5/5.6/reservations.gif new file mode 100644 index 0000000..c2189a2 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.6/reservations.gif differ diff --git a/Chapter ZIPs/chapter5/5.6/tours.gif b/Chapter ZIPs/chapter5/5.6/tours.gif new file mode 100644 index 0000000..807e4e8 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.6/tours.gif differ diff --git a/Chapter ZIPs/chapter5/5.7/background.jpg b/Chapter ZIPs/chapter5/5.7/background.jpg new file mode 100644 index 0000000..5d33e9e Binary files /dev/null and b/Chapter ZIPs/chapter5/5.7/background.jpg differ diff --git a/Chapter ZIPs/chapter5/5.7/headerbackblue.jpg b/Chapter ZIPs/chapter5/5.7/headerbackblue.jpg new file mode 100644 index 0000000..6ae2660 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.7/headerbackblue.jpg differ diff --git a/Chapter ZIPs/chapter5/5.7/hero.jpg b/Chapter ZIPs/chapter5/5.7/hero.jpg new file mode 100644 index 0000000..363e638 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.7/hero.jpg differ diff --git a/Chapter ZIPs/chapter5/5.7/index.html b/Chapter ZIPs/chapter5/5.7/index.html new file mode 100644 index 0000000..b934e0c --- /dev/null +++ b/Chapter ZIPs/chapter5/5.7/index.html @@ -0,0 +1,53 @@ + + + + +KayakDoorCounty.net + + + +
+

KayakDoorCounty.net

+
+ +
+

Your next adventure is only a paddle away ....

+tour guide paddling a kayak +

Take a guided kayak tour while you explore the shoreline of scenic Door County.

+

Featured tours this week:

+ +
+ + + + diff --git a/Chapter ZIPs/chapter5/5.8/coffee.gif b/Chapter ZIPs/chapter5/5.8/coffee.gif new file mode 100644 index 0000000..de749d0 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.8/coffee.gif differ diff --git a/Chapter ZIPs/chapter5/5.8/coffeeback.gif b/Chapter ZIPs/chapter5/5.8/coffeeback.gif new file mode 100644 index 0000000..8026552 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.8/coffeeback.gif differ diff --git a/Chapter ZIPs/chapter5/5.8/coffeepour.gif b/Chapter ZIPs/chapter5/5.8/coffeepour.gif new file mode 100644 index 0000000..2981542 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.8/coffeepour.gif differ diff --git a/Chapter ZIPs/chapter5/5.8/coffeepour.jpg b/Chapter ZIPs/chapter5/5.8/coffeepour.jpg new file mode 100644 index 0000000..4b031f0 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.8/coffeepour.jpg differ diff --git a/Chapter ZIPs/chapter5/5.8/index.html b/Chapter ZIPs/chapter5/5.8/index.html new file mode 100644 index 0000000..ebd9044 --- /dev/null +++ b/Chapter ZIPs/chapter5/5.8/index.html @@ -0,0 +1,35 @@ + + + +Coffee House + + + + +
+

Coffee House

+
+
+

Enjoy a great cup of coffee
or tea at Coffee House!

+ +
+

 

+

 

+

 

+

 

+

 

+ + \ No newline at end of file diff --git a/Chapter ZIPs/chapter5/5.8/marker.gif b/Chapter ZIPs/chapter5/5.8/marker.gif new file mode 100644 index 0000000..7031505 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.8/marker.gif differ diff --git a/Chapter ZIPs/chapter5/5.9/contact.gif b/Chapter ZIPs/chapter5/5.9/contact.gif new file mode 100644 index 0000000..e620a5b Binary files /dev/null and b/Chapter ZIPs/chapter5/5.9/contact.gif differ diff --git a/Chapter ZIPs/chapter5/5.9/favicon.ico b/Chapter ZIPs/chapter5/5.9/favicon.ico new file mode 100644 index 0000000..c22c6bb Binary files /dev/null and b/Chapter ZIPs/chapter5/5.9/favicon.ico differ diff --git a/Chapter ZIPs/chapter5/5.9/hero.jpg b/Chapter ZIPs/chapter5/5.9/hero.jpg new file mode 100644 index 0000000..363e638 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.9/hero.jpg differ diff --git a/Chapter ZIPs/chapter5/5.9/heroback.jpg b/Chapter ZIPs/chapter5/5.9/heroback.jpg new file mode 100644 index 0000000..a72a7a0 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.9/heroback.jpg differ diff --git a/Chapter ZIPs/chapter5/5.9/home.gif b/Chapter ZIPs/chapter5/5.9/home.gif new file mode 100644 index 0000000..7e0eab6 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.9/home.gif differ diff --git a/Chapter ZIPs/chapter5/5.9/iefix.html b/Chapter ZIPs/chapter5/5.9/iefix.html new file mode 100644 index 0000000..cc6cca1 --- /dev/null +++ b/Chapter ZIPs/chapter5/5.9/iefix.html @@ -0,0 +1,46 @@ + + + + +KayakDoorCounty.net + + + + +
+

KayakDoorCounty.net

+
+ +
+

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:

+ +
+ + + + diff --git a/Chapter ZIPs/chapter5/5.9/index.html b/Chapter ZIPs/chapter5/5.9/index.html new file mode 100644 index 0000000..621a394 --- /dev/null +++ b/Chapter ZIPs/chapter5/5.9/index.html @@ -0,0 +1,45 @@ + + + + +KayakDoorCounty.net + + + + +
+

KayakDoorCounty.net

+
+ +
+

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:

+ +
+ + + + diff --git a/Chapter ZIPs/chapter5/5.9/kayakdc.gif b/Chapter ZIPs/chapter5/5.9/kayakdc.gif new file mode 100644 index 0000000..8fd7564 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.9/kayakdc.gif differ diff --git a/Chapter ZIPs/chapter5/5.9/reservations.gif b/Chapter ZIPs/chapter5/5.9/reservations.gif new file mode 100644 index 0000000..c2189a2 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.9/reservations.gif differ diff --git a/Chapter ZIPs/chapter5/5.9/tours.gif b/Chapter ZIPs/chapter5/5.9/tours.gif new file mode 100644 index 0000000..807e4e8 Binary files /dev/null and b/Chapter ZIPs/chapter5/5.9/tours.gif differ diff --git a/Chapter ZIPs/chapter5/casestudystarters/pacific/coast.jpg b/Chapter ZIPs/chapter5/casestudystarters/pacific/coast.jpg new file mode 100644 index 0000000..af3fef0 Binary files /dev/null and b/Chapter ZIPs/chapter5/casestudystarters/pacific/coast.jpg differ diff --git a/Chapter ZIPs/chapter5/casestudystarters/pacific/favicon.ico b/Chapter ZIPs/chapter5/casestudystarters/pacific/favicon.ico new file mode 100644 index 0000000..ad98119 Binary files /dev/null and b/Chapter ZIPs/chapter5/casestudystarters/pacific/favicon.ico differ diff --git a/Chapter ZIPs/chapter5/casestudystarters/pacific/marker.gif b/Chapter ZIPs/chapter5/casestudystarters/pacific/marker.gif new file mode 100644 index 0000000..318f8b0 Binary files /dev/null and b/Chapter ZIPs/chapter5/casestudystarters/pacific/marker.gif differ diff --git a/Chapter ZIPs/chapter5/casestudystarters/pacific/sunset.jpg b/Chapter ZIPs/chapter5/casestudystarters/pacific/sunset.jpg new file mode 100644 index 0000000..3ce0adc Binary files /dev/null and b/Chapter ZIPs/chapter5/casestudystarters/pacific/sunset.jpg differ diff --git a/Chapter ZIPs/chapter5/casestudystarters/pacific/trail.jpg b/Chapter ZIPs/chapter5/casestudystarters/pacific/trail.jpg new file mode 100644 index 0000000..cdb05c3 Binary files /dev/null and b/Chapter ZIPs/chapter5/casestudystarters/pacific/trail.jpg differ diff --git a/Chapter ZIPs/chapter5/casestudystarters/pacific/yurt.jpg b/Chapter ZIPs/chapter5/casestudystarters/pacific/yurt.jpg new file mode 100644 index 0000000..535de06 Binary files /dev/null and b/Chapter ZIPs/chapter5/casestudystarters/pacific/yurt.jpg differ diff --git a/Chapter ZIPs/chapter5/casestudystarters/yoga/favicon.ico b/Chapter ZIPs/chapter5/casestudystarters/yoga/favicon.ico new file mode 100644 index 0000000..ca7f475 Binary files /dev/null and b/Chapter ZIPs/chapter5/casestudystarters/yoga/favicon.ico differ diff --git a/Chapter ZIPs/chapter5/casestudystarters/yoga/lilyheader.jpg b/Chapter ZIPs/chapter5/casestudystarters/yoga/lilyheader.jpg new file mode 100644 index 0000000..83c0ad4 Binary files /dev/null and b/Chapter ZIPs/chapter5/casestudystarters/yoga/lilyheader.jpg differ diff --git a/Chapter ZIPs/chapter5/casestudystarters/yoga/yogadoor.jpg b/Chapter ZIPs/chapter5/casestudystarters/yoga/yogadoor.jpg new file mode 100644 index 0000000..94dc58e Binary files /dev/null and b/Chapter ZIPs/chapter5/casestudystarters/yoga/yogadoor.jpg differ diff --git a/Chapter ZIPs/chapter5/casestudystarters/yoga/yogalounge.jpg b/Chapter ZIPs/chapter5/casestudystarters/yoga/yogalounge.jpg new file mode 100644 index 0000000..87a8a16 Binary files /dev/null and b/Chapter ZIPs/chapter5/casestudystarters/yoga/yogalounge.jpg differ diff --git a/Chapter ZIPs/chapter5/casestudystarters/yoga/yogamat.jpg b/Chapter ZIPs/chapter5/casestudystarters/yoga/yogamat.jpg new file mode 100644 index 0000000..c5e86bb Binary files /dev/null and b/Chapter ZIPs/chapter5/casestudystarters/yoga/yogamat.jpg differ diff --git a/Chapter ZIPs/chapter5/coffeestarters/coffee.gif b/Chapter ZIPs/chapter5/coffeestarters/coffee.gif new file mode 100644 index 0000000..de749d0 Binary files /dev/null and b/Chapter ZIPs/chapter5/coffeestarters/coffee.gif differ diff --git a/Chapter ZIPs/chapter5/coffeestarters/coffee.html b/Chapter ZIPs/chapter5/coffeestarters/coffee.html new file mode 100644 index 0000000..56faefe --- /dev/null +++ b/Chapter ZIPs/chapter5/coffeestarters/coffee.html @@ -0,0 +1,37 @@ + + + +Coffee House + + + + +
+

Coffee House

+
+
+

Enjoy a great cup of coffee
or tea at Coffee House!

+ +
+

 

+

 

+

 

+

 

+

 

+ + diff --git a/Chapter ZIPs/chapter5/coffeestarters/coffeeback.gif b/Chapter ZIPs/chapter5/coffeestarters/coffeeback.gif new file mode 100644 index 0000000..8026552 Binary files /dev/null and b/Chapter ZIPs/chapter5/coffeestarters/coffeeback.gif differ diff --git a/Chapter ZIPs/chapter5/coffeestarters/coffeepour.gif b/Chapter ZIPs/chapter5/coffeestarters/coffeepour.gif new file mode 100644 index 0000000..2981542 Binary files /dev/null and b/Chapter ZIPs/chapter5/coffeestarters/coffeepour.gif differ diff --git a/Chapter ZIPs/chapter5/coffeestarters/coffeepour.jpg b/Chapter ZIPs/chapter5/coffeestarters/coffeepour.jpg new file mode 100644 index 0000000..4b031f0 Binary files /dev/null and b/Chapter ZIPs/chapter5/coffeestarters/coffeepour.jpg differ diff --git a/Chapter ZIPs/chapter5/coffeestarters/marker.gif b/Chapter ZIPs/chapter5/coffeestarters/marker.gif new file mode 100644 index 0000000..7031505 Binary files /dev/null and b/Chapter ZIPs/chapter5/coffeestarters/marker.gif differ diff --git a/Chapter ZIPs/chapter5/fishingboat.jpg b/Chapter ZIPs/chapter5/fishingboat.jpg new file mode 100644 index 0000000..caecf14 Binary files /dev/null and b/Chapter ZIPs/chapter5/fishingboat.jpg differ diff --git a/Chapter ZIPs/chapter5/fonts.html b/Chapter ZIPs/chapter5/fonts.html new file mode 100644 index 0000000..12e973d --- /dev/null +++ b/Chapter ZIPs/chapter5/fonts.html @@ -0,0 +1,73 @@ + + + +Font Size Examples + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Text ValuesEm UnitsPx UnitsPt UnitsPercentage
xx-small.5 em8 px6 pt50%
x-small.60 em11 px8 pt60%
small.75 em13 px10 pt75%
medium1 em16 px12 pt100%
large1.15 em18 px13.5 pt110%
x-large1.5 em24 px18 pt150%
xx-large2 em30 px24 pt200%
+ + diff --git a/Chapter ZIPs/chapter5/map.html b/Chapter ZIPs/chapter5/map.html new file mode 100644 index 0000000..d8882e2 --- /dev/null +++ b/Chapter ZIPs/chapter5/map.html @@ -0,0 +1,18 @@ + + + +Image Map Example + + + +

Image Map

+ + The Nature Conservancy + Door County Fishing Charter + + Door County + + + + + \ No newline at end of file diff --git a/Chapter ZIPs/chapter5/starter.html b/Chapter ZIPs/chapter5/starter.html new file mode 100644 index 0000000..9abf2fd --- /dev/null +++ b/Chapter ZIPs/chapter5/starter.html @@ -0,0 +1,35 @@ + + + + +KayakDoorCounty.net + + + +
+

KayakDoorCounty.net

+
+ +
+

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:

+ +
+ + + diff --git a/Chapter ZIPs/chapter5/starters/background.jpg b/Chapter ZIPs/chapter5/starters/background.jpg new file mode 100644 index 0000000..5d33e9e Binary files /dev/null and b/Chapter ZIPs/chapter5/starters/background.jpg differ diff --git a/Chapter ZIPs/chapter5/starters/contact.gif b/Chapter ZIPs/chapter5/starters/contact.gif new file mode 100644 index 0000000..e620a5b Binary files /dev/null and b/Chapter ZIPs/chapter5/starters/contact.gif differ diff --git a/Chapter ZIPs/chapter5/starters/favicon.ico b/Chapter ZIPs/chapter5/starters/favicon.ico new file mode 100644 index 0000000..c22c6bb Binary files /dev/null and b/Chapter ZIPs/chapter5/starters/favicon.ico differ diff --git a/Chapter ZIPs/chapter5/starters/headerbackblue.jpg b/Chapter ZIPs/chapter5/starters/headerbackblue.jpg new file mode 100644 index 0000000..6ae2660 Binary files /dev/null and b/Chapter ZIPs/chapter5/starters/headerbackblue.jpg differ diff --git a/Chapter ZIPs/chapter5/starters/headerbacklight.jpg b/Chapter ZIPs/chapter5/starters/headerbacklight.jpg new file mode 100644 index 0000000..7adcde9 Binary files /dev/null and b/Chapter ZIPs/chapter5/starters/headerbacklight.jpg differ diff --git a/Chapter ZIPs/chapter5/starters/hero.jpg b/Chapter ZIPs/chapter5/starters/hero.jpg new file mode 100644 index 0000000..363e638 Binary files /dev/null and b/Chapter ZIPs/chapter5/starters/hero.jpg differ diff --git a/Chapter ZIPs/chapter5/starters/heroback.jpg b/Chapter ZIPs/chapter5/starters/heroback.jpg new file mode 100644 index 0000000..a72a7a0 Binary files /dev/null and b/Chapter ZIPs/chapter5/starters/heroback.jpg differ diff --git a/Chapter ZIPs/chapter5/starters/home.gif b/Chapter ZIPs/chapter5/starters/home.gif new file mode 100644 index 0000000..7e0eab6 Binary files /dev/null and b/Chapter ZIPs/chapter5/starters/home.gif differ diff --git a/Chapter ZIPs/chapter5/starters/homebtn.gif b/Chapter ZIPs/chapter5/starters/homebtn.gif new file mode 100644 index 0000000..17506aa Binary files /dev/null and b/Chapter ZIPs/chapter5/starters/homebtn.gif differ diff --git a/Chapter ZIPs/chapter5/starters/kayakdc.gif b/Chapter ZIPs/chapter5/starters/kayakdc.gif new file mode 100644 index 0000000..8fd7564 Binary files /dev/null and b/Chapter ZIPs/chapter5/starters/kayakdc.gif differ diff --git a/Chapter ZIPs/chapter5/starters/myisland.jpg b/Chapter ZIPs/chapter5/starters/myisland.jpg new file mode 100644 index 0000000..5d90394 Binary files /dev/null and b/Chapter ZIPs/chapter5/starters/myisland.jpg differ diff --git a/Chapter ZIPs/chapter5/starters/orderbtn.gif b/Chapter ZIPs/chapter5/starters/orderbtn.gif new file mode 100644 index 0000000..a150d99 Binary files /dev/null and b/Chapter ZIPs/chapter5/starters/orderbtn.gif differ diff --git a/Chapter ZIPs/chapter5/starters/primelogo.gif b/Chapter ZIPs/chapter5/starters/primelogo.gif new file mode 100644 index 0000000..d415fec Binary files /dev/null and b/Chapter ZIPs/chapter5/starters/primelogo.gif differ diff --git a/Chapter ZIPs/chapter5/starters/productsbtn.gif b/Chapter ZIPs/chapter5/starters/productsbtn.gif new file mode 100644 index 0000000..6282a1f Binary files /dev/null and b/Chapter ZIPs/chapter5/starters/productsbtn.gif differ diff --git a/Chapter ZIPs/chapter5/starters/reservations.gif b/Chapter ZIPs/chapter5/starters/reservations.gif new file mode 100644 index 0000000..c2189a2 Binary files /dev/null and b/Chapter ZIPs/chapter5/starters/reservations.gif differ diff --git a/Chapter ZIPs/chapter5/starters/schaumburg.jpg b/Chapter ZIPs/chapter5/starters/schaumburg.jpg new file mode 100644 index 0000000..895343e Binary files /dev/null and b/Chapter ZIPs/chapter5/starters/schaumburg.jpg differ diff --git a/Chapter ZIPs/chapter5/starters/schaumburgthumb.jpg b/Chapter ZIPs/chapter5/starters/schaumburgthumb.jpg new file mode 100644 index 0000000..8b383fa Binary files /dev/null and b/Chapter ZIPs/chapter5/starters/schaumburgthumb.jpg differ diff --git a/Chapter ZIPs/chapter5/starters/tours.gif b/Chapter ZIPs/chapter5/starters/tours.gif new file mode 100644 index 0000000..807e4e8 Binary files /dev/null and b/Chapter ZIPs/chapter5/starters/tours.gif differ diff --git a/Chapter ZIPs/chapter5/starters/twocolor.gif b/Chapter ZIPs/chapter5/starters/twocolor.gif new file mode 100644 index 0000000..547186b Binary files /dev/null and b/Chapter ZIPs/chapter5/starters/twocolor.gif differ diff --git a/Chapter ZIPs/chapter5/starters/twocolor1.gif b/Chapter ZIPs/chapter5/starters/twocolor1.gif new file mode 100644 index 0000000..72ab4ca Binary files /dev/null and b/Chapter ZIPs/chapter5/starters/twocolor1.gif differ diff --git a/Chapter ZIPs/chapter5/sunset.jpg b/Chapter ZIPs/chapter5/sunset.jpg new file mode 100644 index 0000000..9c832a4 Binary files /dev/null and b/Chapter ZIPs/chapter5/sunset.jpg differ diff --git a/Chapter ZIPs/chapter5/template.html b/Chapter ZIPs/chapter5/template.html new file mode 100644 index 0000000..6a48229 --- /dev/null +++ b/Chapter ZIPs/chapter5/template.html @@ -0,0 +1,9 @@ + + + +Page Title Goes Here + + + + + \ No newline at end of file diff --git a/Chapter ZIPs/chapter5/thumb.html b/Chapter ZIPs/chapter5/thumb.html new file mode 100644 index 0000000..77f9370 --- /dev/null +++ b/Chapter ZIPs/chapter5/thumb.html @@ -0,0 +1,11 @@ + + + +Sunset + + + +

Sunset

+view a larger sunset + + diff --git a/Chapter ZIPs/chapter5/thumb.jpg b/Chapter ZIPs/chapter5/thumb.jpg new file mode 100644 index 0000000..c971379 Binary files /dev/null and b/Chapter ZIPs/chapter5/thumb.jpg differ