Setup some charlie related resources

This commit is contained in:
2026-05-03 17:21:14 +02:00
parent 88ba6f853a
commit b2c310e182
2 changed files with 57 additions and 0 deletions
Binary file not shown.
+57
View File
@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2048 2048">
<!-- Color palette -->
<style>
:root {
--bg: #050505; /* background / silhouette color */
--fg: #EFECE7; /* ring, band, and text color */
}
.bg { fill: var(--bg); }
.fg { fill: var(--fg); }
</style>
<!-- Background -->
<rect class="bg" width="2048" height="2048"/>
<!-- Circle ring -->
<circle class="fg" cx="1024" cy="855" r="540"/>
<circle class="bg" cx="1024" cy="855" r="510"/>
<circle class="fg" cx="1024" cy="855" r="490"/>
<!-- Bowler hat -->
<g class="bg">
<!-- Hat crown -->
<path d="M 800 760
C 800 520, 900 440, 1024 440
C 1148 440, 1248 520, 1248 760
L 1248 820
L 800 820 Z"/>
<!-- Hat brim -->
<ellipse cx="1024" cy="830" rx="320" ry="40"/>
</g>
<!-- Hat band -->
<path class="fg" d="M 800 775
Q 1024 805, 1248 775
L 1248 800
Q 1024 830, 800 800 Z"/>
<!-- Mustache -->
<g transform="translate(717, 720) scale(1.2)" class="bg">
<path d="M476.719,182.854c-32.563-12.953-50.188,5.063-57.219,14.328c-7.344,9.75-4.156,26.391-1.031,19.313
c4.625-14.906,28.688-14.906,36.438,0c7.781,14.922-4.781,31.375-22.5,33.766c-23.25,3.141-32.906-16.172-46.875-31.875
c-13.969-15.688-35.094-33.063-65.719-41.922c-19.875-5.75-46.656-1.141-63.813,14.828c-17.125-15.969-43.938-20.578-63.813-14.828
c-30.625,8.859-51.719,26.234-65.719,41.922c-13.938,15.703-23.594,35.016-46.875,31.875c-17.688-2.391-30.281-18.844-22.5-33.766
c7.75-14.906,31.813-14.906,36.469,0c3.094,7.078,6.281-9.563-1.063-19.313c-7-9.266-24.656-27.281-57.219-14.328
C3.563,195.464-8.625,242.089,6.406,274.558c20.938,45.281,80.406,68.219,142.719,62.484c44.156-4.063,78.844-30.016,106.875-72.5
c28.031,42.484,62.719,68.438,106.875,72.5c62.313,5.734,121.781-17.203,142.719-62.484
C520.625,242.089,508.438,195.464,476.719,182.854z"/>
</g>
<!-- CHARLIE text -->
<text class="fg limelight-regular" x="1024" y="1720"
font-size="240"
letter-spacing="20"
text-anchor="middle">CHARLIE</text>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB