Skip to content

Commit 82964dc

Browse files
author
JorvanW
committed
removed id="Article Heading" to <h2>README file</h2>
1 parent e574495 commit 82964dc

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

Wireframe/README.md

Lines changed: 12 additions & 12 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
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
1010
- [ ] 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
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

Wireframe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>Wireframe Task</h1>
1313
<main>
1414
<article id="readme-article">
1515
<img src="https://user-images.githubusercontent.com/6750572/90517585-e483a280-e165-11ea-8945-3d289eeeaa1d.png" alt=" example of Readme" />
16-
<h2 id="Article Heading">README file</h2>
16+
<h2>README file</h2>
1717
<p>
1818
ReadME file is a plain text document that is used as a user manual or official document for a project.
1919
This file is useful because it helps communicate important information to those using or collaborating on the project.

0 commit comments

Comments
 (0)