mirror of
https://mgit.msbls.de/m/gitea-custom.git
synced 2026-02-06 00:02:08 +00:00
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).
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
||||
<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="favGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#3b82f6"/>
|
||||
@@ -6,14 +6,21 @@
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="32" height="32" fill="url(#favGrad)" rx="6"/>
|
||||
|
||||
<!-- Subtle branch lines -->
|
||||
<g stroke="#ffffff" stroke-width="1" stroke-linecap="round" fill="none" opacity="0.3">
|
||||
<line x1="11" y1="7" x2="11" y2="25"/>
|
||||
<path d="M11,12 C11,12 16,10 19,9"/>
|
||||
<line x1="19" y1="9" x2="19" y2="23"/>
|
||||
<g stroke="#ffffff" stroke-width="1.8" stroke-linecap="round" fill="none">
|
||||
<line x1="7" y1="6" x2="7" y2="26"/>
|
||||
<path d="M7,11 C10,9 13,9 16,11"/>
|
||||
<line x1="16" y1="11" x2="16" y2="26"/>
|
||||
<path d="M16,12.5 C19,10.5 22,10.5 25,12.5"/>
|
||||
<line x1="25" y1="12.5" x2="25" y2="26"/>
|
||||
</g>
|
||||
<g fill="#ffffff">
|
||||
<circle cx="7" cy="6" r="2"/>
|
||||
<circle cx="7" cy="11" r="1.5"/>
|
||||
<circle cx="16" cy="11" r="1.5"/>
|
||||
<circle cx="16" cy="12.5" r="1.5"/>
|
||||
<circle cx="25" cy="12.5" r="1.5"/>
|
||||
<circle cx="7" cy="26" r="2"/>
|
||||
<circle cx="16" cy="26" r="2"/>
|
||||
<circle cx="25" cy="26" r="2"/>
|
||||
</g>
|
||||
|
||||
<!-- 'm' letter -->
|
||||
<text x="16" y="23" font-family="Inter, -apple-system, system-ui, sans-serif" font-size="18" font-weight="700" fill="#ffffff" text-anchor="middle">m</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 795 B After Width: | Height: | Size: 964 B |
@@ -1,34 +1,26 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200">
|
||||
<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>
|
||||
<!-- Background -->
|
||||
<rect width="200" height="200" fill="url(#mgitGrad)" rx="40"/>
|
||||
|
||||
<!-- Git branch lines -->
|
||||
<g stroke="#ffffff" stroke-width="5" stroke-linecap="round" fill="none" opacity="0.35">
|
||||
<!-- Main branch (vertical) -->
|
||||
<line x1="70" y1="45" x2="70" y2="155"/>
|
||||
<!-- Feature branch curving out and back -->
|
||||
<path d="M70,75 C70,75 100,60 115,55"/>
|
||||
<path d="M70,120 C70,120 100,135 115,140"/>
|
||||
<!-- Second branch -->
|
||||
<path d="M115,55 L115,140"/>
|
||||
<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>
|
||||
|
||||
<!-- Branch nodes -->
|
||||
<g fill="#ffffff" opacity="0.4">
|
||||
<circle cx="70" cy="45" r="6"/>
|
||||
<circle cx="70" cy="155" r="6"/>
|
||||
<circle cx="115" cy="55" r="6"/>
|
||||
<circle cx="115" cy="140" r="6"/>
|
||||
<circle cx="70" cy="75" r="4"/>
|
||||
<circle cx="70" cy="120" r="4"/>
|
||||
<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>
|
||||
|
||||
<!-- 'm' lettermark -->
|
||||
<text x="100" y="135" font-family="Inter, -apple-system, system-ui, sans-serif" font-size="100" font-weight="700" fill="#ffffff" text-anchor="middle" letter-spacing="-4">m</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 977 B |
Reference in New Issue
Block a user