Skip to content

Commit ad0460e

Browse files
committed
First article on wireframe and added a picture for illustration
1 parent 9417fba commit ad0460e

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Wireframe/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@
88
</head>
99
<body>
1010
<header>
11-
<h1>Wireframe</h1>
11+
<h1>Wireframe and more</h1>
1212
<p>
13-
This is the default, provided code and no changes have been made yet.
13+
This short article talks about wireframe, ReadMe and Git.
1414
</p>
1515
</header>
1616
<main>
1717
<article>
18-
<img src="placeholder.svg" alt="" />
19-
<h2>Title</h2>
18+
<img src="wireframePicture.avif" alt="placeholder.svg" />
19+
<h2>Wireframe</h2>
2020
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
21+
A wireframe is a basic, two-dimensional visual representation of a web page, app interface, or product layout. You can think of it as a low-fidelity, functional sketch.
22+
Wireframes typically depict only functionality, not the true style and visual elements of the final product.
2323
</p>
24-
<a href="">Read more</a>
24+
<a href="https://www.productplan.com/glossary/wireframe">Read more</a>
2525
</article>
2626

2727
<article>
28-
<img src="placeholder.svg" alt="" />
28+
<img src="placeholder.svg" alt="placeholder.svg" />
2929
<h2>Title</h2>
3030
<p>
3131
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
@@ -35,7 +35,7 @@ <h2>Title</h2>
3535
</article>
3636

3737
<article>
38-
<img src="placeholder.svg" alt="" />
38+
<img src="placeholder.svg" alt="placeholder.svg" />
3939
<h2>Title</h2>
4040
<p>
4141
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,

0 commit comments

Comments
 (0)