Skip to content

Commit 59a9037

Browse files
committed
Add images and improve article layout
1 parent b1a12ab commit 59a9037

6 files changed

Lines changed: 9 additions & 3 deletions

File tree

Wireframe/images/readme.png

50.4 KB
Loading

Wireframe/images/readme.png.png

-17.2 KB
Binary file not shown.

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

1515
<main>
1616
<article>
17-
<img src="placeholder.svg" alt="README file illustration" />
17+
<img src="images/readme.png" alt="README documentation example" />
1818

1919

2020
<h2>What is a README File?</h2>
@@ -32,7 +32,7 @@ <h2>What is a README File?</h2>
3232
</article>
3333

3434
<article>
35-
<img src="placeholder.svg" alt="Wireframe sketch" />
35+
<img src="images/wireframe-topic.png" alt="Website wireframe layout sketch" />
3636

3737
<h2>What is a Wireframe?</h2>
3838

@@ -49,7 +49,7 @@ <h2>What is a Wireframe?</h2>
4949
</article>
5050

5151
<article>
52-
<img src="placeholder.svg" alt="Git branch workflow" />
52+
<img src="images/branch.png" alt="Git branching workflow diagram" />
5353

5454
<h2>What is a Git Branch?</h2>
5555

Wireframe/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,9 @@ footer {
102102
border-top: 1px solid black;
103103
padding: 10px;
104104
}
105+
article img {
106+
width: 100%;
107+
height: 250px;
108+
object-fit: contain;
109+
}
110+

0 commit comments

Comments
 (0)