The aim of this exercise is to:
- add a new section to the homepage
- create a new 'store' page with an order form
- connect the 2 pages together by adding navigation
- You'll find the designs inside the 'level-2' folder.
- Add the new section in your
index.html - Create a new page called
store.htmland re-create the design for the store page (the design islevel-2/store-desktop.png) - For the store page styles, you can keep using the same
style.cssfile and add your store page styles in there. You could also create a specificstore.cssfile, but make sure you don't repeat the CSS already instyle.css! - Connect the 2 pages by:
- making the homepage's "Get Karma today" button navigate to the store page.
- making the header navigation "Store" link navigate to the store page, and the "Meet Karma" link navigate to the homepage.
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.
- Remember to commit and push your code often
- 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. 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.

