|
7 | 7 | <link rel="stylesheet" href="style.css" /> |
8 | 8 | </head> |
9 | 9 | <body> |
10 | | - <header> |
| 10 | + <header class="header"> |
11 | 11 | <h1>Wireframe</h1> |
12 | 12 | <p> |
13 | | - This is the default, provided code and no changes have been made yet. |
| 13 | +This page explains the fundamental concepts of git branches,readme files and wireframe. |
14 | 14 | </p> |
15 | 15 | </header> |
16 | 16 | <main> |
17 | 17 | <article> |
18 | | - <img src="placeholder.svg" alt="" /> |
19 | | - <h2>Title</h2> |
| 18 | + <img src="https://729solutions.com/static/e6459251ef6b25937276b12ec626abcd/Featured_Image_Wireframes_Save_Time_Money.png" alt="" /> |
| 19 | + <h2>Wireframe</h2> |
20 | 20 | <p> |
21 | | - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
22 | | - voluptates. Quisquam, voluptates. |
| 21 | + Wireframe is the skeleton of a web page. It represents visual layout which helps developer and other team members to make a decisions about the product. |
23 | 22 | </p> |
24 | | - <a href="">Read more</a> |
| 23 | + <a href="https://www.figma.com/resource-library/what-is-wireframing/">Read more</a> |
25 | 24 | </article> |
| 25 | + |
| 26 | + <article> |
| 27 | + <img src="https://miro.medium.com/v2/resize:fit:4800/format:webp/1*mtsk3fQ_BRemFidhkel3dA.png" alt="" /> |
| 28 | + <h2>Branch in Git </h2> |
| 29 | + <p> |
| 30 | + Branch in git is a separate version of main branch used to develop ,edit and test changes before merging into the main branch |
| 31 | + </p> |
| 32 | + <a href="https://www.w3schools.com/git/git_branch.asp">Read more</a> |
| 33 | + </article> |
| 34 | + |
| 35 | + <article> |
| 36 | + <img src="https://i.ytimg.com/vi/mb9FJzkwmwg/hq720.jpg?sqp=-oaymwEhCK4FEIIDSFryq4qpAxMIARUAAAAAGAElAADIQj0AgKJD&rs=AOn4CLAO86MzvdFL5LsdZl_Udlat6uBIOA" alt="" /> |
| 37 | + <h2>Readme File </h2> |
| 38 | + <p> |
| 39 | + Readme file provides important information about the project such as its purpose ,setup instruction,feature and usage. |
| 40 | + </p> |
| 41 | + <a href="https://www.geeksforgeeks.org/git/what-is-readme-md-file/">Read more</a> |
| 42 | + </article> |
| 43 | + |
| 44 | + |
26 | 45 | </main> |
27 | 46 | <footer> |
28 | 47 | <p> |
29 | | - This is the default, provided code and no changes have been made yet. |
| 48 | + This is the default and practice wireframe. |
30 | 49 | </p> |
31 | 50 | </footer> |
32 | 51 | </body> |
|
0 commit comments