Skip to content

Commit 9f743a8

Browse files
committed
Added alt description and made sure links are opened in new page
1 parent cbaf77f commit 9f743a8

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

Wireframe/index.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,37 @@ <h1>Wireframe and more</h1>
1515
</header>
1616
<main>
1717
<article>
18-
<img src="wireframePicture.avif" alt="placeholder.svg" />
18+
<img src="wireframePicture.avif" alt="wireframe example layout" />
1919
<h2>Wireframe</h2>
2020
<p>
2121
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.
22+
wireframes typically depict only functionality, not the true style and visual elements of the final product.
2323
</p>
24-
<a href="https://www.productplan.com/glossary/wireframe">Wireframe</a>
24+
<a href="https://www.productplan.com/glossary/wireframe"
25+
target="_blank">
26+
Wireframe</a>
2527
</article>
2628

2729
<article>
28-
<img src="https://miro.medium.com/v2/resize:fit:720/format:webp/1*K9scAx1Ezd-KJFabaYseCw.jpeg" alt="placeholder.svg" />
30+
<img src="https://miro.medium.com/v2/resize:fit:720/format:webp/1*K9scAx1Ezd-KJFabaYseCw.jpeg" alt="git branching diagram" />
2931
<h2>Git Branch</h2>
3032
<p>
3133
A git branch is like a separate work space that allows developers to make changes without affecting the main repository.
3234
</p>
33-
<a href="https://www.w3schools.com/git/git_branch.asp">Git Branch</a>
35+
<a href="https://www.w3schools.com/git/git_branch.asp"
36+
target="_blank">
37+
Git Branch</a>
3438
</article>
3539

3640
<article>
37-
<img src="https://media.licdn.com/dms/image/v2/D5612AQF_jGTodjhpiQ/article-cover_image-shrink_720_1280/article-cover_image-shrink_720_1280/0/1690540082500?e=2147483647&v=beta&t=1pDD2reY31U4rxxGXjDcd-IFNknrqQtE42SJFJb65to" alt="placeholder.svg" />
41+
<img src="https://media.licdn.com/dms/image/v2/D5612AQF_jGTodjhpiQ/article-cover_image-shrink_720_1280/article-cover_image-shrink_720_1280/0/1690540082500?e=2147483647&v=beta&t=1pDD2reY31U4rxxGXjDcd-IFNknrqQtE42SJFJb65to" alt="ReadMe file illustration" />
3842
<h2>ReadMe file</h2>
3943
<p>
4044
Developers use readme files to explain their projects to others. It communicates important information about your project.
4145
</p>
42-
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">ReadMe File</a>
46+
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes"
47+
target="_blank">
48+
ReadMe File</a>
4349
</article>
4450
</main>
4551
<footer>

0 commit comments

Comments
 (0)