Initial Sunflower Acres Hugo site scaffold

This commit is contained in:
2026-07-21 17:26:00 -04:00
commit f576bf0672
16 changed files with 407 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 200">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#9BAE8C"/>
<stop offset="1" stop-color="#6E8060"/>
</linearGradient>
</defs>
<rect x="0" y="0" width="300" height="200" fill="#F1ECE0"/>
<rect x="30" y="35" width="240" height="140" rx="22" fill="url(#g)"/>
<rect x="30" y="35" width="240" height="40" rx="22" fill="#ffffff" opacity="0.18"/>
</svg>

After

Width:  |  Height:  |  Size: 481 B