Revert "Replace logo/icon"

This reverts commit a3eb5719b7.
This commit is contained in:
Claudio Ortolina
2026-03-23 17:05:52 +00:00
parent a3eb5719b7
commit 35f2654934
11 changed files with 9 additions and 23 deletions
+9
View File
@@ -170,3 +170,12 @@ See the `.github` folder.
## Architecture ## Architecture
See the `docs` folder. See the `docs` folder.
## Favicons
This favicon was generated using the following graphics from Twitter Twemoji:
- Graphics Title: 1f4bd.svg
- Graphics Author: Copyright 2020 Twitter, Inc and other contributors (<https://github.com/twitter/twemoji>)
- Graphics Source: <https://github.com/twitter/twemoji/blob/master/assets/svg/1f4bd.svg>
- Graphics License: CC-BY 4.0 (<https://creativecommons.org/licenses/by/4.0/>)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 519 B

After

Width:  |  Height:  |  Size: 678 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 15 KiB

-23
View File
@@ -1,23 +0,0 @@
<svg viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg">
<!-- Sleeve 5 (bottom) — zinc dark -->
<polygon points="20,94 64,110 108,94 64,78" fill="#27272a" stroke="#3f3f46" stroke-width="1" stroke-linejoin="round"/>
<!-- Sleeve 4 — zinc -->
<polygon points="20,88 64,104 108,88 64,72" fill="#3f3f46" stroke="#52525b" stroke-width="1" stroke-linejoin="round"/>
<!-- Sleeve 3 — dark red -->
<polygon points="20,82 64,98 108,82 64,66" fill="#7f1d1d" stroke="#991b1b" stroke-width="1" stroke-linejoin="round"/>
<!-- Sleeve 2 — red -->
<polygon points="20,76 64,92 108,76 64,60" fill="#991b1b" stroke="#b91c1c" stroke-width="1" stroke-linejoin="round"/>
<!-- Sleeve 1 (top sleeve) — bright red -->
<polygon points="20,70 64,86 108,70 64,54" fill="#dc2626" stroke="#ef4444" stroke-width="1.2" stroke-linejoin="round"/>
<!-- Vinyl record on top — ellipse for perspective -->
<ellipse cx="64" cy="48" rx="40" ry="18" fill="#0c0c0e" stroke="#52525b" stroke-width="1.5"/>
<!-- Grooves -->
<ellipse cx="64" cy="48" rx="32" ry="14.5" fill="none" stroke="#27272a" stroke-width="0.5" opacity="0.6"/>
<ellipse cx="64" cy="48" rx="24" ry="11" fill="none" stroke="#27272a" stroke-width="0.5" opacity="0.5"/>
<ellipse cx="64" cy="48" rx="16" ry="7" fill="none" stroke="#27272a" stroke-width="0.4" opacity="0.4"/>
<!-- Label -->
<ellipse cx="64" cy="48" rx="8" ry="3.5" fill="#ef4444"/>
<ellipse cx="64" cy="48" rx="3" ry="1.3" fill="#0c0c0e"/>
<!-- Shine -->
<path d="M34 42 Q44 37 50 42" fill="none" stroke="#71717a" stroke-width="0.5" opacity="0.3"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB