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>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
||||
<rect width="64" height="64" rx="10" fill="#fdf6ee"/>
|
||||
<rect x="4" y="4" width="56" height="56" rx="7" fill="none" stroke="#1a3a5c" stroke-width="1.5"/>
|
||||
<!-- house silhouette: roof V over a small base, with bright yellow accent in negative -->
|
||||
<path d="M14 44 L32 18 L50 44 Z" fill="#1a3a5c"/>
|
||||
<path d="M22 44 L32 28 L42 44 Z" fill="#fdf6ee"/>
|
||||
<rect x="29" y="36" width="6" height="8" fill="#f0d000"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 481 B |
Reference in New Issue
Block a user