Skip to content

Commit 6f42afd

Browse files
committed
added alt text for images
1 parent c6f6616 commit 6f42afd

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ <h1>Wireframe</h1>
1717
</header>
1818
<main>
1919
<article>
20-
<img src="readme.png" alt="" />
20+
<img
21+
src="readme.png"
22+
alt="photo of a readme page on a github repository"
23+
/>
2124
<h2>What is a readme file?</h2>
2225
<p>
2326
A readme file informs anyone looking at your repository what your
@@ -27,7 +30,7 @@ <h2>What is a readme file?</h2>
2730
<a href="https://github.com/hedge-dev/UnleashedRecomp">Read more</a>
2831
</article>
2932
<article>
30-
<img src="wireframe.png" alt="" />
33+
<img src="wireframe.png" alt="Photo example of a wireframe" />
3134
<h2>What is the purpose of a Wireframe?</h2>
3235
<p>
3336
The purpose of a wireframe is to provide visual understanding for a
@@ -40,7 +43,7 @@ <h2>What is the purpose of a Wireframe?</h2>
4043
>
4144
</article>
4245
<article>
43-
<img src="images.png" alt="" />
46+
<img src="images.png" alt="photo representation of a 'branch' in git" />
4447
<h2>What is a branch in Git?</h2>
4548
<p>
4649
A branch in Git is like a seperate workspace that is contained within

0 commit comments

Comments
 (0)