|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | | - <title>Wireframe</title> |
| 6 | + <title>README, Wireframes and Git Branches</title> |
7 | 7 | <link rel="stylesheet" href="style.css" /> |
8 | 8 | </head> |
9 | 9 | <body> |
10 | 10 | <header> |
11 | | - <h1>Wireframe</h1> |
| 11 | + <h1>README, Wireframes and Git Branches</h1> |
12 | 12 | <p> |
13 | | - This is the default, provided code and no changes have been made yet. |
| 13 | + A simple guide to three important web development concepts. |
14 | 14 | </p> |
15 | 15 | </header> |
16 | 16 | <main> |
17 | 17 | <article> |
18 | | - <img src="placeholder.svg" alt="" /> |
19 | | - <h2>Title</h2> |
20 | | - <p> |
21 | | - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
22 | | - voluptates. Quisquam, voluptates. |
23 | | - </p> |
24 | | - <a href="">Read more</a> |
25 | | - </article> |
| 18 | + <img src="https://www.wikihow.com/images/1/10/Write-a-Read-Me-Step-6.jpg" alt="README file illustration" /> |
| 19 | + <h2>What is the purpose of a README file?</h2> |
| 20 | + <p> |
| 21 | + A README file explains what a project is, how it works, and how someone can use it. |
| 22 | + It often includes setup instructions, features, and important notes for developers. |
| 23 | + </p> |
| 24 | + <a href="#">Read more</a> |
| 25 | +</article> |
| 26 | + |
| 27 | +<article> |
| 28 | + <img src="https://www.oursky.com/images/blogs/86256bf2c9_6799482b54769870a1e9c883_1.jpeg" alt="Wireframe file illustration" /> |
| 29 | + <h2>What is the purpose of a wireframe?</h2> |
| 30 | + <p> |
| 31 | + A wireframe is a simple plan for a webpage or app. It shows where content, images, |
| 32 | + buttons, and sections will go before the final design is created. |
| 33 | + </p> |
| 34 | + <a href="#">Read more</a> |
| 35 | +</article> |
| 36 | + |
| 37 | +<article> |
| 38 | + <img src="https://www.sqlshack.com/wp-content/uploads/2020/09/git-branch-and-timelines.png" alt="Git branch file illustration" /> |
| 39 | + <h2>What is a branch in Git?</h2> |
| 40 | + <p> |
| 41 | + A branch in Git is a separate version of a project. It lets developers work on new |
| 42 | + features or fixes without changing the main version of the code. |
| 43 | + </p> |
| 44 | + <a href="#">Read more</a> |
| 45 | +</article> |
26 | 46 | </main> |
27 | | - <footer> |
28 | | - <p> |
29 | | - This is the default, provided code and no changes have been made yet. |
30 | | - </p> |
31 | | - </footer> |
| 47 | + <footer> |
| 48 | + <p>Created as a beginner guide to key web development terms.</p> |
| 49 | +</footer> |
32 | 50 | </body> |
33 | 51 | </html> |
0 commit comments