Skip to content

Commit 80bd07e

Browse files
committed
Update images
1 parent 77c43c5 commit 80bd07e

3 files changed

Lines changed: 25 additions & 26 deletions

File tree

765 Bytes
Loading
Lines changed: 13 additions & 12 deletions
Loading

web/public-storefront/scripts/build-wordmark.html

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,28 @@
1717
<body>
1818
<div class="lockup">
1919
<!--
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).
2526
-->
2627
<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" />
3432
</g>
3533
<text
36-
x="52"
34+
x="56"
3735
y="22"
3836
font-family="DM Sans, system-ui, -apple-system, sans-serif"
3937
font-weight="400"
4038
font-size="20"
4139
letter-spacing="-0.5"
4240
fill="#d9eef3"
43-
>Obol<tspan font-weight="700" dx="2">Stack</tspan></text>
41+
>Obol<tspan font-weight="700"> Stack</tspan></text>
4442
</svg>
4543
</div>
4644
</body>

0 commit comments

Comments
 (0)