🚸 social links now opens in new tab
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
791fe66ccf
commit
f8563f9264
1 changed files with 3 additions and 3 deletions
|
@ -24,13 +24,13 @@ const today = new Date();
|
|||
<footer class="flex justify-between py-5 mt-5 footerbg">
|
||||
<div>Sindre Kjelsrud © {today.getFullYear()}</div>
|
||||
<div class="flex gap-1">
|
||||
<a href="https://github.com/SindreKjelsrud" aria-label="Link to my GitHub">
|
||||
<a href="https://github.com/SindreKjelsrud" aria-label="Link to my GitHub" target="_blank">
|
||||
<img id="githubImage" height="30" width="30" src="/socials/github_dark.svg" alt="GitHub"/>
|
||||
</a>
|
||||
<a href="https://open.spotify.com/user/kjelsrud!" aria-label="Link to my Spotify">
|
||||
<a href="https://open.spotify.com/user/kjelsrud!" aria-label="Link to my Spotify" target="_blank">
|
||||
<img id="spotifyImage" height="30" width="30" src="/socials/spotify_dark.svg" alt="Spotify"/>
|
||||
</a>
|
||||
<a href="https://webring.xxiivv.com/#sid" target="_blank" rel="noopener">
|
||||
<a href="https://webring.xxiivv.com/#sid" target="_blank" rel="noopener" target="_blank">
|
||||
<img id="webringImage" height="30" width="30" src="/socials/webring_dark.svg" alt="XXIIVV webring"/>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue