GDS 45 Online - Assignment 6 - Resume or Reading Summary

First, if you haven't already, follow along with the video for a Simple 1 Column HTML Template, and create the page that is in the video. Use the page as your starting point/template for this Assignment

Then, do 1 of the following options:

Option 1

OBJECTIVE: You will create an HTML Version of your resume (or other similar document if necessary) using the HTML formatting tags you have learned thus far. It will be derived from your own resume. The first page can be a resume, and the second page can be about anything of interest to you, such as a hobby. You will link the 2 pages together.

Possibly helpful techniques and code

There are images of code in the Canvas module that can help with coding the header section of a resume and the individual resume experience entries. You will have to reverse engineer the code, and adapt it for your use. This is opttional and a challenge :) Look in the Canvas instructions and Module.

Option 2

OBJECTIVE: Summarize Ch. 1 and 2 in The Principals of Beautiful Web Design.

See Examples of the Assignment here.

  1. The minimum requirements for either option are:
  2. Valid Code!
  3. 2 linked 'pages'
  4. At least 1 ordered or unordered list
  5. The background-color CSS property
  6. Make sure both pages can stand on their own, and there is good content on both
  7. Use a color other than black for some text, perhaps for some headings
  8. At least 1 external link(a link to another web site)
  9. Good formatting of text (typography) on all pages
  10. Optional: An image of yourself (Use the image tag).
  11. Make sure you validate your files as you work and before you turn it in at:
    http://validator.w3.org


Again, before you turn in your files, make sure you
...