Skip to content

Commit f69ac9e

Browse files
author
JorvanW
committed
added target="_blank" rel="noopener noreferrer" to all links in index.html
1 parent 4cf50d2 commit f69ac9e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Wireframe/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,28 @@ <h1>Wireframe Task</h1>
1212
</header>
1313
<main>
1414
<article>
15-
<img src="https://user-images.githubusercontent.com/6750572/90517585-e483a280-e165-11ea-8945-3d289eeeaa1d.png" alt="Readme" />
15+
<img src="https://user-images.githubusercontent.com/6750572/90517585-e483a280-e165-11ea-8945-3d289eeeaa1d.png" alt=" example of Readme" />
1616
<h2>README file</h2>
1717
<p>
1818
ReadME file is a plain text document that is used as a user manual or official document for a project. This file is useful because it helps communicate important information to those using or collaborating on the project.
1919
</p>
20-
<a href="https://www.makeareadme.com">Read more</a>
20+
<a href="https://www.makeareadme.com" target="_blank" rel="noopener noreferrer">Read more</a>
2121
</article>
2222
<article>
2323
<img src="https://cdn-images.visual-paradigm.com/handbooks/agile-handbook/wireframe/02-newspaper-site-wireframe-example.png" alt="Wireframe" />
2424
<h3>Wireframe</h3>
2525
<p>
2626
A wireframe is a minimal skeletal blueprint of a website or app interface. It is important in order to plan a project in advance.
2727
</p>
28-
<a href="https://balsamiq.com/blog/what-are-wireframes/">Read more</a>
28+
<a href="https://balsamiq.com/blog/what-are-wireframes/" target="_blank" rel="noopener noreferrer">Read more</a>
2929
</article>
3030
<article>
3131
<img src="https://miro.medium.com/v2/resize:fit:1100/format:webp/1*nQXC89lqQnqvICtb3J6XWw.png" alt="GitBranch" />
3232
<h4>Git Branch </h4>
3333
<p>
3434
In Git a branch is an identical copy of a projects code which is then used to make changes on without having any effect on the main original project.
3535
</p>
36-
<a href="https://www.w3schools.com/GIT/git_branch.asp?remote=github">Read more</a>
36+
<a href="https://www.w3schools.com/GIT/git_branch.asp?remote=github" target="_blank" rel="noopener noreferrer">Read more</a>
3737
</article>
3838
</main>
3939
<footer>

0 commit comments

Comments
 (0)