feat: animate header logo with counter-rotating rings, static in footer

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-29 10:37:38 +02:00
parent 18e0e36f41
commit 356098496d
3 changed files with 88 additions and 63 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<!-- Brand -->
<div>
<a href="/" class="logo-glitch block mb-4 hover:opacity-90 transition-opacity w-fit" aria-label="{{ .Site.Title }} Home">
{{- partial "logo.html" (dict "id" "footer" "class" "h-10 w-auto") -}}
{{- partial "logo.html" (dict "id" "footer" "class" "h-10 w-auto logo-static") -}}
</a>
<p class="label text-fog max-w-xs leading-loose">{{ .Site.Params.description }}</p>
</div>