Skip to content

Commit cc94e2e

Browse files
Alex JamshidiAlex Jamshidi
authored andcommitted
updated readme objectives
1 parent 17a5969 commit cc94e2e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Wireframe/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- [x] Use semantic HTML tags to structure the webpage
88
- [x] Create three articles, each including an image, title, summary, and a link
99
- [x] Check a webpage against a wireframe layout
10-
- [ ] Test web code using [Lighthouse](https://programming.codeyourfuture.io/guides/testing/lighthouse)
10+
- [x] Test web code using [Lighthouse](https://programming.codeyourfuture.io/guides/testing/lighthouse)
1111
- [x] Use version control by committing often and pushing regularly to GitHub
1212
- [x] Develop the habit of writing clean, well-structured, and error-free code
1313
<!--{{</objectives>}}>-->
@@ -28,7 +28,7 @@ There are some provided HTML and CSS files you can use to get started. You can u
2828
## Acceptance Criteria
2929

3030
- [x] Semantic HTML tags are used to structure the webpage.
31-
- [ ] The page scores 100 for Accessibility in the Lighthouse audit.
31+
- [x] The page scores 100 for Accessibility in the Lighthouse audit.
3232
- [x] The webpage is styled using a linked .css file.
3333
- [x] The webpage is properly committed and pushed to a branch on GitHub.
3434
- [x] The articles section contains three distinct articles, each with its own unique image, title, summary, and link.
@@ -42,7 +42,7 @@ There are some provided HTML and CSS files you can use to get started. You can u
4242
These practices reflect the level of quality expected in professional work.
4343
They 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/
45+
- [x] My HTML code has no errors or warnings when validated using https://validator.w3.org/
4646
- [x] My code is consistently formatted
4747
- [x] My page content is free of typos and grammatical mistakes
4848
- [x] I commit often and push regularly to GitHub

Wireframe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2>What is the purpose of a README file?</h2>
2525
</article>
2626
<article>
2727
<img src="img2.jpg" alt="" />
28-
<h2>What is the purpose of a wireframe?</h2>
28+
<h2>What is the purpose of a Wireframe?</h2>
2929
<p>
3030
Learn how a wireframe acts as a blueprint to help map out the struture and functionality of a project.
3131
</p>

0 commit comments

Comments
 (0)