Skip to content

Commit 6e0115b

Browse files
committed
Add third article about Git branches
1 parent 1ef7858 commit 6e0115b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Wireframe/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,21 @@ <h2>What is the purpose of a README file?</h2i>
1818
<p>A README explains what a project does, how to install it, and how to use it.</p>
1919
<a href="#">Learn more</a>
2020
</article>
21+
2122
<article>
2223
<img src="placeholder.svg" alt="Wireframe sketch" />
2324
<h2>What is the purpose of a wireframe?</h2>
2425
<p>A wireframe shows the layout of a webpage before coding begins. It helps developers plan structure and content.</p>
2526
<a href="#">Learn more</a>
2627
</article>
2728

29+
<article>
30+
<img src="placeholder.svg" alt="Git branch diagram" />
31+
<h2>What is a branch in Git?</h2>
32+
<p>A branch allows you to work on new features without affecting the main codebase.</p>
33+
<a href="#">Learn more</a>
34+
</article>
35+
2836
</main>
2937
<footer>
3038
<p>

0 commit comments

Comments
 (0)