Project One: A First Website

Goal

Start with the first 100 or so lines of content from The Raven, by Poe. Begin shaping it into a well-organized and well-designed web site, with a French page and an English page and a combined-languages page. As usual you should use at least one stylesheet, put the files in the appropriate places with the appropriate permissions and names, and so on. You know the basics of how to do this cleanly now, with content in one place and presentation in another place and documents which are valid and well-formed and so on.

Structure

  1. Create a minimum of 5 webpages:
  2. All files for this project site (except any images) should be placed in your imm/project1 directory.
  3. The main project page (index.html) should link to:
  4. Your main "imm" page should link to this project website.
                       ~yourid/www/imm/
                             |
                        index.html  <–– has links to all projects
                             |
           --------------------------------
          |               |               |                                                
       project1      project2          media <–– any images go here
          |
    index.html <–– has links to main index + all content pages  
    page1.html
    page2.html
    page3.html
    [etc]

Guidelines

  1. Content is well-organized and well-presented.

    Do not simply divide the text of your paper up into chunks and put one on each page. The linear, narrative organization of a poem seldom transfers well to the hypermedia, screen-based environment of the web. Think of a web-oriented way to organize your content.

  2. Write clean, valid HTML and CSS code.
  3. Use basic design principles ("C.R.A.P."), appropriate typography, and color to enhance the delivery of your content.
  4. While you can add images at this point, you do not have to. You will not be graded on images.

Grading

Due Date

Due 27 SEP at the beginning of class.

Valid HTML 4.01 Strict Valid CSS! Cynthia Tested!