
- Add comprehensive PWA configuration with manifest, service worker, and meta tags - Replace Android APK download with cross-platform PWA installation - Fix church address to include PO BOX information from API - Update contact page and footer to properly display multi-line addresses - Enable native app-like experience on all platforms without app store requirements
32 lines
1.2 KiB
XML
32 lines
1.2 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<defs>
|
|
<linearGradient id="gradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#d4af37" />
|
|
<stop offset="100%" stop-color="#b8941f" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Background circle -->
|
|
<circle cx="256" cy="256" r="240" fill="#1a1a1a" stroke="url(#gradient)" stroke-width="8"/>
|
|
|
|
<!-- Church building -->
|
|
<rect x="180" y="300" width="152" height="120" fill="url(#gradient)" rx="4"/>
|
|
|
|
<!-- Church roof -->
|
|
<polygon points="256,200 160,280 352,280" fill="#d4af37"/>
|
|
|
|
<!-- Cross on top -->
|
|
<rect x="248" y="160" width="16" height="60" fill="#fff" rx="2"/>
|
|
<rect x="234" y="174" width="44" height="16" fill="#fff" rx="2"/>
|
|
|
|
<!-- Door -->
|
|
<rect x="236" y="340" width="40" height="80" fill="#1a1a1a" rx="20"/>
|
|
|
|
<!-- Windows -->
|
|
<rect x="200" y="320" width="24" height="32" fill="#1a1a1a" rx="4"/>
|
|
<rect x="288" y="320" width="24" height="32" fill="#1a1a1a" rx="4"/>
|
|
|
|
<!-- Bell tower -->
|
|
<rect x="230" y="220" width="52" height="80" fill="url(#gradient)" rx="4"/>
|
|
<rect x="238" y="210" width="36" height="20" fill="#d4af37" rx="2"/>
|
|
</svg> |