-
-
Notifications
You must be signed in to change notification settings - Fork 620
Adds tasks and designs, and splits these into folders #322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
32e8d67
Removes branching instructions.
LucyMac 82cf6af
Starts to sort tasks into levels by folder
LucyMac 337ad8f
Splits out different exercises into folders
LucyMac a26871c
adds hyphens in folder names
LucyMac fae168b
Changed alt text syntax
LucyMac 8a84df0
Apply suggestions from code review
LucyMac 289bd93
Merge branch 'syllabus/instructions-clarifications' of https://github…
LucyMac 41a5d00
Changed checkbox to have tick
LucyMac a071807
Add checkmark svg
LucyMac de07cca
update wording for consistency and break up instructions into more bu…
LucyMac e0dd10f
Update homepage-desktop-extended.png
LucyMac 02d9b18
consistent folder names
LucyMac 62a6ca2
make custom radio and checkbox stretch goal
LucyMac 4354b0b
copy tweaks
LucyMac File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
File renamed without changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# karma-clone | ||
## Level 2 | ||
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 | ||
bonboh marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
# Instructions | ||
|
||
- You'll find the designs inside the 'level-2' folder. | ||
- Add the new section in your `index.html` | ||
- Create a new page called `store.html` and re-create the design for the store page (the design is `level-2/store-desktop.png`) | ||
- For the store page styles, you can keep using the same `style.css` file and add your store page styles in there. | ||
You could also create a specific `store.css` file, but make sure you don't repeat the CSS already in `style.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. | ||
|
||
### Stretch goal | ||
|
||
**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. | ||
|
||
## Submitting your work | ||
- 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](https://syllabus.codeyourfuture.io/git/cheatsheet/#i-want-to-send-my-code-to-volunteers-pushing). | ||
**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. | ||
|
||
## Designs | ||
|
||
 | ||
|
||
 | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# karma-clone | ||
## Level 3 | ||
|
||
Now let's make this website responsive! | ||
|
||
# Instructions | ||
|
||
- Use media queries to make both the homepage and the order page look good on mobile. | ||
- You'll find the mobile designs inside the 'level-3' folder. | ||
- 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). | ||
- You might have to change some of your existing HTML and CSS code so that your webpage can match the mobile and desktop designs | ||
|
||
LucyMac marked this conversation as resolved.
Show resolved
Hide resolved
|
||
### Submitting your work | ||
- 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](https://syllabus.codeyourfuture.io/git/cheatsheet/#i-want-to-send-my-code-to-volunteers-pushing). | ||
**Note:** If you've added your level 3 code to the same branch you used for the previous levels, then it will just update your existing Pull Request and you won't need a new PR. | ||
|
||
## Designs | ||
|
||
 | ||
|
||
 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PS these are template files so you might prefer to pull in the updated version from here:
https://github.com/CodeYourFuture/CYF-Coursework-Template/blob/main/HOW_TO_MARK.md
and make changes to that template file to fix everywhere when you see errors like this