Setup a very basic starting point for the website
This commit is contained in:
parent
f1f454b6f9
commit
99f8089b6d
20 changed files with 324 additions and 22 deletions
4
src/components/FriendLink.astro
Normal file
4
src/components/FriendLink.astro
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
const { name, image, target } = Astro.props;
|
||||
---
|
||||
<a href={`${target}`}><img class="badge" src={`${image}`} alt={`${name}`} decoding="async" /></a>
|
Loading…
Add table
Add a link
Reference in a new issue