From 61f58beabd6e50b3fd3c45a927856ab84e8a4010 Mon Sep 17 00:00:00 2001 From: Jennifer Alexander Date: Sat, 24 Jan 2026 22:20:35 -0600 Subject: [PATCH] Update readme to include article image in acceptance criteria. --- Wireframe/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Wireframe/README.md b/Wireframe/README.md index 0ae0216d1..f7b59df8c 100644 --- a/Wireframe/README.md +++ b/Wireframe/README.md @@ -15,7 +15,7 @@ There are some provided HTML and CSS files you can use to get started. You can u - [ ] Use semantic HTML tags to structure the webpage -- [ ] Create three articles, each including a title, summary, and a link +- [ ] Create three articles, each including an image, title, summary, and a link - [ ] Check a webpage against a wireframe layout - [ ] Test web code using [Lighthouse](https://programming.codeyourfuture.io/guides/testing/lighthouse) - [ ] 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 - [ ] Semantic HTML tags are used to structure the webpage. - [ ] The page scores 100 for Accessibility in the Lighthouse audit. - [ ] The page header includes a title and description. -- [ ] The articles section has three unique articles, each including a title, summary, and a link. +- [ ] The articles section has three unique articles, each including an image, title, summary, and a link. - [ ] The page footer is fixed to the bottom of the viewport. - [ ] The webpage is styled using a linked .css file. - [ ] The webpage is properly committed and pushed to a branch on GitHub.