Skip to content

Commit d8463ed

Browse files
committed
Linked different images
1 parent 7be3a33 commit d8463ed

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

Wireframe/git.jpg

18.4 KB
Loading

Wireframe/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>Web Development Basics</h1>
1515

1616
<main>
1717
<article>
18-
<img src="placeholder.svg" alt="README file illustration" />
18+
<img src="readme.jpg" alt="README file illustration" />
1919
<h2>What is the purpose of a README file?</h2>
2020
<p>
2121
A README file helps people understand what a project is, how it works,
@@ -25,7 +25,7 @@ <h2>What is the purpose of a README file?</h2>
2525
</article>
2626

2727
<article>
28-
<img src="placeholder.svg" alt="Wireframe illustration" />
28+
<img src="web.jpg" alt="Wireframe illustration" />
2929
<h2>What is the purpose of a wireframe?</h2>
3030
<p>
3131
A wireframe is a simple plan for a webpage. It shows where the main
@@ -35,7 +35,7 @@ <h2>What is the purpose of a wireframe?</h2>
3535
</article>
3636

3737
<article>
38-
<img src="placeholder.svg" alt="Git branch illustration" />
38+
<img src="git.jpg" alt="Git branch illustration" />
3939
<h2>What is a branch in Git?</h2>
4040
<p>
4141
A branch lets developers work on changes separately before adding them

Wireframe/readme.jpg

12 KB
Loading

Wireframe/web.jpg

56.9 KB
Loading

0 commit comments

Comments
 (0)