Skip to content

Instantly share code, notes, and snippets.

@rgstephens
Created September 14, 2026 05:55
Show Gist options
  • Select an option

  • Save rgstephens/733f56f17d490d72664dbb2a5058ac54 to your computer and use it in GitHub Desktop.

Select an option

Save rgstephens/733f56f17d490d72664dbb2a5058ac54 to your computer and use it in GitHub Desktop.
tourneycard #257 — Nine Point Nassau leaderboard discoverability design options
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" width="380" height="660" viewBox="0 0 380 660" font-family="Inter, ui-sans-serif, system-ui, sans-serif">
<rect width="380" height="660" fill="#eef3ee"/>
<text x="190" y="26" text-anchor="middle" font-size="15" font-weight="800" fill="#364958">Option 1 — Fairway Card</text>
<text x="190" y="44" text-anchor="middle" font-size="11" fill="#55828b">Round scorecard · Leaders tab</text>
<!-- phone frame -->
<rect x="20" y="60" width="340" height="540" rx="30" fill="#f7fbf8" stroke="#3b6064" stroke-width="2"/>
<clipPath id="clip1"><rect x="20" y="60" width="340" height="540" rx="30"/></clipPath>
<g clip-path="url(#clip1)">
<!-- top app bar -->
<rect x="20" y="60" width="340" height="52" fill="#3b6064"/>
<text x="42" y="92" font-size="18" fill="#f7fbf8">‹</text>
<text x="66" y="90" font-size="13" font-weight="700" fill="#f7fbf8">Round 1 · Broadmoor</text>
<!-- team match card (signature: gold-bordered dark card bridging the two registers) -->
<rect x="36" y="128" width="308" height="176" rx="14" fill="#203b3f" stroke="#f1d27a" stroke-width="1.5"/>
<line x1="52" y1="156" x2="52" y2="146" stroke="#f1d27a" stroke-width="1.6" stroke-linecap="round"/>
<path d="M52 146 L61 148.5 L52 151 Z" fill="#f1d27a"/>
<text x="66" y="155" font-size="10.5" font-weight="800" fill="#f1d27a" letter-spacing="0.09em" font-family="SFMono-Regular, Consolas, monospace">TEAM MATCH · LIVE</text>
<text x="60" y="192" font-size="20" font-weight="800" fill="#f7fbf1">CRIMSON</text>
<text x="190" y="192" text-anchor="middle" font-size="20" font-weight="900" fill="#f1d27a">5.5 – 3.5</text>
<text x="320" y="192" text-anchor="end" font-size="20" font-weight="800" fill="#f7fbf1">CARDINAL</text>
<text x="60" y="220" font-size="12" fill="#b8ceca">Thru 15 · Back nine: Crimson +1</text>
<text x="60" y="240" font-size="11" fill="#8fb0ac">Nine Point Nassau</text>
<rect x="228" y="256" width="100" height="30" rx="15" fill="#f1d27a"/>
<text x="278" y="275" text-anchor="middle" font-size="11" font-weight="800" fill="#203b3f">View board ›</text>
<!-- existing round-games empty state, unchanged, below the new card -->
<text x="36" y="332" font-size="10.5" font-weight="800" fill="#55828b" letter-spacing="0.08em" font-family="SFMono-Regular, Consolas, monospace">ROUND GAMES</text>
<line x1="36" y1="342" x2="344" y2="342" stroke="#c9e4ca" stroke-width="1"/>
<text x="36" y="368" font-size="12.5" fill="#6b7d85">No skins or side games have been added</text>
<text x="36" y="386" font-size="12.5" fill="#6b7d85">for this round yet.</text>
<text x="190" y="452" text-anchor="middle" font-size="10" fill="#a9bcb8">TourneyCard Vers 1.0.0</text>
<!-- bottom player dock -->
<rect x="30" y="472" width="320" height="46" rx="12" fill="#f7fbf8" stroke="#3b6064" stroke-opacity="0.2"/>
<g font-size="10.5" font-weight="800" fill="#3b6064" text-anchor="middle">
<text x="97" y="491">⚑</text><text x="97" y="507">SCORE</text>
<text x="190" y="491">▤</text><text x="190" y="507">CARD</text>
<text x="283" y="491">🏆</text><text x="283" y="507">LEADERS</text>
</g>
<rect x="255" y="513" width="56" height="3" rx="1.5" fill="#e8c15b"/>
</g>
<text x="190" y="640" text-anchor="middle" font-size="11" fill="#55828b">Same card also appears on the tournament home hero</text>
</svg>
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment