Skip to content

Commit 02587f9

Browse files
committed
Added full-width README article with image, title, summary and link
1 parent f2277c0 commit 02587f9

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

Wireframe/index.html

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,19 @@ <h1>Understanding README Files, Wireframes and Git Branches</h1>
1313
A simple guide explaining three important web development concepts.</p>
1414
</header>
1515
<main>
16-
<article>
17-
<img src="placeholder.svg" alt="" />
18-
<h2>Title</h2>
16+
<!--Top article (full-width)-->
17+
<article class="top-article" id="readme-article">
18+
<img src="images/readme.png" alt="Illustration of a README file" />
19+
<h2>What is the purpose of a README file?</h2>
1920
<p>
20-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
21-
voluptates. Quisquam, voluptates.
21+
A README file explains what a project is about, how to use it, and any important information someone needs before working with the project code.
2222
</p>
23-
<a href="">Read more</a>
23+
<a href="https://www.makeareadme.com/" target="_blank">Read more</a>
2424
</article>
25+
26+
27+
28+
2529
</main>
2630
<footer>
2731
<p>

0 commit comments

Comments
 (0)