Skip to content

Commit 4037f2b

Browse files
Add wireframe article
1 parent 21dd6af commit 4037f2b

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

Wireframe/index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,21 @@ <h2> What is a README File?</h2>
2424
alt="Example of a README File" />
2525
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a>
2626
</article>
27+
28+
<article>
29+
<h2>What is a Wireframe?</h2>
30+
<p>
31+
A wireframe is a simple visual blueprint used to plan the layout and structure of a webpage before any code is written.
32+
It helps designers and developers organize content and user experience.
33+
</p>
34+
<img src="https://cdn-images.visual-paradigm.com/handbooks/agile-handbook/wireframe/01-youtube-wireframe-example.png" alt="Wireframe_image">
35+
<a href="https://www.productplan.com/glossary/wireframe/">Read more</a>
36+
</article>
37+
2738
</main>
2839
<footer>
2940
<p>
30-
This is the default, provided code and no changes have been made yet.
41+
Made by Abid Akhtar as a requirement for Intro to Programing Course May_2026.
3142
</p>
3243
</footer>
3344
</body>

0 commit comments

Comments
 (0)