updated logo
All checks were successful
publish-latest / docker (push) Successful in 12s

This commit is contained in:
Johan Lundberg 2026-07-19 23:54:11 +02:00
parent bde90cbb9f
commit 202b67d93e
2 changed files with 25 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 735 B

After

Width:  |  Height:  |  Size: 996 B

Before After
Before After

View file

@ -1,11 +1,27 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
<!-- Pentagon house shape with pointed roof -->
<path d="M32 6 L54 22 L50 46 H14 L10 22 Z" stroke="currentColor" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
<!-- Light circle -->
<circle cx="32" cy="28" r="6.5" stroke="currentColor" stroke-width="3" fill="none"/>
<circle cx="32" cy="28" r="2" fill="#d97706"/>
<!-- Small dot accent (upper left) -->
<circle cx="19" cy="18" r="1.5" fill="currentColor"/>
<!-- Curved lower shield/visor -->
<path d="M16 44 Q24 58 32 58 Q40 58 48 44" stroke="currentColor" stroke-width="3.5" stroke-linecap="round" fill="none"/>
<title>Porchlight</title>
<style>
.structure { stroke: #292524; }
.door { fill: #e7e5e4; }
.glow { fill: #fef3c7; }
.lamp { fill: #d97706; }
@media (prefers-color-scheme: dark) {
.structure { stroke: #fafaf9; }
.door { fill: #44403c; }
.glow { fill: #78350f; }
.lamp { fill: #fbbf24; }
}
</style>
<!-- A simple porch: shelter, doorway, and a warm light left on. -->
<path class="structure" d="M8 25 32 7l24 18M13 25h38M16 25v28M48 25v28M10 53h44"
stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<path class="door" d="M22 52V38a10 10 0 0 1 20 0v14Z"/>
<path class="structure" d="M22 52V38a10 10 0 0 1 20 0v14"
stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
<circle class="glow" cx="32" cy="22" r="8"/>
<path class="structure" d="M32 12v5" stroke-width="3" stroke-linecap="round"/>
<circle class="lamp" cx="32" cy="22" r="4"/>
</svg>

Before

Width:  |  Height:  |  Size: 694 B

After

Width:  |  Height:  |  Size: 1 KiB

Before After
Before After