Skip to content

Commit 762d3ae

Browse files
Update readme to include article image in acceptance criteria. (#1074)
1 parent 3b1f395 commit 762d3ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Wireframe/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ There are some provided HTML and CSS files you can use to get started. You can u
1515
<!--{{<objectives>}}>-->
1616

1717
- [ ] Use semantic HTML tags to structure the webpage
18-
- [ ] Create three articles, each including a title, summary, and a link
18+
- [ ] Create three articles, each including an image, title, summary, and a link
1919
- [ ] Check a webpage against a wireframe layout
2020
- [ ] Test web code using [Lighthouse](https://programming.codeyourfuture.io/guides/testing/lighthouse)
2121
- [ ] Use version control by committing often and pushing regularly to GitHub
@@ -26,7 +26,7 @@ There are some provided HTML and CSS files you can use to get started. You can u
2626
- [ ] Semantic HTML tags are used to structure the webpage.
2727
- [ ] The page scores 100 for Accessibility in the Lighthouse audit.
2828
- [ ] The page header includes a title and description.
29-
- [ ] The articles section has three unique articles, each including a title, summary, and a link.
29+
- [ ] The articles section has three unique articles, each including an image, title, summary, and a link.
3030
- [ ] The page footer is fixed to the bottom of the viewport.
3131
- [ ] The webpage is styled using a linked .css file.
3232
- [ ] The webpage is properly committed and pushed to a branch on GitHub.

0 commit comments

Comments
 (0)