init with dummy posts

This commit is contained in:
2025-03-18 15:07:45 -05:00
commit 1120a7720a
42 changed files with 9902 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 675">
<!-- Background -->
<rect width="1200" height="675" fill="#f8f9fa" />
<!-- Decorative border -->
<rect x="20" y="20" width="1160" height="635" fill="none" stroke="#9d8c70" stroke-width="4" />
<!-- Cross -->
<rect x="550" y="100" width="100" height="350" fill="#695c4a" />
<rect x="425" y="200" width="350" height="100" fill="#695c4a" />
<!-- Light rays -->
<polygon points="600,100 500,50 600,50" fill="#e2d8c6" opacity="0.5" />
<polygon points="600,100 700,50 600,50" fill="#e2d8c6" opacity="0.5" />
<polygon points="600,100 800,100 700,50" fill="#e2d8c6" opacity="0.5" />
<polygon points="600,100 400,100 500,50" fill="#e2d8c6" opacity="0.5" />
<!-- Title background -->
<rect x="200" y="500" width="800" height="100" fill="#9d8c70" />
<!-- Title text -->
<text x="600" y="565" font-family="Baskerville, Georgia, serif" font-size="48" text-anchor="middle" fill="#fff">SOLA GRATIA</text>
<text x="600" y="595" font-family="Helvetica Neue, Arial, sans-serif" font-size="24" text-anchor="middle" fill="#f8f9fa">Salvation by Grace Alone</text>
<!-- Ephesians 2:8 reference -->
<text x="600" y="470" font-family="Baskerville, Georgia, serif" font-size="20" text-anchor="middle" fill="#695c4a" font-style="italic">"For by grace you have been saved through faith..."</text>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB