#Getting Started
- Fork this repository
- Clone this repository from your personal Github account:
- Copy the HTTPS or SSH address on the page.
- From you DevLeague folder, run the command
$ git clone [SSH or HTTP address]
in your terminal in order to clone this repository into that folder (you don't need to type the "$"; this is the command prompt, and is used to signify your terminal is ready for commands).
- From your terminal, navigate into the renderHTML assignment:
$ cd renderHTML
- Set up your project: a. Create an assets folder (put your images in this folder) b. Create a css folder c. In the css folder, create a styles.css file d. Create an index.html file
- In the examples folder, there are 4 jpg images. Your job is to recreate the jpg files in the index.html starting with 1-top.jpg and working your way through 4-final.jpg.
- Commit and Push your code as you work through the exercise.