chore: generate all SVG assets via rust builders
This commit is contained in:
parent
15287674f1
commit
cb66f64896
10 changed files with 1042 additions and 405 deletions
33
assets/nixette-logo.svg
Normal file
33
assets/nixette-logo.svg
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="640" height="200" viewBox="0 0 640 200" role="img" aria-labelledby="title desc">
|
||||
<title id="title">Nixette Logo</title>
|
||||
<desc id="desc">Wordmark combining Nix and Gentoo motifs with trans pride colours.</desc>
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0%" stop-color="#55CDFC" />
|
||||
<stop offset="100%" stop-color="#F7A8B8" />
|
||||
</linearGradient>
|
||||
<linearGradient id="text" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FFFFFF" />
|
||||
<stop offset="100%" stop-color="#E5E7FF" />
|
||||
</linearGradient>
|
||||
<filter id="softShadow" x="-10%" y="-10%" width="120%" height="120%">
|
||||
<feDropShadow dx="0" dy="6" stdDeviation="12" flood-color="#7C3AED" flood-opacity="0.3" />
|
||||
</filter>
|
||||
</defs>
|
||||
<rect width="640" height="200" rx="36" fill="#0F172A" />
|
||||
<g transform="translate(100 60)">
|
||||
<g filter="url(#softShadow)">
|
||||
<path d="M40 40 L72 0 L144 0 L176 40 L144 80 L72 80 Z" fill="url(#bg)" />
|
||||
<path d="M72 0 L144 80" stroke="#FFFFFF" stroke-width="6" stroke-linecap="round" opacity="0.55" />
|
||||
<path d="M144 0 L72 80" stroke="#FFFFFF" stroke-width="6" stroke-linecap="round" opacity="0.55" />
|
||||
<circle cx="108" cy="40" r="22" fill="#0F172A" stroke="#FFFFFF" stroke-width="6" opacity="0.85" />
|
||||
<path d="M108 24c8 0 14 6 14 16s-6 16-14 16" stroke="#F7A8B8" stroke-width="4" stroke-linecap="round" fill="none" />
|
||||
</g>
|
||||
</g>
|
||||
<g transform="translate(220 126)" font-family="'Fira Sans', 'Inter', 'Segoe UI', sans-serif" font-weight="700" font-size="72" letter-spacing="4" fill="url(#text)">
|
||||
<text>NIXETTE</text>
|
||||
</g>
|
||||
<g transform="translate(220 160)" font-family="'Fira Sans', 'Inter', 'Segoe UI', sans-serif" font-size="22" fill="#A5B4FC">
|
||||
<text>Declarative · Sourceful · Herself</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
Loading…
Add table
Add a link
Reference in a new issue