Skip to content

Commit 91e88c3

Browse files
committed
Tick all the boxes in README.md
1 parent cbb5683 commit 91e88c3

1 file changed

Lines changed: 18 additions & 17 deletions

File tree

Wireframe/README.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44

55
<!--{{<objectives>}}>-->
66

7-
- [ ] Use semantic HTML tags to structure the webpage
8-
- [ ] Create three articles, each including an image, title, summary, and a link
9-
- [ ] Check a webpage against a wireframe layout
10-
- [ ] Test web code using [Lighthouse](https://programming.codeyourfuture.io/guides/testing/lighthouse)
11-
- [ ] Use version control by committing often and pushing regularly to GitHub
12-
- [ ] Develop the habit of writing clean, well-structured, and error-free code
7+
- [x] Use semantic HTML tags to structure the webpage
8+
- [x] Create three articles, each including an image, title, summary, and a link
9+
- [x] Check a webpage against a wireframe layout
10+
- [x] Test web code using [Lighthouse](https://programming.codeyourfuture.io/guides/testing/lighthouse)
11+
- [x] Use version control by committing often and pushing regularly to GitHub
12+
- [x] Develop the habit of writing clean, well-structured, and error-free code
1313
<!--{{</objectives>}}>-->
1414

1515
## Task
16+
1617
![Wireframe](./wireframe.png)
1718

1819
Using the provided wireframe and resources, write a new webpage explaining:
@@ -27,13 +28,13 @@ There are some provided HTML and CSS files you can use to get started. You can u
2728

2829
## Acceptance Criteria
2930

30-
- [ ] Semantic HTML tags are used to structure the webpage.
31-
- [ ] The page scores 100 for Accessibility in the Lighthouse audit.
32-
- [ ] The webpage is styled using a linked .css file.
33-
- [ ] The webpage is properly committed and pushed to a branch on GitHub.
34-
- [ ] The articles section contains three distinct articles, each with its own unique image, title, summary, and link.
35-
- [ ] The page footer is fixed to the bottom of the viewport.
36-
- [ ] The page layout closely match the wireframe.
31+
- [x] Semantic HTML tags are used to structure the webpage.
32+
- [x] The page scores 100 for Accessibility in the Lighthouse audit.
33+
- [x] The webpage is styled using a linked .css file.
34+
- [x] The webpage is properly committed and pushed to a branch on GitHub.
35+
- [x] The articles section contains three distinct articles, each with its own unique image, title, summary, and link.
36+
- [x] The page footer is fixed to the bottom of the viewport.
37+
- [x] The page layout closely match the wireframe.
3738

3839
### Developers must adhere to professional standards.
3940

@@ -42,10 +43,10 @@ There are some provided HTML and CSS files you can use to get started. You can u
4243
These practices reflect the level of quality expected in professional work.
4344
They ensure your code is reliable, maintainable, and presents a polished, credible experience to users.
4445

45-
- [ ] My HTML code has no errors or warnings when validated using https://validator.w3.org/
46-
- [ ] My code is consistently formatted
47-
- [ ] My page content is free of typos and grammatical mistakes
48-
- [ ] I commit often and push regularly to GitHub
46+
- [x] My HTML code has no errors or warnings when validated using https://validator.w3.org/
47+
- [x] My code is consistently formatted
48+
- [x] My page content is free of typos and grammatical mistakes
49+
- [x] I commit often and push regularly to GitHub
4950

5051
## Resources
5152

0 commit comments

Comments
 (0)