Skip to content

Commit 8ed1da4

Browse files
committed
-Duplicated <main> code snippet x2 to create basic structure; changed duplicate headings to "README" + "Git Branches," respectively.
"Wireframe" article: - img: Replaced "placeholder.svg" with "wireframe.png," added alt description. - <p>: removed default text; added explanation of wireframes. -<a>: added hyperlink to figma.com article on wireframes.
1 parent 0988642 commit 8ed1da4

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

Wireframe/index.html

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,34 @@ <h1>Wireframe To Web Code</h1>
1515
</header>
1616
<main>
1717
<article>
18-
<img src="placeholder.svg" alt="" />
18+
<img src="wireframe.png" alt="Picture of an example wireframe" />
1919
<h2>Wireframe</h2>
20+
<p>
21+
A wireframe is a plan outlining the basic structure of the elements of a website, webpage or digital interface -
22+
its purpose is to give the viewer a rough idea of how content will be displayed and function in the final product,
23+
such as banners, navigation bars, buttons, images, and articles.
24+
In essence, a wireframe is the architectural "blueprint" of a web document.
25+
</p>
26+
<a href="https://www.figma.com/resource-library/what-is-wireframing/">Read more</a>
27+
</article>
28+
</main>
29+
30+
<main>
31+
<article>
32+
<img src="placeholder.svg" alt="" />
33+
<h2>README</h2>
34+
<p>
35+
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
36+
voluptates. Quisquam, voluptates.
37+
</p>
38+
<a href="">Read more</a>
39+
</article>
40+
</main>
41+
42+
<main>
43+
<article>
44+
<img src="placeholder.svg" alt="" />
45+
<h2>Git Branches</h2>
2046
<p>
2147
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
2248
voluptates. Quisquam, voluptates.

0 commit comments

Comments
 (0)