Initial commit
Build and Push Docker Images / build (push) Successful in 29s

This commit is contained in:
2026-05-02 21:31:31 +03:00
commit fc2dd721e4
78 changed files with 5002 additions and 0 deletions
@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="1024" height="1024" viewBox="0 0 1024 1024" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGrad" x1="180" y1="120" x2="860" y2="900" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#FF7A7A"/>
<stop offset="0.38" stop-color="#F04444"/>
<stop offset="1" stop-color="#9F1239"/>
</linearGradient>
<linearGradient id="glassGrad" x1="250" y1="160" x2="610" y2="430" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#FFFFFF" stop-opacity="0.38"/>
<stop offset="1" stop-color="#FFFFFF" stop-opacity="0"/>
</linearGradient>
<linearGradient id="shadowGrad" x1="280" y1="250" x2="760" y2="760" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#000000" stop-opacity="0"/>
<stop offset="1" stop-color="#4A0417" stop-opacity="0.32"/>
</linearGradient>
<linearGradient id="letterGrad" x1="310" y1="330" x2="760" y2="710" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#FFFFFF"/>
<stop offset="1" stop-color="#FDECEC"/>
</linearGradient>
<filter id="outerShadow" x="120" y="120" width="784" height="784" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feDropShadow dx="0" dy="18" stdDeviation="28" flood-color="#4A0417" flood-opacity="0.28"/>
</filter>
<filter id="letterShadow" x="220" y="220" width="584" height="584" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feDropShadow dx="0" dy="10" stdDeviation="12" flood-color="#5A1022" flood-opacity="0.18"/>
</filter>
<clipPath id="rounded">
<rect x="170" y="150" width="684" height="684" rx="170"/>
</clipPath>
</defs>
<g filter="url(#outerShadow)">
<rect x="170" y="150" width="684" height="684" rx="170" fill="url(#bgGrad)"/>
<rect x="171.5" y="151.5" width="681" height="681" rx="168.5" stroke="rgba(255,255,255,0.14)" stroke-opacity="0.18" />
</g>
<g clip-path="url(#rounded)">
<path d="M215 250C300 175 425 150 555 150H854V834H765C558 834 365 756 250 620C158 510 140 354 215 250Z" fill="url(#shadowGrad)"/>
<path d="M230 208C315 148 430 130 560 130H800C725 232 605 300 465 300H220C217 267 219 236 230 208Z" fill="url(#glassGrad)"/>
</g>
<g filter="url(#letterShadow)">
<!-- Premium stylized E -->
<path d="M382 328H713C732 328 741 351 726 365L679 410C668 420 654 425 640 425H453L382 328Z" fill="url(#letterGrad)"/>
<path d="M331 430H657C676 430 685 452 671 467L626 512C615 523 601 529 586 529H403L331 430Z" fill="url(#letterGrad)"/>
<path d="M298 575H618C638 575 646 599 632 613L590 654C579 665 564 671 549 671H370L298 575Z" fill="url(#letterGrad)"/>
<!-- subtle base cuts -->
<path d="M382 328L453 425H415L344 425L382 328Z" fill="#F3DADA" fill-opacity="0.7"/>
<path d="M331 430L403 529H365L293 529L331 430Z" fill="#F3DADA" fill-opacity="0.7"/>
<path d="M298 575L370 671H332L260 671L298 575Z" fill="#F3DADA" fill-opacity="0.7"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB