Updated Mastodon link + reordered buttons
This commit is contained in:
parent
62c7a37bbd
commit
a8c8f74301
1 changed files with 12 additions and 12 deletions
24
index.html
24
index.html
|
@ -106,15 +106,15 @@
|
||||||
3.) alt="Example Logo" | This alt attribute helps provides alternate text for an image, this can assist users who use screen readers.
|
3.) alt="Example Logo" | This alt attribute helps provides alternate text for an image, this can assist users who use screen readers.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Instagram -->
|
<!-- Tumblr -->
|
||||||
<a class="button button-instagram" href="https://www.instagram.com/wk_vylion/" target="_blank" rel="noopener">
|
<a class="button button-tumb" href="https://wk-vylion.tumblr.com/" target="_blank" rel="noopener">
|
||||||
<img class="icon" src="images/icons/instagram.svg" alt="Instagram Logo">Instagram</a>
|
<img class="icon" src="images/icons/tumblr.svg" alt="Tumblr Logo">Tumblr</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- Mastodon -->
|
<!-- Mastodon -->
|
||||||
<a class="button button-mastodon" href="https://tabletop.social/@vylion" target="_blank" rel="me noopener">
|
<a class="button button-mastodon" href="https://im-in.space/@vylion" target="_blank" rel="me noopener">
|
||||||
<img class="icon" src="images/icons/mastodon.svg" alt="Mastodon Logo">Mastodon main</a>
|
<img class="icon" src="images/icons/mastodon.svg" alt="Mastodon Logo">Mastodon</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- Telegram -->
|
<!-- Telegram -->
|
||||||
|
@ -122,16 +122,16 @@
|
||||||
<img class="icon" src="images/icons/telegram.svg" alt="Telegram Logo">Telegram main channel</a>
|
<img class="icon" src="images/icons/telegram.svg" alt="Telegram Logo">Telegram main channel</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- Tumblr -->
|
|
||||||
<a class="button button-tumb" href="https://wk-vylion.tumblr.com/" target="_blank" rel="noopener">
|
|
||||||
<img class="icon" src="images/icons/tumblr.svg" alt="Tumblr Logo">Tumblr</a>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<!-- Cohost -->
|
<!-- Cohost -->
|
||||||
<a class="button button-cohost" href="https://cohost.org/vylion" target="_blank" rel="noopener">
|
<a class="button button-cohost" href="https://cohost.org/vylion" target="_blank" rel="noopener">
|
||||||
<img class="icon" src="images/icons/cohost.svg" alt="Eggbug Cohost Mascot">Cohost</a>
|
<img class="icon" src="images/icons/cohost.svg" alt="Eggbug Cohost Mascot">Cohost</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
<!-- Instagram -->
|
||||||
|
<a class="button button-instagram" href="https://www.instagram.com/wk_vylion/" target="_blank" rel>
|
||||||
|
<img class="icon" src="images/icons/instagram.svg" alt="Instagram Logo">Instagram</a>
|
||||||
|
<br>
|
||||||
|
|
||||||
<!-- Email -->
|
<!-- Email -->
|
||||||
<a class="button button-default" href="mailto:wk@vylion.com" target="_blank" rel="noopener">
|
<a class="button button-default" href="mailto:wk@vylion.com" target="_blank" rel="noopener">
|
||||||
<img class="icon" src="images/icons/email.svg" alt="Email Icon">wk@vylion.com</a>
|
<img class="icon" src="images/icons/email.svg" alt="Email Icon">wk@vylion.com</a>
|
||||||
|
@ -160,4 +160,4 @@
|
||||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue