Skip to content

Commit 9b94047

Browse files
committed
add second article card wireframe
1 parent 04e399c commit 9b94047

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

Wireframe/index.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1>GitHub Web Project Essentials</h1>
1919
<main>
2020
<article class="card" id="main-article">
2121
<img src="./assets/readme.png" alt="" class="article-img" />
22-
<h2 class="article-title">What Is the Purpose of a README</h2>
22+
<h2 class="article-title">What Is the Purpose of a README file?</h2>
2323
<p class="article-text">
2424
A good README file serves as a project's "front door," acting as a crucial piece of documentation that explains
2525
what an application does, why the specific technologies were chosen, and how it differentiates a high-quality
@@ -30,6 +30,20 @@ <h2 class="article-title">What Is the Purpose of a README</h2>
3030
<a href="https://www.freecodecamp.org/news/how-to-write-a-good-readme-file/" class="article-link" target="_blank"
3131
aria-label="Read more about README files">Read more</a>
3232
</article>
33+
<article class="card">
34+
<img src="./assets/wireframe_design.jpeg" alt="Wireframe design" class="article-img" />
35+
<h2 class="article-title">What Is the Purpose of a Wireframe?</h2>
36+
<p class="article-text">
37+
A wireframe is a simplified visual guide used in web and app design to outline the structure, layout, and
38+
functionality of a digital interface. It focuses on arrangement rather than aesthetics, showing where content,
39+
navigation, and interactive elements will be placed. This skeletal structure helps designers and clients
40+
visualize the user experience and make decisions about layout and functionality early in the development
41+
process,
42+
before time and resources are invested in detailed visual design.
43+
</p>
44+
<a href="https://www.productplan.com/glossary/wireframe/" target="_blank"
45+
aria-label="Read more about wireframes">Read more</a>
46+
</article>
3347
</main>
3448
<footer>
3549
<p>

0 commit comments

Comments
 (0)