Buttons page

This commit is contained in:
Dan 2026-01-13 10:07:48 +00:00
parent 13d8d21071
commit d8cbd092b2
18 changed files with 337 additions and 73 deletions

View file

@ -265,7 +265,7 @@
</div>
<div>
<div class="nav-floppy">
<div class="nav-floppy top">
<a href="/guestbook/">
{{ partial "elements/floppy.html" (dict "title" "Guestbook" "lines"
(slice "" "" "DO NOT DELETE" "" "") "bgColor" "#1a4d8f" "bgColorDark"
@ -273,6 +273,14 @@
<div class="nav-floppy-text">Guestbook</div>
</a>
</div>
<div class="nav-floppy bottom">
<a href="/buttons/">
{{ partial "elements/floppy.html" (dict "title" "Buttons" "lines" (slice
"" "" "NOT STICKERS" "" "") "bgColor" "#85112e" "bgColorDark" "#660a21")
}}
<div class="nav-floppy-text">Buttons &amp; Links</div>
</a>
</div>
</div>
<div>{{ partial "elements/crt-tv.html" . }}</div>