diff --git a/.gitignore b/.gitignore index ac0008d..0fe315a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /Assignments/MP1_CalebFontenot/nbproject/private/ /Assignments/lab4_CalebFontenot/nbproject/private/ /Assignments/MP02_CalebFontenot/nbproject/private/ +/Assignments/lab5_CalebFontenot/nbproject/private/ diff --git a/Assignments/lab5_CalebFontenot/.bowerrc b/Assignments/lab5_CalebFontenot/.bowerrc new file mode 100644 index 0000000..0ba26f2 --- /dev/null +++ b/Assignments/lab5_CalebFontenot/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "public_html/bower_components" +} diff --git a/Assignments/lab5_CalebFontenot/Gruntfile.js b/Assignments/lab5_CalebFontenot/Gruntfile.js new file mode 100644 index 0000000..496183b --- /dev/null +++ b/Assignments/lab5_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_CalebFontenot/bower.json b/Assignments/lab5_CalebFontenot/bower.json new file mode 100644 index 0000000..92958a9 --- /dev/null +++ b/Assignments/lab5_CalebFontenot/bower.json @@ -0,0 +1,13 @@ +{ + "name": "lab5_CalebFontenot", + "version": "1.0.0", + "main": "path/to/main.css", + "ignore": [ + ".jshintrc", + "**/*.txt" + ], + "dependencies": { + }, + "devDependencies": { + } +} diff --git a/Assignments/lab5_CalebFontenot/gulpfile.js b/Assignments/lab5_CalebFontenot/gulpfile.js new file mode 100644 index 0000000..eccfb02 --- /dev/null +++ b/Assignments/lab5_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_CalebFontenot/nbproject/project.properties b/Assignments/lab5_CalebFontenot/nbproject/project.properties new file mode 100644 index 0000000..06af6f8 --- /dev/null +++ b/Assignments/lab5_CalebFontenot/nbproject/project.properties @@ -0,0 +1,5 @@ +file.reference.lab5_CalebFontenot-public_html=public_html +file.reference.lab5_CalebFontenot-test=test +files.encoding=UTF-8 +site.root.folder=${file.reference.lab5_CalebFontenot-public_html} +test.folder=${file.reference.lab5_CalebFontenot-test} diff --git a/Assignments/lab5_CalebFontenot/nbproject/project.xml b/Assignments/lab5_CalebFontenot/nbproject/project.xml new file mode 100644 index 0000000..221d418 --- /dev/null +++ b/Assignments/lab5_CalebFontenot/nbproject/project.xml @@ -0,0 +1,9 @@ + + + org.netbeans.modules.web.clientproject + + + lab5_CalebFontenot + + + diff --git a/Assignments/lab5_CalebFontenot/package.json b/Assignments/lab5_CalebFontenot/package.json new file mode 100644 index 0000000..61e57c5 --- /dev/null +++ b/Assignments/lab5_CalebFontenot/package.json @@ -0,0 +1,8 @@ +{ + "name": "lab5_CalebFontenot", + "version": "1.0.0", + "keywords": ["util", "functional", "server", "client", "browser"], + "author": "caleb", + "contributors": [], + "dependencies": {} +} diff --git a/Assignments/lab5_CalebFontenot/public_html/5.1/1.html b/Assignments/lab5_CalebFontenot/public_html/5.1/1.html new file mode 100644 index 0000000..31564c8 --- /dev/null +++ b/Assignments/lab5_CalebFontenot/public_html/5.1/1.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/Assignments/lab5_CalebFontenot/public_html/5.1/hero.jpg b/Assignments/lab5_CalebFontenot/public_html/5.1/hero.jpg new file mode 100755 index 0000000..9f64772 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/5.1/hero.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/5.1/kayakdc.gif b/Assignments/lab5_CalebFontenot/public_html/5.1/kayakdc.gif new file mode 100755 index 0000000..b1f0667 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/5.1/kayakdc.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/5.2/2.html b/Assignments/lab5_CalebFontenot/public_html/5.2/2.html new file mode 100644 index 0000000..b3c39b3 --- /dev/null +++ b/Assignments/lab5_CalebFontenot/public_html/5.2/2.html @@ -0,0 +1,40 @@ + + + + +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/Assignments/lab5_CalebFontenot/public_html/5.2/contact.gif b/Assignments/lab5_CalebFontenot/public_html/5.2/contact.gif new file mode 100755 index 0000000..1e912c1 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/5.2/contact.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/5.2/hero.jpg b/Assignments/lab5_CalebFontenot/public_html/5.2/hero.jpg new file mode 100644 index 0000000..9f64772 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/5.2/hero.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/5.2/home.gif b/Assignments/lab5_CalebFontenot/public_html/5.2/home.gif new file mode 100755 index 0000000..2362a8a Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/5.2/home.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/5.2/kayakdc.gif b/Assignments/lab5_CalebFontenot/public_html/5.2/kayakdc.gif new file mode 100644 index 0000000..b1f0667 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/5.2/kayakdc.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/5.2/reservations.gif b/Assignments/lab5_CalebFontenot/public_html/5.2/reservations.gif new file mode 100755 index 0000000..bc6a2d8 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/5.2/reservations.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/5.2/tours.gif b/Assignments/lab5_CalebFontenot/public_html/5.2/tours.gif new file mode 100755 index 0000000..52484f6 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/5.2/tours.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/5.3/3.html b/Assignments/lab5_CalebFontenot/public_html/5.3/3.html new file mode 100644 index 0000000..c11818a --- /dev/null +++ b/Assignments/lab5_CalebFontenot/public_html/5.3/3.html @@ -0,0 +1,41 @@ + + + + +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/Assignments/lab5_CalebFontenot/public_html/5.3/contact.gif b/Assignments/lab5_CalebFontenot/public_html/5.3/contact.gif new file mode 100644 index 0000000..1e912c1 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/5.3/contact.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/5.3/hero.jpg b/Assignments/lab5_CalebFontenot/public_html/5.3/hero.jpg new file mode 100644 index 0000000..9f64772 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/5.3/hero.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/5.3/heroback.jpg b/Assignments/lab5_CalebFontenot/public_html/5.3/heroback.jpg new file mode 100644 index 0000000..c3e0fc5 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/5.3/heroback.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/5.3/home.gif b/Assignments/lab5_CalebFontenot/public_html/5.3/home.gif new file mode 100644 index 0000000..2362a8a Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/5.3/home.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/5.3/kayakdc.gif b/Assignments/lab5_CalebFontenot/public_html/5.3/kayakdc.gif new file mode 100644 index 0000000..b1f0667 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/5.3/kayakdc.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/5.3/reservations.gif b/Assignments/lab5_CalebFontenot/public_html/5.3/reservations.gif new file mode 100644 index 0000000..bc6a2d8 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/5.3/reservations.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/5.3/tours.gif b/Assignments/lab5_CalebFontenot/public_html/5.3/tours.gif new file mode 100644 index 0000000..52484f6 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/5.3/tours.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/casestudystarters/pacific/coast.jpg b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/pacific/coast.jpg new file mode 100755 index 0000000..0405f94 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/pacific/coast.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/casestudystarters/pacific/favicon.ico b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/pacific/favicon.ico new file mode 100755 index 0000000..c4cbd4b Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/pacific/favicon.ico differ diff --git a/Assignments/lab5_CalebFontenot/public_html/casestudystarters/pacific/marker.gif b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/pacific/marker.gif new file mode 100755 index 0000000..2cf82ec Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/pacific/marker.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/casestudystarters/pacific/sunset.jpg b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/pacific/sunset.jpg new file mode 100755 index 0000000..b1c2460 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/pacific/sunset.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/casestudystarters/pacific/trail.jpg b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/pacific/trail.jpg new file mode 100755 index 0000000..ed16652 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/pacific/trail.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/casestudystarters/pacific/yurt.jpg b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/pacific/yurt.jpg new file mode 100755 index 0000000..11f3e5a Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/pacific/yurt.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/casestudystarters/yoga/favicon.ico b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/yoga/favicon.ico new file mode 100755 index 0000000..22f0127 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/yoga/favicon.ico differ diff --git a/Assignments/lab5_CalebFontenot/public_html/casestudystarters/yoga/lilyheader.jpg b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/yoga/lilyheader.jpg new file mode 100755 index 0000000..36c2926 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/yoga/lilyheader.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/casestudystarters/yoga/yogadoor.jpg b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/yoga/yogadoor.jpg new file mode 100755 index 0000000..58c1f07 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/yoga/yogadoor.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/casestudystarters/yoga/yogalounge.jpg b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/yoga/yogalounge.jpg new file mode 100755 index 0000000..774e32c Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/yoga/yogalounge.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/casestudystarters/yoga/yogamat.jpg b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/yoga/yogamat.jpg new file mode 100755 index 0000000..0ef8dba Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/casestudystarters/yoga/yogamat.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/fishingboat.jpg b/Assignments/lab5_CalebFontenot/public_html/fishingboat.jpg new file mode 100755 index 0000000..272b441 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/fishingboat.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/fonts.html b/Assignments/lab5_CalebFontenot/public_html/fonts.html new file mode 100755 index 0000000..7a26548 --- /dev/null +++ b/Assignments/lab5_CalebFontenot/public_html/fonts.html @@ -0,0 +1,74 @@ + + + + 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/Assignments/lab5_CalebFontenot/public_html/index.html b/Assignments/lab5_CalebFontenot/public_html/index.html new file mode 100644 index 0000000..f6f390f --- /dev/null +++ b/Assignments/lab5_CalebFontenot/public_html/index.html @@ -0,0 +1,15 @@ + + + + + TODO supply a title + + + + +
TODO write content
+ + diff --git a/Assignments/lab5_CalebFontenot/public_html/map.html b/Assignments/lab5_CalebFontenot/public_html/map.html new file mode 100755 index 0000000..d8882e2 --- /dev/null +++ b/Assignments/lab5_CalebFontenot/public_html/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/Assignments/lab5_CalebFontenot/public_html/pacific/coast.jpg b/Assignments/lab5_CalebFontenot/public_html/pacific/coast.jpg new file mode 100755 index 0000000..0405f94 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/pacific/coast.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/pacific/favicon.ico b/Assignments/lab5_CalebFontenot/public_html/pacific/favicon.ico new file mode 100755 index 0000000..c4cbd4b Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/pacific/favicon.ico differ diff --git a/Assignments/lab5_CalebFontenot/public_html/pacific/marker.gif b/Assignments/lab5_CalebFontenot/public_html/pacific/marker.gif new file mode 100755 index 0000000..2cf82ec Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/pacific/marker.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/pacific/sunset.jpg b/Assignments/lab5_CalebFontenot/public_html/pacific/sunset.jpg new file mode 100755 index 0000000..b1c2460 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/pacific/sunset.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/pacific/trail.jpg b/Assignments/lab5_CalebFontenot/public_html/pacific/trail.jpg new file mode 100755 index 0000000..ed16652 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/pacific/trail.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/pacific/yurt.jpg b/Assignments/lab5_CalebFontenot/public_html/pacific/yurt.jpg new file mode 100755 index 0000000..11f3e5a Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/pacific/yurt.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/starter.html b/Assignments/lab5_CalebFontenot/public_html/starter.html new file mode 100755 index 0000000..3e07fc7 --- /dev/null +++ b/Assignments/lab5_CalebFontenot/public_html/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/Assignments/lab5_CalebFontenot/public_html/starters/background.jpg b/Assignments/lab5_CalebFontenot/public_html/starters/background.jpg new file mode 100755 index 0000000..22fe264 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/starters/background.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/starters/contact.gif b/Assignments/lab5_CalebFontenot/public_html/starters/contact.gif new file mode 100755 index 0000000..1e912c1 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/starters/contact.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/starters/headerbackblue.jpg b/Assignments/lab5_CalebFontenot/public_html/starters/headerbackblue.jpg new file mode 100755 index 0000000..a7f32ca Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/starters/headerbackblue.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/starters/headerbacklight.jpg b/Assignments/lab5_CalebFontenot/public_html/starters/headerbacklight.jpg new file mode 100755 index 0000000..30f2b96 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/starters/headerbacklight.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/starters/hero.jpg b/Assignments/lab5_CalebFontenot/public_html/starters/hero.jpg new file mode 100755 index 0000000..9f64772 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/starters/hero.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/starters/heroback.jpg b/Assignments/lab5_CalebFontenot/public_html/starters/heroback.jpg new file mode 100755 index 0000000..c3e0fc5 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/starters/heroback.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/starters/home.gif b/Assignments/lab5_CalebFontenot/public_html/starters/home.gif new file mode 100755 index 0000000..2362a8a Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/starters/home.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/starters/homebtn.gif b/Assignments/lab5_CalebFontenot/public_html/starters/homebtn.gif new file mode 100755 index 0000000..328a7bc Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/starters/homebtn.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/starters/kayakdc.gif b/Assignments/lab5_CalebFontenot/public_html/starters/kayakdc.gif new file mode 100755 index 0000000..b1f0667 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/starters/kayakdc.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/starters/orderbtn.gif b/Assignments/lab5_CalebFontenot/public_html/starters/orderbtn.gif new file mode 100755 index 0000000..158c671 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/starters/orderbtn.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/starters/primelogo.gif b/Assignments/lab5_CalebFontenot/public_html/starters/primelogo.gif new file mode 100755 index 0000000..8d78159 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/starters/primelogo.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/starters/productsbtn.gif b/Assignments/lab5_CalebFontenot/public_html/starters/productsbtn.gif new file mode 100755 index 0000000..b799d40 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/starters/productsbtn.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/starters/reservations.gif b/Assignments/lab5_CalebFontenot/public_html/starters/reservations.gif new file mode 100755 index 0000000..bc6a2d8 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/starters/reservations.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/starters/schaumburg.jpg b/Assignments/lab5_CalebFontenot/public_html/starters/schaumburg.jpg new file mode 100755 index 0000000..ce768bc Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/starters/schaumburg.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/starters/schaumburgthumb.jpg b/Assignments/lab5_CalebFontenot/public_html/starters/schaumburgthumb.jpg new file mode 100755 index 0000000..9dce686 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/starters/schaumburgthumb.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/starters/tours.gif b/Assignments/lab5_CalebFontenot/public_html/starters/tours.gif new file mode 100755 index 0000000..52484f6 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/starters/tours.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/starters/twocolor.gif b/Assignments/lab5_CalebFontenot/public_html/starters/twocolor.gif new file mode 100755 index 0000000..4201308 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/starters/twocolor.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/starters/twocolor1.gif b/Assignments/lab5_CalebFontenot/public_html/starters/twocolor1.gif new file mode 100755 index 0000000..b0050b6 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/starters/twocolor1.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/sunset.jpg b/Assignments/lab5_CalebFontenot/public_html/sunset.jpg new file mode 100755 index 0000000..b9cb981 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/sunset.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/thumb.html b/Assignments/lab5_CalebFontenot/public_html/thumb.html new file mode 100755 index 0000000..77f9370 --- /dev/null +++ b/Assignments/lab5_CalebFontenot/public_html/thumb.html @@ -0,0 +1,11 @@ + + + +Sunset + + + +

Sunset

+view a larger sunset + + diff --git a/Assignments/lab5_CalebFontenot/public_html/thumb.jpg b/Assignments/lab5_CalebFontenot/public_html/thumb.jpg new file mode 100755 index 0000000..5733855 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/thumb.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/trillstarters/contact.gif b/Assignments/lab5_CalebFontenot/public_html/trillstarters/contact.gif new file mode 100755 index 0000000..d0423e2 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/trillstarters/contact.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/trillstarters/favicon.ico b/Assignments/lab5_CalebFontenot/public_html/trillstarters/favicon.ico new file mode 100755 index 0000000..0d543f1 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/trillstarters/favicon.ico differ diff --git a/Assignments/lab5_CalebFontenot/public_html/trillstarters/home.gif b/Assignments/lab5_CalebFontenot/public_html/trillstarters/home.gif new file mode 100755 index 0000000..ebce509 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/trillstarters/home.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/trillstarters/index.html b/Assignments/lab5_CalebFontenot/public_html/trillstarters/index.html new file mode 100755 index 0000000..5db9cab --- /dev/null +++ b/Assignments/lab5_CalebFontenot/public_html/trillstarters/index.html @@ -0,0 +1,56 @@ + + + +Trillium Media Design + + + + +
+

Trillium Media Design

+
+ +

New Media and Web Design

+

Trillium Media Design will bring your company’s Web presence to the next level.
+ We offer a comprehensive range of services:

+ +

Meeting Your Business Needs

+

Our expert designers are creative and eager to work with you.

+ + + \ No newline at end of file diff --git a/Assignments/lab5_CalebFontenot/public_html/trillstarters/services.gif b/Assignments/lab5_CalebFontenot/public_html/trillstarters/services.gif new file mode 100755 index 0000000..578bc94 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/trillstarters/services.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/trillstarters/trillium.gif b/Assignments/lab5_CalebFontenot/public_html/trillstarters/trillium.gif new file mode 100755 index 0000000..18142d8 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/trillstarters/trillium.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/trillstarters/trilliumbanner.jpg b/Assignments/lab5_CalebFontenot/public_html/trillstarters/trilliumbanner.jpg new file mode 100755 index 0000000..6165880 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/trillstarters/trilliumbanner.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/trillstarters/trilliumbg.gif b/Assignments/lab5_CalebFontenot/public_html/trillstarters/trilliumbg.gif new file mode 100755 index 0000000..18ef1c6 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/trillstarters/trilliumbg.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/trillstarters/trilliumfoot.gif b/Assignments/lab5_CalebFontenot/public_html/trillstarters/trilliumfoot.gif new file mode 100755 index 0000000..ef41b45 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/trillstarters/trilliumfoot.gif differ diff --git a/Assignments/lab5_CalebFontenot/public_html/trillstarters/trilliumgradient.png b/Assignments/lab5_CalebFontenot/public_html/trillstarters/trilliumgradient.png new file mode 100755 index 0000000..1a079ed Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/trillstarters/trilliumgradient.png differ diff --git a/Assignments/lab5_CalebFontenot/public_html/yoga/favicon.ico b/Assignments/lab5_CalebFontenot/public_html/yoga/favicon.ico new file mode 100755 index 0000000..22f0127 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/yoga/favicon.ico differ diff --git a/Assignments/lab5_CalebFontenot/public_html/yoga/lilyheader.jpg b/Assignments/lab5_CalebFontenot/public_html/yoga/lilyheader.jpg new file mode 100755 index 0000000..36c2926 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/yoga/lilyheader.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/yoga/yogadoor.jpg b/Assignments/lab5_CalebFontenot/public_html/yoga/yogadoor.jpg new file mode 100755 index 0000000..58c1f07 Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/yoga/yogadoor.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/yoga/yogalounge.jpg b/Assignments/lab5_CalebFontenot/public_html/yoga/yogalounge.jpg new file mode 100755 index 0000000..774e32c Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/yoga/yogalounge.jpg differ diff --git a/Assignments/lab5_CalebFontenot/public_html/yoga/yogamat.jpg b/Assignments/lab5_CalebFontenot/public_html/yoga/yogamat.jpg new file mode 100755 index 0000000..0ef8dba Binary files /dev/null and b/Assignments/lab5_CalebFontenot/public_html/yoga/yogamat.jpg differ