e84b87ed16
🔧 fix: update navigation href resolution to include localized paths 🆕 feat: add new FeatureIcon component for feature boxes 🎨 style: improve styling for prose elements in richtext blocks 🛠️ refactor: streamline medialib image loading and caching logic 📦 chore: update mock data handling to support new medialib entries 🔄 chore: synchronize i18n initialization and locale management 📝 docs: update video tour descriptions to reflect recent changes
30 lines
2.0 KiB
XML
30 lines
2.0 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 900" role="img" aria-labelledby="title desc">
|
|
<title id="title">Tibi Starter admin preview</title>
|
|
<desc id="desc">Abstract admin preview illustration for the Tibi starter project.</desc>
|
|
<defs>
|
|
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#0f2d45" />
|
|
<stop offset="50%" stop-color="#1f5f7a" />
|
|
<stop offset="100%" stop-color="#d9e7f1" />
|
|
</linearGradient>
|
|
<linearGradient id="card" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.95" />
|
|
<stop offset="100%" stop-color="#dfeaf2" stop-opacity="0.92" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="1600" height="900" fill="url(#bg)" />
|
|
<circle cx="1320" cy="140" r="160" fill="#ffffff" fill-opacity="0.14" />
|
|
<circle cx="260" cy="760" r="220" fill="#ffffff" fill-opacity="0.09" />
|
|
<rect x="180" y="150" width="1240" height="600" rx="36" fill="url(#card)" />
|
|
<rect x="240" y="210" width="280" height="480" rx="24" fill="#10324a" fill-opacity="0.92" />
|
|
<rect x="570" y="230" width="780" height="74" rx="18" fill="#1f5f7a" fill-opacity="0.18" />
|
|
<rect x="570" y="340" width="360" height="250" rx="24" fill="#1f5f7a" fill-opacity="0.16" />
|
|
<rect x="970" y="340" width="380" height="110" rx="24" fill="#1f5f7a" fill-opacity="0.13" />
|
|
<rect x="970" y="480" width="380" height="110" rx="24" fill="#1f5f7a" fill-opacity="0.13" />
|
|
<path d="M300 300h160M300 360h160M300 420h160M300 480h110" stroke="#e7f0f6" stroke-width="22" stroke-linecap="round" />
|
|
<path d="M635 470l92-92 78 78 142-142 180 180" fill="none" stroke="#0f2d45" stroke-width="28" stroke-linecap="round" stroke-linejoin="round" />
|
|
<circle cx="748" cy="330" r="34" fill="#0f2d45" />
|
|
<text x="570" y="275" fill="#10324a" font-family="Georgia, serif" font-size="42" font-weight="700">Tibi Admin Nova Starter</text>
|
|
<text x="570" y="655" fill="#10324a" font-family="Arial, sans-serif" font-size="34">Lean starter base with content, media, i18n, and SSR.</text>
|
|
</svg>
|