From 9d53d8857eaa1c9405894a88ca75bc4657e42f35 Mon Sep 17 00:00:00 2001 From: msglm Date: Sat, 14 Jan 2023 05:31:48 -0600 Subject: Inital Commit --- HTML/Tests/Test1/pacific/index.html | 47 ++++++++++++++++++++++++++++++++++++ HTML/Tests/Test1/pacific/pacific.css | 29 ++++++++++++++++++++++ HTML/Tests/Test1/pacific/yurts.html | 39 ++++++++++++++++++++++++++++++ 3 files changed, 115 insertions(+) create mode 100644 HTML/Tests/Test1/pacific/index.html create mode 100644 HTML/Tests/Test1/pacific/pacific.css create mode 100644 HTML/Tests/Test1/pacific/yurts.html (limited to 'HTML/Tests/Test1/pacific') diff --git a/HTML/Tests/Test1/pacific/index.html b/HTML/Tests/Test1/pacific/index.html new file mode 100644 index 0000000..5e0171a --- /dev/null +++ b/HTML/Tests/Test1/pacific/index.html @@ -0,0 +1,47 @@ + + + + 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 sumptuously 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/HTML/Tests/Test1/pacific/pacific.css b/HTML/Tests/Test1/pacific/pacific.css new file mode 100644 index 0000000..dc77295 --- /dev/null +++ b/HTML/Tests/Test1/pacific/pacific.css @@ -0,0 +1,29 @@ +body { + background-color: #FFFFFF; + color: #666666 +} + +header { + background-color: #002171; + color: #FFFFfF +} + +nav { + background-color: #BBDEFB; +} + +h2 { + color: #1976D2; +} + +h1 { + margin-bottom: 0; +} + +dt { + color: #002171; +} + +.resort { + color: #1976D2; +} diff --git a/HTML/Tests/Test1/pacific/yurts.html b/HTML/Tests/Test1/pacific/yurts.html new file mode 100644 index 0000000..ce35d52 --- /dev/null +++ b/HTML/Tests/Test1/pacific/yurts.html @@ -0,0 +1,39 @@ + + + + Pacific Trails 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 guests 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!
+
+
+ + + + -- cgit v1.2.3