|
1 | | -<!DOCTYPE html> |
2 | | -<html lang="en"> |
| 1 | +<!doctype html> |
| 2 | +<html lng="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
10 | 10 | <header> |
11 | 11 | <h1>Wireframe</h1> |
12 | 12 | <p> |
13 | | - This website contains information about README files, wireframes and Git branches. |
| 13 | + This website contains information about README files, wireframes and Git |
| 14 | + branches. |
14 | 15 | </p> |
15 | 16 | </header> |
16 | 17 | <main> |
17 | 18 | <article class="articles"> |
18 | 19 | <img src="READMEimage.avif" alt="README Glasses" /> |
19 | 20 | <h2>What is the purpose of a README file?</h2> |
20 | 21 | <p> |
21 | | - A README file serves as the primary introduction and quick start guide to a project. |
| 22 | + A README file serves as the primary introduction and quick start guide |
| 23 | + to a project. |
22 | 24 | </p> |
23 | | - <a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a> |
| 25 | + <a |
| 26 | + href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes" |
| 27 | + >Read more</a |
| 28 | + > |
24 | 29 | </article> |
25 | 30 |
|
26 | 31 | <article class="articles"> |
27 | 32 | <img src="Wireframeimage.avif" alt="Wireframe Plans" /> |
28 | 33 | <h2>What is the purpose of a Wireframe?</h2> |
29 | 34 | <p> |
30 | | - A Wireframe is the blueprint for a website or app, it outline the layout and structure before the building process. |
| 35 | + A Wireframe is the blueprint for a website or app, it outline the |
| 36 | + layout and structure before the building process. |
31 | 37 | </p> |
32 | | - <a href="https://www.figma.com/resource-library/what-is-wireframing/">Read more</a> |
| 38 | + <a href="https://www.figma.com/resource-library/what-is-wireframing/" |
| 39 | + >Read more</a |
| 40 | + > |
33 | 41 | </article> |
34 | 42 |
|
35 | 43 | <article class="articles"> |
36 | 44 | <img src="GitBranchimage.avif" alt="Someone's been commiting often" /> |
37 | 45 | <h2>What is a branch in Git?</h2> |
38 | 46 | <p> |
39 | | - It is a seperate workspace where you can make changes and test new ideas without affecting the main project. |
| 47 | + It is a seperate workspace where you can make changes and test new |
| 48 | + ideas without affecting the main project. |
40 | 49 | </p> |
41 | 50 | <a href="https://www.w3schools.com/git/git_branch.asp">Read more</a> |
42 | 51 | </article> |
43 | | - |
44 | 52 | </main> |
45 | 53 | <footer> |
46 | | - <p> |
47 | | - Wireframe 2026 |
48 | | - </p> |
| 54 | + <p>Wireframe 2026</p> |
49 | 55 | </footer> |
50 | 56 | </body> |
51 | 57 | </html> |
0 commit comments