Skip to content

Commit 1a09438

Browse files
Update alt text for images in index.html
1 parent 48b9f84 commit 1a09438

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
@@ -14,7 +14,7 @@ <h1> Web Development concepts</h1>
1414
<main>
1515

1616
<article>
17-
<img src="/Wireframe/img/README.png" alt="" />
17+
<img src="/Wireframe/img/README.png" alt="an image says make a readme file because nobody can ready your mind yet" />
1818
<h2>What is the Purpose of a README file</h2>
1919
<p>
2020
README files typically include information on what a project does, why is it usefull and how users can get started with the project
@@ -25,7 +25,7 @@ <h2>What is the Purpose of a README file</h2>
2525
</article>
2626

2727
<article>
28-
<img src="/Wireframe/img/git.jpg" alt="">
28+
<img src="/Wireframe/img/git.jpg" alt=" git logo">
2929
<h2>What is a branch in Git</h2>
3030
<p>
3131
In Git, a branch is like a separate workspace where you can make changes and try new ideas without affecting the main project. Think of it as a "parallel universe" for your code.
@@ -37,7 +37,7 @@ <h2>What is a branch in Git</h2>
3737

3838

3939
<article>
40-
<img src="/Wireframe/img/wireframe.png" alt="" />
40+
<img src="/Wireframe/img/wireframe.png" alt="illustraiton representing a website wireframe" />
4141
<h2>What is the purpose of wireframe </h2>
4242
<p>
4343
A wireframe is the skeleton of your digital project. Think of it as the foundation for your website, app, or dashboard. It focuses on layout, and content placement—not on colors, fonts, or any visual polish.

0 commit comments

Comments
 (0)