Skip to content

Commit 72e0824

Browse files
committed
more instructions
1 parent 0018889 commit 72e0824

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ The aim of this exercise is to create a page that looks just like this one:
1313
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.
1414
- To clone, click the green button that says 'Code' on that page.
1515
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-
- Before you start coding, **create a new branch** with your name in the format: `london-class-7/karma/adam-smith`
17-
Your branch name should be all lowercase, with no spaces.
18-
- **Edit `index.html` and `style.css`** to create a perfect copy of the design above!
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+
1923
- **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.
2024
- 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).
2125

0 commit comments

Comments
 (0)