Adding follow buttons section
This commit is contained in:
parent
79af83c1a1
commit
dc74cc8dfc
4 changed files with 20 additions and 0 deletions
BIN
public/images/buttons/bluesky.gif
Normal file
BIN
public/images/buttons/bluesky.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
public/images/buttons/github-check.gif
Normal file
BIN
public/images/buttons/github-check.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
public/images/buttons/mastodon.gif
Normal file
BIN
public/images/buttons/mastodon.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
|
@ -44,6 +44,26 @@ const { title } = Astro.props;
|
||||||
<div
|
<div
|
||||||
class="bg-pink-200 border-purple-400 border-4 rounded-md p-2 text-center"
|
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>
|
<tt>Friends Sites</tt>
|
||||||
<div
|
<div
|
||||||
class="grid grid-cols-2 sm:flex sm:flex-wrap gap-2 p-2 justify-center items-center"
|
class="grid grid-cols-2 sm:flex sm:flex-wrap gap-2 p-2 justify-center items-center"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue