Skip to content

Commit be70ea2

Browse files
Alex JamshidiAlex Jamshidi
authored andcommitted
pr changes made
1 parent cc94e2e commit be70ea2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ <h1>TECH NEWS</h1>
1616
<br>
1717
<main>
1818
<article>
19-
<img src="img1.jpg" alt="" />
19+
<img src="img1.jpg" alt="Black and blue swirl pattern" />
2020
<h2>What is the purpose of a README file?</h2>
2121
<p>
2222
We'll explore how a README acts as the primary introduction and guide to a project.
2323
</p>
2424
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a>
2525
</article>
2626
<article>
27-
<img src="img2.jpg" alt="" />
27+
<img src="img2.jpg" alt="coloured brick pattern" />
2828
<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>
3232
<a href="https://en.wikipedia.org/wiki/Website_wireframe">Read more</a>
3333
</article>
3434
<article>
35-
<img src="img3.jpg" alt="" />
35+
<img src="img3.jpg" alt="colourful polygon pattern" />
3636
<h2>What is a branch in Git?</h2>
3737
<p>
3838
You'll learn how a git branch is a parallel workspace that allows for changes and commits without affecting the main branch.

0 commit comments

Comments
 (0)