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

Here is a set of images about creating a centered header for a resume.
It has 2 ways to do this. The 2nd uses flexbox, which we will talk about soon, if we haven't already. Again, it is a code image and not actual code.

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
...