|
8 | 8 | </head> |
9 | 9 | <body> |
10 | 10 | <header> |
11 | | - <h1>Wireframe</h1> |
12 | | - <p> |
13 | | - This is the default, provided code and no changes have been made yet. |
14 | | - </p> |
| 11 | + <h1>Wireframe Task</h1> |
15 | 12 | </header> |
16 | 13 | <main> |
17 | | - <article> |
18 | | - <img src="placeholder.svg" alt="" /> |
19 | | - <h2>Title</h2> |
| 14 | + <article> |
| 15 | + <img src="wireframe.png" alt="An image of a wireframe template"/> |
| 16 | + <h2>What is the purpose of a wireframe</h2> |
20 | 17 | <p> |
21 | | - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
22 | | - voluptates. Quisquam, voluptates. |
| 18 | + A wireframe is a simple diagram showcasing the UI of a webpage |
| 19 | + It shows where components should be |
| 20 | + in relation to each other and what, roughly, they should do. |
23 | 21 | </p> |
24 | | - <a href="">Read more</a> |
| 22 | + <a href="https://miro.com/aq/paid-search/wire-frame/"> Read More</a> |
| 23 | + </article> |
| 24 | + <article> |
| 25 | + <img src = "git.png" alt ="An image of a Git icon"> |
| 26 | + <h2>What is a branch in Git</h2> |
| 27 | + <p>A git branch is basically a separate workspace that |
| 28 | + allows you to work on a project with others without making any |
| 29 | + changes to the main directly. You can do all your work on |
| 30 | + your branch and then merge it to the main branch |
| 31 | + </p> |
| 32 | + <a href ="https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell" >Read More </a> |
25 | 33 | </article> |
| 34 | + <article> |
| 35 | + <img src ="logo.jpg" alt = "A picture of a README template"> |
| 36 | + <h2>What is the purpose of a README FILE</h2> |
| 37 | + <p> |
| 38 | + The purpose of a README file is to provide information on what your |
| 39 | + project is about. |
| 40 | + </p> |
| 41 | + <a href="https://www.geeksforgeeks.org/git/what-is-readme-md-file/">Read More</a> |
| 42 | + |
| 43 | + </article> |
26 | 44 | </main> |
27 | 45 | <footer> |
28 | 46 | <p> |
29 | | - This is the default, provided code and no changes have been made yet. |
| 47 | + Created for WIREFRAME HTML and CSS task. |
30 | 48 | </p> |
31 | 49 | </footer> |
32 | 50 | </body> |
|
0 commit comments