01b6007b1c
CI / test (push) Has been cancelled
Self-contained HTML/CSS mockups proposing the brand-as-surface direction: - Camogli harbor photo as the permanent backdrop on every authenticated view - Six user themes rebuilt as atmospheric "dusks" (tinted overlays + accents) instead of cream variants - Frosted-glass cards on top of the photo - Same type system (Marcellus / Cormorant Garamond italic / Nunito body) shared between login and in-app Includes: - login-cinematic.html: canonical pre-auth example with Ken-Burns + grain - spa/home.html, library.html, settings.html: in-app views with the new chrome - spa/_tokens.css + _chrome.css: dusk system and frosted-glass primitives - favicons/A-D: in-progress icon directions - README.md with serving instructions and the porting checklist Saved as a durable design artifact so the iteration survives /tmp wipes and can be referred back to when porting to Vue. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
13 lines
599 B
XML
13 lines
599 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<clipPath id="wv-left"><rect x="0" y="0" width="32" height="64"/></clipPath>
|
|
<clipPath id="wv-right"><rect x="32" y="0" width="32" height="64"/></clipPath>
|
|
</defs>
|
|
<rect width="64" height="64" rx="12" fill="#1a3a5c"/>
|
|
<g font-family="system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
|
|
font-weight="900" font-size="56" text-anchor="middle">
|
|
<text x="32" y="50" fill="#fafafa" clip-path="url(#wv-left)">W</text>
|
|
<text x="32" y="50" fill="#f0d000" clip-path="url(#wv-right)">W</text>
|
|
</g>
|
|
</svg>
|