Skip to content

Commit 0e476cf

Browse files
committed
add main article card
1 parent 279259d commit 0e476cf

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

Wireframe/index.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,18 @@ <h1>GitHub Web Project Essentials</h1>
1414
<p>A quickstart guide to building, documenting and maintaining web projects with GitHub.</p>
1515
</header>
1616
<main>
17-
<article>
18-
<img src="placeholder.svg" alt="" />
19-
<h2>Title</h2>
20-
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
17+
<article class="card" id="main-article">
18+
<img src="./assets/readme.png" alt="" class="article-img" />
19+
<h2 class="article-title">What Is the Purpose of a README</h2>
20+
<p class="article-text">
21+
A good README file serves as a project's "front door," acting as a crucial piece of documentation that explains
22+
what an application does, why the specific technologies were chosen, and how it differentiates a high-quality
23+
project to both users and potential employers. At a minimum, an effective layout must include the project title,
24+
a descriptive overview, clear instructions on installation and usage, collaborator credits, and an appropriate
25+
open-source license.
2326
</p>
24-
<a href="">Read more</a>
27+
<a href="https://www.freecodecamp.org/news/how-to-write-a-good-readme-file/" class="article-link" target="_blank"
28+
aria-label="Read more about README files">Read more</a>
2529
</article>
2630
</main>
2731
<footer>

0 commit comments

Comments
 (0)