- Create a Gist
- Name it
tutorial.md - Copy these directions into that gist
- Add any links and extra directions that would help you remember how to do this on your own
- Name it
- Go to https://github.com/ucla-soc-2018/jendiamond_ucla-soc
- Click on the green button that says clone or download
- Use Clone with HTTPS
- Click on the green button that says clone or download
- Go to your Terminal
- Change into your Desktop directory
- Run this command to clone the project
- $
git clone https://github.com/ucla-soc-2018/jendiamond_ucla-soc.git
- $
- Change directories into jendiamond_ucla-soc
- Create a branch called yourname
- I would call mine:
git checkout -b jendiamond
- I would call mine:
- Open the jendiamond_ucla-soc in your Sublime
- Add a page/file called
yourname.html(mine would bejendiamond.html) - Design this page any way you like but please include:
- A link to your website
- Your name
- A photo of something and a description of it
- Add a link to the navbar to your page
- Link to your gist tutorial for this homework