Skip to content

Commit b604bdf

Browse files
committed
Fix unique images for each article
1 parent 76e8cdf commit b604bdf

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>Understanding Web Development</h1>
1414

1515
<main>
1616
<article>
17-
<img src="placeholder.svg" alt="A README file displayed in a code editor" />
17+
<img src="https://picsum.photos/seed/readme/400/200" alt="A README file displayed in a code editor" />
1818
<h2>What is the purpose of a README file?</h2>
1919
<p>When you open someone's project for the first time,
2020
the README is the first thing you read. It tells you
@@ -26,7 +26,7 @@ <h2>What is the purpose of a README file?</h2>
2626
</article>
2727

2828
<article>
29-
<img src="placeholder.svg" alt="A hand-drawn wireframe sketch of a webpage layout" />
29+
<img src="https://picsum.photos/seed/wireframe/400/200" alt="A hand-drawn wireframe sketch of a webpage layout" />
3030
<h2>What is the purpose of a wireframe?</h2>
3131
<p>Before writing a single line of code, designers and
3232
developers draw a wireframe. It is a simple sketch that
@@ -38,7 +38,7 @@ <h2>What is the purpose of a wireframe?</h2>
3838
</article>
3939

4040
<article>
41-
<img src="placeholder.svg" alt="A diagram showing how Git branches split from the main branch" />
41+
<img src="https://picsum.photos/seed/gitbranch/400/200" alt="A diagram showing Git branches" />
4242
<h2>What is a branch in Git?</h2>
4343
<p>A branch in Git is like a safe copy of your project
4444
where you can make changes freely. While you work on

0 commit comments

Comments
 (0)