WDD 130: Web Fundamentals

W06 Rafting Project: Home Page

Overview

Add the Home page to the rafting site project.

Be sure to practice good development techniques including planning before beginning the page build.

Home Page Requirements

  1. The home page is named index.html and is located in the wwr rafting website project directory.

    The name index is a default name which is referenced by the web server to be delivered to the requesting client for any directory in which it resides.

  2. The common CSS file is used throughout the site, rafting.css.
  3. One large full-width 'hero' image is used and it includes a heading message.
  4. A newsletter sign up form that requests at least a name and an email.
  5. A call to action with link to the trips.html page that compels visitors to visit the trips page.
  6. A CSS grid layout with at least two additional images and corresponding content about the white water rafting site purpose and offerings.
  7. For full credit consideration, the layout cannot be a simple, single column flow layout.
  8. Be creative in your design, but remember that your header, navigation, and footer layout and content should be the same as other pages on the rafting site. Why?