Files
wakapi/views/footer.tpl.html
Ferdinand Mütsch 6a0ffe54e9 chore: page footer
2025-10-13 21:52:06 +02:00

18 lines
1.1 KiB
HTML

<footer class="absolute inset-x-0 bottom-0 flex justify-between w-full text-muted mt-20 items-center gap-x-4 py-4 max-w-screen-xl mx-auto">
<div class="text-xs font-mono font-semibold">
{{ getVersion }} @ {{ getDbType }}
</div>
<div class="font-semibold text-sm">
Made with &nbsp; <span class="iconify inline" data-icon="bi:heart-fill"></span>&nbsp; by <a href="https://muetsch.io" target="_blank" class="text-secondary hover:text-foreground">Ferdi</a>
<span>&nbsp;|&nbsp;</span>
Open source on &nbsp; <a href="https://github.com/muety/wakapi" target="_blank" rel="noreferrer noopener"><span class="iconify inline text-secondary hover:text-foreground" data-icon="codicon:github-inverted"></span></a>
{{ if eq getPublicUrl "https://wakapi.dev" }}
<span>&nbsp;|&nbsp;</span>
Hosted securely in &nbsp; <span class="iconify inline" data-icon="twemoji:flag-germany"></span>
{{ end }}
</div>
<div class="text-sm">
<a href="imprint" class="font-semibold hover:text-secondary">Imprint, Cookies & Data Privacy</a>
</div>
</footer>