File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 11# karma-clone
22## Level 2
3- The aim of this exercise is to add a new section to the homepage, and create a new page with an Order form.
3+ The aim of this exercise is to:
4+ - add a new section to the homepage
5+ - create a new 'store' page with an order form
6+ - connect the 2 pages together by adding navigation
47
58### Set up
69
@@ -10,10 +13,12 @@ You can choose to add your code for level 2 to the same branch you were using fo
1013
1114- You'll find the designs inside the 'level 2' folder.
1215- Add the new section in your ` index.html `
13- - Create a new page called ` order.html ` and re-create the design for the order form page (the design is ` level-2/store-desktop.png ` )
14- - For the order page styles, you can keep using the same ` style.css ` file and add your order page styles in there.
15- You could also create a specific ` order.css ` file - just make sure you're not duplicating the CSS already defined in ` style.css ` !
16- - Connect the 2 pages by making the homepage's "Get Karma today" button navigate to the order page.
16+ - Create a new page called ` store.html ` and re-create the design for the store page (the design is ` level-2/store-desktop.png ` )
17+ - For the store page styles, you can keep using the same ` style.css ` file and add your store page styles in there.
18+ You could also create a specific ` store.css ` file - just make sure you're not duplicating the CSS already defined in ` style.css ` !
19+ - Connect the 2 pages by:
20+ - making the homepage's "Get Karma today" button navigate to the store page.
21+ - making the header navigation "Store" link navigate to the store page, and the "Meet Karma" link navigate to the homepage.
1722
1823### Submitting your work
1924 - Remember to ** commit and push your code often**
You can’t perform that action at this time.
0 commit comments