Skip to content

Commit f5c6f6c

Browse files
Mark learning objectives and acceptance criteria as complete
1 parent 371ca2a commit f5c6f6c

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

Wireframe/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
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
@@ -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

0 commit comments

Comments
 (0)