diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-15 23:34:13 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-15 23:34:13 +0200 |
commit | a682dbea0b9d47c4723870eae138911e0f7d06a4 (patch) | |
tree | 89ef5fc0ac5d4e8145e7661b9f6bafe17a446017 /src | |
parent | 57b2544ff0c1a501a04876eb5ca8e143439685e7 (diff) |
Add target="_blank" to some links
Diffstat (limited to 'src')
-rw-r--r-- | src/ame/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ame/index.html b/src/ame/index.html index fbb04db..20ebacd 100644 --- a/src/ame/index.html +++ b/src/ame/index.html @@ -26,7 +26,7 @@ <p> If you are a prospective employer, you can view my <abbr class="cv">CV</abbr> - <a href="https://cv.thomasvoss.com">here</a>. + <a href="https://cv.thomasvoss.com" target="_blank">here</a>. </p> <h2>Who Am I</h2> @@ -48,9 +48,9 @@ <p data-ref="1"> Shoutouts to <a href="https://www.instructables.com/member/Prof.%20Pickle/" - >Prof. Pickle on Instructables</a> by the way. Most of his - stuff seems to have been deleted all these years later, but - he was the guy I learnt to code from. + target="_blank">Prof. Pickle on Instructables</a> by the + way. Most of his stuff seems to have been deleted all these + years later, but he was the guy I learnt to code from. </p> </aside> |