ui: update logo to wordmark style
This commit is contained in:
@@ -1,40 +1,34 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" width="140" height="140">
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 52" width="200" height="52">
|
||||||
<defs>
|
<defs>
|
||||||
<linearGradient id="bg-grad-dark" x1="0%" y1="0%" x2="100%" y2="100%">
|
<linearGradient id="mal-grad-dark" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||||
<stop offset="0%" stop-color="#0d0d0d" />
|
<stop offset="0%" stop-color="#ff9966" />
|
||||||
<stop offset="100%" stop-color="#1a1a1a" />
|
<stop offset="100%" stop-color="#ff6b4a" />
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
</defs>
|
</defs>
|
||||||
|
|
||||||
<!-- Background circle with gradient -->
|
<g fill="url(#mal-grad-dark)">
|
||||||
<circle cx="70" cy="70" r="60" fill="url(#bg-grad-dark)" />
|
<!-- M -->
|
||||||
|
<path d="M8 42V10h9l12 22 12-22h9v32h-8V18l-11 20h-4l-11-20v24z"/>
|
||||||
<!-- Stylized play button with Japanese geometric influence -->
|
|
||||||
<path
|
<!-- A -->
|
||||||
d="M55 45 L55 95 L95 70 Z"
|
<path d="M58 10h10l9 24 9-24h10v32h-8V18l-9-8h-2l-9 8v24h-8V10z"/>
|
||||||
fill="none"
|
|
||||||
stroke="#ff6b6b"
|
<!-- L -->
|
||||||
stroke-width="4"
|
<path d="M106 10h8v32h-8V10z"/>
|
||||||
stroke-linejoin="miter"
|
|
||||||
/>
|
<!-- . (dot) -->
|
||||||
|
<circle cx="128" cy="36" r="4"/>
|
||||||
<!-- Outer frame - Japanese inspired rectangle -->
|
|
||||||
<rect
|
<!-- L -->
|
||||||
x="30" y="30"
|
<path d="M144 10h8v32h-8V10z"/>
|
||||||
width="80" height="80"
|
|
||||||
rx="4"
|
<!-- i -->
|
||||||
fill="none"
|
<path d="M164 10h8v24h-8v-24zm0 28h8v4h-8v-4z"/>
|
||||||
stroke="#2d2d2d"
|
|
||||||
stroke-width="2"
|
<!-- s -->
|
||||||
stroke-dasharray="8 4"
|
<path d="M184 14c0-4 3-6 7-6s7 2 7 6c0 4-3 6-7 6s-7 2-7 6c0 4 3 6 7 6s7-2 7-6v-6h-8v4c0 2-1 3-3 3s-3-1-3-3c0-2 1-3 3-3s3-1 3-3v-4c0-3-2-5-5-5s-5 2-5 5v8c0 5 3 8 8 8s8-3 8-8v-8h-8z"/>
|
||||||
/>
|
|
||||||
|
<!-- t -->
|
||||||
<!-- Corner accents -->
|
<path d="M196 10h10v4h-6v6c0 2 1 3 3 3s3-1 3-3v-6c0-2-1-4-4-4h-2v-4h-4v4h2z"/>
|
||||||
<path d="M35 40 L35 35 L40 35" fill="none" stroke="#ff6b6b" stroke-width="2" stroke-linecap="round" />
|
</g>
|
||||||
<path d="M100 35 L105 35 L105 40" fill="none" stroke="#ff6b6b" stroke-width="2" stroke-linecap="round" />
|
|
||||||
<path d="M105 100 L105 105 L100 105" fill="none" stroke="#ff6b6b" stroke-width="2" stroke-linecap="round" />
|
|
||||||
<path d="M40 105 L35 105 L35 100" fill="none" stroke="#ff6b6b" stroke-width="2" stroke-linecap="round" />
|
|
||||||
|
|
||||||
<!-- Subtle inner glow -->
|
|
||||||
<circle cx="70" cy="70" r="20" fill="none" stroke="#ff6b6b" stroke-width="0.5" opacity="0.3" />
|
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -1,40 +1,34 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" width="140" height="140">
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 52" width="200" height="52">
|
||||||
<defs>
|
<defs>
|
||||||
<linearGradient id="bg-grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
<linearGradient id="mal-grad" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||||
<stop offset="0%" stop-color="#1a1a2e" />
|
<stop offset="0%" stop-color="#f47521" />
|
||||||
<stop offset="100%" stop-color="#16213e" />
|
<stop offset="100%" stop-color="#e6402a" />
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
</defs>
|
</defs>
|
||||||
|
|
||||||
<!-- Background circle with gradient -->
|
<g fill="url(#mal-grad)">
|
||||||
<circle cx="70" cy="70" r="60" fill="url(#bg-grad)" />
|
<!-- M -->
|
||||||
|
<path d="M8 42V10h9l12 22 12-22h9v32h-8V18l-11 20h-4l-11-20v24z"/>
|
||||||
<!-- Stylized play button with Japanese geometric influence -->
|
|
||||||
<path
|
<!-- A -->
|
||||||
d="M55 45 L55 95 L95 70 Z"
|
<path d="M58 10h10l9 24 9-24h10v32h-8V18l-9-8h-2l-9 8v24h-8V10z"/>
|
||||||
fill="none"
|
|
||||||
stroke="#e94560"
|
<!-- L -->
|
||||||
stroke-width="4"
|
<path d="M106 10h8v32h-8V10z"/>
|
||||||
stroke-linejoin="miter"
|
|
||||||
/>
|
<!-- . (dot) -->
|
||||||
|
<circle cx="128" cy="36" r="4"/>
|
||||||
<!-- Outer frame - Japanese inspired rectangle -->
|
|
||||||
<rect
|
<!-- L -->
|
||||||
x="30" y="30"
|
<path d="M144 10h8v32h-8V10z"/>
|
||||||
width="80" height="80"
|
|
||||||
rx="4"
|
<!-- i -->
|
||||||
fill="none"
|
<path d="M164 10h8v24h-8v-24zm0 28h8v4h-8v-4z"/>
|
||||||
stroke="#0f3460"
|
|
||||||
stroke-width="2"
|
<!-- s -->
|
||||||
stroke-dasharray="8 4"
|
<path d="M184 14c0-4 3-6 7-6s7 2 7 6c0 4-3 6-7 6s-7 2-7 6c0 4 3 6 7 6s7-2 7-6v-6h-8v4c0 2-1 3-3 3s-3-1-3-3c0-2 1-3 3-3s3-1 3-3v-4c0-3-2-5-5-5s-5 2-5 5v8c0 5 3 8 8 8s8-3 8-8v-8h-8z"/>
|
||||||
/>
|
|
||||||
|
<!-- t -->
|
||||||
<!-- Corner accents -->
|
<path d="M196 10h10v4h-6v6c0 2 1 3 3 3s3-1 3-3v-6c0-2-1-4-4-4h-2v-4h-4v4h2z"/>
|
||||||
<path d="M35 40 L35 35 L40 35" fill="none" stroke="#e94560" stroke-width="2" stroke-linecap="round" />
|
</g>
|
||||||
<path d="M100 35 L105 35 L105 40" fill="none" stroke="#e94560" stroke-width="2" stroke-linecap="round" />
|
|
||||||
<path d="M105 100 L105 105 L100 105" fill="none" stroke="#e94560" stroke-width="2" stroke-linecap="round" />
|
|
||||||
<path d="M40 105 L35 105 L35 100" fill="none" stroke="#e94560" stroke-width="2" stroke-linecap="round" />
|
|
||||||
|
|
||||||
<!-- Subtle inner glow -->
|
|
||||||
<circle cx="70" cy="70" r="20" fill="none" stroke="#e94560" stroke-width="0.5" opacity="0.3" />
|
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.0 KiB |
@@ -11,7 +11,7 @@
|
|||||||
<a href="/" class="group flex items-center gap-2.5 focus:outline-none">
|
<a href="/" class="group flex items-center gap-2.5 focus:outline-none">
|
||||||
<picture>
|
<picture>
|
||||||
<source media="(prefers-color-scheme: dark)" srcset="/static/readme-logo-dark.svg" />
|
<source media="(prefers-color-scheme: dark)" srcset="/static/readme-logo-dark.svg" />
|
||||||
<img src="/static/readme-logo-light.svg" alt="MAL" class="h-8 w-8" />
|
<img src="/static/readme-logo-light.svg" alt="MAL" class="h-7 w-auto" />
|
||||||
</picture>
|
</picture>
|
||||||
<span class="text-xl font-bold tracking-tight text-white hidden sm:block">MyAnime<span class="text-accent">List</span></span>
|
<span class="text-xl font-bold tracking-tight text-white hidden sm:block">MyAnime<span class="text-accent">List</span></span>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user