|
12 | 12 | <header class="header"> |
13 | 13 | <h1>Wireframe</h1> |
14 | 14 | <p> |
15 | | - This page explains the fundamental concepts of git branches,readme files and wireframe. |
| 15 | + This page explains the fundamental concepts of Git branches, README files, and wireframes. |
16 | 16 | </p> |
17 | 17 | </header> |
18 | 18 | <main> |
19 | 19 | <article> |
20 | | - <img |
21 | | - src="/Wireframe/Featured_Image_Wireframes_Save_Time_Money.png" |
22 | | - alt=""> |
| 20 | + <img src="/Wireframe/Featured_Image_Wireframes_Save_Time_Money.png" alt="Website wireframe layout showing structure of a webpage"> |
23 | 21 | <h2>Wireframe</h2> |
24 | 22 | <p> |
25 | | - Wireframe is the skeleton of a web page. It represents visual layout which helps developer and other team |
26 | | - members to make a decisions about the product. |
| 23 | + Wireframe is the skeleton of a web page. It represents a visual layout which helps developers and other team |
| 24 | + members to make decisions about the product. |
27 | 25 | </p> |
28 | 26 | <a href="https://www.figma.com/resource-library/what-is-wireframing/">Read more</a> |
29 | 27 | </article> |
30 | 28 |
|
31 | 29 | <article> |
32 | | - <img src="/Wireframe/1_mtsk3fQ_BRemFidhkel3dA.webp" alt=""> |
| 30 | + <img src="/Wireframe/1_mtsk3fQ_BRemFidhkel3dA.webp" alt="Git branching diagram showing main and feature branches"> |
33 | 31 | <h2>Branch in Git </h2> |
34 | 32 | <p> |
35 | | - Branch in git is a separate version of main branch used to develop ,edit and test changes before merging into |
| 33 | + Branch in Git is a separate version of main branch used to develop, edit, and test changes before merging into |
36 | 34 | the main branch |
37 | 35 | </p> |
38 | 36 | <a href="https://www.w3schools.com/git/git_branch.asp">Read more</a> |
39 | 37 | </article> |
40 | 38 |
|
41 | 39 | <article> |
42 | | - <img |
43 | | - src="/Wireframe/hq720.jpg" |
44 | | - alt=""> |
| 40 | + <img src="/Wireframe/hq720.jpg" alt="Example of a README file explaining a software project"> |
45 | 41 | <h2>Readme File </h2> |
46 | 42 | <p> |
47 | | - Readme file provides important information about the project such as its purpose ,setup instruction,feature and |
| 43 | + README file provides important information about the project, such as its purpose, setup instructions, features, and |
48 | 44 | usage. |
49 | 45 | </p> |
50 | 46 | <a href="https://www.geeksforgeeks.org/git/what-is-readme-md-file/">Read more</a> |
|
0 commit comments