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/Test3/PacificTrailsResort.mov | Bin 0 -> 1855551 bytes HTML/Tests/Test3/PacificTrailsResort.mp4 | Bin 0 -> 1850292 bytes HTML/Tests/Test3/PacificTrailsResort.ogv | Bin 0 -> 2286556 bytes HTML/Tests/Test3/activities.html | 49 +++++++ HTML/Tests/Test3/coast.jpg | Bin 0 -> 74576 bytes HTML/Tests/Test3/coast2.jpg | Bin 0 -> 74539 bytes HTML/Tests/Test3/favicon.ico | Bin 0 -> 894 bytes HTML/Tests/Test3/index.html | 58 ++++++++ HTML/Tests/Test3/marker.gif | Bin 0 -> 306 bytes HTML/Tests/Test3/pacific.css | 242 +++++++++++++++++++++++++++++++ HTML/Tests/Test3/pacifictrailsresort.jpg | Bin 0 -> 17085 bytes HTML/Tests/Test3/reservations.html | 72 +++++++++ HTML/Tests/Test3/sunset.jpg | Bin 0 -> 2179 bytes HTML/Tests/Test3/trail.jpg | Bin 0 -> 109527 bytes HTML/Tests/Test3/yurt.jpg | Bin 0 -> 93591 bytes HTML/Tests/Test3/yurts.html | 80 ++++++++++ 16 files changed, 501 insertions(+) create mode 100644 HTML/Tests/Test3/PacificTrailsResort.mov create mode 100644 HTML/Tests/Test3/PacificTrailsResort.mp4 create mode 100644 HTML/Tests/Test3/PacificTrailsResort.ogv create mode 100644 HTML/Tests/Test3/activities.html create mode 100644 HTML/Tests/Test3/coast.jpg create mode 100644 HTML/Tests/Test3/coast2.jpg create mode 100644 HTML/Tests/Test3/favicon.ico create mode 100644 HTML/Tests/Test3/index.html create mode 100644 HTML/Tests/Test3/marker.gif create mode 100644 HTML/Tests/Test3/pacific.css create mode 100644 HTML/Tests/Test3/pacifictrailsresort.jpg create mode 100644 HTML/Tests/Test3/reservations.html create mode 100644 HTML/Tests/Test3/sunset.jpg create mode 100644 HTML/Tests/Test3/trail.jpg create mode 100644 HTML/Tests/Test3/yurt.jpg create mode 100644 HTML/Tests/Test3/yurts.html (limited to 'HTML/Tests/Test3') diff --git a/HTML/Tests/Test3/PacificTrailsResort.mov b/HTML/Tests/Test3/PacificTrailsResort.mov new file mode 100644 index 0000000..602aee4 Binary files /dev/null and b/HTML/Tests/Test3/PacificTrailsResort.mov differ diff --git a/HTML/Tests/Test3/PacificTrailsResort.mp4 b/HTML/Tests/Test3/PacificTrailsResort.mp4 new file mode 100644 index 0000000..30db84d Binary files /dev/null and b/HTML/Tests/Test3/PacificTrailsResort.mp4 differ diff --git a/HTML/Tests/Test3/PacificTrailsResort.ogv b/HTML/Tests/Test3/PacificTrailsResort.ogv new file mode 100644 index 0000000..b19c45a Binary files /dev/null and b/HTML/Tests/Test3/PacificTrailsResort.ogv differ diff --git a/HTML/Tests/Test3/activities.html b/HTML/Tests/Test3/activities.html new file mode 100644 index 0000000..9bd9af5 --- /dev/null +++ b/HTML/Tests/Test3/activities.html @@ -0,0 +1,49 @@ + + + + Pacific Trails Resort :: Activities + + + + + + + +
+
+

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.

+
+
+
+ Copyright © 2022 Pacific Trails Resort +
+ + msglm +
+
+ + diff --git a/HTML/Tests/Test3/coast.jpg b/HTML/Tests/Test3/coast.jpg new file mode 100644 index 0000000..af3fef0 Binary files /dev/null and b/HTML/Tests/Test3/coast.jpg differ diff --git a/HTML/Tests/Test3/coast2.jpg b/HTML/Tests/Test3/coast2.jpg new file mode 100644 index 0000000..ac2b452 Binary files /dev/null and b/HTML/Tests/Test3/coast2.jpg differ diff --git a/HTML/Tests/Test3/favicon.ico b/HTML/Tests/Test3/favicon.ico new file mode 100644 index 0000000..ad98119 Binary files /dev/null and b/HTML/Tests/Test3/favicon.ico differ diff --git a/HTML/Tests/Test3/index.html b/HTML/Tests/Test3/index.html new file mode 100644 index 0000000..0a60a50 --- /dev/null +++ b/HTML/Tests/Test3/index.html @@ -0,0 +1,58 @@ + + + + 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.

+ +
    +
  • Unwind in the heated outdoor pool and whirlpool
  • +
  • Explore the coast on your own or join our guided tours
  • +
  • Relax in our lodge while enjoying complimentary appetizers and beverages
  • +
  • Savor nightly fine dining with an ocean view
  • +
+
+ Pacific Trails Resort
+ 12010 Pacific Trails Road
+ Zephyr, CA 95555
+
+ 888-555-5555
+
+
+ + +
+
+ Copyright © 2022 Pacific Trails Resort +
+ + msglm +
+
+ + diff --git a/HTML/Tests/Test3/marker.gif b/HTML/Tests/Test3/marker.gif new file mode 100644 index 0000000..318f8b0 Binary files /dev/null and b/HTML/Tests/Test3/marker.gif differ diff --git a/HTML/Tests/Test3/pacific.css b/HTML/Tests/Test3/pacific.css new file mode 100644 index 0000000..67fc6e5 --- /dev/null +++ b/HTML/Tests/Test3/pacific.css @@ -0,0 +1,242 @@ +* { + box-sizing: border-box; +} + +body { + background-color: #EAEAEA; + color:#555555; + font-family: Arial, Helvetica, sans-serif; +} + +header { + background-color: #002171; + color: #FFFFFF; + letter-spacing: 0.25em; + text-align: center; + padding-top: 0.5em; + padding-bottom: 0.5em; +} + +header a { + text-decoration: none; +} + +header a:link { + color: #FFFFFF +} + +header a:visited { + color: #FFFFFF +} + +header a:hover { + color:#90C7E3; +} + + +h1 { + text-align: center; + margin-top 0; + font-family: Georgia, 'Times New Roman', Times, serif +} + +nav { + text-align: center; + font-weight: bold; + padding: 0; + font-size: 120%; +} + +nav ul { + list-style-type: none; + margin 0; + padding-left: 0; + font-size 1.2em; +} + + +nav li { + border-bottom: 1px solid #002171; +} + +nav a { + text-decoration: none; +} + +nav a:link { + transition: 3s ease-out; + color:#5C7FA3; +} + +nav a:visited { + color: #344873; +} + +nav a:hover { + color: #A52A2A; +} + +main { + background-color: #FFFFFF; + padding: 1px 20px 20px 30px; + display: block; + overflow: auto; +} + +h2 { + color: #197602; + text-shadow: 1px 1px #CCCCCC; + font-family: Georgia, 'Times New Roman', Times, serif; +} + +h3 { + color: #000033; + font-family: Georgia, 'Times New Roman', Times, serif; +} + +main il { + list-style-image: url(marker.gif); +} + +dt { +color: #002171 +} + +footer { + background-color: #FFFFFF; + font-size: 75%; + font-style: italic; + text-align: center; + padding: 2em; + font-family: Georgia, 'Times New Roman', Times, serif; +} + +.resort { + color: #1976D2; + font-weight: bold; +} + +#contact { + font-size: 90%; +} + +#homehero { + height:300px; + background-image: url(coast2.jpg); + background-repeat: no-repeat; + background-size: 100% 100%; +} + +#yurthero { + height: 300px; + background-image: url(yurt.jpg); + background-repeat: no-repeat; + background-size: 100% 100%; +} + + form { display: flex; + flex-flow: column nowrap; } + input, textarea { margin-bottom: .5em; } + + +@media (min-width: 600px) { + + form { + width: 60%; + display: grid; + grid-gap: 1em; + grid-column: 6em / 1fr; + } + + + + input[type="submit"] { + grid-column: 2; + width: 9em; + } + + nav ul { + display: flex; + flex-direction: row; + flex-wrap: nowrap; + justify-content: space-around; + } + + nav li { + border-bottom: none; + } + + section { + margin-left: 2em; + margin-right: 2em; + flex 1; + } + + .flow { + display: flex; + flex-direction: row; + } +} + +@media (min-width: 1024px) { + #wrapper { + margin: auto; + width: 80%; + border: 1px solid #002171; + box-shadow: 3px 3px 3px #002171; + } + + nav { + text-align: left; + padding-left: 1em; + } + + @supports (display: grid) { + nav ul { + flex-direction: column; + padding-top: 1em; + } + .hero {grid-area: hero;} + header {grid-area: header;} + nav {grid-area: nav;} + main {grid-area: main;} + footer {grid-area: footer;} + + #wrapper { + display: grid; + grid-template: + "header header" + "nav hero" + "nav main" + "nav footer" + / 180px 1fr; + } + } +} + +table { + border-collapse: collapse; + border: 2px solid #3399CC; +} + +td,th { + padding: 0.5em; + border: 2px solid #3399CC; +} + +td { + text-align: center; +} + +.text { + text-align: left; +} + +tr:nth-last-of-type(even) { + background-color: #F5FAFC; +} + +video, embed { + float: right; + padding-left: 20px; +} diff --git a/HTML/Tests/Test3/pacifictrailsresort.jpg b/HTML/Tests/Test3/pacifictrailsresort.jpg new file mode 100644 index 0000000..b5caf3e Binary files /dev/null and b/HTML/Tests/Test3/pacifictrailsresort.jpg differ diff --git a/HTML/Tests/Test3/reservations.html b/HTML/Tests/Test3/reservations.html new file mode 100644 index 0000000..181220b --- /dev/null +++ b/HTML/Tests/Test3/reservations.html @@ -0,0 +1,72 @@ + + + + Pacific Trails Resort :: Reservations + + + + + + + +
+
+

Pacific Trails Resort

+
+ +
+

Reservations at Pacific Trails

+

Contact Us Today!

+

Required fields are marked with an asterisk *.

+
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ Pacific Trails Resort
+ 12010 Pacific Trails Road
+ Zephyr, CA 95555
+
+ 888-555-5555
+
+
+ + +
+
+ Copyright © 2022 Pacific Trails Resort +
+ + msglm +
+
+ + diff --git a/HTML/Tests/Test3/sunset.jpg b/HTML/Tests/Test3/sunset.jpg new file mode 100644 index 0000000..3ce0adc Binary files /dev/null and b/HTML/Tests/Test3/sunset.jpg differ diff --git a/HTML/Tests/Test3/trail.jpg b/HTML/Tests/Test3/trail.jpg new file mode 100644 index 0000000..cdb05c3 Binary files /dev/null and b/HTML/Tests/Test3/trail.jpg differ diff --git a/HTML/Tests/Test3/yurt.jpg b/HTML/Tests/Test3/yurt.jpg new file mode 100644 index 0000000..535de06 Binary files /dev/null and b/HTML/Tests/Test3/yurt.jpg differ diff --git a/HTML/Tests/Test3/yurts.html b/HTML/Tests/Test3/yurts.html new file mode 100644 index 0000000..61b0fb8 --- /dev/null +++ b/HTML/Tests/Test3/yurts.html @@ -0,0 +1,80 @@ + + + + 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!

+
+
+

Yurt Packages

+

A variety of luxury yurt packages are available. Choose a package below and contact us to begin your reservation. We’re happy to build a custom package just for you!

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Package NameDescriptionNightsCost Per Person
Weekend EscapeTwo breakfasts, a trail map, and a picnic snack2$450
Zen RetreatFour breakfasts, a trail map, a picnic snack, and a pass for the daily sunrise Yoga session4$600
Kayak AwayTwo breakfasts, two hours of kayak rental daily, and a trail map2$500
+
+
+ +
+ + -- cgit v1.2.3