|
8 | 8 | </head> |
9 | 9 | <body> |
10 | 10 | <header> |
11 | | - <h1>Wireframe</h1> |
12 | | - <p> |
13 | | - This is the default, provided code and no changes have been made yet. |
14 | | - </p> |
| 11 | + <h1>Web Development & Planning</h1> |
| 12 | + <p>Here are some useful steps & information to help you get started with web development.</p> |
15 | 13 | </header> |
16 | | - <main> |
| 14 | + <main> |
17 | 15 | <article> |
18 | | - <img src="placeholder.svg" alt="" /> |
19 | | - <h2>Title</h2> |
| 16 | + <img src="Wireframe1.png" alt="wireframe" /> |
| 17 | + <h2>Wireframe</h2> |
| 18 | + <p> |
| 19 | + What is the purpose of a wireframe? Think of "Wireframe" as the Architectural blueprint of a website or App. |
| 20 | + A visual guide that outlines the structure, layout and placement of elements on a website. |
| 21 | + </p> |
| 22 | + <a href="https://www.figma.com/resource-library/what-is-wireframing/">Read more</a> |
| 23 | + </article> |
| 24 | + <section> |
| 25 | + <img src="readmeimg.png" alt="" /> |
| 26 | + <h3>README File</h3> |
20 | 27 | <p> |
21 | | - Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, |
22 | | - voluptates. Quisquam, voluptates. |
| 28 | + What is the purpose of a README file? It serves as the introductory guide and instruction manual for a project, |
| 29 | + explaining what the software does, how to install and run it, and how others can contribute to it. |
23 | 30 | </p> |
24 | | - <a href="">Read more</a> |
25 | | - </article> |
| 31 | + <a href="https://www.geeksforgeeks.org/git/what-is-readme-md-file/">Read more</a> |
| 32 | + </section> |
| 33 | + <section> |
| 34 | + <img src="Gitbranch1.jpg" alt="" /> |
| 35 | + <h3>Branch in Git</h3> |
| 36 | + <p> |
| 37 | + What is a branch in Git? A branch in Git is a seperate line of development that allows you to isolate your work, |
| 38 | + experiment with new features, fix bugs or make changes without affecting the main codebase. |
| 39 | + </p> |
| 40 | + <a href="https://github.com/gitstandards/git-branching">Read more</a> |
| 41 | + </section> |
26 | 42 | </main> |
27 | 43 | <footer> |
28 | 44 | <p> |
29 | | - This is the default, provided code and no changes have been made yet. |
| 45 | + Created By John Robinson. 2026 |
30 | 46 | </p> |
31 | 47 | </footer> |
32 | 48 | </body> |
|
0 commit comments