|
17 | 17 | <body> |
18 | 18 | <div class="lockup"> |
19 | 19 | <!-- |
20 | | - Obol Stack wordmark, reconstructed by hand from the existing 138×24 |
21 | | - PNG. Three layered parallelograms (the "stack" mark) right-aligned, |
22 | | - stepping inward from top to bottom, plus DM Sans "Obol Stack" text. |
23 | | - Single light fill (#d9eef3 — same as text-light token) per design |
24 | | - review: it's one cohesive lockup, not mark-then-text two-tone. |
| 20 | + Obol Stack wordmark. Three identical parallelograms (path data lifted |
| 21 | + from the brand source in obol-stack-front-end/public/tmp.xml) scaled |
| 22 | + from the source 269×169 viewBox down to ~45×28, then offset 1px right |
| 23 | + so the bottom bar's negative-x is visible. Single light fill — |
| 24 | + neumorphic filter chain in the source is intentionally omitted (this |
| 25 | + is a wordmark, not a hero icon). |
25 | 26 | --> |
26 | 27 | <svg viewBox="0 0 165 28" xmlns="http://www.w3.org/2000/svg" width="165" height="28"> |
27 | | - <g fill="#d9eef3"> |
28 | | - <!-- Top bar (widest) --> |
29 | | - <path d="M0 5 L36 5 L40 11 L4 11 Z" /> |
30 | | - <!-- Middle bar --> |
31 | | - <path d="M6 13 L36 13 L40 19 L10 19 Z" /> |
32 | | - <!-- Bottom bar (smallest, but still right-aligned) --> |
33 | | - <path d="M12 21 L36 21 L40 27 L16 27 Z" /> |
| 28 | + <g fill="#d9eef3" transform="translate(1, 0) scale(0.1657)"> |
| 29 | + <path d="M 189.751 48.141 L 36.393 48.141 L 82.61 0 L 233.868 0 Z" /> |
| 30 | + <path d="M 225.333 109.208 L 71.975 109.208 L 118.192 61.067 L 269.45 61.067 Z" /> |
| 31 | + <path d="M 152.746 168.855 L -0.613 168.855 L 45.605 120.714 L 196.862 120.714 Z" /> |
34 | 32 | </g> |
35 | 33 | <text |
36 | | - x="52" |
| 34 | + x="56" |
37 | 35 | y="22" |
38 | 36 | font-family="DM Sans, system-ui, -apple-system, sans-serif" |
39 | 37 | font-weight="400" |
40 | 38 | font-size="20" |
41 | 39 | letter-spacing="-0.5" |
42 | 40 | fill="#d9eef3" |
43 | | - >Obol<tspan font-weight="700" dx="2">Stack</tspan></text> |
| 41 | + >Obol<tspan font-weight="700"> Stack</tspan></text> |
44 | 42 | </svg> |
45 | 43 | </div> |
46 | 44 | </body> |
|
0 commit comments