|
8 | 8 | </head> |
9 | 9 | <body> |
10 | 10 | <header> |
11 | | - <h1>Wireframe</h1> |
| 11 | + <h1>Web Development Basics</h1> |
12 | 12 | <p> |
13 | | - This is the default, provided code and no changes have been made yet. |
| 13 | + This page explains some basic concepts in web development, including what a README file is, what a wireframe is, and how Git branches are used. These ideas help developers plan, build, and manage websites more effectively. |
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>The Purpose of a README File</h2> |
20 | 20 | <p> |
21 | | - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
22 | | - voluptates. Quisquam, voluptates. |
| 21 | + A README file is a plain text or Markdown document (usually named README.md) placed at the root of a project folder. It serves as a project's "welcome mat," giving visitors and contributors a quick summary of what the project does, how to install it, and how to use it. |
23 | 22 | </p> |
24 | | - <a href="">Read more</a> |
| 23 | + <a href="https://www.makeareadme.com/">Read more</a> |
25 | 24 | </article> |
26 | 25 | <article> |
27 | 26 | <img src="placeholder.svg" alt="" /> |
28 | | - <h2>Title</h2> |
| 27 | + <h2>The Purpose of a Wireframe</h2> |
29 | 28 | <p> |
30 | | - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
31 | | - voluptates. Quisquam, voluptates. |
| 29 | + A wireframe is a simple visual layout of a webpage or application. It helps developers and designers plan the structure and content before building the final product. |
32 | 30 | </p> |
33 | | - <a href="">Read more</a> |
| 31 | + <a href="https://www.nngroup.com/articles/wireframes/">Read more</a> |
34 | 32 | </article> |
35 | 33 | <article> |
36 | 34 | <img src="placeholder.svg" alt="" /> |
37 | | - <h2>Title</h2> |
| 35 | + <h2>The Purpose of Git Branches</h2> |
38 | 36 | <p> |
39 | | - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
40 | | - voluptates. Quisquam, voluptates. |
| 37 | + A Git branch is a separate workspace used to make changes safely. Developers use branches to work on new features without affecting the main project. |
41 | 38 | </p> |
42 | | - <a href="">Read more</a> |
| 39 | + <a href="https://git-scm.com/docs/git-branch">Read more</a> |
43 | 40 | </article> |
44 | 41 | </main> |
45 | 42 | <footer> |
46 | 43 | <p> |
47 | | - This is the default, provided code and no changes have been made yet. |
| 44 | + © Web Development Basics - Learning Project |
48 | 45 | </p> |
49 | 46 | </footer> |
50 | 47 | </body> |
|
0 commit comments