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>
|
</div>
|
||||||
<CardGrid stagger>
|
<CardGrid stagger>
|
||||||
<Card title="Kjeld Schouten" icon="pencil">
|
<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>
|
<hr>
|
||||||
<b>Ops and R&D Lead</b><br>
|
<b>Ops and R&D Lead</b><br>
|
||||||
<i> "MrPuffin"</i>
|
<i> "MrPuffin"</i>
|
||||||
|
|||||||
Reference in New Issue
Block a user