build(b2b): b2b statik varliklari ve sayfa derlemeleri guncellendi

This commit is contained in:
Ümit Tunç
2026-09-01 14:58:52 +03:00
parent b9a069b905
commit 64a997f3c3
8 changed files with 92 additions and 76 deletions
+16
View File
@@ -0,0 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#1D4ED8"/>
<stop offset="0.55" stop-color="#2563EB"/>
<stop offset="1" stop-color="#22D3EE"/>
</linearGradient>
<linearGradient id="ring" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#22D3EE" stop-opacity="0.9"/>
<stop offset="1" stop-color="#67E8F9" stop-opacity="0.5"/>
</linearGradient>
</defs>
<rect width="512" height="512" rx="112" fill="url(#bg)"/>
<circle cx="256" cy="256" r="168" fill="none" stroke="url(#ring)" stroke-width="10" opacity="0.85"/>
<text x="256" y="292" text-anchor="middle" font-family="Plus Jakarta Sans, Segoe UI, system-ui, sans-serif" font-size="148" font-weight="800" fill="#FFFFFF" letter-spacing="-4">B2B</text>
</svg>

After

Width:  |  Height:  |  Size: 898 B