Skip to content

Commit 2239019

Browse files
committed
Refine content for README, wireframe, and Git branch article sections
1 parent 0efd589 commit 2239019

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Wireframe/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2>What is a README file?</h2>
2626
<img src="placeholder.svg" alt="" />
2727
<h2>What is a Wireframe?</h2>
2828
<p>
29-
A wireframe is a visual blueprint of a website or application's layout, focusing on structure and functionality without the distraction of design elements like colors or images. It helps teams plan the user interface and user experience effectively before development begins.
29+
A wireframe is a visual blueprint of a website or application's layout, focusing on structure and functionality without the distraction of design elements ...
3030
</p>
3131
<a href="https://balsamiq.com/learn/articles/what-are-wireframes">Learn more</a>
3232
</article>
@@ -35,7 +35,7 @@ <h2>What is a Wireframe?</h2>
3535
<img src="placeholder.svg" alt="" />
3636
<h2>What is a Branch in Git?</h2>
3737
<p>
38-
In Git, a branch is an independent line of development that allows you to work on new features or fixes without affecting the main codebase. This collaboration and parallel development, enabling multiple contributors to work simultaneously without conflicts.
38+
In Git, a branch is an independent line of development that allows you to work on new features or fixes without affecting the main codebase....
3939
</p>
4040
<a href="https://www.w3schools.com/git/git_branch.asp">Explore more</a>
4141
</article>

0 commit comments

Comments
 (0)