Buttons page
This commit is contained in:
parent
13d8d21071
commit
d8cbd092b2
18 changed files with 337 additions and 73 deletions
|
|
@ -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 & Links</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>{{ partial "elements/crt-tv.html" . }}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue