Scaffold: fork of Chambers architecture, renamed to Boardroom Map

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Jonathan Kirkwood
2026-07-06 13:10:25 -05:00
co-authored by Claude Fable 5
commit 1dde915540
48 changed files with 4025 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" width="256" height="256">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#171b24"/>
<stop offset="1" stop-color="#0e1118"/>
</linearGradient>
</defs>
<rect width="256" height="256" rx="48" fill="url(#bg)"/>
<!-- document -->
<rect x="74" y="56" width="92" height="120" rx="8" fill="#e9edf5"/>
<rect x="88" y="78" width="64" height="7" rx="3.5" fill="#9aa3b5"/>
<rect x="88" y="96" width="64" height="7" rx="3.5" fill="#9aa3b5"/>
<rect x="88" y="114" width="44" height="7" rx="3.5" fill="#9aa3b5"/>
<!-- magnifying glass (the review) -->
<circle cx="158" cy="150" r="34" fill="none" stroke="#c9a24b" stroke-width="10"/>
<line x1="182" y1="174" x2="206" y2="198" stroke="#c9a24b" stroke-width="12" stroke-linecap="round"/>
<circle cx="158" cy="150" r="20" fill="#c9a24b" opacity="0.18"/>
</svg>

After

Width:  |  Height:  |  Size: 941 B