feat: use buttons instead of list for social links
This commit is contained in:
parent
c7444256f1
commit
dd70061798
1 changed files with 14 additions and 16 deletions
|
@ -47,22 +47,20 @@ const showModal = inject<Function>(showModalKey, Function);
|
||||||
feel free to reach out!
|
feel free to reach out!
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul class="social">
|
<ButtonGroup grid class="social">
|
||||||
<li class="twitter">
|
<Button href="https://twitter.com/SebinNyshkim" class="twitter">
|
||||||
<a href="https://twitter.com/SebinNyshkim">Twitter</a>
|
Twitter
|
||||||
</li>
|
</Button>
|
||||||
<li class="mastodon">
|
<Button href="https://meow.social/@SebinNyshkim" class="mastodon" rel="me" >
|
||||||
<a href="https://meow.social/@SebinNyshkim" rel="me">Mastodon</a>
|
Mastodon
|
||||||
</li>
|
</Button>
|
||||||
<li class="telegram">
|
<Button href="https://t.me/SebinNyshkim" class="telegram">
|
||||||
<a href="https://t.me/SebinNyshkim">Telegram</a>
|
Telegram
|
||||||
</li>
|
</Button>
|
||||||
<li class="furaffinity">
|
<Button href="https://www.furaffinity.net/user/sonofdragons" class="furaffinity">
|
||||||
<a href="https://www.furaffinity.net/user/sonofdragons">
|
Fur Affinity
|
||||||
Fur Affinity
|
</Button>
|
||||||
</a>
|
</ButtonGroup>
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<strong>Note:</strong> This page is still under heavy construction, as
|
<strong>Note:</strong> This page is still under heavy construction, as
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue