Skip to content

Commit eca97d3

Browse files
author
russom
committed
More descriptive alt values added to all images.
1 parent e6149da commit eca97d3

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

Wireframe/images/wireframeIn.jpg

-204 KB
Binary file not shown.

Wireframe/index.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ <h2>
1717
</header>
1818
<main>
1919
<article>
20-
<img src="images/README.png" alt="" />
20+
<img
21+
src="images/README.png"
22+
alt="GitHub README page for the Wireframe project showing learning objectives and project requirements"
23+
/>
2124
<h3>The purpose of a README file</h3>
2225
<p>
2326
A README file, usually written as README.md, is a document that
@@ -36,7 +39,10 @@ <h3>The purpose of a README file</h3>
3639
</a>
3740
</article>
3841
<article>
39-
<img src="images/wireframeInB&W.jpg" alt="Wireframe example" />
42+
<img
43+
src="images/wireframeInB&W.jpg"
44+
alt="Wireframes website mockup showing a browser window layout with a large hero section, image placeholder, navigation elements, and the text 'Wire Frames'"
45+
/>
4046
<h3>The purpose of a wireframe</h3>
4147
<p>
4248
A wireframe is a simple diagram that shows the basic structure and
@@ -55,7 +61,10 @@ <h3>The purpose of a wireframe</h3>
5561
</a>
5662
</article>
5763
<article>
58-
<img src="images/branchGit1.png" alt="" />
64+
<img
65+
src="images/branchGit1.png"
66+
alt="Git Branching graphic featuring the Git logo and the text 'Git Branching' on a dark background"
67+
/>
5968
<h3>The Purpose of Branch in Git</h3>
6069
<p>
6170
A branch is a sequence of commits that allows developers to work on

0 commit comments

Comments
 (0)