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