HOMEWORK

Below you will find homework assignments; these are assigned on Wednesday and due the following Monday. This page will be updated weekly.

WEEK 01

Homework: Due Monday, 9/24

  • Complete the Dash pre-work if you have yet to do so
  • Finish ga-press-release
  • Update your GitHub portfolio:
    1. Open the root of your Github repo (where the very first index.html you created is)
    2. Add a new file, resume.html, to this same directory
    3. Ensure both index.html and resume.html contain proper HTML structure (DOCTYPE, html, body, head)
    4. Add two <a> tags to index.html:
      • An absolute link to your page of choice (LinkedIn, portfolio, etc)
      • A relative link to resume.html
    5. Add a <a> tag to resume.html that points back to index.html
WEEK 02

Homework: Due Monday, 10/01

  • Start thinking of final project ideas
  • Complete travel-bucket-list:
    1. Build spec.png in index.html
    2. Make sure index.html and styles.css are linked!
    3. You will need to use:
      • Relative links for the images
      • padding
      • margin
      • text-align
      • Classes, ID's, nested selectors

Pre-reading:

WEEK 03

Homework: Due Monday, 10/08

  • Start thinking of final project ideas
  • Open fashion-blog-part2 in SublimeText
    1. Build what you see in design.png
    2. Copy found in copy.txt
    3. Will have to look up :first-letter

Pre-reading:

WEEK 04

Homework: Due Monday, 10/15

  • Complete startup-matchmaker
  • Continue thinking of final project ideas

Pre-reading:

WEEK 05

Homework: Due Monday, 10/22

  • Complete relaxr capstone...
  • ...or, demonstrate considerable progress on your final project

Pre-reading:

WEEK 06

Homework: Due Monday, 10/29

  • Complete rgb-color-choice
  • Final project deliverable two: wireframes

Pre-reading:

WEEK 07

Homework: Due Monday, 11/05

  • Complete accordian
  • Final project deliverable three: HTML/CSS rough draft

Pre-reading:

WEEK 08

Homework: Due Wednesday, 11/14

  • Complete list-maker
  • Final project deliverable four: JavaScript Pseudocode/Draft
WEEK 09

Homework: Due Monday, 11/21

  • Complete cash-register
  • Final project deliverable five: JavaScript Draft