File size: 1,513 Bytes
fa2f35e | 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 36 | <svg viewBox="0 0 1200 400" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="The Context Course banner.">
<defs>
<style>
text { font-family: 'JetBrains Mono', 'Fira Code', 'SF Mono', Consolas, monospace; }
.brand { font-size: 64px; fill: #c9d1d9; font-weight: 700; letter-spacing: -1px; }
.chip { font-size: 14px; fill: #c9d1d9; font-weight: 700; }
.flow { stroke: #30363d; stroke-width: 1.5; fill: none; }
</style>
<marker id="arr" markerWidth="9" markerHeight="9" refX="7" refY="4" orient="auto">
<path d="M0,0 L8,4 L0,8 z" fill="#30363d"/>
</marker>
</defs>
<rect width="1200" height="400" fill="#0d1117"/>
<text x="60" y="180" class="brand">The Context Course</text>
<g transform="translate(60, 240)">
<rect x="0" y="0" width="120" height="44" rx="6" fill="#161b22" stroke="#30363d"/>
<text x="28" y="28" class="chip">prompt</text>
<path d="M 120 22 L 198 22" class="flow" marker-end="url(#arr)"/>
<rect x="200" y="0" width="120" height="44" rx="22" fill="#1f2937" stroke="#58a6ff" stroke-width="1.5"/>
<circle cx="220" cy="22" r="5" fill="#58a6ff"/>
<text x="234" y="28" class="chip">LLM</text>
<path d="M 320 22 L 398 22" class="flow" marker-end="url(#arr)"/>
<rect x="400" y="0" width="120" height="44" rx="6" fill="#161b22" stroke="#30363d"/>
<text x="436" y="28" class="chip">tool</text>
<path d="M 460 44 C 460 90 260 90 260 60 L 260 46" class="flow" marker-end="url(#arr)"/>
</g>
</svg>
|