docs: add starter mdx posts
This commit is contained in:
17
public/starter-diagram.svg
Normal file
17
public/starter-diagram.svg
Normal file
@@ -0,0 +1,17 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 540" role="img" aria-labelledby="title desc">
|
||||
<title id="title">Starter design diagram</title>
|
||||
<desc id="desc">Three connected nodes labeled design, content, and build.</desc>
|
||||
<rect width="900" height="540" rx="36" fill="#f8fafc"/>
|
||||
<path d="M250 270h400" stroke="#94a3b8" stroke-width="12" stroke-linecap="round"/>
|
||||
<path d="M450 185v170" stroke="#94a3b8" stroke-width="12" stroke-linecap="round"/>
|
||||
<g font-family="ui-sans-serif, system-ui, sans-serif" font-weight="700" text-anchor="middle">
|
||||
<circle cx="250" cy="270" r="98" fill="#dbeafe" stroke="#2563eb" stroke-width="8"/>
|
||||
<text x="250" y="282" fill="#1e3a8a" font-size="34">Design</text>
|
||||
<circle cx="650" cy="270" r="98" fill="#dcfce7" stroke="#16a34a" stroke-width="8"/>
|
||||
<text x="650" y="282" fill="#14532d" font-size="34">Content</text>
|
||||
<circle cx="450" cy="150" r="88" fill="#fef3c7" stroke="#d97706" stroke-width="8"/>
|
||||
<text x="450" y="162" fill="#78350f" font-size="32">Build</text>
|
||||
<circle cx="450" cy="390" r="88" fill="#fce7f3" stroke="#db2777" stroke-width="8"/>
|
||||
<text x="450" y="402" fill="#831843" font-size="32">Ship</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user