Initial commit for OakTasty website.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Alireza Hassani
2026-08-08 10:41:35 +03:30
co-authored by Cursor
commit 5fd7d00563
76 changed files with 7516 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" width="480" height="480" viewBox="0 0 480 480" fill="none">
<rect width="480" height="480" fill="#EFE2CF"/>
<rect x="0" y="0" width="480" height="480" fill="url(#g)"/>
<g transform="translate(190 150)" fill="#BE762E" opacity="0.55">
<rect x="42" y="0" width="22" height="18" rx="2" transform="rotate(12 53 9)"/>
<path d="M20 28h86c6 0 10 5 10 11v18c0 42-30 78-53 94-23-16-53-52-53-94V39c0-6 4-11 10-11z"/>
<rect x="14" y="18" width="98" height="28" rx="4"/>
</g>
<defs>
<linearGradient id="g" x1="80" y1="40" x2="400" y2="440" gradientUnits="userSpaceOnUse">
<stop stop-color="#F7EFE3"/>
<stop offset="1" stop-color="#E8D3B4"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 745 B