Initialisation du projet geosector complet (web + flutter)

This commit is contained in:
d6soft
2025-05-01 18:59:27 +02:00
commit b5aafc424b
244 changed files with 37296 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="180" height="50" viewBox="0 0 180 50" xmlns="http://www.w3.org/2000/svg">
<!-- Fond du badge Google Play -->
<rect width="180" height="50" rx="8" fill="#000000" />
<!-- Logo Google Play -->
<path d="M30,10l-15,15l15,15l3-3l-12-12l12-12L30,10z" fill="#EA4335" />
<path d="M30,10v30l12-15L30,10z" fill="#FBBC05" />
<path d="M30,10l-15,15l3,3l12-12V10z" fill="#4285F4" />
<path d="M30,40l-15-15l3-3l12,12V40z" fill="#34A853" />
<!-- Texte Google Play -->
<text x="60" y="25" font-family="Arial" font-size="14" font-weight="600" fill="#FFFFFF">GET IT ON</text>
<text x="60" y="43" font-family="Arial" font-size="20" font-weight="800" fill="#FFFFFF">Google Play</text>
</svg>

After

Width:  |  Height:  |  Size: 748 B