Skip to content

Commit

Permalink
added tons of images, made the HTML for the WWR project
Browse files Browse the repository at this point in the history
  • Loading branch information
Reese1243 committed Sep 29, 2023
1 parent 2678cc2 commit 7dc0592
Show file tree
Hide file tree
Showing 22 changed files with 101 additions and 0 deletions.
Binary file added wwr/images/DesolationCanyon.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 wwr/images/GrandCanyon1.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 wwr/images/GrandCanyon2.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 wwr/images/SalmonRiver.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 wwr/images/bookingwireframe.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 wwr/images/camping.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 wwr/images/facebook.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 wwr/images/fire_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 added wwr/images/glooper.jfif
Binary file not shown.
Binary file added wwr/images/gloopis.jfif
Binary file not shown.
Binary file added wwr/images/hero.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 wwr/images/instagram.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 wwr/images/logo.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 wwr/images/mountains.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 wwr/images/oars.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 wwr/images/rapids.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 wwr/images/river-wide.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 wwr/images/river_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 added wwr/images/rivers.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 wwr/images/twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions wwr/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Whitewater rafting vacation | Dry Oar Boating | Home</title>
</head>
<body>
<header>
<a id="logo_link" href="index.html">
<img class="logo" src="images/logo.png" alt="Dry Oar Logo">
</a>
<nav>
<a href="index.html">Home</a>
<a href="#">Page 2</a>
<a href="site-plan-rafting.html">Site Plan</a>
<a href="contactus.html">Contact Us</a>
</nav>
</header>
<div id="hero">
<div id="hero-box">
<img id="hero-img" src="images/hero.png" alt = "people enjoying white water rafting">
</div>
<section id="hero-msg">
<h1 class="home-title">Have an Adventure!</h1>
<h4>Make memories with Dry Oar!</h4>
<div class = "button box">
<a class = "book" href ="contactus.html"> Book Now</a>
</div>
</section>
</div>
<main class = "home-grid">
<section class="river-card">
<img class="card-img" src = "images/rivers.jpg" alt = "river in forest">
<img class="icon" src = "images/river-icon.png" alt = "river icon">
<h2>Rivers</h2>
</section>
<section class="camping-card">
<img class="card-img" src = "images/camping.jpg" alt = "tent in mountains">
<img class="icon" src = "images/fire_icon.png" alt = "fire icon" >
<h2>Camping</h2>
</section>
<section class="rapids card">
<img class="card-img" src="images/rapids.jpg" alt = "rafting boat">
<img class="icon" src = "images/oars.png" alt = "rafting boat">
<h2>Rapids</h2>
</section>
<img class = "mountains" src = "images/mountains.jpg" alt = "Misty Mountains">
<section class = "msg">
<h2>More than just a Thrill</h2>
<p>Enjoy the breathtaking scenery. From valleys, meadows, canyons, and high peaks; it's way more than just the rapids. It's a great way to get away from it all and relax amongst all the beauty of the great outdoors. </p>
<a class='join' href = "rivers.html"> Join us</a>
</section>
</main>
<footer>
<p>Dry Oar &copy; 20XX - Your First and Last Name Here</p>
<p><a href="site-plan-rafting.html">Site Plan</a></p>
<p><a href="contactus.html">Contact Us</a></p>
<div class="social">
<a href="https://facebook.com">
<img src="images/facebook.png" alt="fb icon">
</a>
<a href="https://twitter.com">
<img src="images/twitter.png" alt="twitter icon">
</a>
<a href="https://instagram.com">
<img src="images/instagram.png" alt="instagram icon">
</a>
</div>
</footer>
</body>
</html>
28 changes: 28 additions & 0 deletions wwr/wireframe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wireframe</title>
</head>
<body>
<header>
<a href="index.html"> <img src = https://placekitten.com/400/400 alt = "glooper"> </a>
<nav>
<a href="index.html">Home</a>
<a href="wireframe.html">Wireframe</a>
<a href="gallery.html">Gallery</a>
<a href="contactus.html">contact us</a>
</nav>
</header>
<main>
<div class="hero">
<h1>this is my hero, his name is phil.</h1>


</div>

</main>

</body>
</html>

0 comments on commit 7dc0592

Please sign in to comment.