Skip to content

Commit 31145c0

Browse files
committed
summary text added to index.html
1 parent a9d0e40 commit 31145c0

1 file changed

Lines changed: 19 additions & 4 deletions

File tree

Wireframe/index.html

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,33 @@
88
</head>
99
<body>
1010
<header>
11+
12+
</header>
13+
14+
1115
<h1>Wireframe</h1>
1216
<p>
13-
This is the default, provided code and no changes have been made yet.
17+
What is the purpose of a wireframe? Think of "Wireframe" as the Architectural blueprint of a website or App.
18+
A visual guide that outlines the structure, layout and placement of elements on a website.
1419
</p>
20+
1521
</header>
1622
<main>
1723
<article>
1824
<img src="placeholder.svg" alt="" />
19-
<h2>Title</h2>
25+
<h2>README File</h2>
26+
<p>
27+
What is the purpose of a README file? It serves as the introductory guide and intruction manual for a project,
28+
explaining what the software does, how to install and run it, and how others can contribute to it.
29+
</p>
30+
<a href="">Read more</a>
31+
</article>
32+
<article>
33+
<img src="placeholder.svg" alt="" />
34+
<h2>Branch in Git</h2>
2035
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
36+
What is a branch in Git? A branch in Git is a seperate line of development that allows you to isolate your work,
37+
experiment with new features, fix bugs or make changes without affecting the main codebase.
2338
</p>
2439
<a href="">Read more</a>
2540
</article>

0 commit comments

Comments
 (0)