Skip to content

Commit b5f39c7

Browse files
author
JorvanW
committed
fixed typos in the index.html file and added more
descriptive alt text to the images.
1 parent 82964dc commit b5f39c7

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

Wireframe/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ 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/
46-
- [ ] My code is consistently formatted
47-
- [ ] My page content is free of typos and grammatical mistakes
48-
- [ ] I commit often and push regularly to GitHub
45+
- [x] My HTML code has no errors or warnings when validated using https://validator.w3.org/
46+
- [x] My code is consistently formatted
47+
- [x] My page content is free of typos and grammatical mistakes
48+
- [x] I commit often and push regularly to GitHub
4949

5050
## Resources
5151

Wireframe/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,27 @@ <h1>Wireframe Task</h1>
1212
</header>
1313
<main>
1414
<article id="readme-article">
15-
<img src="https://user-images.githubusercontent.com/6750572/90517585-e483a280-e165-11ea-8945-3d289eeeaa1d.png" alt=" example of Readme" />
15+
<img src="https://user-images.githubusercontent.com/6750572/90517585-e483a280-e165-11ea-8945-3d289eeeaa1d.png" alt="README file example" />
1616
<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.
2020
</p>
2121
<a href="https://www.makeareadme.com" target="_blank" rel="noopener noreferrer">Read more</a>
2222
</article>
23-
<article id="Wireframe-article">
24-
<img src="https://cdn-images.visual-paradigm.com/handbooks/agile-handbook/wireframe/02-newspaper-site-wireframe-example.png" alt="Wireframe" />
23+
<article id="wireframe-article">
24+
<img src="https://cdn-images.visual-paradigm.com/handbooks/agile-handbook/wireframe/02-newspaper-site-wireframe-example.png" alt="Website wireframe example" />
2525
<h2>Wireframe</h2>
2626
<p>
2727
A wireframe is a minimal skeletal blueprint of a website or app interface. It is important in order to plan a project in advance.
2828
</p>
2929
<a href="https://balsamiq.com/blog/what-are-wireframes/" target="_blank" rel="noopener noreferrer">Read more</a>
3030
</article>
31-
<article id="Git-Branch-article">
32-
<img id="Git-Branch-image" src="https://phoenixnap.com/kb/wp-content/uploads/2023/11/git-workflow-example.png" alt="GitBranch" />
33-
<h2>Git Branch </h2>
31+
<article id="git-branch-article">
32+
<img id="git-branch-image" src="https://phoenixnap.com/kb/wp-content/uploads/2023/11/git-workflow-example.png" alt="Git branch workflow diagram" />
33+
<h2>Git Branch</h2>
3434
<p>
35-
In Git a branch is an identical copy of a projects code which is then used to make changes on without having any effect on the main original project.
35+
In Git, a branch is an identical copy of a project's code which is then used to make changes on without having any effect on the main original project.
3636
</p>
3737
<a href="https://www.w3schools.com/GIT/git_branch.asp?remote=github" target="_blank" rel="noopener noreferrer">Read more</a>
3838
</article>

Wireframe/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ H1 {
3030
justify-content: center;
3131
}
3232

33-
#Git-Branch-image {
33+
#git-branch-image {
3434
height: 107%
3535
}
3636

37-
#Git-Branch-article h2 {
37+
#git-branch-article h2 {
3838
margin-top: 55px;
3939
}
4040
/* ====== Base Elements ======

0 commit comments

Comments
 (0)