add example icon urls to team cards
This commit is contained in:
@@ -36,6 +36,16 @@ const iconClass = "mr-2 group-hover:animate-ping";
|
||||
</div>
|
||||
<CardGrid stagger>
|
||||
<Card title="Kjeld Schouten" icon="pencil">
|
||||
<a
|
||||
class="link-no-deco hover:scale-110 flex flex-row items-center gap-1 hover:border-b-4 border-tc-primary transition-all"
|
||||
href="https://github.com/privatepuffin"
|
||||
data-astro-prefetch="load"
|
||||
>
|
||||
<Icon
|
||||
class="w-5 h-5 max-md:hidden max-lg:hidden text-[var(--sl-color-gray-2)]"
|
||||
name="github"
|
||||
/>
|
||||
</a>
|
||||
<hr>
|
||||
<b>Ops and R&D Lead</b><br>
|
||||
<i> "MrPuffin"</i>
|
||||
|
||||
Reference in New Issue
Block a user