What went down last week
- Terminal Commands
- Git/GitHub
- Basics of HTML
Review
Creating basic HTML layout
Please complete this exercise
Pushing to GitHub
- Please, in terminal, create a folder called Lecture2_[Your_name]
- Start git up in this repository
- Add a single, empty file to it, called index.html (how can we do this again via terminal?)
- Open up index.html in Sublime Text and add the code you wrote in Creating basic HTML layout
- Commit index.html (what are the steps for this again?)
- Create a GitHub Repo called Lecture2_[Your_name]
- Push your local Lecture2_[Your_name] to Github
- ???
- Profit
Recap of Terminal, Git, GitHub Commands
Find it here