|
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | 6 | <title>Wireframe</title> |
7 | | - <link rel="stylesheet" href="style.css" /> |
| 7 | + <link rel="stylesheet" href="style.css"/> |
8 | 8 | </head> |
9 | 9 | <body> |
10 | 10 | <header> |
11 | | - <h1>Wireframe</h1> |
| 11 | + <h1>Web Development</h1> |
12 | 12 | <p> |
13 | | - This is the default, provided code and no changes have been made yet. |
| 13 | + A series of articles to help you on your journey of web development |
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="./images/branch.png" alt=""> |
| 19 | + <h2>Git Branches </h2> |
20 | 20 | <p> |
21 | | - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
22 | | - voluptates. Quisquam, voluptates. |
| 21 | + In this article we will cover the purpose of a branch in git |
23 | 22 | </p> |
24 | | - <a href="">Read more</a> |
| 23 | + <a rel="html" href="branch.html">Read more</a> |
| 24 | + </article> |
| 25 | + |
| 26 | + <article> |
| 27 | + <img src="./images/wireframes.png" alt=""> |
| 28 | + <h2>Wireframes</h2> |
| 29 | + <p>This article will cover the importance of a Wireframe</p> |
| 30 | + <a rel="html" href="wireframe.html">Read more</a> |
| 31 | + </article> |
| 32 | + |
| 33 | + <article> |
| 34 | + <img src ="./images/readme.png" alt=""> |
| 35 | + <h2>README files</h2> |
| 36 | + <p>We shall look at the purpose of a README file</p> |
| 37 | + <a rel="html" href="README.html">Read more</a> |
25 | 38 | </article> |
26 | 39 | </main> |
| 40 | + |
27 | 41 | <footer> |
| 42 | + <hr> |
28 | 43 | <p> |
29 | | - This is the default, provided code and no changes have been made yet. |
| 44 | + © 2026: Contact us on |
| 45 | + telephone: 07489763234 or |
| 46 | + email: usersupport@hotmail.com |
30 | 47 | </p> |
31 | 48 | </footer> |
32 | 49 | </body> |
|
0 commit comments