mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
- Created wordmark-white.svg with white text for branding use. - Created wordmark.svg with dark text for branding use.
10 lines
523 B
XML
10 lines
523 B
XML
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 720 200" fill="none">
|
|
<rect width="720" height="200" rx="16" fill="#0f172a"/>
|
|
<text x="220" y="105" font-family="Nunito, Inter, system-ui, sans-serif" font-size="64" font-weight="800" fill="#ffffff">
|
|
<tspan>Snap</tspan><tspan fill="#3b82f6">Otter</tspan>
|
|
</text>
|
|
<text x="220" y="140" font-family="Inter, system-ui, sans-serif" font-size="18" fill="#94a3b8">
|
|
Self-hosted image processing suite
|
|
</text>
|
|
</svg>
|