Initial commit: Conjuga Spanish conjugation app
Includes SwiftData dual-store architecture (local reference + CloudKit user data), JSON-based data seeding, 20 tense guides, 20 grammar notes, SRS review system, course vocabulary, and widget support. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
25
Conjuga/AppIcons/AppIcon.svg
Normal file
25
Conjuga/AppIcons/AppIcon.svg
Normal file
@@ -0,0 +1,25 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
|
||||
<defs>
|
||||
<radialGradient id="glow" cx="50%" cy="45%" r="50%">
|
||||
<stop offset="0%" stop-color="#F97316" stop-opacity="0.1"/>
|
||||
<stop offset="55%" stop-color="#F97316" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="line" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||
<stop offset="0%" stop-color="#F97316" stop-opacity="0"/>
|
||||
<stop offset="50%" stop-color="#F97316" stop-opacity="1"/>
|
||||
<stop offset="100%" stop-color="#F97316" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<!-- Background -->
|
||||
<rect width="1024" height="1024" fill="#0C0A09"/>
|
||||
<!-- Glow -->
|
||||
<rect width="1024" height="1024" fill="url(#glow)"/>
|
||||
<!-- Formula: habl + o -->
|
||||
<text x="340" y="430" font-family="'JetBrains Mono','SF Mono','Menlo',monospace" font-size="120" font-weight="700" fill="#F97316">habl</text>
|
||||
<text x="710" y="430" font-family="'JetBrains Mono','SF Mono','Menlo',monospace" font-size="90" font-weight="700" fill="#44403c">+</text>
|
||||
<text x="780" y="430" font-family="'JetBrains Mono','SF Mono','Menlo',monospace" font-size="120" font-weight="700" fill="#22D3EE">o</text>
|
||||
<!-- Result -->
|
||||
<text x="512" y="620" font-family="'Playfair Display',Georgia,serif" font-size="260" font-weight="900" fill="white" text-anchor="middle" letter-spacing="-10">hablo</text>
|
||||
<!-- Glow line -->
|
||||
<rect x="372" y="670" width="280" height="8" rx="4" fill="url(#line)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user