Skip to content

Commit b7aec1c

Browse files
committed
Added two bottom articles with images and summaries
1 parent 02587f9 commit b7aec1c

1 file changed

Lines changed: 25 additions & 2 deletions

File tree

Wireframe/index.html

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,37 @@ <h2>What is the purpose of a README file?</h2>
2323
<a href="https://www.makeareadme.com/" target="_blank">Read more</a>
2424
</article>
2525

26-
26+
<!--Bottom two articles side -by-side-->
2727

28+
<section class="bottom-articles">
29+
30+
<articles id="wireframe-article">
31+
<img src="images/wireframe.png" alt="Example of a webpage wireframe"/>
32+
<h2>What is the purpose of a wireframe?</h2>
33+
<p>
34+
A wireframe is a simple layout plan that shows where content will go on a webpage before you start designing or coding.
35+
</p>
36+
37+
<a href="https://careerfoundry.com/en/blog/ux-design/what-is-a-wireframe/" target="_blank">Read more</a>
38+
</article>
39+
40+
<article id="branch-article">
41+
<img src="images/git-branch.png" alt="Diagram showing Git branches"/>
42+
<h2>What is a branch in Git?</h2>
43+
<p>
44+
A Git baranch lets developers work on new features without affecting the main project. When finished, the branch can be merged back in.
45+
</p>
46+
<a href="https://www.atlassian.com/git/tutorials/using-branches" target="_blank">Read more</a>
47+
</article>
48+
49+
</section>
2850

2951
</main>
3052
<footer>
3153
<p>
32-
This is the default, provided code and no changes have been made yet.
54+
3355
</p>
56+
3457
</footer>
3558
</body>
3659
</html>

0 commit comments

Comments
 (0)