@@ -14,22 +14,22 @@ There are some provided HTML and CSS files you can use to get started. You can u
1414
1515<!-- {{<objectives>}}>-->
1616
17- - [ ] Use semantic HTML tags to structure the webpage
18- - [ ] Create three articles, each including a title, summary, and a link
19- - [ ] Check a webpage against a wireframe layout
20- - [ ] Test web code using [ Lighthouse] ( https://programming.codeyourfuture.io/guides/testing/lighthouse )
21- - [ ] Use version control by committing often and pushing regularly to GitHub
17+ - [x ] Use semantic HTML tags to structure the webpage
18+ - [x ] Create three articles, each including a title, summary, and a link
19+ - [x ] Check a webpage against a wireframe layout
20+ - [x ] Test web code using [ Lighthouse] ( https://programming.codeyourfuture.io/guides/testing/lighthouse )
21+ - [x ] Use version control by committing often and pushing regularly to GitHub
2222<!-- {{</objectives>}}>-->
2323
2424## Acceptance Criteria
2525
26- - [ ] Semantic HTML tags are used to structure the webpage.
27- - [ ] The page scores 100 for Accessibility in the Lighthouse audit.
28- - [ ] The page header includes a title and description.
29- - [ ] The articles section has three unique articles, each including a title, summary, and a link.
30- - [ ] The page footer is fixed to the bottom of the viewport.
31- - [ ] The webpage is styled using a linked .css file.
32- - [ ] The webpage is properly committed and pushed to a branch on GitHub.
26+ - [x ] Semantic HTML tags are used to structure the webpage.
27+ - [x ] The page scores 100 for Accessibility in the Lighthouse audit.
28+ - [x ] The page header includes a title and description.
29+ - [x ] The articles section has three unique articles, each including a title, summary, and a link.
30+ - [x ] The page footer is fixed to the bottom of the viewport.
31+ - [x ] The webpage is styled using a linked .css file.
32+ - [x ] The webpage is properly committed and pushed to a branch on GitHub.
3333
3434## Resources
3535
0 commit comments