Assignment: Create a Splash Page

Create a home page to use on your student server space. Make it look however you want!

  • Include a list or menu of some kind with links to all of your assignments.
  • If your assignments' web-ready files are properly organized, they should be easy to upload in one step, and link to from the splash page.
  • On your hard drive, your splash page files can go directly in your top level assignments/ folder.
  • On the server, your www/ folder will mirror the structure of your assignments/ folder.
  • When submitting this assignment however, save the splash page files into an assignment folder like all the others.

The navigation and folder structure on your server should make it easy to update and add future assignments. Here's roughly what it should look like (folders indicated with a /):

www/
    index.html          <-- splash page
    style/
        style.css       <-- splash page style sheet
    01-constitution-text/
        index.html
    02-html-practice/
        index.html
        page2.html
    03-roygbiv/
        index.html