@@ -16,7 +16,7 @@ <h1>GitHub Web Project Essentials</h1>
1616 < main >
1717 < article class ="card " id ="main-article ">
1818 < img src ="./assets/readme.png " alt ="" class ="article-img " />
19- < h2 class ="article-title "> What Is the Purpose of a README</ h2 >
19+ < h2 class ="article-title "> What Is the Purpose of a README File </ h2 >
2020 < p class ="article-text ">
2121 A good README file serves as a project's "front door," acting as a crucial piece of documentation that explains
2222 what an application does, why the specific technologies were chosen, and how it differentiates a high-quality
@@ -27,6 +27,20 @@ <h2 class="article-title">What Is the Purpose of a README</h2>
2727 < a href ="https://www.freecodecamp.org/news/how-to-write-a-good-readme-file/ " class ="article-link " target ="_blank "
2828 aria-label ="Read more about README files "> Read more</ a >
2929 </ article >
30+ < article class ="card ">
31+ < img src ="./assets/wireframe_design.jpeg " alt ="Wireframe design " class ="article-img " />
32+ < h2 class ="article-title "> What Is the Purpose of a Wireframe?</ h2 >
33+ < p class ="article-text ">
34+ A wireframe is a simplified visual guide used in web and app design to outline the structure, layout, and
35+ functionality of a digital interface. It focuses on arrangement rather than aesthetics, showing where content,
36+ navigation, and interactive elements will be placed. This skeletal structure helps designers and clients
37+ visualize the user experience and make decisions about layout and functionality early in the development
38+ process,
39+ before time and resources are invested in detailed visual design.
40+ </ p >
41+ < a href ="https://www.productplan.com/glossary/wireframe/ " target ="_blank "
42+ aria-label ="Read more about wireframes "> Read more</ a >
43+ </ article >
3044 </ main >
3145 < footer >
3246 < p >
0 commit comments