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="bg3" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#fce7f3"/>
<stop offset="100%" stop-color="#fbcfe8"/>
</linearGradient>
</defs>
<rect width="600" height="450" rx="24" fill="url(#bg3)"/>
<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="#db2777" text-anchor="middle">شاهکار هنری حامد</text>
<text x="300" y="270" font-size="18" font-family="sans-serif" fill="#be185d" text-anchor="middle">🌈 🖍️ ✨ 🖌️ 💖</text>
<text x="300" y="320" font-size="16" font-family="sans-serif" fill="#9d174d" text-anchor="middle">دنیای پر از رنگ و خلاقیت کودکانه</text>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB