diff --git a/footer_img.jpg b/footer_img.jpg new file mode 100644 index 000000000..7e6372570 Binary files /dev/null and b/footer_img.jpg differ diff --git a/header_img.jpg b/header_img.jpg new file mode 100644 index 000000000..34b0c3b80 Binary files /dev/null and b/header_img.jpg differ diff --git a/index.css b/index.css index e69de29bb..88b271b96 100644 --- a/index.css +++ b/index.css @@ -0,0 +1,185 @@ +.page { + max-width: 600px; + /*max-width: 700px;*/ + margin: auto; + padding: 10px; +} + +#yosemite1{ + /*padding: 100px; */ + padding-left: 220px; +} + +.nav .ul { + display: flex; + flex-direction: row; + /*width:100%;*/ + width: 700px; + /*max-width: 1200px;*/ + max-width: 1em; + justify-content: space-between; + justify-content: space-evenly; + + align-items: flex-start; + flex-wrap: row nowrap; + + /* @media (max-width: 1em) { + .nav .ul { + flex-direction: row; + } */ +} + +img.header1 { + position: relative; + top: -60px; + max-width: 140px; + height: 140px; + border-radius: 50%; + float: left; + object-position: 0px; +} + +img.fire1 { + display: block; + margin-left: auto; + margin-right: auto; + max-width: 100px; + height: 100px; +} + +img.rv1 { + display: block; + margin-left: auto; + margin-right: auto; + max-width: 100px; + height: 100px; +} + +.container{ + display: flex grid; + /*grid-template-columns: 100px 100px 100px;*/ + /*grid-template-rows: 50px 50px;*/ + +} + +.a { + background:#FF764E; + color: white; + font-family: 'Chelsea Market', cursive; + padding: 10px; + margin: 10px; + border-radius: 7.5px; +} + +.b { + background: #5ED3EB; + color: white; + font-family: 'Chelsea Market', cursive; + padding: 10px; + border-radius: 7.5px; + margin: 10px; + + text-align: justify; + text-justify: inter-word; + +} + +.c { + background: #FFCD69; + color: white; + font-family: 'Chelsea Market', cursive; + padding: 10px; + border-radius: 7.5px; + margin: 10px; +} + +h1 { + text-align: center; + font-family: 'Chelsea Market', cursive; +} + +.wilderness { + text-align: center; + margin-left: auto; + margin-right: auto; + width: 20em; + /*padding-left: 20px;*/ + padding-left: 100px; + font-family: 'Roboto Mono', monospace; + white-space: nowrap; + /* font-style: Roboto Mono; */ +} + +.reservations { + text-align: center; + margin-left: auto; + margin-right: auto; + width: 20em; + padding-left: 200px; + font-family: 'Roboto Mono', monospace; +} + +.stack { + text-align: center; + margin-left: auto; + margin-right: auto; + width: 15em; +} + +.rv { + text-align: center; + margin-left: auto; + margin-right: auto; + width: 15em; +} + +.body { + background: #DDB9A3; + color: white; + text-align: center; + width: 700px; + font-family: 'Roboto Mono', monospace; +} + + +.stack { + font-family: 'Roboto Mono', monospace; +} + +.rv { + font-family: 'Roboto Mono', monospace; +} + +img.footer1 { + max-width: 100px; + height: 100px; + border-radius: 50%; + float: left; +} + +.footer { + display: flex; + flex-direction: row; + background: #F9E7DC; + height: 100px; + padding: 10px; +} + +.footer .footerdiv { + display: flex; + flex-direction: row; + align-items: center; +} + +img.mount{ + height: 13rem; + width: 100%; + object-fit: cover; + /*object-position: right top;*/ +} + +footer nav ul { + padding: 25px; /* 25px */ + padding-left: 40px; /* 40px */ + align-items: center; +} diff --git a/index.html b/index.html index 6fd71e4a1..48d4740a1 100644 --- a/index.html +++ b/index.html @@ -1,37 +1,64 @@ - - - - - - - - - Plan your Visit - Learn about the Park - Get Involved - - - "header_img.jpg" - Yosemite Park Guide - Come explore California’s beautiful wilderness. - Always open. Reservations are not available or required to enter the park. - - Not just a great valley, but a shrine to human foresight, the strength of granite, the power of glaciers, the persistence of life, and the tranquility of the High Sierra. - - First protected in 1864, Yosemite National Park is best known for its waterfalls, but within its nearly 1,200 square miles, you can find deep valleys, grand meadows, ancient giant sequoias, a vast wilderness area, and much more. - - "https://image.flaticon.com/icons/svg/2979/2979348.svg" - Fire is a natural and essential part of Yosemite. We manage fire carefully and study how it interacts with the park’s ecosystems. This blog provides updates about fires in Yosemite. Check for current fire restrictions. - - "https://image.flaticon.com/icons/svg/820/820374.svg" - We strongly recommend that you make reservations for lodging, camping, and backpacking. You can pay the park entrance fee upon arrival (there's no need to pay it in advance). - - "footer_img.png" - - - Plan your Visit - Learn about the Park - Get Involved - - - +
+ + + + + + + + +
+ +
+ + + + +
+

Yosemite Park Guide

+ +

Come explore California’s beautiful wilderness.

+

Always open. Reservations are not available or required to enter the park.

+
+ +
+

Not just a great valley, but a shrine to human foresight, the strength of granite, the power of glaciers, the persistence of life, and the tranquility of the High Sierra.

+ +

First protected in 1864, Yosemite National Park is best known for its waterfalls, but within its nearly 1,200 square miles, you can find deep valleys, grand meadows, ancient giant sequoias, a vast wilderness area, and much more.

+
+ + +

Fire is a natural and essential part of Yosemite. We manage fire carefully and study how it interacts with the park’s ecosystems. This blog provides updates about fires in Yosemite. Check for current fire restrictions.

+ + +

We strongly recommend that you make reservations for lodging, camping, and backpacking. You can pay the park entrance fee upon arrival (there's no need to pay it in advance).

+ + + + + + + + + +
+ + \ No newline at end of file