footerwork
5c83970 · gmorell · 2026-05-21 22:51
Files changed
modified
lib/git_gud_web/controllers/page_html/home.html.heex
+18
−0
@@ -149,4 +149,22 @@
| 149 | 149 | navigate={~p"/admin/federation"} |
| 150 | 150 | /> |
| 151 | 151 | </section> |
| 152 | + | |
| 153 | + <footer class="py-10 sm:py-12 mt-8 border-t border-base-300 text-center"> | |
| 154 | + <p class="font-mono text-xs uppercase tracking-[0.25em] text-base-content/70 flex items-center justify-center gap-2"> | |
| 155 | + <span class="font-bold tracking-[0.16em]">GIT GUD</span> | |
| 156 | + <span class="opacity-50">·</span> | |
| 157 | + <span>a</span> | |
| 158 | + <%!-- | |
| 159 | + Hardcoded oklch from the neiam-co accent (the value every | |
| 160 | + ported theme assigns to --color-accent). Inline so the | |
| 161 | + NEIAM mark stays yellow regardless of which theme the | |
| 162 | + viewer has picked. | |
| 163 | + --%> | |
| 164 | + <span class="font-bold tracking-[0.16em]" style="color: oklch(96% 0.058 96);"> | |
| 165 | + <a href="https://neiam.org"> NEIAM </a> | |
| 166 | + </span> | |
| 167 | + <span>production</span> | |
| 168 | + </p> | |
| 169 | + </footer> | |
| 152 | 170 | </Layouts.app> |
Parents: df51bf9