Initial commit: AOS Rebranding

This commit is contained in:
2026-02-19 09:12:55 +01:00
commit ac1c88552a
15 changed files with 2867 additions and 0 deletions

13
logo.svg Executable file
View File

@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00C6FF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#0072FF;stop-opacity:1" />
</linearGradient>
</defs>
<circle cx="256" cy="256" r="240" fill="#1a1a1a" stroke="url(#grad1)" stroke-width="12"/>
<path d="M160 160 L256 60 L352 160 L320 280 L400 200 L440 320 L256 460 L72 320 L112 200 L192 280 Z" fill="url(#grad1)" stroke="#fff" stroke-width="4"/>
<circle cx="200" cy="220" r="15" fill="#fff"/>
<circle cx="312" cy="220" r="15" fill="#fff"/>
<path d="M240 360 L272 360 L256 390 Z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 718 B