Initial project version

This commit is contained in:
Анна
2026-07-22 15:38:00 +03:00
commit 8a50c07cf5
24 changed files with 1127 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1546" height="132" viewBox="0 0 1546 132">
<defs>
<filter id="capital-card-shadow" x="-10%" y="-40%" width="120%" height="180%">
<feDropShadow dx="0" dy="8" stdDeviation="12" flood-color="#0b3f62" flood-opacity="0.55"/>
</filter>
<filter id="capital-value-glow" x="-18%" y="-100%" width="136%" height="300%">
<feGaussianBlur in="SourceGraphic" stdDeviation="8" result="wideGlow"/>
<feGaussianBlur in="SourceGraphic" stdDeviation="3" result="tightGlow"/>
<feColorMatrix in="wideGlow" type="matrix" values="0 0 0 0 0.48 0 0 0 0 0.79 0 0 0 0 0.98 0 0 0 .42 0" result="blueWide"/>
<feColorMatrix in="tightGlow" type="matrix" values="0 0 0 0 0.72 0 0 0 0 0.90 0 0 0 0 1 0 0 0 .55 0" result="blueTight"/>
<feMerge>
<feMergeNode in="blueWide"/>
<feMergeNode in="blueTight"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<g id="Финансовые показатели — точная подсветка HTML">
<text x="0" y="88" fill="#c9dbea" font-family="Clear Sans, Arial, sans-serif" font-size="20" font-weight="600">Финансовые показатели</text>
<g id="Уставный капитал — HTML 1 в 1">
<rect x="805" y="31" width="732" height="84" rx="21" fill="#174f77" filter="url(#capital-card-shadow)"/>
<text x="827" y="86" fill="#d7e8f4" font-family="Clear Sans, Arial, sans-serif" font-size="30" font-weight="700">Уставный капитал</text>
<text x="1512" y="90" text-anchor="end" fill="#ffffff" font-family="Clear Sans, Arial, sans-serif" font-size="40" font-weight="700" filter="url(#capital-value-glow)">744 000 000,00 руб.</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB