index fixes
This commit is contained in:
parent
0179b00022
commit
3cb5f54641
1 changed files with 5 additions and 3 deletions
|
@ -58,8 +58,10 @@
|
||||||
|
|
||||||
Be sure to replace the src with your own image path and update the alt text
|
Be sure to replace the src with your own image path and update the alt text
|
||||||
-->
|
-->
|
||||||
|
<div>
|
||||||
<img src="images/wk_circle_small.png" class="avatar" srcset="images/wk_circle.png" alt="WK Logo">
|
<img src="images/wk_circle_small.png" class="avatar" srcset="images/wk_circle.png" alt="WK Logo">
|
||||||
<img src="images/aseprite_pfp_small.png" class="avatar" srcset="images/aseprite_pfp.png" alt="Stylized pixelart self-portrait">
|
<img src="images/aseprite_pfp_small.png" class="avatar" srcset="images/aseprite_pfp.png" alt="Stylized pixelart self-portrait">
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Replace with your name or brand -->
|
<!-- Replace with your name or brand -->
|
||||||
<h1>
|
<h1>
|
||||||
|
@ -81,7 +83,7 @@
|
||||||
<a class="button button-mastodon" href="im-in.space/@vylion" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/mastodon.svg" alt="Mastodon Logo">Mastodon</a>
|
<a class="button button-mastodon" href="im-in.space/@vylion" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/mastodon.svg" alt="Mastodon Logo">Mastodon</a>
|
||||||
|
|
||||||
<!-- Spotify -->
|
<!-- Spotify -->
|
||||||
<a class="button button-spotify" href="open.spotify.com/user/vylion?si=7a6622a64cf84461" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/spotify.svg" alt="Spotify Logo">Listen on Spotify</a>
|
<a class="button button-spotify" href="open.spotify.com/user/vylion?si=7a6622a64cf84461" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/spotify.svg" alt="Spotify Logo">Spotify profile</a>
|
||||||
|
|
||||||
<!-- Steam -->
|
<!-- Steam -->
|
||||||
<a class="button button-steam" href="steamcommunity.com/id/vylion/" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/steam.svg" alt="Steam Logo">Steam</a>
|
<a class="button button-steam" href="steamcommunity.com/id/vylion/" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/steam.svg" alt="Steam Logo">Steam</a>
|
||||||
|
|
Loading…
Reference in a new issue