feat: add enamad, samandehi and official veterinary trust badges with admin settings

This commit is contained in:
Antigravity Bot
2026-08-30 22:00:06 +03:30
parent d44b57080a
commit e109f5d777
7 changed files with 248 additions and 37 deletions
+22
View File
@@ -0,0 +1,22 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 190" width="100%" height="100%">
<defs>
<linearGradient id="amberGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ea580c"/>
<stop offset="100%" stop-color="#9a3412"/>
</linearGradient>
<filter id="shadow4" x="-10%" y="-10%" width="120%" height="120%">
<feDropShadow dx="0" dy="4" stdDeviation="4" flood-color="#000" flood-opacity="0.1"/>
</filter>
</defs>
<rect x="5" y="5" width="150" height="180" rx="16" fill="#ffffff" stroke="#ffedd5" stroke-width="2" filter="url(#shadow4)"/>
<rect x="5" y="5" width="150" height="8" rx="4" fill="url(#amberGrad)"/>
<!-- Union Crest -->
<circle cx="80" cy="70" r="40" fill="#fff7ed" stroke="#c2410c" stroke-width="2"/>
<circle cx="80" cy="70" r="28" fill="url(#amberGrad)"/>
<path d="M 72 65 Q 80 55 88 65 Q 80 75 72 65" fill="#ffffff"/>
<circle cx="80" cy="72" r="4" fill="#ffffff"/>
<!-- Text -->
<text x="80" y="132" font-size="12" font-family="sans-serif" font-weight="bold" fill="#9a3412" text-anchor="middle">عضویت رسمی</text>
<text x="80" y="150" font-size="10" font-family="sans-serif" font-weight="bold" fill="#ea580c" text-anchor="middle">اتحادیه پرورش‌دهندگان طیور</text>
<text x="80" y="170" font-size="9" font-family="sans-serif" fill="#64748b" text-anchor="middle">مجتمع تولیدی مجاز</text>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB