Skip to content

Commit 956678e

Browse files
committed
Revise content in index.html for clarity and relevance in web development onboarding
1 parent ff7b9d0 commit 956678e

1 file changed

Lines changed: 28 additions & 12 deletions

File tree

Wireframe/index.html

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,41 @@
88
</head>
99
<body>
1010
<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>
1513
</header>
16-
<main>
14+
<main>
1715
<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>
2027
<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.
2330
</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>
2642
</main>
2743
<footer>
2844
<p>
29-
This is the default, provided code and no changes have been made yet.
45+
Created By John Robinson. 2026
3046
</p>
3147
</footer>
3248
</body>

0 commit comments

Comments
 (0)