Skip to content

Commit 02d9b18

Browse files
committed
consistent folder names
1 parent e0dd10f commit 02d9b18

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

level-2/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ The aim of this exercise is to:
55
- create a new 'store' page with an order form
66
- connect the 2 pages together by adding navigation
77

8-
### Set up
9-
10-
You can choose to add your code for level 2 to the same branch you were using for level 1, or to create a new 'level-2' branch.
11-
128
# Instructions
139

14-
- You'll find the designs inside the 'level 2' folder.
10+
- You'll find the designs inside the 'level-2' folder.
1511
- Add the new section in your `index.html`
1612
- Create a new page called `store.html` and re-create the design for the store page (the design is `level-2/store-desktop.png`)
1713
- For the store page styles, you can keep using the same `style.css` file and add your store page styles in there.
@@ -23,7 +19,7 @@ You could also create a specific `store.css` file - just make sure you're not du
2319
### Submitting your work
2420
- Remember to **commit and push your code often**
2521
- 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).
26-
**Note:** If you've added your level 2 code to the same branch as level 1, then it will just update your level 1 Pull Request and you won't need a new PR.
22+
**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.
2723

2824
## Designs
2925

level-3/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@
33

44
Now let's make this website responsive!
55

6-
### Set up
7-
8-
You can choose to add your code for level 3 to the same branch you were using for the previous levels, or to create a new 'level-3' branch.
9-
106
# Instructions
117

12-
- Use the techniques you've learned in class to make both the homepage and the order page look good on mobile.
13-
- You'll find the mobile designs inside the 'Level 3' folder.
8+
- Use media queries to make both the homepage and the order page look good on mobile.
9+
- You'll find the mobile designs inside the 'level-3' folder.
1410
- You can use 1 or 2 breakpoints, it's up to you (if you're not sure, start with 768px - it's a classic one as it's the width of an iPad and a good point to switch from a mobile layout to a desktop layout).
1511
- You might have to change some of your existing HTML and CSS code so that your webpage can match the mobile and desktop designs
1612

0 commit comments

Comments
 (0)