Week01 – Homework

Build Your Resume

Week 01 homework involves a two-step process:

  1. Prepare your resume in MS Word, Pages, or another word processing package of your choice.
  2. Save as plain text or copy-paste in Notepad or another text editor software and save from there. You can also copy-paste in VS Code and save-as plain text.

The goal is to have a plain text file (filename extension: .txt) that you can use in a later exercise to format as HTML for web display. If you already have a resume — then great! Just open it, make any updates for activity since you last opened the file, and save, then save-as plain text. If you don't have one ready, it's high time that you did!

If you need inspiration about styles or formatting for a resume, try these links:

Guidelines

  • Skip the fancy formatting: Word and other programs provide all kinds of elaborate layouts for resumes, and you can use one of them if you like, but the formatting will be lost in the conversion to .txt.
  • Think about structure: When you start to lay out your resume in HTML, what levels of headings will you use? How will you use lists (both ordered/numbered and unordered/bulleted lists)? What other elements will you include? How will you organize all of them?
  • Leave thoughts about styling until later: Stay focused on how the layout will function, not about fonts, colors, and other visual effects. Those can come along later.

Thought for the Week's Class Summary

Why do you suppose I chose to use ordered (numbered) and unordered (bulleted) lists where I did above?