From 9e37c5ddfc123e0cc5d552a65ef6b6974aa29780 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Mon, 16 Jan 2023 22:21:48 -0600 Subject: [PATCH] MP freaking 1 --- .gitignore | 1 + Assignments/MP1_CalebFontenot/.bowerrc | 3 + Assignments/MP1_CalebFontenot/Gruntfile.js | 9 ++ Assignments/MP1_CalebFontenot/bower.json | 13 +++ Assignments/MP1_CalebFontenot/gulpfile.js | 10 +++ Assignments/MP1_CalebFontenot/index.html | 81 ++++++++++++++++++ .../nbproject/project.properties | 5 ++ .../MP1_CalebFontenot/nbproject/project.xml | 9 ++ Assignments/MP1_CalebFontenot/package.json | 8 ++ .../public_html/activities.html | 15 ++++ .../MP1_CalebFontenot/public_html/index.html | 53 ++++++++++++ .../public_html/reservations.html | 15 ++++ .../MP1_CalebFontenot/public_html/yurts.html | 41 +++++++++ Assignments/MP1_CalebFontenot/yurts.html | 69 +++++++++++++++ ZIPs/MP1_CalebFontenot.zip | Bin 0 -> 8767 bytes 15 files changed, 332 insertions(+) create mode 100644 Assignments/MP1_CalebFontenot/.bowerrc create mode 100644 Assignments/MP1_CalebFontenot/Gruntfile.js create mode 100644 Assignments/MP1_CalebFontenot/bower.json create mode 100644 Assignments/MP1_CalebFontenot/gulpfile.js create mode 100644 Assignments/MP1_CalebFontenot/index.html create mode 100644 Assignments/MP1_CalebFontenot/nbproject/project.properties create mode 100644 Assignments/MP1_CalebFontenot/nbproject/project.xml create mode 100644 Assignments/MP1_CalebFontenot/package.json create mode 100644 Assignments/MP1_CalebFontenot/public_html/activities.html create mode 100644 Assignments/MP1_CalebFontenot/public_html/index.html create mode 100644 Assignments/MP1_CalebFontenot/public_html/reservations.html create mode 100644 Assignments/MP1_CalebFontenot/public_html/yurts.html create mode 100644 Assignments/MP1_CalebFontenot/yurts.html create mode 100644 ZIPs/MP1_CalebFontenot.zip diff --git a/.gitignore b/.gitignore index c806c03..8f3e173 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /lab2_2_CalebFontenot/nbproject/private/ +/Assignments/MP1_CalebFontenot/nbproject/private/ diff --git a/Assignments/MP1_CalebFontenot/.bowerrc b/Assignments/MP1_CalebFontenot/.bowerrc new file mode 100644 index 0000000..0ba26f2 --- /dev/null +++ b/Assignments/MP1_CalebFontenot/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "public_html/bower_components" +} diff --git a/Assignments/MP1_CalebFontenot/Gruntfile.js b/Assignments/MP1_CalebFontenot/Gruntfile.js new file mode 100644 index 0000000..496183b --- /dev/null +++ b/Assignments/MP1_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/MP1_CalebFontenot/bower.json b/Assignments/MP1_CalebFontenot/bower.json new file mode 100644 index 0000000..ed5b694 --- /dev/null +++ b/Assignments/MP1_CalebFontenot/bower.json @@ -0,0 +1,13 @@ +{ + "name": "MP1_CalebFontenot", + "version": "1.0.0", + "main": "path/to/main.css", + "ignore": [ + ".jshintrc", + "**/*.txt" + ], + "dependencies": { + }, + "devDependencies": { + } +} diff --git a/Assignments/MP1_CalebFontenot/gulpfile.js b/Assignments/MP1_CalebFontenot/gulpfile.js new file mode 100644 index 0000000..eccfb02 --- /dev/null +++ b/Assignments/MP1_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/MP1_CalebFontenot/index.html b/Assignments/MP1_CalebFontenot/index.html new file mode 100644 index 0000000..d98c67a --- /dev/null +++ b/Assignments/MP1_CalebFontenot/index.html @@ -0,0 +1,81 @@ + + + +index.html + + + + +
/home/caleb/ASDV-WebDev/Assignments/MP1_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">
+        <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> 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.</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>
+        <p>
+        Pacific Trails Resort <br>
+        12010 Pacific Trails Road <br>
+        Zephyr, CA 95555 <br>
+        <br>
+        888-555-5555
+        <br>
+        </p>
+    </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/MP1_CalebFontenot/nbproject/project.properties b/Assignments/MP1_CalebFontenot/nbproject/project.properties new file mode 100644 index 0000000..e5366a5 --- /dev/null +++ b/Assignments/MP1_CalebFontenot/nbproject/project.properties @@ -0,0 +1,5 @@ +file.reference.MP1_CalebFontenot-public_html=public_html +file.reference.MP1_CalebFontenot-test=test +files.encoding=UTF-8 +site.root.folder=${file.reference.MP1_CalebFontenot-public_html} +test.folder=${file.reference.MP1_CalebFontenot-test} diff --git a/Assignments/MP1_CalebFontenot/nbproject/project.xml b/Assignments/MP1_CalebFontenot/nbproject/project.xml new file mode 100644 index 0000000..fedce56 --- /dev/null +++ b/Assignments/MP1_CalebFontenot/nbproject/project.xml @@ -0,0 +1,9 @@ + + + org.netbeans.modules.web.clientproject + + + MP1_CalebFontenot + + + diff --git a/Assignments/MP1_CalebFontenot/package.json b/Assignments/MP1_CalebFontenot/package.json new file mode 100644 index 0000000..b7beddc --- /dev/null +++ b/Assignments/MP1_CalebFontenot/package.json @@ -0,0 +1,8 @@ +{ + "name": "MP1_CalebFontenot", + "version": "1.0.0", + "keywords": ["util", "functional", "server", "client", "browser"], + "author": "caleb", + "contributors": [], + "dependencies": {} +} diff --git a/Assignments/MP1_CalebFontenot/public_html/activities.html b/Assignments/MP1_CalebFontenot/public_html/activities.html new file mode 100644 index 0000000..efe7bb1 --- /dev/null +++ b/Assignments/MP1_CalebFontenot/public_html/activities.html @@ -0,0 +1,15 @@ + + + + + TODO supply a title + + + + +
TODO write content
+ + diff --git a/Assignments/MP1_CalebFontenot/public_html/index.html b/Assignments/MP1_CalebFontenot/public_html/index.html new file mode 100644 index 0000000..b2bc232 --- /dev/null +++ b/Assignments/MP1_CalebFontenot/public_html/index.html @@ -0,0 +1,53 @@ + + + + + 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/MP1_CalebFontenot/public_html/reservations.html b/Assignments/MP1_CalebFontenot/public_html/reservations.html new file mode 100644 index 0000000..967a66e --- /dev/null +++ b/Assignments/MP1_CalebFontenot/public_html/reservations.html @@ -0,0 +1,15 @@ + + + + + TODO supply a title + + + + + + + diff --git a/Assignments/MP1_CalebFontenot/public_html/yurts.html b/Assignments/MP1_CalebFontenot/public_html/yurts.html new file mode 100644 index 0000000..5d2920c --- /dev/null +++ b/Assignments/MP1_CalebFontenot/public_html/yurts.html @@ -0,0 +1,41 @@ + + + + + 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/Assignments/MP1_CalebFontenot/yurts.html b/Assignments/MP1_CalebFontenot/yurts.html new file mode 100644 index 0000000..4f4da5a --- /dev/null +++ b/Assignments/MP1_CalebFontenot/yurts.html @@ -0,0 +1,69 @@ + + + +yurts.html + + + + +
/home/caleb/ASDV-WebDev/Assignments/MP1_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">
+        <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/ZIPs/MP1_CalebFontenot.zip b/ZIPs/MP1_CalebFontenot.zip new file mode 100644 index 0000000000000000000000000000000000000000..795452ab1b6409ed31bbdfc1198664dbdc26f7ca GIT binary patch literal 8767 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