|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 | 6 | <title>Wireframe</title>
|
7 | 7 | <link rel="stylesheet" href="style.css" />
|
| 8 | + <meta http-equiv="Cache-Control" content="public, max-age=3600"> <!-- Cache for 1 hour. |
| 9 | + I used chatgpt to help me understand the problem and how to solveit in a simpler way. --> |
| 10 | + <meta name="description" content="this page explain: wireframe, README file, and a branch in git."> |
| 11 | + <!-- I used lighthouse link to explain this more to me--> |
| 12 | + |
8 | 13 | </head>
|
9 | 14 | <body>
|
10 | 15 | <header>
|
| 16 | + <title>Wireframe</title> |
11 | 17 | <h1>Wireframe</h1>
|
12 | 18 | <p>
|
13 |
| - This is the default, provided code and no changes have been made yet. |
| 19 | + we are going to learn a few things. |
14 | 20 | </p>
|
15 | 21 | </header>
|
16 | 22 | <main>
|
17 | 23 | <article>
|
18 |
| - <img src="placeholder.svg" alt="" /> |
19 |
| - <h2>Title</h2> |
| 24 | + <img src="placeholder.svg" width="640" height="360" alt="a general image" /> |
| 25 | + <h2>What is the purpose of a README file?</h2> |
20 | 26 | <p>
|
21 |
| - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
22 |
| - voluptates. Quisquam, voluptates. |
| 27 | + The README.md file acts as a guide for users and developers, |
| 28 | + explaining what the project is, how to set it up, and how to contribute. |
23 | 29 | </p>
|
24 |
| - <a href="">Read more</a> |
| 30 | + <a href="https://www.geeksforgeeks.org/what-is-readme-md-file/">Read more</a> |
| 31 | + </article> |
| 32 | + <article> |
| 33 | + <img src="placeholder.svg" width="640" height="360" alt="a general image" /> |
| 34 | + <h2>What is the purpose of a wireframe?</h2> |
| 35 | + <p> |
| 36 | + to layout content and functionality on a page which takes into account user needs and user journeys. |
| 37 | + Wireframes are used early in the development process to establish the basic structure of a page before visual design and content is added |
| 38 | + </p> |
| 39 | + <a href="https://www.experienceux.co.uk/faqs/what-is-wireframing/#:~:text=A%20wireframe%20is%20commonly%20used,design%20and%20content%20is%20added.">Read more</a> |
| 40 | + </article> |
| 41 | + <article> |
| 42 | + <img src="placeholder.svg" width="640" height="360" alt="a general image" /> |
| 43 | + <h2>What is a branch in Git?</h2> |
| 44 | + <p> |
| 45 | + a pointer to a snapshot of your changes. |
| 46 | + </p> |
| 47 | + <a href="https://www.atlassian.com/git/tutorials/using-branches#:~:text=In%20Git%2C%20branches%20are%20a,branch%20to%20encapsulate%20your%20changes.">Read more</a> |
25 | 48 | </article>
|
26 | 49 | </main>
|
27 | 50 | <footer>
|
28 | 51 | <p>
|
29 |
| - This is the default, provided code and no changes have been made yet. |
| 52 | + check these resources for more info: |
30 | 53 | </p>
|
| 54 | + <a href="https://www.productplan.com/glossary/wireframe/">wireframe info</a> |
| 55 | + <a href="https://www.w3schools.com/html/html5_semantic_elements.asp">Semantic HTML info</a> |
| 56 | + <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:first-child">first-child info</a> |
31 | 57 | </footer>
|
32 | 58 | </body>
|
33 | 59 | </html>
|
0 commit comments