What went down last week

  1. Terminal Commands
  2. Git/GitHub
  3. Basics of HTML

Review

Creating basic HTML layout

Please complete this exercise

Pushing to GitHub

  1. Please, in terminal, create a folder called Lecture2_[Your_name]
  2. Start git up in this repository
  3. Add a single, empty file to it, called index.html (how can we do this again via terminal?)
  4. Open up index.html in Sublime Text and add the code you wrote in Creating basic HTML layout
  5. Commit index.html (what are the steps for this again?)
  6. Create a GitHub Repo called Lecture2_[Your_name]
  7. Push your local Lecture2_[Your_name] to Github
  8. ???
  9. Profit

Recap of Terminal, Git, GitHub Commands

Find it here