Skip to content

Commit cc0bc8b

Browse files
committed
Added indentation and renamed the header
1 parent f3c4697 commit cc0bc8b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Wireframe/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
<title>Wireframe</title>
77
<link rel="stylesheet" href="style.css" />
88
</head>
9+
910
<body>
1011
<header>
11-
<h1>Wireframe</h1>
12+
<h1>Beginners Guide: README File, Wireframe & Git Branch</h1>
1213
<p>
13-
This is the default, provided code and no changes have been made yet.
14+
This guide introduces beginners to three essential tools in any development project: the README file, wireframes, and Git branches. Learn how each one plays a vital role in planning, collaboration, and version control as you build your first project.
1415
</p>
1516
</header>
1617

@@ -25,14 +26,14 @@ <h2>The purpose of a README file</h2>
2526
</article>
2627

2728
<article>
28-
29-
<img src="placeholder.svg" alt="" />
29+
<img src="placeholder.svg" alt="" />
3030
<h2>The purpose of a wireframe</h2>
3131
<p>
3232
A wireframe is a visual blueprint that outlines the structure and layout of a digital interface, such as a website or mobile application. It is typically a low-fidelity representation that focuses on functionality, content placement, and user flow rather than aesthetics. Designers and developers use wireframes to plan interactions, ensure usability, and gather feedback early in the development process. By providing a clear visual guide, wireframes help teams align on design expectations, reduce development time, and create a user-friendly experience before moving on to high-fidelity prototypes and final designs.
3333
</p>
3434
<a href="">Read more</a>
3535
</article>
36+
3637
<article>
3738
<img src="placeholder.svg" alt="" />
3839
<h2> What is a branch in Git</h2>
@@ -42,6 +43,7 @@ <h2> What is a branch in Git</h2>
4243
<a href="">Read more</a>
4344
</article>
4445
</main>
46+
4547
<footer>
4648
<p>
4749
This is the default, provided code and no changes have been made yet.

0 commit comments

Comments
 (0)