footer updates
This commit is contained in:
parent
880285da40
commit
8aea16455b
2 changed files with 8 additions and 7 deletions
|
@ -1,3 +1,5 @@
|
|||
she,her,,hers,herself
|
||||
he,him,,his,himself
|
||||
he,him,his,him,himself
|
||||
they,them,,their,themself
|
||||
it,its,,its,itself
|
||||
fae,faer,,femme,femmeself
|
||||
|
|
|
|
@ -1,18 +1,17 @@
|
|||
<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="#" class="font-bold">Gaiety</a> who uses fae/faer, she/her</li>
|
||||
<li><a href="#" class="font-bold">Angela</a> who uses it/its, she/her</li>
|
||||
<li><a href="#" class="font-bold">Rizzo</a> who uses he/him, they/them, xier/xies</li>
|
||||
<li><a href="http://argylewerewolf.com/" class="font-bold">Angela</a> who uses <a href="/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">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">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>, <a href="/xier/xies/xiese/xiesem" class="underline">xier/xies</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="space-y-2 lg:text-right">
|
||||
<p>This site has a license of some sort, and that's linked <a href="#" class="font-bold">here.</a></p>
|
||||
<p>This site uses <a href="https://gitlab.com/gaiety/pronoun-monster/-/blob/main/UNLICENSE" class="font-bold">the Unlicense</a></p>
|
||||
|
||||
<p>Thanks for visiting!</p>
|
||||
</div>
|
||||
</footer>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Reference in a new issue