hw_wireframe

Building a Wireframe

Overview

In this assignment, you will build a web design skeleton using HTML/CSS. Your completed work should look just like the image below:

Final Layout

Student Notes

Instructions

  1. Create a new repository in GitHub called HW-Wireframe.
  2. Clone this repository to your computer by following the process we went over in class.
  3. Navigate to the HW-Wireframe folder you just cloned onto your machine. Then create two files inside this folder: index.html and style.css.
  4. Make your initial Git commit and push it to GitHub.
  5. Return to your local copies of index.html and style.css. Using the screenshot at the top of these instructions, recreate the design using HTML/CSS.
  6. When you finish the assignment, commit your changes with Git and push them into your GitHub repo. Remember:

Additional Specifications

  1. Your HTML should have each of the following sections:
  2. Your CSS should have styles for each of the following elements:
  3. The widths of each section should be:

Helpful Hints


Minimum Requirements

Attempt to complete homework assignment as described in instructions. If unable to complete certain portions, please pseudocode these portions to describe what remains to be completed.


One More Thing

If you have any questions about this project or the material we have covered, please post them in the community channels in slack so that your fellow developers can help you! If you're still having trouble, you can come to office hours for assistance from your instructor and TAs.