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
32 changes: 27 additions & 5 deletions Wireframe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,37 @@ <h1>Wireframe</h1>
</p>
</header>
<main>
<section class="articles">

<article>
<img src="placeholder.svg" alt="" />
<h2>Title</h2>
<img src="placeholder.svg" alt="README illustration" />
<h2>What is a README file?</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
voluptates. Quisquam, voluptates.
A README file explains what a project is, how it works, and how to use it.
</p>
<a href="">Read more</a>
<a href="#">Read more</a>
</article>

<article>
<img src="placeholder.svg" alt="Wireframe diagram illustration" />
<h2>What is a Wirframe?</h2>
<p>
A wireframe is a simple visual guide that shows the structure of a webpage before design.
</p>
<a href="#">Read more</a>
</article>

<article>
<img src="placeholder.svg" alt="Git branch diagram illustration" />
<h2>What is a Git branch?</h2>
<p>
A Git branch is a separate version of your code used to work on features safely.
</p>
<a href="#">Read more</a>
</article>

</section>

</main>
<footer>
<p>
Expand Down
Loading