Skip to content

Commit 8edc729

Browse files
author
russom
committed
Individual article created for all three titles
1 parent a7b8a25 commit 8edc729

1 file changed

Lines changed: 30 additions & 4 deletions

File tree

Wireframe/index.html

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,43 @@
99
<body>
1010
<header>
1111
<h1>Wireframe</h1>
12+
<h2>The purpose of a README file</h2>
1213
<p>
13-
This is the default, provided code and no changes have been made yet.
14+
A breif description of what a wireframe is and why it is useful. It should be no more than 2-3 sentences long.
1415
</p>
1516
</header>
1617
<main>
1718
<article>
1819
<img src="placeholder.svg" alt="" />
19-
<h2>Title</h2>
20+
<h2>The purpose of a README file</h2>
21+
<p>
22+
A wireframe is a simple line diagram representing the skeleton of a website
23+
or an application’s user interface (UI) and core functionality. It shows where
24+
components should be in relation to each other and what, roughly, they should do.
25+
</p>
26+
<a href="">Read more</a>
27+
</article>
28+
<article>
29+
<img src="placeholder.svg" alt="" />
30+
<h2>The purpose of a wireframe</h2>
31+
<p>
32+
A branch is a sequence of commits in a project. It is a way to work on different
33+
versions of a project at the same time. When you create a branch, you are creating
34+
a new line of development that diverges from the main codebase. This allows you to
35+
work on new features, fix bugs, or experiment with changes without affecting the main
36+
codebase until you are ready to merge your changes back in.
37+
</p>
38+
<a href="">Read more</a>
39+
</article>
40+
<article>
41+
<img src="placeholder.svg" alt="" />
42+
<h2>Branch in Git</h2>
2043
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
44+
A README file is a text file that provides information about a project. It typically
45+
includes instructions on how to install and use the project, as well as any other relevant
46+
information such as the project's purpose, features, and how to contribute. The README file
47+
is often the first thing that users see when they visit a project's repository, so it is important
48+
to make it clear and informative.
2349
</p>
2450
<a href="">Read more</a>
2551
</article>

0 commit comments

Comments
 (0)