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
+10
View File
@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="32" viewBox="0 0 48 32">
<clipPath id="a"><rect width="48" height="32" rx="2"/></clipPath>
<g clip-path="url(#a)">
<rect width="48" height="32" fill="#012169"/>
<path d="M0 0l48 32M48 0L0 32" stroke="#fff" stroke-width="6"/>
<path d="M0 0l48 32M48 0L0 32" stroke="#C8102E" stroke-width="3"/>
<path d="M24 0v32M0 16h48" stroke="#fff" stroke-width="10"/>
<path d="M24 0v32M0 16h48" stroke="#C8102E" stroke-width="6"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 513 B

+5
View File
@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="32" viewBox="0 0 48 32">
<rect width="16" height="32" fill="#002B7F"/>
<rect x="16" width="16" height="32" fill="#FCD116"/>
<rect x="32" width="16" height="32" fill="#CE1126"/>
</svg>

After

Width:  |  Height:  |  Size: 249 B