Add app icon assets and project notes

This commit is contained in:
Janpeter Visser 2026-04-18 18:50:27 +02:00
parent f5b459dadb
commit 899c1af824
10 changed files with 1040 additions and 0 deletions

BIN
app/apple-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

27
app/icon.svg Normal file
View file

@ -0,0 +1,27 @@
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="20" y="20" width="472" height="472" rx="116" fill="#F4EFE5"/>
<circle
cx="256"
cy="256"
r="144"
fill="none"
stroke="#20493B"
stroke-width="58"
stroke-linecap="round"
stroke-dasharray="660 210"
transform="rotate(-34 256 256)"
/>
<path
d="M164 294C189 274 221 264 256 264C291 264 323 274 348 294"
stroke="#D8C3A5"
stroke-width="30"
stroke-linecap="round"
/>
<path
d="M192 320C210 304 233 296 256 296C279 296 302 304 320 320"
stroke="#A7C957"
stroke-width="18"
stroke-linecap="round"
/>
<circle cx="362" cy="171" r="24" fill="#A7C957"/>
</svg>

After

Width:  |  Height:  |  Size: 734 B