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!
|
||||
</p>
|
||||
|
||||
<ul class="social">
|
||||
<li class="twitter">
|
||||
<a href="https://twitter.com/SebinNyshkim">Twitter</a>
|
||||
</li>
|
||||
<li class="mastodon">
|
||||
<a href="https://meow.social/@SebinNyshkim" rel="me">Mastodon</a>
|
||||
</li>
|
||||
<li class="telegram">
|
||||
<a href="https://t.me/SebinNyshkim">Telegram</a>
|
||||
</li>
|
||||
<li class="furaffinity">
|
||||
<a href="https://www.furaffinity.net/user/sonofdragons">
|
||||
<ButtonGroup grid class="social">
|
||||
<Button href="https://twitter.com/SebinNyshkim" class="twitter">
|
||||
Twitter
|
||||
</Button>
|
||||
<Button href="https://meow.social/@SebinNyshkim" class="mastodon" rel="me" >
|
||||
Mastodon
|
||||
</Button>
|
||||
<Button href="https://t.me/SebinNyshkim" class="telegram">
|
||||
Telegram
|
||||
</Button>
|
||||
<Button href="https://www.furaffinity.net/user/sonofdragons" class="furaffinity">
|
||||
Fur Affinity
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</Button>
|
||||
</ButtonGroup>
|
||||
|
||||
<blockquote>
|
||||
<strong>Note:</strong> This page is still under heavy construction, as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue