Files
knaeckeboot-eu/themes/bluewater/layouts/partials/footer.html
T
Konstantin Kollar 8529ee86e4 Initial commit
2022-10-03 21:13:35 +02:00

18 lines
531 B
HTML

<footer
class="bg-neutral-100 relative bottom-0 w-full border-t-2 border-neutral-300"
>
<div class="flex justify-center">
<div class="w-full md:w-2/3 px-4 md:px-0">
<div class="flex grid-rows-1 grid-cols-3 justify-between items-center">
<div>
<a href="/" class="" aria-label="logo">
<span class="text-lg text-primary-400"> Knäckeboot </span>
</a>
</div>
<div>Platzhalter</div>
<div>Weiterer Platzhalter</div>
</div>
</div>
</div>
</footer>