@@ -27,13 +27,13 @@ There are some provided HTML and CSS files you can use to get started. You can u
2727
2828## Acceptance Criteria
2929
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.
30+ - [x ] Semantic HTML tags are used to structure the webpage.
31+ - [x ] The page scores 100 for Accessibility in the Lighthouse audit.
32+ - [x ] The webpage is styled using a linked .css file.
33+ - [x ] The webpage is properly committed and pushed to a branch on GitHub.
34+ - [x ] The articles section contains three distinct articles, each with its own unique image, title, summary, and link.
35+ - [x ] The page footer is fixed to the bottom of the viewport.
36+ - [x ] The page layout closely match the wireframe.
3737
3838### Developers must adhere to professional standards.
3939
@@ -42,10 +42,10 @@ There are some provided HTML and CSS files you can use to get started. You can u
4242These practices reflect the level of quality expected in professional work.
4343They ensure your code is reliable, maintainable, and presents a polished, credible experience to users.
4444
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
45+ - [x ] My HTML code has no errors or warnings when validated using https://validator.w3.org/
46+ - [x ] My code is consistently formatted
47+ - [x ] My page content is free of typos and grammatical mistakes
48+ - [x ] I commit often and push regularly to GitHub
4949
5050## Resources
5151
0 commit comments