|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | | - <meta charset="UTF-8" /> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 4 | + <meta charset="UTF-8"> |
| 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 | 10 | <body> |
10 | 11 | <header> |
11 | 12 | <h1>Wireframe</h1> |
12 | | - <p> |
13 | | - This is the default, provided code and no changes have been made yet. |
14 | | - </p> |
| 13 | + <p>This page explains README files, wireframes and Git branches.</p> |
15 | 14 | </header> |
| 15 | + |
16 | 16 | <main> |
17 | | - <section class="articles"> |
| 17 | + <article class="article-one"> |
| 18 | + <img src="wireframe.png" alt="Wireframe example"> |
18 | 19 |
|
19 | | - <article> |
20 | | - <img src="placeholder.svg" alt="README illustration" /> |
21 | | - <h2>What is a README file?</h2> |
22 | | - <p> |
23 | | - A README file explains what a project is, how it works, and how to use it. |
24 | | - </p> |
25 | | - <a href="#">Read more</a> |
26 | | - </article> |
| 20 | + <h2>What is a Wireframe?</h2> |
27 | 21 |
|
28 | | - <article> |
29 | | - <img src="placeholder.svg" alt="Wireframe diagram illustration" /> |
30 | | - <h2>What is a Wirframe?</h2> |
31 | 22 | <p> |
32 | | - A wireframe is a simple visual guide that shows the structure of a webpage before design. |
| 23 | + A wireframe is a simple visual guide that shows the structure and |
| 24 | + layout of a webpage before it is designed. |
33 | 25 | </p> |
34 | | - <a href="#">Read more</a> |
35 | | - </article> |
36 | 26 |
|
37 | | - <article> |
38 | | - <img src="placeholder.svg" alt="Git branch diagram illustration" /> |
39 | | - <h2>What is a Git branch?</h2> |
40 | | - <p> |
41 | | - A Git branch is a separate version of your code used to work on features safely. |
42 | | - </p> |
43 | | - <a href="#">Read more</a> |
| 27 | + <a |
| 28 | + href="https://www.productplan.com/glossary/wireframe/" |
| 29 | + target="_blank" |
| 30 | + > |
| 31 | + Read more about Wireframes |
| 32 | + </a> |
44 | 33 | </article> |
45 | 34 |
|
46 | | - </section> |
| 35 | + <section class="bottom-articles"> |
| 36 | + <article> |
| 37 | + <img src="readme.jpg" alt="README file example"> |
| 38 | + |
| 39 | + <h2>What is a README File?</h2> |
47 | 40 |
|
| 41 | + <p> |
| 42 | + A README file explains what a project is, how it works and how other |
| 43 | + people can use it. |
| 44 | + </p> |
| 45 | + |
| 46 | + <a |
| 47 | + href="https://www.freecodecamp.org/news/how-to-write-a-good-readme-file/" |
| 48 | + target="_blank" |
| 49 | + rel="noopener noreferrer" |
| 50 | + > |
| 51 | + Read more about README files |
| 52 | + </a> |
| 53 | + </article> |
| 54 | + <img src="wireframe.png" alt="Wireframe example"> |
| 55 | + |
| 56 | + <h2>What is a wireframe?</h2> |
| 57 | + |
| 58 | + <p> |
| 59 | + A wireframe is a simple layout showing structure before design. |
| 60 | + </p> |
| 61 | + <a href="https://balsamiq.com/blog/what-are-wireframes/" |
| 62 | + target="_blank" |
| 63 | + rel="noopener noreferrer" |
| 64 | + > |
| 65 | + Read more |
| 66 | + </a> |
| 67 | + |
| 68 | + <article> |
| 69 | + < |
| 70 | + </article> |
| 71 | + |
| 72 | + <article> |
| 73 | + <img src="gitbranch.png" alt="Git branch diagram"> |
| 74 | + |
| 75 | + <h2>What is a Git Branch?</h2> |
| 76 | + |
| 77 | + <p> |
| 78 | + A Git branch is a separate version of your code that allows you to |
| 79 | + work on changes without affecting the main project. |
| 80 | + </p> |
| 81 | + |
| 82 | + <a |
| 83 | + href="https://www.atlassian.com/git/tutorials/using-branches" |
| 84 | + target="_blank" |
| 85 | + rel="noopener noreferrer" |
| 86 | + > |
| 87 | + Read more about Git branches |
| 88 | + </a> |
| 89 | + </article> |
| 90 | + </section> |
48 | 91 | </main> |
| 92 | + |
49 | 93 | <footer> |
50 | | - <p> |
51 | | - This is the default, provided code and no changes have been made yet. |
52 | | - </p> |
| 94 | + <p>Created for Code Your Future Wireframe project.</p> |
53 | 95 | </footer> |
54 | 96 | </body> |
55 | 97 | </html> |
0 commit comments