Skip to content

Commit 069c17e

Browse files
committed
Update articles with meaningful images
1 parent 81ff0ad commit 069c17e

5 files changed

Lines changed: 18 additions & 4 deletions

File tree

Lines changed: 8 additions & 0 deletions
Loading

Wireframe/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ <h1>Web Development Basics</h1>
1515
</header>
1616
<main>
1717
<article>
18-
<img src="placeholder.svg" alt="" />
19-
<h2>The Purpose of a README File</h2>
18+
<img src="readme.svg" alt="README file illustration" />
19+
<h2>The Purpose of a README File</h2>
2020
<p>
2121
A README file is a plain text or Markdown document (usually named README.md) placed at the root of a project folder. It serves as a project's "welcome mat," giving visitors and contributors a quick summary of what the project does, how to install it, and how to use it.
2222
</p>
2323
<a href="https://www.makeareadme.com/">Read more</a>
2424
</article>
2525
<article>
26-
<img src="placeholder.svg" alt="" />
26+
<img src="wireframe-icon.svg" alt="Wireframe layout illustration" />
2727
<h2>The Purpose of a Wireframe</h2>
2828
<p>
2929
A wireframe is a simple visual layout of a webpage or application. It helps developers and designers plan the structure and content before building the final product.
3030
</p>
3131
<a href="https://www.nngroup.com/articles/wireframes/">Read more</a>
3232
</article>
3333
<article>
34-
<img src="placeholder.svg" alt="" />
34+
<img src="git-branch-svgrepo-com.svg" alt="Git branch diagram" />
3535
<h2>The Purpose of Git Branches</h2>
3636
<p>
3737
A Git branch is a separate workspace used to make changes safely. Developers use branches to work on new features without affecting the main project.

Wireframe/readme.svg

Lines changed: 2 additions & 0 deletions
Loading

Wireframe/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ a {
4242
border: var(--line);
4343
max-width: fit-content;
4444
}
45+
46+
4547
img,
4648
svg {
4749
width: 100%;
@@ -84,6 +86,7 @@ Keeping things orderly and separate is the key to good, simple CSS.
8486
article {
8587
border: var(--line);
8688
padding-bottom: var(--space);
89+
padding: 10px;
8790
text-align: left;
8891
display: grid;
8992
grid-template-columns: var(--space) 1fr var(--space);

Wireframe/wireframe-icon.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)