|
10 | 10 | <header> |
11 | 11 | <h1>Wireframe</h1> |
12 | 12 | <p> |
13 | | - This is the default, provided code and no changes have been made yet. |
| 13 | + A simple way to explain how a website will look and work before adding all the fancy details. |
14 | 14 | </p> |
15 | 15 | </header> |
16 | 16 | <main> |
17 | 17 | <article> |
18 | 18 | <img src="placeholder.svg" alt="" /> |
19 | | - <h2>Title</h2> |
| 19 | + <h2>README</h2> |
20 | 20 | <p> |
21 | | - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
22 | | - voluptates. Quisquam, voluptates. |
| 21 | + README is a guidebook for a project. Imagine you get a new toy, and it comes with a small booklet that explains what the toy is, how to use it, and how to take care of it. |
| 22 | + A README file does the same for a project, it tells people what the project is about, how to use it, and any important details they need to know. |
23 | 23 | </p> |
24 | 24 | <a href="">Read more</a> |
25 | 25 | </article> |
26 | 26 | <article> |
27 | 27 | <img src="placeholder.svg" alt="" /> |
28 | | - <h2>Title</h2> |
| 28 | + <h2>Wireframe</h2> |
29 | 29 | <p> |
30 | | - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
31 | | - voluptates. Quisquam, voluptates. |
| 30 | + A Wireframe is like a blueprint for a website. Imagine you're drawing a plan for a house before building it. You sketch where the rooms, doors, and windows will go, but you don't add colors, |
| 31 | + furniture, or decorations yet. <br/> A <em>Wireframe</em> does the same for a website, it shows where pictures, buttons, and texts will go, all the while doesn't worry about making it look pretty yet. |
32 | 32 | </p> |
33 | 33 | <a href="">Read more</a> |
34 | 34 | </article> |
35 | 35 | <article> |
36 | 36 | <img src="placeholder.svg" alt="" /> |
37 | | - <h2>Title</h2> |
| 37 | + <h2>Git</h2> |
38 | 38 | <p> |
39 | | - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
40 | | - voluptates. Quisquam, voluptates. |
| 39 | + Git is like a magic notebook for your project. It's similar to when you're drawing a picture, and every time you make a change, the notebook saves a copy of your work. If you make a mistake, you can go back to an earlier |
| 40 | + version and fix it. <br/> <em>Git</em> does the same for your code, it keeps track of all the changes you make so you can go back if something goes wrong. |
41 | 41 | </p> |
42 | 42 | <a href="">Read more</a> |
43 | 43 | </article> |
44 | 44 | </main> |
45 | 45 | <footer> |
46 | 46 | <p> |
47 | | - This is the default, provided code and no changes have been made yet. |
| 47 | + © 2025 Abayie |
48 | 48 | </p> |
49 | 49 | </footer> |
50 | 50 | </body> |
|
0 commit comments