Skip to content

Commit 0a28a44

Browse files
authored
Update wireframe content and footer information
1 parent 0366220 commit 0a28a44

1 file changed

Lines changed: 26 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,36 @@ <h2>The purpose of a README file</h2>
2424
information they may need to use the software, such
2525
installation instructions.
2626
</p>
27-
<a href="#">Read more</a>
27+
<a href="#">Read more about README files</a>
28+
</article>
29+
<article>
30+
<img src="placeholder.svg" alt="" />
31+
<h2>The purpose of a wireframe</h2>
32+
<p>
33+
A wireframe is used to express the layout of a visual medium
34+
such as a newspaper, or web page. It helps designers and
35+
programmers to get a simple overview of a design.
36+
</p>
37+
<a href="">Read more about wireframing</a>
38+
</article>
39+
<article>
40+
<img src="placeholder.svg" alt="" />
41+
<h2>What is a Git branch</h2>
42+
<p>
43+
A git branch is a copy of the code in a git repository.
44+
Branches are created so that developers can work separately
45+
on specific features. Once a feature is completed it is
46+
merged into main. If the creation of a feature is not
47+
successful, for example there are too many bugs, the branch
48+
can be deleted without affecting the main branch.
49+
</p>
50+
<a href="">Read more about Git</a>
2851
</article>
2952
</main>
3053
<footer>
3154
<p>
32-
This is the default, provided code and no changes have been made
33-
yet.
55+
Completed by Mahdi Rafiei for Intro to programming at Code Your
56+
Future.
3457
</p>
3558
</footer>
3659
</body>

0 commit comments

Comments
 (0)