Changes
Build and Push Docker Images / build (push) Successful in 13s

This commit is contained in:
2026-05-04 14:34:38 +03:00
parent ba57695e01
commit 86993fbc66
15 changed files with 1766 additions and 444 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

+17
View File
@@ -0,0 +1,17 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 360" role="img" aria-label="MyAi AI engineering banner">
<defs>
<linearGradient id="bg" x1="0" x2="960" y1="0" y2="360" gradientUnits="userSpaceOnUse">
<stop stop-color="#06152B"/><stop offset=".5" stop-color="#0A2B54"/><stop offset="1" stop-color="#2F1F74"/>
</linearGradient>
<linearGradient id="line" x1="120" x2="850" y1="40" y2="320" gradientUnits="userSpaceOnUse">
<stop stop-color="#20E3B2"/><stop offset=".5" stop-color="#5FA0FF"/><stop offset="1" stop-color="#8B6CFF"/>
</linearGradient>
</defs>
<rect width="960" height="360" rx="42" fill="url(#bg)"/>
<g opacity=".18" stroke="#fff"><path d="M0 70h960M0 140h960M0 210h960M0 280h960M140 0v360M280 0v360M420 0v360M560 0v360M700 0v360M840 0v360"/></g>
<path d="M110 250 C240 100, 360 280, 500 142 S720 84, 850 205" fill="none" stroke="url(#line)" stroke-width="18" stroke-linecap="round"/>
<g fill="#fff"><circle cx="110" cy="250" r="18"/><circle cx="500" cy="142" r="18"/><circle cx="850" cy="205" r="18"/></g>
<text x="84" y="138" font-family="Inter, Arial, sans-serif" font-size="58" font-weight="800" fill="#fff">MyAi.ro</text>
<text x="86" y="188" font-family="Inter, Arial, sans-serif" font-size="26" font-weight="600" fill="#BFD1F0">Applied AI engineering showcase</text>
<g transform="translate(700 76)"><rect width="150" height="64" rx="22" fill="rgba(255,255,255,.08)" stroke="rgba(255,255,255,.18)"/><text x="30" y="42" font-family="Inter, Arial" font-size="25" font-weight="800" fill="#fff">RAG</text></g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

+18
View File
@@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="MyAi logo">
<defs>
<linearGradient id="g" x1="80" x2="420" y1="80" y2="420" gradientUnits="userSpaceOnUse">
<stop stop-color="#5FA0FF"/>
<stop offset="0.55" stop-color="#8B6CFF"/>
<stop offset="1" stop-color="#20E3B2"/>
</linearGradient>
<filter id="s" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="18" stdDeviation="22" flood-color="#2b6bff" flood-opacity=".32"/>
</filter>
</defs>
<rect x="44" y="44" width="424" height="424" rx="116" fill="#06152b"/>
<path d="M126 327V185h31l55 80 55-80h31v142h-34v-88l-42 61h-21l-42-61v88h-33Z" fill="#fff"/>
<path d="M318 327V217h34v110h-34Zm17-124c-11 0-20-8-20-19s9-19 20-19 20 8 20 19-9 19-20 19Z" fill="#fff" opacity=".92"/>
<path d="M92 113c70-55 177-62 250-13 74 50 102 145 68 226" fill="none" stroke="url(#g)" stroke-width="24" stroke-linecap="round" filter="url(#s)"/>
<circle cx="94" cy="113" r="18" fill="#20E3B2"/>
<circle cx="410" cy="326" r="18" fill="#5FA0FF"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB