Skip to content

Commit 7e1a54a

Browse files
authored
Use unique images for each article
1 parent 34f9c5c commit 7e1a54a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Wireframe/git-branch.jpg

3.9 KB
Loading

Wireframe/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ <h1>Web Development Essentials</h1>
1616
<main>
1717
<article>
1818
<img
19-
src="placeholder.svg"
20-
alt="Illustration representing a README file"
19+
src="readme.jpg"
20+
alt="Example README file"
2121
/>
2222

2323
<h2>What is a README File?</h2>
@@ -39,8 +39,8 @@ <h2>What is a README File?</h2>
3939

4040
<article>
4141
<img
42-
src="placeholder.svg"
43-
alt="Illustration representing a wireframe"
42+
src="wireframe.jpg"
43+
alt="Website wireframe layout"
4444
/>
4545

4646
<h2>What is a Wireframe?</h2>
@@ -62,8 +62,8 @@ <h2>What is a Wireframe?</h2>
6262

6363
<article>
6464
<img
65-
src="placeholder.svg"
66-
alt="Illustration representing Git branches"
65+
src="git-branch.jpg"
66+
alt="Git branching diagram"
6767
/>
6868

6969
<h2>What is a Git Branch?</h2>

Wireframe/readme.jpg

1.19 KB
Loading

Wireframe/wireframe.jpg

35.2 KB
Loading

0 commit comments

Comments
 (0)