diff --git a/.gitignore b/.gitignore index b8964c6..c7be0ac 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /Assignments/lab6_1_CalebFontenot/nbproject/private/ >>>>>>> Stashed changes /Assignments/lab6.2_CalebFontenot/nbproject/private/ +/Assignments/MP04_CalebFontenot/nbproject/private/ diff --git a/Assignments/MP03_CalebFontenot/Printed HTMLs/activities.html b/Assignments/MP03_CalebFontenot/Printed HTMLs/activities.html new file mode 100644 index 0000000..a685b29 --- /dev/null +++ b/Assignments/MP03_CalebFontenot/Printed HTMLs/activities.html @@ -0,0 +1,69 @@ + + + +activities.html + + + + +
/home/caleb/ASDV-WebDev/Assignments/MP03_CalebFontenot/public_html/activities.html
+
+<!DOCTYPE html>
+<!--
+Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
+-->
+<html>
+    <head>
+        <title>Pacific Trail Resort :: Yurts</title>
+        <meta charset="UTF-8">
+        <link href="pacific.css" rel="stylesheet">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    </head>
+    <body>
+        <header> <h1>Pacific Trails Resort</h1> </header>
+        <nav>
+            <b>
+                <a href="index.html"> Home</a>&nbsp;
+                <a href="yurts.html"> Yurts</a>&nbsp;
+                <a href="activities.html"> Activities</a>&nbsp;
+                <a href="reservations.html"> Reservations</a>&nbsp;
+            </b>
+        </nav>
+        <div>
+            <img src="images/trail.jpg" alt="trail.jpg">
+        </div>
+        <main><h2>Activities at Pacific Trails</h2></main>
+        <dl>
+            <dt><strong>Hiking</strong></dt>
+            <dd>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.</dd>
+            <dt><strong>Kayaking</strong></dt>
+            <dd>Ocean kayaks are available for guest use.</dd>
+            <dt><strong>Bird Watching</strong></dt>
+            <dd>While anytime is a good time for bird watching at Pacific Trails, we offer guided birdwatching trips at sunrise several times a week.</dd>
+        </dl>
+    </body>
+    <footer>
+        <small><i>Copyright &copy; 2023 Pacific Trails Resort</i></small>
+        <br>
+        <a href="mailto:caleb@fontenot.com"> caleb@fontenot.com</a>&nbsp;
+    </footer>
+</html>
+
+
+ diff --git a/Assignments/MP03_CalebFontenot/Printed HTMLs/index.html b/Assignments/MP03_CalebFontenot/Printed HTMLs/index.html new file mode 100644 index 0000000..19fda87 --- /dev/null +++ b/Assignments/MP03_CalebFontenot/Printed HTMLs/index.html @@ -0,0 +1,89 @@ + + + +index.html + + + + +
/home/caleb/ASDV-WebDev/Assignments/MP03_CalebFontenot/public_html/index.html
+
+<!DOCTYPE html>
+<!--
+Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+Click nbfs://nbhost/SystemFileSystem/Templates/Other/html.html to edit this template
+-->
+<html>
+    <head>
+        <title>Pacific Trail Resort</title>
+        <meta charset="UTF-8">
+        <link href="pacific.css" rel="stylesheet">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    </head>
+    <body>
+        <header> 
+            <h1>Pacific Trails Resort</h1>
+        </header>
+        <nav>
+            <b>
+                <a href="index.html"> Home</a>&nbsp;
+                <a href="yurts.html"> Yurts</a>&nbsp;
+                <a href="activities.html"> Activities</a>&nbsp;
+                <a href="reservations.html"> Reservations</a>&nbsp;
+            </b>
+        </nav>
+        <div>
+            <img src="images/coast.jpg" alt="coast.jpg">
+        </div>
+        <main><h2>Enjoy Nature in Luxury</h2></main>
+        <p><span class="resort">Pacific Trails Resort</span> 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.</p>
+        <ul>
+            <li>
+                Relax in our lodge while enjoying complimentary appetizers and beverages
+            </li>
+            <li>
+                Savor nightly fine dining with an ocean views
+            </li>
+            <li>
+                Unwind in the heated outdoor pool and whirlpool
+            </li>
+            <li>
+                Explore the coast on your own or join our guided tours
+            </li>
+        </ul>
+        <div class="id">
+            <p>
+                <span class="resort">Pacific Trails Resort</span> <br>
+                12010 Pacific Trails Road <br>
+                Zephyr, CA 95555 <br>
+                <br>
+                888-555-5555
+                <br>
+            </p>
+        </div>
+    </body>
+    <footer>
+        <small><i>Copyright &copy; 2023 Pacific Trails Resort</i></small>
+        <br>
+        <a href="mailto:caleb@fontenot.com"> caleb@fontenot.com</a>&nbsp;
+    </footer>
+</html>
+
+
+ diff --git a/Assignments/MP03_CalebFontenot/Printed HTMLs/pacific.html b/Assignments/MP03_CalebFontenot/Printed HTMLs/pacific.html new file mode 100644 index 0000000..0909809 --- /dev/null +++ b/Assignments/MP03_CalebFontenot/Printed HTMLs/pacific.html @@ -0,0 +1,86 @@ + + + +pacific.css + + + + +
/home/caleb/ASDV-WebDev/Assignments/MP03_CalebFontenot/public_html/pacific.css
+
+/*
+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%;
+}
+
+ diff --git a/Assignments/MP03_CalebFontenot/Printed HTMLs/yurts.html b/Assignments/MP03_CalebFontenot/Printed HTMLs/yurts.html new file mode 100644 index 0000000..7be9c4c --- /dev/null +++ b/Assignments/MP03_CalebFontenot/Printed HTMLs/yurts.html @@ -0,0 +1,73 @@ + + + +yurts.html + + + + +
/home/caleb/ASDV-WebDev/Assignments/MP03_CalebFontenot/public_html/yurts.html
+
+<!DOCTYPE html>
+<!--
+Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
+-->
+<html>
+    <head>
+        <title>Pacific Trail Resort :: Yurts</title>
+        <meta charset="UTF-8">
+        <link href="pacific.css" rel="stylesheet">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    </head>
+    <body>
+        <header> <h1>Pacific Trails Resort</h1> </header>
+        <nav>
+            <b>
+                <a href="index.html"> Home</a>&nbsp;
+                <a href="yurts.html"> Yurts</a>&nbsp;
+                <a href="activities.html"> Activities</a>&nbsp;
+                <a href="reservations.html"> Reservations</a>&nbsp;
+            </b>
+        </nav>
+        <div>
+            <img src="images/yurt.jpg" alt="yurt.jpg">
+        </div>
+        <main><h2>The Yurts at Pacific Trails</h2></main>
+        <dl>
+            <dt><strong>What is a yurt?</strong></dt>
+            <dd>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.</dd>
+            <dt><strong>How are the yurts furnished?</strong></dt>
+            <dd>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. </dd>
+            <dt><strong>What should I bring?</strong></dt>
+            <dd>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! </dd>
+        </dl>
+    </body>
+    <footer>
+        <small><i>Copyright &copy; 2023 Pacific Trails Resort</i></small>
+        <br>
+        <a href="mailto:caleb@fontenot.com"> caleb@fontenot.com</a>&nbsp;
+    </footer>
+</html>
+
+
+ diff --git a/Assignments/MP04_CalebFontenot/.bowerrc b/Assignments/MP04_CalebFontenot/.bowerrc new file mode 100644 index 0000000..0ba26f2 --- /dev/null +++ b/Assignments/MP04_CalebFontenot/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "public_html/bower_components" +} diff --git a/Assignments/MP04_CalebFontenot/Gruntfile.js b/Assignments/MP04_CalebFontenot/Gruntfile.js new file mode 100644 index 0000000..496183b --- /dev/null +++ b/Assignments/MP04_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/MP04_CalebFontenot/Printed HTMLs/activities.html b/Assignments/MP04_CalebFontenot/Printed HTMLs/activities.html new file mode 100644 index 0000000..cb62337 --- /dev/null +++ b/Assignments/MP04_CalebFontenot/Printed HTMLs/activities.html @@ -0,0 +1,72 @@ + + + +activities.html + + + + +
/home/caleb/ASDV-WebDev/Assignments/MP04_CalebFontenot/public_html/activities.html
+
+<!DOCTYPE html>
+<!--
+Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
+-->
+<html>
+    <head>
+        <title>Pacific Trail Resort :: Yurts</title>
+        <meta charset="UTF-8">
+        <link href="pacific.css" rel="stylesheet">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    </head>
+    <div class="wrapper">
+    <body>
+        <header> <h1>Pacific Trails Resort</h1> </header>
+        <nav>
+            <b>
+                <a href="index.html"> Home</a>&nbsp;
+                <a href="yurts.html"> Yurts</a>&nbsp;
+                <a href="activities.html"> Activities</a>&nbsp;
+                <a href="reservations.html"> Reservations</a>&nbsp;
+            </b>
+        </nav>
+        <div id="trailhero">
+        </div>
+        <main><h2>Activities at Pacific Trails</h2></main>
+        <dl>
+            <dt><strong>Hiking</strong></dt>
+            <dd>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.</dd>
+            <dt><strong>Kayaking</strong></dt>
+            <dd>Ocean kayaks are available for guest use.</dd>
+            <dt><strong>Bird Watching</strong></dt>
+            <dd>While anytime is a good time for bird watching at Pacific Trails, we offer guided birdwatching trips at sunrise several times a week.</dd>
+        </dl>
+    </body>
+    <footer>
+        <small><i>Copyright &copy; 2023 Pacific Trails Resort</i></small>
+        <br>
+        <a href="mailto:caleb@fontenot.com"> caleb@fontenot.com</a>&nbsp;
+    </footer>
+    </div>
+</html>
+
+
+ diff --git a/Assignments/MP04_CalebFontenot/Printed HTMLs/index.html b/Assignments/MP04_CalebFontenot/Printed HTMLs/index.html new file mode 100644 index 0000000..63063b1 --- /dev/null +++ b/Assignments/MP04_CalebFontenot/Printed HTMLs/index.html @@ -0,0 +1,92 @@ + + + +index.html + + + + +
/home/caleb/ASDV-WebDev/Assignments/MP04_CalebFontenot/public_html/index.html
+
+<!DOCTYPE html>
+<!--
+Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+Click nbfs://nbhost/SystemFileSystem/Templates/Other/html.html to edit this template
+-->
+
+<head>
+    <title>Pacific Trail Resort</title>
+    <meta charset="UTF-8">
+    <link href="pacific.css" rel="stylesheet">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+</head>
+<div class="wrapper">
+    <body>
+        <header> 
+            <h1>Pacific Trails Resort</h1>
+        </header>
+        <nav>
+            <b>
+                <a href="index.html"> Home</a>&nbsp;
+                <a href="yurts.html"> Yurts</a>&nbsp;
+                <a href="activities.html"> Activities</a>&nbsp;
+                <a href="reservations.html"> Reservations</a>&nbsp;
+            </b>
+        </nav>
+        <div id="homehero">
+        </div>
+        <main><h2>Enjoy Nature in Luxury</h2></main>
+        <p><span class="resort">Pacific Trails Resort</span> 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.</p>
+        <ul>
+            <li>
+                Relax in our lodge while enjoying complimentary appetizers and beverages
+            </li>
+            <li>
+                Savor nightly fine dining with an ocean views
+            </li>
+            <li>
+                Unwind in the heated outdoor pool and whirlpool
+            </li>
+            <li>
+                Explore the coast on your own or join our guided tours
+            </li>
+        </ul>
+        <div class="id">
+            <p>
+                <span class="resort">Pacific Trails Resort</span> <br>
+                12010 Pacific Trails Road <br>
+                Zephyr, CA 95555 <br>
+                <br>
+                888-555-5555
+                <br>
+            </p>
+        </div>
+    </body>
+    <footer>
+        <small><i>Copyright &copy; 2023 Pacific Trails Resort</i></small>
+        <br>
+        <a href="mailto:caleb@fontenot.com"> caleb@fontenot.com</a>&nbsp;
+    </footer>
+</div>
+
+
+
+ diff --git a/Assignments/MP04_CalebFontenot/Printed HTMLs/pacific.html b/Assignments/MP04_CalebFontenot/Printed HTMLs/pacific.html new file mode 100644 index 0000000..f800473 --- /dev/null +++ b/Assignments/MP04_CalebFontenot/Printed HTMLs/pacific.html @@ -0,0 +1,121 @@ + + + +pacific.css + + + + +
/home/caleb/ASDV-WebDev/Assignments/MP04_CalebFontenot/public_html/pacific.css
+
+/*
+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: #90C7E3;
+    background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3);
+    color: #555555;
+    font-family: Arial, Helvetica, sans-serif;
+}
+.wrapper {
+    background-color: #FFFFFF;
+    width: 80%;
+    min-width: 960px;
+    max-width: 2048px;
+    box-shadow: 3px 3px 3px #333333;
+    margin-left: auto;
+    margin-right: auto;
+}
+header {
+    background-color: #002171;
+    color: #FFFFFF;
+    line-height: 60px;
+    top-padding: 15px;
+    text-align: center;
+    background-image: url("images/sunset.jpg");
+    background-repeat: no-repeat;
+    background-position: right;
+}
+nav {
+    background-color: #FFFFFF;
+    text-align: center;
+    font-weight: bold;
+    text-decoration: none;
+    padding: 1em;
+}
+main {
+    top-padding: 1px;
+    right-padding: 20px;
+    left-padding: 20px;
+}
+h1{
+    margin-bottom: 0;
+    font-family: Georgia, "Times New Roman", sans-serif;
+}
+h2 {
+    color: #1976D2;
+    font-family: Georgia, "Times New Roman", sans-serif;
+    text-shadow: 1px 1px #CCCCCC;
+}
+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-style: italic;
+    font-family: Georgia, "Times New Roman", sans-serif;
+    text-align: center;
+    padding: 2em;
+}
+.resort {
+    color: #1976D2;
+    font-weight: bold;
+}
+.contact {
+    font-size: 90%;
+}
+img {
+    height: 100%;
+    width: 100%;
+}
+#homehero {
+    height: 300px;
+    background-image: url("images/coast.jpg");
+    
+}
+#yurthero {
+    height: 300px;
+    background-image: url("images/yurt.jpg");
+    
+}
+#trailhero {
+    height: 300px;
+    background-image: url("images/trail.jpg");
+    
+}
+
+ diff --git a/Assignments/MP04_CalebFontenot/Printed HTMLs/yurts.html b/Assignments/MP04_CalebFontenot/Printed HTMLs/yurts.html new file mode 100644 index 0000000..15f6157 --- /dev/null +++ b/Assignments/MP04_CalebFontenot/Printed HTMLs/yurts.html @@ -0,0 +1,76 @@ + + + +yurts.html + + + + +
/home/caleb/ASDV-WebDev/Assignments/MP04_CalebFontenot/public_html/yurts.html
+
+<!DOCTYPE html>
+<!--
+Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
+-->
+<html>
+    <head>
+        <title>Pacific Trail Resort :: Yurts</title>
+        <meta charset="UTF-8">
+        <link href="pacific.css" rel="stylesheet">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    </head>
+    <div class="wrapper">
+    <body>
+        <header> <h1>Pacific Trails Resort</h1> </header>
+        <nav>
+            <b>
+                <a href="index.html"> Home</a>&nbsp;
+                <a href="yurts.html"> Yurts</a>&nbsp;
+                <a href="activities.html"> Activities</a>&nbsp;
+                <a href="reservations.html"> Reservations</a>&nbsp;
+            </b>
+        </nav>
+        <div id="yurthero">
+        </div>
+        <main><h2>The Yurts at Pacific Trails</h2></main>
+        <dl>
+            <dt><strong>What is a yurt?</strong></dt>
+            <dd>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.</dd>
+            <dt><strong>How are the yurts furnished?</strong></dt>
+            <dd>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. </dd>
+            <dt><strong>What should I bring?</strong></dt>
+            <dd>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! </dd>
+        </dl>
+    </body>
+    <footer>
+        <small><i>Copyright &copy; 2023 Pacific Trails Resort</i></small>
+        <br>
+        <a href="mailto:caleb@fontenot.com"> caleb@fontenot.com</a>&nbsp;
+    </footer>
+    </div>
+</html>
+
+
+ diff --git a/Assignments/MP04_CalebFontenot/bower.json b/Assignments/MP04_CalebFontenot/bower.json new file mode 100644 index 0000000..58dc1bb --- /dev/null +++ b/Assignments/MP04_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/MP04_CalebFontenot/gulpfile.js b/Assignments/MP04_CalebFontenot/gulpfile.js new file mode 100644 index 0000000..eccfb02 --- /dev/null +++ b/Assignments/MP04_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/MP04_CalebFontenot/nbproject/project.properties b/Assignments/MP04_CalebFontenot/nbproject/project.properties new file mode 100644 index 0000000..b8d5ff7 --- /dev/null +++ b/Assignments/MP04_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/MP04_CalebFontenot/nbproject/project.xml b/Assignments/MP04_CalebFontenot/nbproject/project.xml new file mode 100644 index 0000000..3add7aa --- /dev/null +++ b/Assignments/MP04_CalebFontenot/nbproject/project.xml @@ -0,0 +1,9 @@ + + + org.netbeans.modules.web.clientproject + + + MP04_CalebFontenot + + + diff --git a/Assignments/MP04_CalebFontenot/package.json b/Assignments/MP04_CalebFontenot/package.json new file mode 100644 index 0000000..e3b26c4 --- /dev/null +++ b/Assignments/MP04_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/MP04_CalebFontenot/public_html/activities.html b/Assignments/MP04_CalebFontenot/public_html/activities.html new file mode 100644 index 0000000..be4c063 --- /dev/null +++ b/Assignments/MP04_CalebFontenot/public_html/activities.html @@ -0,0 +1,42 @@ + + + + + Pacific Trail Resort :: Yurts + + + + +
+ +

Pacific Trails Resort

+ +
+
+

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/MP04_CalebFontenot/public_html/images/coast.jpg b/Assignments/MP04_CalebFontenot/public_html/images/coast.jpg new file mode 100644 index 0000000..af3fef0 Binary files /dev/null and b/Assignments/MP04_CalebFontenot/public_html/images/coast.jpg differ diff --git a/Assignments/MP04_CalebFontenot/public_html/images/favicon.ico b/Assignments/MP04_CalebFontenot/public_html/images/favicon.ico new file mode 100644 index 0000000..ad98119 Binary files /dev/null and b/Assignments/MP04_CalebFontenot/public_html/images/favicon.ico differ diff --git a/Assignments/MP04_CalebFontenot/public_html/images/marker.gif b/Assignments/MP04_CalebFontenot/public_html/images/marker.gif new file mode 100644 index 0000000..318f8b0 Binary files /dev/null and b/Assignments/MP04_CalebFontenot/public_html/images/marker.gif differ diff --git a/Assignments/MP04_CalebFontenot/public_html/images/sunset.jpg b/Assignments/MP04_CalebFontenot/public_html/images/sunset.jpg new file mode 100644 index 0000000..3ce0adc Binary files /dev/null and b/Assignments/MP04_CalebFontenot/public_html/images/sunset.jpg differ diff --git a/Assignments/MP04_CalebFontenot/public_html/images/trail.jpg b/Assignments/MP04_CalebFontenot/public_html/images/trail.jpg new file mode 100644 index 0000000..cdb05c3 Binary files /dev/null and b/Assignments/MP04_CalebFontenot/public_html/images/trail.jpg differ diff --git a/Assignments/MP04_CalebFontenot/public_html/images/yurt.jpg b/Assignments/MP04_CalebFontenot/public_html/images/yurt.jpg new file mode 100644 index 0000000..535de06 Binary files /dev/null and b/Assignments/MP04_CalebFontenot/public_html/images/yurt.jpg differ diff --git a/Assignments/MP04_CalebFontenot/public_html/index.html b/Assignments/MP04_CalebFontenot/public_html/index.html new file mode 100644 index 0000000..034569e --- /dev/null +++ b/Assignments/MP04_CalebFontenot/public_html/index.html @@ -0,0 +1,62 @@ + + + + + Pacific Trail Resort + + + + +
+ +
+

Pacific Trails Resort

+
+ +
+
+

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/MP04_CalebFontenot/public_html/pacific.css b/Assignments/MP04_CalebFontenot/public_html/pacific.css new file mode 100644 index 0000000..2a744e8 --- /dev/null +++ b/Assignments/MP04_CalebFontenot/public_html/pacific.css @@ -0,0 +1,98 @@ +/* +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: #90C7E3; + background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3); + color: #555555; + font-family: Arial, Helvetica, sans-serif; +} +.wrapper { + background-color: #FFFFFF; + width: 80%; + min-width: 960px; + max-width: 2048px; + box-shadow: 3px 3px 3px #333333; + margin-left: auto; + margin-right: auto; +} +header { + background-color: #002171; + color: #FFFFFF; + line-height: 60px; + top-padding: 15px; + text-align: center; + background-image: url("images/sunset.jpg"); + background-repeat: no-repeat; + background-position: right; +} +nav { + background-color: #FFFFFF; + text-align: center; + font-weight: bold; + text-decoration: none; + padding: 1em; +} +main { + top-padding: 1px; + right-padding: 20px; + left-padding: 20px; +} +h1{ + margin-bottom: 0; + font-family: Georgia, "Times New Roman", sans-serif; +} +h2 { + color: #1976D2; + font-family: Georgia, "Times New Roman", sans-serif; + text-shadow: 1px 1px #CCCCCC; +} +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-style: italic; + font-family: Georgia, "Times New Roman", sans-serif; + text-align: center; + padding: 2em; +} +.resort { + color: #1976D2; + font-weight: bold; +} +.contact { + font-size: 90%; +} +img { + height: 100%; + width: 100%; +} +#homehero { + height: 300px; + background-image: url("images/coast.jpg"); + +} +#yurthero { + height: 300px; + background-image: url("images/yurt.jpg"); + +} +#trailhero { + height: 300px; + background-image: url("images/trail.jpg"); + +} \ No newline at end of file diff --git a/Assignments/MP04_CalebFontenot/public_html/yurts.html b/Assignments/MP04_CalebFontenot/public_html/yurts.html new file mode 100644 index 0000000..5b3a01f --- /dev/null +++ b/Assignments/MP04_CalebFontenot/public_html/yurts.html @@ -0,0 +1,46 @@ + + + + + Pacific Trail Resort :: Yurts + + + + +
+ +

Pacific Trails Resort

+ +
+
+

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/ZIPs/MP03_CalebFontenot.zip b/ZIPs/MP03_CalebFontenot.zip new file mode 100644 index 0000000..0bfddd7 Binary files /dev/null and b/ZIPs/MP03_CalebFontenot.zip differ