logo
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# shokku
|
# shokku
|
||||||
_(show-dokku)_
|
_(show-dokku)_
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
A friendly interface for [Dokku](https://github.com/dokku/dokku)
|
A friendly interface for [Dokku](https://github.com/dokku/dokku)
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
@@ -6,9 +6,13 @@
|
|||||||
|
|
||||||
<div class="navbar bg-neutral text-neutral-content flex items-center justify-between p-4 mx-auto">
|
<div class="navbar bg-neutral text-neutral-content flex items-center justify-between p-4 mx-auto">
|
||||||
<slot name="sidebar-toggle" />
|
<slot name="sidebar-toggle" />
|
||||||
<div class="flex-1">
|
<a href={base + "/"}>
|
||||||
<a href={base + "/"} class="btn btn-ghost normal-case text-xl">shokku</a>
|
<div class="flex-1 gap-4 flex-row btn btn-ghost text-2xl">
|
||||||
|
<img class="w-10 h-10"
|
||||||
|
src="{base}/images/whale-boat-sm.png" alt="whale in boat logo" />
|
||||||
|
<span class="normal-case">shokku</span>
|
||||||
</div>
|
</div>
|
||||||
|
</a>
|
||||||
<div class="flex-none">
|
<div class="flex-none">
|
||||||
<ul class="menu menu-horizontal px-3 gap-2">
|
<ul class="menu menu-horizontal px-3 gap-2">
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.7 KiB |
BIN
web/static/images/whale-boat-sm.png
Normal file
BIN
web/static/images/whale-boat-sm.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
web/static/images/whale-boat.png
Normal file
BIN
web/static/images/whale-boat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
Reference in New Issue
Block a user