Skip to content

Commit 4354b0b

Browse files
committed
copy tweaks
1 parent 62a6ca2 commit 4354b0b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ The aim of this exercise is to create a page that looks just like this one:
2020
- **Only create the desktop design** for now.
2121

2222
### Submitting your work
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.
23+
- **Commit and push your code often** (for example every half an hour)so you get into the habit and you avoid losing any code that you write if your machine crashes for example.
2424
- 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).
2525

level-2/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,18 @@ The aim of this exercise is to:
1111
- Add the new section in your `index.html`
1212
- Create a new page called `store.html` and re-create the design for the store page (the design is `level-2/store-desktop.png`)
1313
- For the store page styles, you can keep using the same `style.css` file and add your store page styles in there.
14-
You could also create a specific `store.css` file - just make sure you're not duplicating the CSS already defined in `style.css`!
14+
You could also create a specific `store.css` file, but make sure you don't repeat the CSS already in `style.css`!
1515
- Connect the 2 pages by:
1616
- making the homepage's "Get Karma today" button navigate to the store page.
1717
- making the header navigation "Store" link navigate to the store page, and the "Meet Karma" link navigate to the homepage.
1818

19-
**Stretch goal**
20-
- Custom radio buttons and checkbox: the 2 radio buttons and the checkbox in the store page design are tricky to style and will require you to do a little research. Focus on the rest of the form and layout first, and leave these until the end as a stretch goal.
19+
### Stretch goal
2120

22-
### Submitting your work
21+
**Custom radio buttons and checkbox**
22+
23+
The 2 radio buttons and the checkbox in the store page design are tricky to style and will require you to do a little research. Focus on the rest of the form and layout first, and leave these until the end as a stretch goal.
24+
25+
## Submitting your work
2326
- Remember to **commit and push your code often**
2427
- 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).
2528
**Note:** If you've added your level 2 code to the same branch, then it will just update your previous Pull Request and you won't need a new PR.

0 commit comments

Comments
 (0)