Files
gitea-custom/public/assets/img/logo.svg
m c6b90f1153 feat: finalize logo — git branch tree forming 'm'
Design B chosen: bold top-down git tree with three branches.
Second fork nearly at same height as first for balanced 'm' shape.
Applied to logo.svg, favicon.svg, and homepage hero.
Restored clean homepage layout (removed design picker).
2026-02-06 00:43:28 +01:00

27 lines
977 B
XML

<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="mgitGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#3b82f6"/>
<stop offset="100%" stop-color="#1e40af"/>
</linearGradient>
</defs>
<rect width="200" height="200" fill="url(#mgitGrad)" rx="40"/>
<g stroke="#ffffff" stroke-width="8" stroke-linecap="round" fill="none">
<line x1="45" y1="40" x2="45" y2="160"/>
<path d="M45,72 C65,62 80,62 100,72"/>
<line x1="100" y1="72" x2="100" y2="160"/>
<path d="M100,80 C120,70 135,70 155,80"/>
<line x1="155" y1="80" x2="155" y2="160"/>
</g>
<g fill="#ffffff">
<circle cx="45" cy="40" r="9"/>
<circle cx="45" cy="72" r="7"/>
<circle cx="100" cy="72" r="7"/>
<circle cx="100" cy="80" r="7"/>
<circle cx="155" cy="80" r="7"/>
<circle cx="45" cy="160" r="9"/>
<circle cx="100" cy="160" r="9"/>
<circle cx="155" cy="160" r="9"/>
</g>
</svg>