Skip to content

Commit c0c0492

Browse files
committed
add short descriptions of the three concepts
1 parent 33516ee commit c0c0492

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1>Developer essentials</h1>
2020
<img src="https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frb46gni0wl2759llb6xs.png" alt="readme file" />
2121
<h2>What is a README file?</h2>
2222
<p>
23-
A README is ...
23+
A README is often what people look at in a project to understand what it is about. It should include a description of the project, instructions on how to use it, and any additional information that may be useful.
2424
</p>
2525
<a href="https://www.makeareadme.com/" target="_blank">Read more</a>
2626
</article>
@@ -29,7 +29,7 @@ <h2>What is a README file?</h2>
2929
<img src="https://live.staticflickr.com/2154/5734993652_d4a2ee8778_b.jpg" alt="" />
3030
<h2>What is the purpose of a wireframe?</h2>
3131
<p>
32-
A wireframe is ...
32+
A wireframe for a website is like a blueprint for a house. It is a visual representation of the layout of the website. It is useful for planning purposes and can save time before building, by helping us spot potential issues early.
3333
</p>
3434
<a href="https://balsamiq.com/blog/what-are-wireframes/" target="_blank">Read more</a>
3535
</article>
@@ -38,7 +38,7 @@ <h2>What is the purpose of a wireframe?</h2>
3838
<img src="https://blog.nobledesktop.com/_next/image?url=%2Fimages%2Fblog%2Fgit-branches%2Fgit-branches-merge.png&w=750&q=75" alt="git branching diagram" />
3939
<h2>What is a branch in Git?</h2>
4040
<p>
41-
A branch in Git is ...
41+
A branch in Git is like an alternative version of a project. When several developers work on the same project, separate branches help them avoid overriding each other's work. These branches then can be merged into the main branch through a pull request.
4242
</p>
4343
<a href="https://www.geeksforgeeks.org/git/introduction-to-git-branch/" target="_blank">Read more</a>
4444
</article>

0 commit comments

Comments
 (0)