pronoun-monster/src/views/partials/footer.handlebars

17 lines
1.2 KiB
Handlebars

<footer class="flex-end border-t mt-10 pt-10 lg:flex lg:flex-row lg:justify-between lg:gap-6">
<div>
<h3 class="leading-9 mb-2">Made by monsters</h3>
<ul class="mb-10">
<li><a href="http://argylewerewolf.com/" class="font-bold underline">Angela</a> who uses <a href="/it/it/its/its/itself" class="underline">it/its</a>, <a href="/she/her/hers/herself" class="underline ">she/her</a></li>
<li><a href="https://gaiety.me/" class="font-bold underline">Gaiety</a> who uses <a href="/fae/faer/femme/femmeself" class="underline">fae/faer</a>, <a href="/she/her/hers/herself" class="underline">she/her</a></li>
<li><a href="https://goth.dev/" class="font-bold underline">Rizzo</a> who uses <a href="/he/him/his/him/himself" class="underline">he/his</a>, <a href="/they/them/their/themself" class="underline">they/them</a>, xier/xien 🇩🇪</li>
</ul>
</div>
<div class="space-y-2 lg:text-right">
<p>This site uses <a href="https://gitlab.com/gaiety/pronoun-monster/-/blob/main/UNLICENSE" class="font-bold">the Unlicense</a> and icons from <a href="https://pronouns.design/" class="font-bold">pronouns.design</a></p>
<p>Thanks for visiting!</p>
</div>
</footer>