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="bg1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#fef3c7"/>
<stop offset="100%" stop-color="#fde68a"/>
</linearGradient>
</defs>
<rect width="600" height="450" rx="24" fill="url(#bg1)"/>
<circle cx="300" cy="225" r="160" fill="#ffffff" opacity="0.8"/>
<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="#d97706" text-anchor="middle">جشن تولد ۳ سالگی حامد</text>
<text x="300" y="270" font-size="18" font-family="sans-serif" fill="#b45309" text-anchor="middle">🎈 🎉 🎁 🧸 🎈</text>
<text x="300" y="320" font-size="16" font-family="sans-serif" fill="#78350f" text-anchor="middle">شیرین‌ترین روز زندگی ما</text>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB