Skip to content

Commit c843a40

Browse files
add featured card
1 parent 842c0a9 commit c843a40

1 file changed

Lines changed: 15 additions & 9 deletions

File tree

Wireframe/index.html

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,22 @@ <h1 class="page-title">Wireframe</h1>
1616
Learn about README files, wireframes, and Git branches.
1717
</p>
1818
</header>
19-
<main>
20-
<article>
21-
<img src="placeholder.svg" alt="" />
22-
<h2>Title</h2>
23-
<p>
24-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
25-
voluptates. Quisquam, voluptates.
19+
<main class="container">
20+
<!-- Featured card (full width) -->
21+
<article class="card card--featured">
22+
<div class="card__media fake-img" aria-hidden="true">
23+
<div class="diag left"></div>
24+
<div class="diag right"></div>
25+
</div>
26+
<div class="card__body">
27+
<h2 class="card__title">What is the purpose of a README file?</h2>
28+
<p class="card__summary">
29+
A README introduces a project: what it is, why it exists, and how to use, install, run, and contribute to it. It orients new users and contributors, sets expectations (requirements, license, roadmap), and centralizes quick-start commands and links. In short, it’s the project’s front door and owner’s manual.
2630
</p>
27-
<a href="">Read more</a>
28-
</article>
31+
<a class="btn" href="#readme-details">Read More</a>
32+
</div>
33+
</article>
34+
2935
</main>
3036
<footer>
3137
<p>

0 commit comments

Comments
 (0)