mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-08-31 22:36:53 +00:00
22 lines
2.0 KiB
HTML
22 lines
2.0 KiB
HTML
{{ define "footer" }}
|
|
<footer class="footer footer-center bg-base-200 text-base-content p-6 pt-20 mt-auto relative">
|
|
<img src="/static/wave-pattern.svg" alt="" width="1440" height="64" loading="lazy" decoding="async" class="absolute top-0 left-0 w-full h-16 pointer-events-none rotate-180" aria-hidden="true">
|
|
<nav class="flex flex-wrap justify-center items-center gap-x-2 gap-y-1 text-sm">
|
|
<a href="/privacy" class="link link-hover">Privacy</a>
|
|
<span class="text-base-content/30">·</span>
|
|
<a href="/terms" class="link link-hover">Terms</a>
|
|
<span class="text-base-content/30">·</span>
|
|
<a href="https://bsky.app/profile/atcr.io" target="_blank" rel="noopener" class="link link-hover inline-flex items-center gap-1">
|
|
<svg class="size-3.5" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 568 501"><path fill="currentColor" d="M123.121 33.664C188.241 82.553 258.281 181.68 284 234.873c25.719-53.192 95.759-152.32 160.879-201.21C491.866-1.611 568-28.906 568 57.947c0 17.346-9.945 145.713-15.778 166.555-20.275 72.453-94.155 90.933-159.875 79.748C507.222 323.8 536.444 388.56 473.333 453.32c-119.86 122.992-172.272-30.859-185.702-70.281-2.462-7.227-3.614-10.608-3.631-7.733-.017-2.875-1.169.506-3.631 7.733-13.43 39.422-65.842 193.273-185.702 70.281-63.111-64.76-33.89-129.52 80.986-149.071-65.72 11.185-139.6-7.295-159.875-79.748C9.945 203.659 0 75.291 0 57.946 0-28.906 76.135-1.612 123.121 33.664Z"/></svg>
|
|
Bluesky
|
|
</a>
|
|
<span class="text-base-content/30">·</span>
|
|
<a href="https://tangled.org/evan.jarrett.net/at-container-registry" target="_blank" rel="noopener" class="link link-hover inline-flex items-center gap-1">
|
|
<img src="/static/tangled-black.svg" alt="" width="14" height="14" loading="lazy" decoding="async" class="size-3.5 icon-light">
|
|
<img src="/static/tangled-white.svg" alt="" width="14" height="14" loading="lazy" decoding="async" class="size-3.5 icon-dark">
|
|
Source
|
|
</a>
|
|
</nav>
|
|
</footer>
|
|
{{ end }}
|