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,29 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
||||
<rect width="64" height="64" rx="10" fill="#1a3a5c"/>
|
||||
<!-- sky highlight -->
|
||||
<rect x="0" y="0" width="64" height="36" fill="#2a5478"/>
|
||||
<!-- buildings as colored vertical bars (Camogli houses are tall narrow row-houses in ochre/coral/cream) -->
|
||||
<g>
|
||||
<rect x="6" y="22" width="6" height="34" fill="#c97c3a"/>
|
||||
<rect x="13" y="18" width="7" height="38" fill="#dba068"/>
|
||||
<rect x="21" y="14" width="6" height="42" fill="#e8c889"/>
|
||||
<rect x="28" y="20" width="7" height="36" fill="#c45230"/>
|
||||
<rect x="36" y="16" width="6" height="40" fill="#dba068"/>
|
||||
<rect x="43" y="22" width="7" height="34" fill="#c97c3a"/>
|
||||
<rect x="51" y="19" width="6" height="37" fill="#e8c889"/>
|
||||
<!-- tiny dark windows for character (only readable at >=32) -->
|
||||
<g fill="#1a3a5c" opacity="0.85">
|
||||
<rect x="8" y="28" width="2" height="2"/><rect x="8" y="36" width="2" height="2"/><rect x="8" y="44" width="2" height="2"/>
|
||||
<rect x="15" y="24" width="2" height="2"/><rect x="15" y="32" width="2" height="2"/><rect x="15" y="40" width="2" height="2"/><rect x="15" y="48" width="2" height="2"/>
|
||||
<rect x="23" y="20" width="2" height="2"/><rect x="23" y="30" width="2" height="2"/><rect x="23" y="40" width="2" height="2"/><rect x="23" y="50" width="2" height="2"/>
|
||||
<rect x="30" y="26" width="2" height="2"/><rect x="30" y="36" width="2" height="2"/><rect x="30" y="46" width="2" height="2"/>
|
||||
<rect x="38" y="22" width="2" height="2"/><rect x="38" y="32" width="2" height="2"/><rect x="38" y="42" width="2" height="2"/><rect x="38" y="52" width="2" height="2"/>
|
||||
<rect x="45" y="28" width="2" height="2"/><rect x="45" y="38" width="2" height="2"/><rect x="45" y="48" width="2" height="2"/>
|
||||
<rect x="53" y="25" width="2" height="2"/><rect x="53" y="35" width="2" height="2"/><rect x="53" y="45" width="2" height="2"/>
|
||||
</g>
|
||||
</g>
|
||||
<!-- water reflection band -->
|
||||
<rect x="0" y="56" width="64" height="8" fill="#5e8cb0"/>
|
||||
<!-- yellow sun above buildings (the "V" accent reduced to a single dot) -->
|
||||
<circle cx="51" cy="10" r="4" fill="#f0d000"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
Reference in New Issue
Block a user