diff --git a/Assignments/MP02_CalebFontenot/Printed_HTMLs/index.html b/Assignments/MP02_CalebFontenot/Printed_HTMLs/index.html new file mode 100644 index 0000000..1d5e99b --- /dev/null +++ b/Assignments/MP02_CalebFontenot/Printed_HTMLs/index.html @@ -0,0 +1,86 @@ + + + +index.html + + + + +
/home/caleb/ASDV-WebDev/Assignments/MP02_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>
+        <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="caleb@fontenot.com"> caleb@fontenot.com</a>&nbsp;
+    </footer>
+</html>
+
+
+ diff --git a/Assignments/MP02_CalebFontenot/Printed_HTMLs/pacific.html b/Assignments/MP02_CalebFontenot/Printed_HTMLs/pacific.html new file mode 100644 index 0000000..48e9a80 --- /dev/null +++ b/Assignments/MP02_CalebFontenot/Printed_HTMLs/pacific.html @@ -0,0 +1,56 @@ + + + +pacific.css + + + + +
/home/caleb/ASDV-WebDev/Assignments/MP02_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;
+}
+header {
+    background-color: #002171;
+    color: #FFFFFF;
+}
+nav {
+    background-color: #BBDEFB;
+}
+h1{
+    margin-bottom: 0;
+}
+h2 {
+    color: #1976D2;
+}
+dt {
+    color: #002171;
+}
+.resort {
+    color: #1976D2;
+}
+
+ diff --git a/Assignments/MP02_CalebFontenot/Printed_HTMLs/yurts.html b/Assignments/MP02_CalebFontenot/Printed_HTMLs/yurts.html new file mode 100644 index 0000000..a23b410 --- /dev/null +++ b/Assignments/MP02_CalebFontenot/Printed_HTMLs/yurts.html @@ -0,0 +1,70 @@ + + + +yurts.html + + + + +
/home/caleb/ASDV-WebDev/Assignments/MP02_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>
+        <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="caleb@fontenot.com"> caleb@fontenot.com</a>&nbsp;
+    </footer>
+</html>
+
+
+ diff --git a/Assignments/MP02_CalebFontenot/public_html/index.html b/Assignments/MP02_CalebFontenot/public_html/index.html index 85120e1..0671ac4 100644 --- a/Assignments/MP02_CalebFontenot/public_html/index.html +++ b/Assignments/MP02_CalebFontenot/public_html/index.html @@ -5,16 +5,52 @@ Click nbfs://nbhost/SystemFileSystem/Templates/Other/html.html to edit this temp --> - Pacific Trails Resort + Pacific Trail Resort + -
-

Pacific Trails 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/MP02_CalebFontenot/public_html/pacific.css b/Assignments/MP02_CalebFontenot/public_html/pacific.css index f77201b..4e6f20b 100644 --- a/Assignments/MP02_CalebFontenot/public_html/pacific.css +++ b/Assignments/MP02_CalebFontenot/public_html/pacific.css @@ -7,3 +7,26 @@ Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this t Author : caleb */ +body { + background-color: #FFFFFF; + color: #555555; +} +header { + background-color: #002171; + color: #FFFFFF; +} +nav { + background-color: #BBDEFB; +} +h1{ + margin-bottom: 0; +} +h2 { + color: #1976D2; +} +dt { + color: #002171; +} +.resort { + color: #1976D2; +} \ No newline at end of file diff --git a/Assignments/MP02_CalebFontenot/public_html/yurts.html b/Assignments/MP02_CalebFontenot/public_html/yurts.html new file mode 100644 index 0000000..ffc1fcb --- /dev/null +++ b/Assignments/MP02_CalebFontenot/public_html/yurts.html @@ -0,0 +1,42 @@ + + + + + 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/MP02_CalebFontenot.zip b/ZIPs/MP02_CalebFontenot.zip new file mode 100644 index 0000000..9e35009 Binary files /dev/null and b/ZIPs/MP02_CalebFontenot.zip differ