9c29788210
CI / test (push) Has been cancelled
Adds frontend/public/logo.svg as a placeholder (rendered at /build/logo.svg after Vite build). Email template share_notification.html.twig swaps the text "WeVisto" header for an <img> referencing /build/logo.svg via absolute_url, so dropping in the final design swaps one file with no template change. bin/smoke.sh HOST now defaults to wevisto.com — legacy host still smoke- testable via HOST=pictureframe.edholm.me bin/smoke.sh under the dual- domain coexistence (Option C). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
14 lines
906 B
XML
14 lines
906 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 60" role="img" aria-label="WeVisto">
|
|
<!-- Placeholder logo. Replace this file with the final WeVisto mark
|
|
when the design lands; downstream consumers reference /build/logo.svg
|
|
and won't need code changes. -->
|
|
<rect x="1" y="1" width="238" height="58" rx="12" ry="12"
|
|
fill="#fdf6ee" stroke="#2a1e16" stroke-width="2" stroke-dasharray="4 3"/>
|
|
<text x="120" y="32" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif"
|
|
font-size="22" font-weight="700" fill="#2a1e16" text-anchor="middle"
|
|
dominant-baseline="middle">WeVisto</text>
|
|
<text x="120" y="48" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif"
|
|
font-size="9" font-weight="500" fill="#8a7060" text-anchor="middle"
|
|
letter-spacing="2">PLACEHOLDER</text>
|
|
</svg>
|