From 4c697b9cc88add3dc25a4adc98a03da008b1069b Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Wed, 25 Jan 2023 15:43:48 -0600 Subject: [PATCH] Finish MP02 --- .../Printed_HTMLs/index.html | 86 ++++++++++++++++++ .../Printed_HTMLs/pacific.html | 56 ++++++++++++ .../Printed_HTMLs/yurts.html | 70 ++++++++++++++ .../MP02_CalebFontenot/public_html/index.html | 46 +++++++++- .../public_html/pacific.css | 23 +++++ .../MP02_CalebFontenot/public_html/yurts.html | 42 +++++++++ ZIPs/MP02_CalebFontenot.zip | Bin 0 -> 9624 bytes 7 files changed, 318 insertions(+), 5 deletions(-) create mode 100644 Assignments/MP02_CalebFontenot/Printed_HTMLs/index.html create mode 100644 Assignments/MP02_CalebFontenot/Printed_HTMLs/pacific.html create mode 100644 Assignments/MP02_CalebFontenot/Printed_HTMLs/yurts.html create mode 100644 Assignments/MP02_CalebFontenot/public_html/yurts.html create mode 100644 ZIPs/MP02_CalebFontenot.zip 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 0000000000000000000000000000000000000000..9e3500939e89f6bb5f303112c2a860d7ebcc274b GIT binary patch literal 9624 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 literal 0 HcmV?d00001