Adding follow buttons section

This commit is contained in:
Timothy Rogers 2025-02-04 07:19:13 -05:00
parent 79af83c1a1
commit dc74cc8dfc
4 changed files with 20 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -44,6 +44,26 @@ const { title } = Astro.props;
<div
class="bg-pink-200 border-purple-400 border-4 rounded-md p-2 text-center"
>
<tt>Find Me Other Places</tt>
<div
class="grid grid-cols-2 sm:flex sm:flex-wrap gap-2 p-2 justify-center items-center"
>
<div>
<a href="https://github.com/hack13" target="_blank"
><img src="/images/buttons/github-check.gif" /></a
>
</div>
<div>
<a href="https://cyberfurz.social/@hack13" target="_blank"
><img src="/images/buttons/mastodon.gif" /></a
>
</div>
<div>
<a href="https://bsky.app/profile/hack13.one" target="_blank"
><img src="/images/buttons/bluesky.gif" /></a
>
</div>
</div>
<tt>Friends Sites</tt>
<div
class="grid grid-cols-2 sm:flex sm:flex-wrap gap-2 p-2 justify-center items-center"