Skip to content

Commit 56894f2

Browse files
committed
Add article content and images
1 parent 9d76947 commit 56894f2

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

Wireframe/git-branch-image.png

1.58 MB
Loading

Wireframe/index.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>The Utility of Definitions</h1>
1515
</header>
1616
<main>
1717
<article>
18-
<img src="placeholder.svg" alt="Placeholder image for a README file" />
18+
<img src="readme-image.png" alt="Illustration of a README document" />
1919
<h2>What is a README file?</h2>
2020
<p>
2121
A README file explains what a project is, how to use it, and any
@@ -29,7 +29,10 @@ <h2>What is a README file?</h2>
2929
</article>
3030

3131
<article>
32-
<img src="placeholder.svg" alt="Placeholder image for a wireframe" />
32+
<img
33+
src="wireframe-image.png"
34+
alt="Illustration of a website wireframe"
35+
/>
3336
<h2>What is a wireframe?</h2>
3437
<p>
3538
A wireframe is a simple plan for a webpage. It shows where the main
@@ -42,7 +45,10 @@ <h2>What is a wireframe?</h2>
4245
</article>
4346

4447
<article>
45-
<img src="placeholder.svg" alt="Placeholder image for a Git branch" />
48+
<img
49+
src="git-branch-image.png"
50+
alt="Illustration of a Git branch diagram"
51+
/>
4652
<h2>What is a branch in Git?</h2>
4753
<p>
4854
A branch is a separate version of a project where developers can make
@@ -55,7 +61,7 @@ <h2>What is a branch in Git?</h2>
5561
</main>
5662

5763
<footer>
58-
<p>Created for the CodeYourFuture wireframe exercise.</p>
64+
<p>Martim Lou 2026.</p>
5965
</footer>
6066
</body>
6167
</html>

Wireframe/readme-image.png

1.46 MB
Loading

Wireframe/wireframe-image.png

1.32 MB
Loading

0 commit comments

Comments
 (0)