Add home "team by the numbers" showcase + why-a-winning-team-pays
Public /api/public/org-stats (from config.orgRootId, default 21) feeds a
prominent home-page band: share of the whole network, team size,
generations deep, and on-chain POL to the team — populated by bridge.js,
section hides itself if stats aren't ready. Paired with three mechanics
cards (spillover fills your matrix, depth pays as it climbs, the rotation
qualifies you) that make the "winning team" case honestly, plus the risk
caveat ("most participants may not profit") and a disclaimer link.
Live: 51.1% of members, 48 in the org, 10 generations, 25,423 POL.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -133,3 +133,12 @@ a.brand{text-decoration:none;color:inherit}
|
||||
.matrix .person{width:12px;height:16px}
|
||||
.matrix .person::before{width:6px;height:6px;left:3px;top:-4px}
|
||||
.person-more{color:var(--teal);font-weight:900;align-self:center;font-size:15px;line-height:1;margin-left:2px}
|
||||
|
||||
/* Home "team by the numbers" showcase */
|
||||
.team-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
|
||||
.team-stat{background:linear-gradient(180deg,rgba(16,40,63,.94),rgba(9,27,43,.96));border:1px solid #23425d;border-radius:var(--radius);padding:24px 18px;text-align:center;box-shadow:var(--shadow)}
|
||||
.team-stat .num{font-size:clamp(32px,4.4vw,50px);font-weight:900;line-height:1;color:var(--gold);letter-spacing:-1px}
|
||||
.team-stat .num.teal{color:var(--teal)}
|
||||
.team-stat .num.ok{color:var(--ok)}
|
||||
.team-stat small{display:block;color:var(--muted);margin-top:9px;font-size:13px;line-height:1.45}
|
||||
@media(max-width:720px){.team-stats{grid-template-columns:1fr 1fr}}
|
||||
|
||||
Reference in New Issue
Block a user