diff --git a/.gitignore b/.gitignore index 612ac2c..6462c7b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /Assignments/MP04_CalebFontenot/nbproject/private/ /Assignments/lab7_CalebFontenot/nbproject/private/ /Assignments/MP05_CalebFontenot/nbproject/private/ +/Assignments/lab08_CalebFontenot/nbproject/private/ diff --git a/Assignments/lab08_CalebFontenot/.bowerrc b/Assignments/lab08_CalebFontenot/.bowerrc new file mode 100644 index 0000000..0ba26f2 --- /dev/null +++ b/Assignments/lab08_CalebFontenot/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "public_html/bower_components" +} diff --git a/Assignments/lab08_CalebFontenot/Gruntfile.js b/Assignments/lab08_CalebFontenot/Gruntfile.js new file mode 100644 index 0000000..496183b --- /dev/null +++ b/Assignments/lab08_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/lab08_CalebFontenot/bower.json b/Assignments/lab08_CalebFontenot/bower.json new file mode 100644 index 0000000..93de6a4 --- /dev/null +++ b/Assignments/lab08_CalebFontenot/bower.json @@ -0,0 +1,13 @@ +{ + "name": "lab08_CalebFontenot", + "version": "1.0.0", + "main": "path/to/main.css", + "ignore": [ + ".jshintrc", + "**/*.txt" + ], + "dependencies": { + }, + "devDependencies": { + } +} diff --git a/Assignments/lab08_CalebFontenot/gulpfile.js b/Assignments/lab08_CalebFontenot/gulpfile.js new file mode 100644 index 0000000..eccfb02 --- /dev/null +++ b/Assignments/lab08_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/lab08_CalebFontenot/nbproject/project.properties b/Assignments/lab08_CalebFontenot/nbproject/project.properties new file mode 100644 index 0000000..88ff805 --- /dev/null +++ b/Assignments/lab08_CalebFontenot/nbproject/project.properties @@ -0,0 +1,5 @@ +file.reference.lab08_CalebFontenot-public_html=public_html +file.reference.lab08_CalebFontenot-test=test +files.encoding=UTF-8 +site.root.folder=${file.reference.lab08_CalebFontenot-public_html} +test.folder=${file.reference.lab08_CalebFontenot-test} diff --git a/Assignments/lab08_CalebFontenot/nbproject/project.xml b/Assignments/lab08_CalebFontenot/nbproject/project.xml new file mode 100644 index 0000000..744a677 --- /dev/null +++ b/Assignments/lab08_CalebFontenot/nbproject/project.xml @@ -0,0 +1,9 @@ + + + org.netbeans.modules.web.clientproject + + + lab08_CalebFontenot + + + diff --git a/Assignments/lab08_CalebFontenot/package.json b/Assignments/lab08_CalebFontenot/package.json new file mode 100644 index 0000000..aa0b008 --- /dev/null +++ b/Assignments/lab08_CalebFontenot/package.json @@ -0,0 +1,8 @@ +{ + "name": "lab08_CalebFontenot", + "version": "1.0.0", + "keywords": ["util", "functional", "server", "client", "browser"], + "author": "caleb", + "contributors": [], + "dependencies": {} +} diff --git a/Assignments/lab08_CalebFontenot/public_html/8.1/casita.css b/Assignments/lab08_CalebFontenot/public_html/8.1/casita.css new file mode 100755 index 0000000..7745c63 --- /dev/null +++ b/Assignments/lab08_CalebFontenot/public_html/8.1/casita.css @@ -0,0 +1,55 @@ +* { box-sizing: border-box; } +body { background-color: #330000; + font-family: Verdana, Arial, sans-serif; +} +#wrapper { width: 960px; + margin: auto; + background-color: #F4E8BC; + color: #330000; + box-shadow: 5px 5px 5px #000000; +} +h1 { background-image: url(images/logo.gif); + background-repeat: no-repeat; + background-color: #F4E8BC; + height: 130px; + font-family: Georgia, "Times New Roman", serif; + font-size: 4.5em; + padding-left: 220px; + padding-top: 20px; + text-shadow: 3px 3px 3px #90745D; + margin-bottom: 0; +} +nav { padding-top: 10px; + float: left; + width: 200px; +} +nav ul { list-style-type: none; + padding-left: 20px; + } +nav li { padding-bottom: 5px; + font-weight: bold; +} +nav a { text-decoration: none; } +nav a:link { color: #330000; } +nav a:visited{ color: #90745D; } +nav a:hover { color: #3F4632; } + + +main { background-color: #FFFFCC; + margin-left: 200px; + padding: 1px 20px 20px 20px; + min-height: 300px; + display: block; +} +main img { float: right; + padding: 20px; +} + +footer { background-color: #FFFFCC; + margin-left: 200px; + padding: 20px; + text-align: center; + font-size: small; + font-style: italic; +} + \ No newline at end of file diff --git a/Assignments/lab08_CalebFontenot/public_html/8.1/contact.html b/Assignments/lab08_CalebFontenot/public_html/8.1/contact.html new file mode 100755 index 0000000..9456cc6 --- /dev/null +++ b/Assignments/lab08_CalebFontenot/public_html/8.1/contact.html @@ -0,0 +1,33 @@ + + + +Casita Sedona - Contact + + + + +
+
+

Casita Sedona

+
+ +
+

This is the Contact Page

+ +
+ +
+ + \ No newline at end of file diff --git a/Assignments/lab08_CalebFontenot/public_html/8.1/events/festival.html b/Assignments/lab08_CalebFontenot/public_html/8.1/events/festival.html new file mode 100755 index 0000000..8055d2d --- /dev/null +++ b/Assignments/lab08_CalebFontenot/public_html/8.1/events/festival.html @@ -0,0 +1,33 @@ + + + +Casita Sedona - Festival Events + + + + +
+
+

Casita Sedona

+
+ +
+

This is the Festival Events Page

+ +
+ +
+ + \ No newline at end of file diff --git a/Assignments/lab08_CalebFontenot/public_html/8.1/events/weekend.html b/Assignments/lab08_CalebFontenot/public_html/8.1/events/weekend.html new file mode 100755 index 0000000..cac602a --- /dev/null +++ b/Assignments/lab08_CalebFontenot/public_html/8.1/events/weekend.html @@ -0,0 +1,33 @@ + + + + Casita Sedona - Weekend Events + + + + +
+
+

Casita Sedona

+
+ +
+

This is the Weekend Events Page

+ +
+ +
+ + \ No newline at end of file diff --git a/Assignments/lab08_CalebFontenot/public_html/8.1/images/logo.gif b/Assignments/lab08_CalebFontenot/public_html/8.1/images/logo.gif new file mode 100755 index 0000000..eac7156 Binary files /dev/null and b/Assignments/lab08_CalebFontenot/public_html/8.1/images/logo.gif differ diff --git a/Assignments/lab08_CalebFontenot/public_html/8.1/images/scenery.jpg b/Assignments/lab08_CalebFontenot/public_html/8.1/images/scenery.jpg new file mode 100755 index 0000000..5d8f576 Binary files /dev/null and b/Assignments/lab08_CalebFontenot/public_html/8.1/images/scenery.jpg differ diff --git a/Assignments/lab08_CalebFontenot/public_html/8.1/index.html b/Assignments/lab08_CalebFontenot/public_html/8.1/index.html new file mode 100755 index 0000000..5776c42 --- /dev/null +++ b/Assignments/lab08_CalebFontenot/public_html/8.1/index.html @@ -0,0 +1,37 @@ + + + +Casita Sedona + + + + +
+
+

Casita Sedona

+
+ +
+

This is the Home Page

+ Sedona Scenery +

This is a Subheading

+

This is a paragraph of sentences. This is a paragraph of sentences. This is a paragraph of sentences. This is a paragraph of sentences. This is a paragraph of sentences. This is a paragraph of sentences.

+

This is a Subheading

+

This is a paragraph of sentences. This is a paragraph of sentences. This is a paragraph of sentences. This is a paragraph of sentences. This is a paragraph of sentences. This is a paragraph of sentences.

+
+ +
+ + \ No newline at end of file diff --git a/Assignments/lab08_CalebFontenot/public_html/8.1/rooms/canyon.html b/Assignments/lab08_CalebFontenot/public_html/8.1/rooms/canyon.html new file mode 100755 index 0000000..6388b88 --- /dev/null +++ b/Assignments/lab08_CalebFontenot/public_html/8.1/rooms/canyon.html @@ -0,0 +1,33 @@ + + + +Casita Sedona - Canyon Room + + + + +
+
+

Casita Sedona

+
+ +
+

This is the Canyon Room Page

+ +
+ +
+ + \ No newline at end of file diff --git a/Assignments/lab08_CalebFontenot/public_html/8.1/rooms/javelina.html b/Assignments/lab08_CalebFontenot/public_html/8.1/rooms/javelina.html new file mode 100755 index 0000000..58a1537 --- /dev/null +++ b/Assignments/lab08_CalebFontenot/public_html/8.1/rooms/javelina.html @@ -0,0 +1,33 @@ + + + +Casita Sedona - Javalina Room + + + + +
+
+

Casita Sedona

+
+ +
+

This is the Javelina Room Page

+ +
+ +
+ + \ No newline at end of file diff --git a/Assignments/lab08_CalebFontenot/public_html/8.1/rooms/juniper.html b/Assignments/lab08_CalebFontenot/public_html/8.1/rooms/juniper.html new file mode 100755 index 0000000..fca2246 --- /dev/null +++ b/Assignments/lab08_CalebFontenot/public_html/8.1/rooms/juniper.html @@ -0,0 +1,33 @@ + + + +Casita Sedona - Canyon Room + + + + +
+
+

Casita Sedona

+
+ +
+

This is the Juniper Room Page

+ +
+ +
+ + \ No newline at end of file diff --git a/Assignments/lab08_CalebFontenot/public_html/index.html b/Assignments/lab08_CalebFontenot/public_html/index.html new file mode 100644 index 0000000..f6f390f --- /dev/null +++ b/Assignments/lab08_CalebFontenot/public_html/index.html @@ -0,0 +1,15 @@ + + + + + TODO supply a title + + + + +
TODO write content
+ + diff --git a/Assignments/lab08_CalebFontenot/public_html/starter1.html b/Assignments/lab08_CalebFontenot/public_html/starter1.html new file mode 100755 index 0000000..bca8939 --- /dev/null +++ b/Assignments/lab08_CalebFontenot/public_html/starter1.html @@ -0,0 +1,56 @@ + + + + Favorite Sites + + + +

Favorite Sites

+ +

Hobbies

+
+
Running
+
http://www.runningnetwork.com
+
Cooking
+
http://www.cooking.com
+
+

HTML5

+
+
Elements
+
http://www.w3.org/TR/html5/
+
Tutorials
+
http://www.w3schools.com/html5
+
+

CSS

+
+
W3C Cascading Style Sheets
+
http://www.w3.org/Style/CSS
+
Tutorials
+
http://www.w3schools.com/css3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Back to Top

+ + diff --git a/Chapter ZIPs/chapter8/9/CasitaExample/casita.css b/Chapter ZIPs/chapter8/9/CasitaExample/casita.css new file mode 100755 index 0000000..7745c63 --- /dev/null +++ b/Chapter ZIPs/chapter8/9/CasitaExample/casita.css @@ -0,0 +1,55 @@ +* { box-sizing: border-box; } +body { background-color: #330000; + font-family: Verdana, Arial, sans-serif; +} +#wrapper { width: 960px; + margin: auto; + background-color: #F4E8BC; + color: #330000; + box-shadow: 5px 5px 5px #000000; +} +h1 { background-image: url(images/logo.gif); + background-repeat: no-repeat; + background-color: #F4E8BC; + height: 130px; + font-family: Georgia, "Times New Roman", serif; + font-size: 4.5em; + padding-left: 220px; + padding-top: 20px; + text-shadow: 3px 3px 3px #90745D; + margin-bottom: 0; +} +nav { padding-top: 10px; + float: left; + width: 200px; +} +nav ul { list-style-type: none; + padding-left: 20px; + } +nav li { padding-bottom: 5px; + font-weight: bold; +} +nav a { text-decoration: none; } +nav a:link { color: #330000; } +nav a:visited{ color: #90745D; } +nav a:hover { color: #3F4632; } + + +main { background-color: #FFFFCC; + margin-left: 200px; + padding: 1px 20px 20px 20px; + min-height: 300px; + display: block; +} +main img { float: right; + padding: 20px; +} + +footer { background-color: #FFFFCC; + margin-left: 200px; + padding: 20px; + text-align: center; + font-size: small; + font-style: italic; +} + \ No newline at end of file diff --git a/Chapter ZIPs/chapter8/9/CasitaExample/contact.html b/Chapter ZIPs/chapter8/9/CasitaExample/contact.html new file mode 100755 index 0000000..b6a9304 --- /dev/null +++ b/Chapter ZIPs/chapter8/9/CasitaExample/contact.html @@ -0,0 +1,32 @@ + + + +Casita Sedona - Contact + + + + +
+
+

Casita Sedona

+
+ +
+

This is the Contact Page

+ +
+ +
+ + \ No newline at end of file diff --git a/Chapter ZIPs/chapter8/9/CasitaExample/events/festival.html b/Chapter ZIPs/chapter8/9/CasitaExample/events/festival.html new file mode 100755 index 0000000..a362cad --- /dev/null +++ b/Chapter ZIPs/chapter8/9/CasitaExample/events/festival.html @@ -0,0 +1,32 @@ + + + +Casita Sedona - Festival Events + + + + +
+
+

Casita Sedona

+
+ +
+

This is the Festival Events Page

+ +
+ +
+ + \ No newline at end of file diff --git a/Chapter ZIPs/chapter8/9/CasitaExample/events/weekend.html b/Chapter ZIPs/chapter8/9/CasitaExample/events/weekend.html new file mode 100755 index 0000000..2b17aff --- /dev/null +++ b/Chapter ZIPs/chapter8/9/CasitaExample/events/weekend.html @@ -0,0 +1,32 @@ + + + +Casita Sedona - Weekend Events + + + + +
+
+

Casita Sedona

+
+ +
+

This is the Weekend Events Page

+ +
+ +
+ + \ No newline at end of file diff --git a/Chapter ZIPs/chapter8/9/CasitaExample/images/logo.gif b/Chapter ZIPs/chapter8/9/CasitaExample/images/logo.gif new file mode 100755 index 0000000..eac7156 Binary files /dev/null and b/Chapter ZIPs/chapter8/9/CasitaExample/images/logo.gif differ diff --git a/Chapter ZIPs/chapter8/9/CasitaExample/images/scenery.jpg b/Chapter ZIPs/chapter8/9/CasitaExample/images/scenery.jpg new file mode 100755 index 0000000..5d8f576 Binary files /dev/null and b/Chapter ZIPs/chapter8/9/CasitaExample/images/scenery.jpg differ diff --git a/Chapter ZIPs/chapter8/9/CasitaExample/index.html b/Chapter ZIPs/chapter8/9/CasitaExample/index.html new file mode 100755 index 0000000..a9fdb6a --- /dev/null +++ b/Chapter ZIPs/chapter8/9/CasitaExample/index.html @@ -0,0 +1,36 @@ + + + +Casita Sedona + + + + +
+
+

Casita Sedona

+
+ +
+

This is the Home Page

+ Sedona Scenery +

This is a Subheading

+

This is a paragraph of sentences. This is a paragraph of sentences. This is a paragraph of sentences. This is a paragraph of sentences. This is a paragraph of sentences. This is a paragraph of sentences.

+

This is a Subheading

+

This is a paragraph of sentences. This is a paragraph of sentences. This is a paragraph of sentences. This is a paragraph of sentences. This is a paragraph of sentences. This is a paragraph of sentences.

+
+ +
+ + \ No newline at end of file diff --git a/Chapter ZIPs/chapter8/9/CasitaExample/rooms/canyon.html b/Chapter ZIPs/chapter8/9/CasitaExample/rooms/canyon.html new file mode 100755 index 0000000..fe99a5c --- /dev/null +++ b/Chapter ZIPs/chapter8/9/CasitaExample/rooms/canyon.html @@ -0,0 +1,32 @@ + + + +Casita Sedona - Canyon Room + + + + +
+
+

Casita Sedona

+
+ +
+

This is the Canyon Room Page

+ +
+ +
+ + \ No newline at end of file diff --git a/Chapter ZIPs/chapter8/9/CasitaExample/rooms/javelina.html b/Chapter ZIPs/chapter8/9/CasitaExample/rooms/javelina.html new file mode 100755 index 0000000..e00f281 --- /dev/null +++ b/Chapter ZIPs/chapter8/9/CasitaExample/rooms/javelina.html @@ -0,0 +1,32 @@ + + + +Casita Sedona - Javalina Room + + + + +
+
+

Casita Sedona

+
+ +
+

This is the Javelina Room Page

+ +
+ +
+ + \ No newline at end of file diff --git a/Chapter ZIPs/chapter8/9/caption/caption.html b/Chapter ZIPs/chapter8/9/caption/caption.html new file mode 100755 index 0000000..49739ac --- /dev/null +++ b/Chapter ZIPs/chapter8/9/caption/caption.html @@ -0,0 +1,105 @@ + + + +Lighthouse Island Bistro + + + + +
+
+

Lighthouse Island Bistro

+
+ +
+

Locally Roasted Free-Trade Coffee

+

Indulge in the aroma of freshly ground roast coffee. Specialty drinks are available hot or cold.

+

Specialty Pastries

+

Enjoy a selection of our fresh-baked, organic pastries, including + fresh-fruit muffins, scones, croissants, and cinnamon rolls.

+
+ Lighthouse Island +
Island Lighthouse, Built in 1870
+
+

Lunchtime is Anytime

+

Savor delicious wraps and sandwiches on hearty, whole-grain breads with locally-grown salad, fruit, and vegetables.

+

Panoramic View

+

Take in some scenery!

+

The top of our lighthouse offers a panoramic view of the countryside. Challenge your friends to climb our 100-stair tower.

+
+ +
+ + + + diff --git a/Chapter ZIPs/chapter8/9/caption/lighthouseisland.jpg b/Chapter ZIPs/chapter8/9/caption/lighthouseisland.jpg new file mode 100755 index 0000000..3f28e9f Binary files /dev/null and b/Chapter ZIPs/chapter8/9/caption/lighthouseisland.jpg differ diff --git a/Chapter ZIPs/chapter8/9/caption/lighthouselogo.jpg b/Chapter ZIPs/chapter8/9/caption/lighthouselogo.jpg new file mode 100755 index 0000000..0499044 Binary files /dev/null and b/Chapter ZIPs/chapter8/9/caption/lighthouselogo.jpg differ diff --git a/Chapter ZIPs/chapter8/9/starter1.html b/Chapter ZIPs/chapter8/9/starter1.html new file mode 100755 index 0000000..f60944c --- /dev/null +++ b/Chapter ZIPs/chapter8/9/starter1.html @@ -0,0 +1,56 @@ + + + +Favorite Sites + + + +

Favorite Sites

+ +

Hobbies

+
+
Running
+
http://www.runningnetwork.com
+
Cooking
+
http://www.cooking.com
+
+

HTML5

+
+
Elements
+
http://www.w3.org/TR/html5/
+
Tutorials
+
http://www.w3schools.com/html5
+
+

CSS

+
+
W3C Cascading Style Sheets
+
http://www.w3.org/Style/CSS
+
Tutorials
+
http://www.w3schools.com/css3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Back to Top

+ + diff --git a/Chapter ZIPs/chapter8/9/starter2.html b/Chapter ZIPs/chapter8/9/starter2.html new file mode 100755 index 0000000..bca5084 --- /dev/null +++ b/Chapter ZIPs/chapter8/9/starter2.html @@ -0,0 +1,116 @@ + + + +Lighthouse Island Bistro + + + + + + +
+
+

Lighthouse Island Bistro

+ the best coffee on the coast +
+ +
+
+ Lighthouse Island +
Island Lighthouse, Built in 1870
+
+

Locally Roasted Free-Trade Coffee

+

Indulge in the aroma of freshly ground roast coffee. Specialty drinks are available hot or cold.

+

Specialty Pastries

+

Enjoy a selection of our fresh-baked, organic pastries, including + fresh-fruit muffins, scones, croissants, and cinnamon rolls.

+

Lunchtime is Anytime

+

Savor delicious wraps and sandwiches on hearty, whole-grain breads with locally-grown salad, fruit, and vegetables.

+

Panoramic View

+

Take in some scenery!

+

The top of our lighthouse offers a panoramic view of the countryside. Challenge your friends to climb our 100-stair tower.

+
+ +
+ + + + diff --git a/Chapter ZIPs/chapter8/9/starter3.html b/Chapter ZIPs/chapter8/9/starter3.html new file mode 100755 index 0000000..60a6ce0 --- /dev/null +++ b/Chapter ZIPs/chapter8/9/starter3.html @@ -0,0 +1,118 @@ + + + +Casita Sedona + + + + + +
+
+

Casita Sedona

+
+ + +
+

Located in the Heart of Sedona

+

At Casita Sedona Bed & Breakfast you’ll be close to art galleries, shops, restaurants, hiking trails, and tours. Ride the free trolley to shops and galleries.

+

Luxurious Rooms

+

Stay in a well-appointed room at Casita Sedona with your own fireplace, king-size bed, balcony overlooking the red rocks, private bath with shower, and whirlpool tub for two. Choose from the Canyon, Javelina, Manzanita, Thunder Mountain, and Schnebly rooms — each is unique and sure to be a high point of your vacation experience.

+

Hearty Breakfast

+

Each day begins with a hearty breakfast that includes your choice of belgian waffles, pumpkin french toast, or quiche. Fresh fruit, yogurt, juice, and coffee are always available.

+

About Your Hosts

+

Your hosts, Melanie and Greg Tortuga, are long-time Sedona residents who love to share their knowledge of the Sedona area with their guests. Melanie is an author and artist. Greg has years of experience leading jeep tours and guiding hikes in and around Sedona.

+
+ +
+ + \ No newline at end of file diff --git a/Chapter ZIPs/chapter8/9/starters/fallback.jpg b/Chapter ZIPs/chapter8/9/starters/fallback.jpg new file mode 100755 index 0000000..3a4d170 Binary files /dev/null and b/Chapter ZIPs/chapter8/9/starters/fallback.jpg differ diff --git a/Chapter ZIPs/chapter8/9/starters/header.jpg b/Chapter ZIPs/chapter8/9/starters/header.jpg new file mode 100755 index 0000000..ee116dd Binary files /dev/null and b/Chapter ZIPs/chapter8/9/starters/header.jpg differ diff --git a/Chapter ZIPs/chapter8/9/starters/large.jpg b/Chapter ZIPs/chapter8/9/starters/large.jpg new file mode 100755 index 0000000..b2d16fa Binary files /dev/null and b/Chapter ZIPs/chapter8/9/starters/large.jpg differ diff --git a/Chapter ZIPs/chapter8/9/starters/lighthouseisland.jpg b/Chapter ZIPs/chapter8/9/starters/lighthouseisland.jpg new file mode 100755 index 0000000..3f28e9f Binary files /dev/null and b/Chapter ZIPs/chapter8/9/starters/lighthouseisland.jpg differ diff --git a/Chapter ZIPs/chapter8/9/starters/medium.jpg b/Chapter ZIPs/chapter8/9/starters/medium.jpg new file mode 100755 index 0000000..95ec5df Binary files /dev/null and b/Chapter ZIPs/chapter8/9/starters/medium.jpg differ diff --git a/Chapter ZIPs/chapter8/9/starters/myisland.jpg b/Chapter ZIPs/chapter8/9/starters/myisland.jpg new file mode 100755 index 0000000..567a259 Binary files /dev/null and b/Chapter ZIPs/chapter8/9/starters/myisland.jpg differ diff --git a/Chapter ZIPs/chapter8/9/starters/photo1.jpg b/Chapter ZIPs/chapter8/9/starters/photo1.jpg new file mode 100755 index 0000000..51e8979 Binary files /dev/null and b/Chapter ZIPs/chapter8/9/starters/photo1.jpg differ diff --git a/Chapter ZIPs/chapter8/9/starters/photo2.jpg b/Chapter ZIPs/chapter8/9/starters/photo2.jpg new file mode 100755 index 0000000..aae4f49 Binary files /dev/null and b/Chapter ZIPs/chapter8/9/starters/photo2.jpg differ diff --git a/Chapter ZIPs/chapter8/9/starters/photo3.jpg b/Chapter ZIPs/chapter8/9/starters/photo3.jpg new file mode 100755 index 0000000..a1537ba Binary files /dev/null and b/Chapter ZIPs/chapter8/9/starters/photo3.jpg differ diff --git a/Chapter ZIPs/chapter8/9/starters/photo4.jpg b/Chapter ZIPs/chapter8/9/starters/photo4.jpg new file mode 100755 index 0000000..5d91100 Binary files /dev/null and b/Chapter ZIPs/chapter8/9/starters/photo4.jpg differ diff --git a/Chapter ZIPs/chapter8/9/starters/photo5.jpg b/Chapter ZIPs/chapter8/9/starters/photo5.jpg new file mode 100755 index 0000000..7ad24ee Binary files /dev/null and b/Chapter ZIPs/chapter8/9/starters/photo5.jpg differ diff --git a/Chapter ZIPs/chapter8/9/starters/photo6.jpg b/Chapter ZIPs/chapter8/9/starters/photo6.jpg new file mode 100755 index 0000000..e455f1a Binary files /dev/null and b/Chapter ZIPs/chapter8/9/starters/photo6.jpg differ diff --git a/Chapter ZIPs/chapter8/9/starters/pools.jpg b/Chapter ZIPs/chapter8/9/starters/pools.jpg new file mode 100755 index 0000000..d810e49 Binary files /dev/null and b/Chapter ZIPs/chapter8/9/starters/pools.jpg differ diff --git a/Chapter ZIPs/chapter8/9/starters/small.jpg b/Chapter ZIPs/chapter8/9/starters/small.jpg new file mode 100755 index 0000000..70ba556 Binary files /dev/null and b/Chapter ZIPs/chapter8/9/starters/small.jpg differ