Skip to content

tons of crap from today. #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified design/desktop.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon.ico
Binary file not shown.
491 changes: 491 additions & 0 deletions index.css

Large diffs are not rendered by default.

47 changes: 24 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,57 +1,58 @@
<!-- Markup the content below with tags and attributes such that it can be styled in CSS-->
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="index.css">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
</head>
<body>
<section class=navigation>
<nav>
<nav class=stroke>
<ul>
<li>Plan your Visit</li>
<li>Learn about the Park</li>
<li>Get Involved</li>
<li id="plan"><a href="#">Plan your Visit</a></li>
<li id="learn"><a href="#">Learn About the Park</a></li>
<li id="involved"><a href="#">Get Involved</a></li>
</ul>
</nav>
</section>

<section class = her_banner>
<section class = hero_banner>

<img src="/assetts/header_img.jpg" alt="No where esle you want to be.">
<h1>Yosemite Park Guide</h1>
<p>Come explore California’s beautiful wilderness.</p>
<p>Always open. Reservations are not available or required to enter the park.</p>
<img class="circular--square" src="./assets/header_img.jpg" alt="No where esle you want to be." style="width:200px;height:200px;">
<div>
<h1>Yosemite Park Guide</h1>
<p>Come explore California&#8217s beautiful wilderness.</p>
<p>Always open. Reservations are not available or required to enter the park.</p>
</div>
</section>

<section class = intro>
<p>>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.</p>
<p>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.</p>

<p>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.</p>
</section>

<section class=announcement>
<img src="https://image.flaticon.com/icons/svg/2979/2979348.svg" alt="Only You Can Prevent Fires!">
<p>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 <b>current fire restrictions.</b></p>
<section class=feed>
<img src="https://image.flaticon.com/icons/svg/2979/2979348.svg" style="width:100px;height:100px;" alt="Only You Can Prevent Fires!">
<p>Fire is a natural and essential part of Yosemite. We manage fire carefully and study how it interacts with the park&#8217s ecosystems. This blog provides updates about fires in Yosemite. Check for <b>current fire restrictions.</b></p>

<img src="https://image.flaticon.com/icons/svg/820/820374.svg" alt="No Vacancy!">
<img src="https://image.flaticon.com/icons/svg/820/820374.svg" alt="No Vacancy!" style="width:100px;height:100px;">
<p>We strongly recommend that you make reservations for lodging, camping, and backpacking. You can pay the <b>park entrance fee</b> upon arrival (there's no need to pay it in advance).</p>
</section>


<section class=banner_footer>
<img src="footer_img.png" alt="El Capitan">
<img src="./assets/footer_img.jpg" alt="El Capitan">
</section>

<section class=navigation>
<div class=footer>
<section class=navigation>
<nav>
<ul>
<li>Plan your Visit</li>
<li>Learn about the Park</li>
<li>Get Involved</li>
<li id="plan"><a href="#">Plan your Visit</a></li>
<li id="learn"><a href="#">Learn About the Park</a></li>
<li id="involved"><a href="#">Get Involved</a></li>
</ul>
</nav>
</section>

</div>
</body>
</html>