Skip to content

Commit c87e8a0

Browse files
Added article title and decription for wireframe and Git Branch
1 parent 052f7f2 commit c87e8a0

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

Wireframe/index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,21 @@ <h2>README file</h2>
2222
<a href="">Read more</a>
2323
</article>
2424
<article>
25-
<img src="placeholder.svg" alt="" />
26-
<h2>Title</h2>
25+
<img src="https://tse1.mm.bing.net/th/id/OIP.mVq3zkrWKT_pEi-AgfvHLgHaEY?r=0&rs=1&pid=ImgDetMain&o=7&rm=3" alt="Image of wireframe" />
26+
<h2>Wireframe</h2>
2727
<p>
28-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
29-
voluptates. Quisquam, voluptates.
28+
A wireframe is a simple sketch that maps out the layout of a webpage before any design work begins. It focuses on the placement of elements like headings, images, buttons, and text blocks.<br>
29+
30+
Instead of thinking about colours or styling, a wireframe helps you understand how information is organised and how users will move through the page. It’s a planning tool that shows structure first, design later.
3031
</p>
3132
<a href="">Read more</a>
3233
</article>
3334
<article>
34-
<img src="placeholder.svg" alt="" />
35-
<h2>Title</h2>
35+
<img src="https://community.appsmith.com/sites/default/files/styles/wide/public/2023-10/git-branch_0.png?itok=qNGcbtVy" alt="Git Branch Image" />
36+
<h2>Git Branch</h2>
3637
<p>
37-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
38-
voluptates. Quisquam, voluptates.
38+
A Git branch is a separate workspace where you can make changes without affecting the main project.<br>
39+
It lets you develop features, fix bugs, or experiment safely. When the work is ready, the branch is merged back into the main codebase.
3940
</p>
4041
<a href="">Read more</a>
4142
</article>

0 commit comments

Comments
 (0)