|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | | - <head> |
4 | | - <meta charset="UTF-8" /> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | | - <title>Wireframe</title> |
7 | | - <link rel="stylesheet" href="style.css" /> |
8 | | - </head> |
9 | | - <body> |
10 | | - <header> |
11 | | - <h1>Planning, Versioning and Documenting</h1> |
| 3 | + |
| 4 | +<head> |
| 5 | + <meta charset="UTF-8" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 7 | + <title>Wireframe</title> |
| 8 | + <link rel="stylesheet" href="style.css" /> |
| 9 | +</head> |
| 10 | + |
| 11 | +<body> |
| 12 | + <header> |
| 13 | + <h1>Planning, Versioning and Documenting</h1> |
| 14 | + <p> |
| 15 | + Building high quality web applications requires more than nust writing code. This guide explores three |
| 16 | + foundational pillar of proffesional software development: mapping user experiences with wirwframes, managing code |
| 17 | + safely using Git branches, and creating clear project documentation with README files. |
| 18 | + </p> |
| 19 | + </header> |
| 20 | + <main> |
| 21 | + <article> |
| 22 | + <img src="https://www.makeareadme.com/images/open-graph-logo.png?v=20181203" |
| 23 | + alt="a digital file icon in purple colour" height="500" /> |
| 24 | + <h2>The purpose of a README file</h2> |
12 | 25 | <p> |
13 | | - Building high quality web applications requires more than nust writing code. This guide explores three foundational pillar of proffesional software development: mapping user experiences with wirwframes, managing code safely using Git branches, and creating clear project documentation with README files. |
| 26 | + README files are the first thing developers, like us, sees when visiting a repository on GitHub. |
14 | 27 | </p> |
15 | | - </header> |
16 | | - <main> |
17 | | - <article> |
18 | | - <img src="https://www.makeareadme.com/images/open-graph-logo.png?v=20181203" alt="a digital file icon in purple colour" height="500" /> |
19 | | - <h2>The purpose of a README file</h2> |
20 | | - <p> |
21 | | - README files are the first thing developers, like us, sees when visiting a repository on GitHub. |
22 | | - </p> |
23 | | - <a href="">Read more</a> |
24 | | - </article> |
25 | | - </main> |
26 | | - <footer> |
| 28 | + <a href="">Read more</a> |
| 29 | + </article> |
| 30 | + <article> |
| 31 | + <img src="https://static-assets.codecademy.com/Courses/intro-to-ui-and-ux/wireframes/wireframe-elements.jpg" |
| 32 | + alt="wireframe elements" width="700" /> |
| 33 | + <h2></h2> |
27 | 34 | <p> |
28 | | - This is the default, provided code and no changes have been made yet. |
29 | 35 | </p> |
30 | | - </footer> |
31 | | - </body> |
| 36 | + <a href="">Read more</a> |
| 37 | + </article> |
| 38 | + </main> |
| 39 | + <footer> |
| 40 | + <p> |
| 41 | + This is the default, provided code and no changes have been made yet. |
| 42 | + </p> |
| 43 | + </footer> |
| 44 | +</body> |
| 45 | + |
32 | 46 | </html> |
0 commit comments