File size: 1,062 Bytes
e76ee02 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | <svg viewBox="0 0 650 80" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>
text { font-family: 'JetBrains Mono', 'Fira Code', 'SF Mono', Consolas, monospace; }
.label { font-size: 12px; fill: #c9d1d9; }
.arrow { fill: #30363d; }
line { stroke: #30363d; stroke-width: 1; }
</style>
</defs>
<rect width="650" height="80" fill="#0d1117"/>
<text x="20" y="45" class="label">Local dev</text>
<line x1="95" y1="42" x2="135" y2="42"/>
<polygon points="140,42 132,38 132,46" class="arrow"/>
<text x="145" y="45" class="label">Hub</text>
<line x1="180" y1="42" x2="220" y2="42"/>
<polygon points="225,42 217,38 217,46" class="arrow"/>
<text x="230" y="45" class="label">agentskills.io</text>
<line x1="360" y1="42" x2="400" y2="42"/>
<polygon points="405,42 397,38 397,46" class="arrow"/>
<text x="410" y="45" class="label">Marketplace</text>
<line x1="530" y1="42" x2="570" y2="42"/>
<polygon points="575,42 567,38 567,46" class="arrow"/>
<text x="580" y="45" class="label">Agent</text>
</svg>
|