|
1 | 1 | # karma-clone |
2 | 2 |
|
3 | | -The aim of this exercise is to create a page that looks just like this one: http://thinkful-ed.github.io/karma-clone/ |
| 3 | +The aim of this exercise is to create a page that looks just like this one: |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
4 | 9 | ### Tasks |
5 | 10 |
|
6 | | - - Fork and clone this repo. |
7 | | - - Create a branch with your name in the format: `flexbox/karma/LucyZidour` |
8 | | - - Edit `index.html` and `style.css` to create a perfect copy of the example! |
9 | | - - Add, commit and push your code often so you get into the habit. |
10 | | - - At the end, do a final push and create a Pull Request. |
| 11 | + - **Fork and clone** this repo. |
| 12 | + - To fork, hit the 'fork' button in the top right corner of this page on Github. |
| 13 | + Now you should be on your own Github repository - you'll know this because your name should now be in the repo name at the top of the Github page. |
| 14 | + - To clone, click the green button that says 'Code' on that page. |
| 15 | + Now the code is on your own machine (this happened when you cloned), AND it's linked to your own Karma repository on Github (which was created when you forked). |
| 16 | + |
| 17 | + - Before you start coding, **create a new branch** following this format `your-class-name/your-name`, for example: `london-class-7/adam-smith`. Your branch name should be all lowercase, with no spaces. |
| 18 | + |
| 19 | + - **Edit `index.html` and `style.css`** to re-create the design above. |
| 20 | + - Remember, use semantic HTML to re-create the structure, and style each element using CSS to make a perfect copy of the above image. |
| 21 | + - All the images and icons you need can be found in the `img` folder, and the font 'Roboto' is already loaded into the project. |
| 22 | + |
| 23 | + - **Commit and push your code often** so you get into the habit and you avoid losing any code that you write if your machine crashes for example. |
| 24 | + - Once you're ready to submit your homework for review, do a final push and **create a Pull Request**. If you're unsure how to do this, [have a look here](https://syllabus.codeyourfuture.io/git/cheatsheet/#i-want-to-send-my-code-to-volunteers-pushing). |
| 25 | + |
0 commit comments