Skip to content
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

Coffee House Week 1 update #1353

Merged
merged 3 commits into from
Nov 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions tasks/coffee-house/coffee-house-week1.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ The content width of 1440px should not change when resizing the browser window.

### CrossCheck Criteria (100 points)

1. Checking validation of pages: **+16**
1. Checking validation of pages: **+18**
- The layout for both pages is validated and error-free according to the W3C Validator (https://validator.w3.org/): **+12** (6 points per page)
Valid markup of checked page corresponds to the message "Document checking completed. No errors or warnings to show." In this case, we assign the full points for the checked page (+6). If there are `warnings` but no `errors`, we assign half of the points (+3) for the checked page
- Favicon is added to each page: **+4**
2. The layout matches the design: **+42**
- `<header>` block on each page: **+6**
- Favicon is added to each page: **+2**
- Each page has only one `<h1>` element: **+2**
- The URL of the `menu` page differs from the URL of the `home` page (e.g. `your-site.com` for the `home` page and `your-site.com/menu` for the `menu` page): **+2**
2. The layout matches the design: **+40**
- `<header>` block on each page: **+4**
- `Enjoy` block on `home` page: **+6**
- `Favourites Coffee` block on `home` page: **+6**
- `About` block on `home` page: **+6**
Expand Down
Loading