|
8 | 8 | </head> |
9 | 9 | <body> |
10 | 10 | <header> |
11 | | - <h1>Wireframe</h1> |
| 11 | + <center> |
| 12 | + <h1>Wireframe</h1> |
| 13 | + </center> |
12 | 14 | <p> |
13 | | - This is the default, provided code and no changes have been made yet. |
| 15 | + A wireframe is a basic, two-dimensional blueprint or outline of |
| 16 | + a website or app interface |
14 | 17 | </p> |
15 | 18 | </header> |
16 | 19 | <main> |
17 | 20 | <article> |
18 | | - <img src="placeholder.svg" alt="" /> |
19 | | - <h2>Title</h2> |
| 21 | + |
| 22 | + <img src="images/image1.jpg" alt="" /> |
| 23 | + <h2>What is the purpose of a README file?</h2> |
20 | 24 | <p> |
21 | | - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
22 | | - voluptates. Quisquam, voluptates. |
| 25 | + A README file is a document that provides information about a project, |
| 26 | + including its purpose, how to use it, and any other relevant details. |
| 27 | + It serves as a guide for users and developers who want to understand |
| 28 | + the project and contribute to it. |
| 29 | + |
23 | 30 | </p> |
24 | 31 | <a href="">Read more</a> |
| 32 | + </article> |
| 33 | + |
| 34 | + <article> |
| 35 | + <img src="images/image2.jpg" alt="" /> |
| 36 | + <h2>What is the purpose of a wireframe?</h2> |
| 37 | + <p> |
| 38 | + A wireframe is a visual representation of a website or app's layout and |
| 39 | + structure. It serves as a blueprint for the design and development |
| 40 | + process, allowing designers and developers to plan the user interface |
| 41 | + and user experience before creating the final product.</p> |
| 42 | + <a href="">Read more</a> |
| 43 | + </article> |
| 44 | + |
| 45 | + <article> |
| 46 | +<img src="images/image3.jpg" alt="" /> |
| 47 | +<h2>What is a branch?</h2> |
| 48 | +<p> |
| 49 | + A branch in version control is a separate line of development. |
| 50 | + It allows you to work on different features or experiments without affecting the main codebase. |
| 51 | +</p> |
| 52 | +<a href="">Read more</a> |
| 53 | + |
25 | 54 | </article> |
| 55 | + |
26 | 56 | </main> |
27 | 57 | <footer> |
28 | 58 | <p> |
29 | | - This is the default, provided code and no changes have been made yet. |
| 59 | + CYF Module Onboarding - Wireframe Exercise 2026 |
30 | 60 | </p> |
31 | 61 | </footer> |
32 | 62 | </body> |
|
0 commit comments