Skip to content

Commit 53245bd

Browse files
Added Descriptions for each article
1 parent 96cf8e4 commit 53245bd

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

Wireframe/index.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,15 @@
1010
<header>
1111
<h1>Wireframe</h1>
1212
<p>
13-
This is the default, provided code and no changes have been made yet.
13+
A wireframe is a simple visual guide used to plan the layout of a webpage or app. It focuses on structure rather than design, showing where elements like headers, navigation, content, and images will be placed. Wireframes help developers and designers understand how a page will work before adding colors, images, or styling.
1414
</p>
1515
</header>
1616
<main>
1717
<article>
1818
<img src="images/img_1.png" alt="" />
1919
<h2>What is a Wireframe?</h2>
2020
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
21+
A wireframe is a simple visual guide used to plan the layout of a webpage or app. It focuses on structure rather than design, showing where elements like headers, navigation, content, and images will be placed. Wireframes help developers and designers understand how a page will work before adding colors, images, or styling.
2322
</p>
2423
<a href="">Read more</a>
2524
</article>
@@ -28,8 +27,7 @@ <h2>What is a Wireframe?</h2>
2827
<img src="images/img_2.png" alt="" />
2928
<h2>What is a Readme.md file</h2>
3029
<p>
31-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
32-
voluptates. Quisquam, voluptates.
30+
A README.md file is the main documentation file in a project. It explains what the project is about, how it works, and how to use it. Written in Markdown, it helps developers and users quickly understand the purpose of the project and how to get started.
3331
</p>
3432
<a href="">Read more</a>
3533
</article>
@@ -38,8 +36,7 @@ <h2>What is a Readme.md file</h2>
3836
<img src="images/img_3.png" alt="" />
3937
<h2>What is a branch in GIT?</h2>
4038
<p>
41-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
42-
voluptates. Quisquam, voluptates.
39+
A branch in Git is a separate version of your code that allows you to work on new features or fixes without affecting the main project. It helps developers collaborate safely by keeping changes isolated until they are ready to be merged into the main branch.
4340
</p>
4441
<a href="">Read more</a>
4542
</article>

0 commit comments

Comments
 (0)