Step-by-step Guide for Hacking Homework#1

Key points of the homework requirements

  1. Need to build a web page with Github
  2. Submit the URL (hyperlink) as http://xxx.github.io/homework1
  3. Better to try different elements such as headers, paragraphs, images, listings and hyperlinks
  4. The webpage content is about analyzing a data visualization myth with cases;
  5. Deadline is 10 PM, FEB 2, 2017!

Let's Get Started!

Step #1

Create a new repo under your own Github account and name it as "homework1"

Step #2

Go to repo "homework 1", click "Branch" button, type in "gh-pages" and create this branch.

Step #3

First make sure you are now in branch "gh-pages". After that, create a "index.html" file and a "README.md" file.

"index.html" is the place where you store the codes building the webpage.

"README.md" is the file providing basic information and/or instructions to people who visit this repo.

Step #4

Open "index.html", and it's time to code!

Since this home work is about analyzing data visualization myths, you may need to include images and hyperlinks for better reference.

You can always check Week 2's slides for help if you are not familiar with adding image or hyperlink with HTML.

Step #5

If you would like to commit the changes to save your HTML file, please make sure you are directly committing to "gh-pages" branch.

Step #6

After finish the coding part, you can find your webpage from "accountname.github.io/homework1".