Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions Wireframe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,21 @@ <h1>Wireframe</h1>
<main>
<article>
<img src="placeholder.svg" alt="" />
<h2>Title</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
voluptates. Quisquam, voluptates.
</p>
<h2>Purpose of README</h2>
<p>A README file providean overview of the project,setup instruction,and explains its
core purpose.Explains what the project does and why it is useful.</p>
<a href="">Read more</a>
</article>
<article>
<img src="placeholder.svg" alt="" />
<h2>Purpose of a Wireframe</h2>
<p> A wireframe is a visual guide that represents the skeletal fraamework of a website and layout.</p>
<a href="">Read more</a>
</article>
<article>
<img src="placeholder.svg" alt="" />
<h2>Branch in Git</h2>
<p> A branch in Git is a parallel version of a repository used to develop features safely without effecting the maim code.</p>
<a href="">Read more</a>
</article>
</main>
Expand Down