feat: initial release of 3-year-old child photo album website with PHP 8, SQLite, audio slideshow, and memories timeline

This commit is contained in:
Antigravity Bot
2026-08-30 11:14:04 +03:30
parent 8dfd9cefdd
commit 439fe0810c
15 changed files with 2614 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 450" width="100%" height="100%">
<defs>
<linearGradient id="bg2" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#d1fae5"/>
<stop offset="100%" stop-color="#a7f3d0"/>
</linearGradient>
</defs>
<rect width="600" height="450" rx="24" fill="url(#bg2)"/>
<circle cx="300" cy="225" r="160" fill="#ffffff" opacity="0.85"/>
<text x="300" y="140" font-size="70" text-anchor="middle">🎠</text>
<text x="300" y="220" font-size="28" font-family="sans-serif" font-weight="bold" fill="#059669" text-anchor="middle">روز شاد در بوستان کودک</text>
<text x="300" y="270" font-size="18" font-family="sans-serif" fill="#047857" text-anchor="middle">🛝 ⚽ 🎈 🚲 🌿</text>
<text x="300" y="320" font-size="16" font-family="sans-serif" fill="#065f46" text-anchor="middle">خنده‌های از ته دل و دویدن روی چمن‌ها</text>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB