character-ref/src/sebin/clothing.md
2025-04-25 00:15:50 +02:00

41 lines
922 B
Markdown

---
eleventyNavigation:
key: Clothing
order: 5
gallery: [
{
alt: Sebin's casual outfit,
artist: coffeerelated,
href: https://bsky.app/profile/sulyyasprings.bsky.social
},
{
alt: Sebin's cold weather outfit,
artist: Lara Belém,
href: https://bsky.app/profile/la-scarabie.bsky.social
},
{
alt: Sebin's workout attire,
artist: Atlas,
href: https://twitter.com/turquoize_art
},
{
alt: Sebin in his favorite boxers,
artist: Fern,
href: https://bsky.app/profile/thenamelesshare.bsky.social
}
]
---
Sebin knows how to dress!
<ref-gallery>
<ref-img webc:for="ref of Array(4).keys()"
:src="`ref-clothes-${ref + 1}.png`"
:alt="$data.gallery[ref].alt"
:href="$data.gallery[ref].href"
:width="[500, 1000]"
:@char="$data.firstName.toLowerCase()"
:@artist="$data.gallery[ref].artist"
:@dropshadow="false"
></ref-img>
</ref-gallery>