|
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 | + Wireframes are simple visual guides that represent the skeletal framework of a website. |
14 | 14 | </p>
|
15 | 15 | </header>
|
16 | 16 | <main>
|
17 | 17 | <article>
|
18 |
| - <img src="placeholder.svg" alt="" /> |
19 |
| - <h2>Title</h2> |
| 18 | + <img src="/Wireframe/images/readme.webp" alt="readme" /> |
| 19 | + <h2>README file</h2> |
20 | 20 | <p>
|
21 |
| - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
22 |
| - voluptates. Quisquam, voluptates. |
| 21 | + A file that provides important information about a project. |
| 22 | + It usually contains details like the project's purpose and version. |
23 | 23 | </p>
|
24 | 24 | <a href="">Read more</a>
|
25 | 25 | </article>
|
26 | 26 | <article>
|
27 |
| - <img src="placeholder.svg" alt="" /> |
28 |
| - <h2>Title</h2> |
| 27 | + <img src="/Wireframe/images/wireframe.png" alt="wireframe" /> |
| 28 | + <h2>wireframe</h2> |
29 | 29 | <p>
|
30 |
| - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
31 |
| - voluptates. Quisquam, voluptates. |
| 30 | + A visual guide used to design the layout and structure of a website or application. |
| 31 | + It shows the basic arrangement of elements and text. |
32 | 32 | </p>
|
33 | 33 | <a href="">Read more</a>
|
34 | 34 | </article>
|
35 | 35 | <article>
|
36 |
| - <img src="placeholder.svg" alt="" /> |
37 |
| - <h2>Title</h2> |
| 36 | + <img src="/Wireframe/images/branch.webp" alt="Git Branch" height="420"/> |
| 37 | + <h2>Git Branch</h2> |
38 | 38 | <p>
|
39 |
| - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
40 |
| - voluptates. Quisquam, voluptates. |
| 39 | + A branch in Git is like a parallel version of a repository. It allows you to |
| 40 | + work on different features or bug fixes independently |
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 Wireframe. All rights reserved. |
48 | 48 | </p>
|
49 | 49 | </footer>
|
50 | 50 | </body>
|
|
0 commit comments