Skip to content

Commit 2b432d4

Browse files
committed
Add description text to articles
1 parent 4c90bcd commit 2b432d4

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

Wireframe/index.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ <h1>Wireframe</h1>
1313
This is the default, provided code and no changes have been made yet.
1414
</p>
1515
</header>
16-
<main>
16+
<main class="articles">
1717
<article>
1818
<img src="READMEimage.avif" alt="README Glasses" />
1919
<h2>What is the purpose of a README file?</h2>
2020
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
21+
A README file serves as the primary introduction and quick start guide to a project.
2322
</p>
2423
<a href="">Read more</a>
2524
</article>
@@ -28,8 +27,7 @@ <h2>What is the purpose of a README file?</h2>
2827
<img src="Wireframeimage.avif" alt="Wireframe Plans" />
2928
<h2>What is the purpose of a Wireframe?</h2>
3029
<p>
31-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
32-
voluptates. Quisquam, voluptates.
30+
A Wireframe is the blueprint for a website or app, it outline the layout and structure before the building process.
3331
</p>
3432
<a href="">Read more</a>
3533
</article>
@@ -38,8 +36,7 @@ <h2>What is the purpose of a Wireframe?</h2>
3836
<img src="GitBranchimage.avif" alt="Someone's been commiting often" />
3937
<h2>What is a branch in Git?</h2>
4038
<p>
41-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
42-
voluptates. Quisquam, voluptates.
39+
It is a seperate workspace where you can make changes and test new ideas without affecting the main project.
4340
</p>
4441
<a href="">Read more</a>
4542
</article>

0 commit comments

Comments
 (0)