This commit is contained in:
2026-03-05 21:45:40 +00:00
parent 39c80a0253
commit 146a9bda99
16 changed files with 956 additions and 24 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

@@ -0,0 +1,40 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 640" role="img" aria-labelledby="title desc">
<title id="title">Pile of money</title>
<desc id="desc">Stylized stack of money bundles.</desc>
<defs>
<linearGradient id="bg" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" stop-color="#224234"/>
<stop offset="100%" stop-color="#173127"/>
</linearGradient>
<linearGradient id="bill" x1="0" x2="1" y1="0" y2="1">
<stop offset="0%" stop-color="#d4f2c2"/>
<stop offset="100%" stop-color="#9cd18f"/>
</linearGradient>
</defs>
<rect width="960" height="640" rx="36" fill="url(#bg)"/>
<g opacity="0.15">
<circle cx="130" cy="120" r="120" fill="#fff"/>
<circle cx="850" cy="80" r="100" fill="#fff"/>
</g>
<g transform="translate(120 180)">
<g transform="translate(0 220)">
<rect x="0" y="0" width="720" height="140" rx="18" fill="url(#bill)"/>
<rect x="285" y="0" width="150" height="140" fill="#6ca95f"/>
<circle cx="360" cy="70" r="34" fill="#e8f9db"/>
<text x="360" y="82" text-anchor="middle" font-size="36" font-family="Arial, sans-serif" fill="#2f5e35">$</text>
</g>
<g transform="translate(45 130)">
<rect x="0" y="0" width="640" height="130" rx="18" fill="url(#bill)"/>
<rect x="255" y="0" width="130" height="130" fill="#6ca95f"/>
<circle cx="320" cy="65" r="30" fill="#e8f9db"/>
<text x="320" y="76" text-anchor="middle" font-size="32" font-family="Arial, sans-serif" fill="#2f5e35">$</text>
</g>
<g transform="translate(110 45)">
<rect x="0" y="0" width="560" height="120" rx="16" fill="url(#bill)"/>
<rect x="225" y="0" width="110" height="120" fill="#6ca95f"/>
<circle cx="280" cy="60" r="27" fill="#e8f9db"/>
<text x="280" y="69" text-anchor="middle" font-size="28" font-family="Arial, sans-serif" fill="#2f5e35">$</text>
</g>
</g>
<text x="480" y="90" text-anchor="middle" font-size="54" font-family="Arial, sans-serif" fill="#f0db8e">Gift Fund</text>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB