16 lines
818 B
HTML
16 lines
818 B
HTML
<footer class="bg-grayish inline-grid grid-cols-3 pt-8 pb-9">
|
|
<div class="m-auto min-w-fit flex flex-col justify-center col-start-2">
|
|
<img src="/interpeer-logo-small.svg" class="h-6 mb-6 w-fit m-auto " alt="Logo Interpeer small">
|
|
<div class="relative flex w-fit">
|
|
<p class="w-28 h-5 text-base leading-tight underline text-center text-salmon">
|
|
Codeberg</p>
|
|
<p class="w-28 h-5 text-base leading-tight underline text-center text-salmon">
|
|
Mastodon</p>
|
|
</div>
|
|
</div>
|
|
<div class="items-end mt-auto">
|
|
<p class="w-72 h-9 text-base leading-tight text-right text-forest">The Interpeer Project was created and
|
|
maintained by <a href="#" class="text-salmon">Jens
|
|
Finkhauser.</a></p>
|
|
</div>
|
|
</footer> |