|
9 | 9 | <body> |
10 | 10 | <header> |
11 | 11 | <h1>Wireframe</h1> |
| 12 | + <h2>The purpose of a README file</h2> |
12 | 13 | <p> |
13 | | - This is the default, provided code and no changes have been made yet. |
| 14 | + A breif description of what a wireframe is and why it is useful. It should be no more than 2-3 sentences long. |
14 | 15 | </p> |
15 | 16 | </header> |
16 | 17 | <main> |
17 | 18 | <article> |
18 | 19 | <img src="placeholder.svg" alt="" /> |
19 | | - <h2>Title</h2> |
| 20 | + <h2>The purpose of a README file</h2> |
| 21 | + <p> |
| 22 | + A wireframe is a simple line diagram representing the skeleton of a website |
| 23 | + or an application’s user interface (UI) and core functionality. It shows where |
| 24 | + components should be in relation to each other and what, roughly, they should do. |
| 25 | + </p> |
| 26 | + <a href="">Read more</a> |
| 27 | + </article> |
| 28 | + <article> |
| 29 | + <img src="placeholder.svg" alt="" /> |
| 30 | + <h2>The purpose of a wireframe</h2> |
| 31 | + <p> |
| 32 | + A branch is a sequence of commits in a project. It is a way to work on different |
| 33 | + versions of a project at the same time. When you create a branch, you are creating |
| 34 | + a new line of development that diverges from the main codebase. This allows you to |
| 35 | + work on new features, fix bugs, or experiment with changes without affecting the main |
| 36 | + codebase until you are ready to merge your changes back in. |
| 37 | + </p> |
| 38 | + <a href="">Read more</a> |
| 39 | + </article> |
| 40 | + <article> |
| 41 | + <img src="placeholder.svg" alt="" /> |
| 42 | + <h2>Branch in Git</h2> |
20 | 43 | <p> |
21 | | - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
22 | | - voluptates. Quisquam, voluptates. |
| 44 | + A README file is a text file that provides information about a project. It typically |
| 45 | + includes instructions on how to install and use the project, as well as any other relevant |
| 46 | + information such as the project's purpose, features, and how to contribute. The README file |
| 47 | + is often the first thing that users see when they visit a project's repository, so it is important |
| 48 | + to make it clear and informative. |
23 | 49 | </p> |
24 | 50 | <a href="">Read more</a> |
25 | 51 | </article> |
|
0 commit comments