bank landing: simplified Chrome/Firefox/Safari browser marks

This commit is contained in:
Hernâni Marques 2026-07-10 18:54:00 +02:00
parent 2491c68848
commit 3fbc2ec0ff
No known key found for this signature in database

View file

@ -575,10 +575,27 @@
target="_blank" rel="noopener noreferrer"
aria-label="Browser platforms (experimental)">
<span class="hub-icons" aria-hidden="true">
<!-- recrafted browser marks: gold / blue alternating -->
<svg class="app-ico gold stroke-ico" viewBox="0 0 24 24"><rect x="3" y="4" width="18" height="14" rx="2"/><path d="M3 8h18M8 18v2M16 18v2M10 20h4"/></svg>
<svg class="app-ico blue" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><circle cx="12" cy="12" r="3.2"/><path d="M12 3v5.5M12 15.5V21M3 12h5.5M15.5 12H21" opacity="0.85"/></svg>
<svg class="app-ico gold" viewBox="0 0 24 24"><path d="M12 3l7.5 4.2v9.6L12 21l-7.5-4.2V7.2L12 3z"/><path d="M12 8.2l3.8 2.1v4.3L12 16.7l-3.8-2.1v-4.3L12 8.2z" opacity="0.55"/></svg>
<!-- simplified original marks · gold / blue -->
<!-- Chrome: tri-segment disc + center -->
<svg class="app-ico gold" viewBox="0 0 24 24" role="img" aria-label="Chrome">
<circle cx="12" cy="12" r="10" opacity="0.22"/>
<path d="M12 2a10 10 0 0 1 8.66 5H12V2z" opacity="0.95"/>
<path d="M20.66 7A10 10 0 0 1 12 22l5-8.66H12L20.66 7z" opacity="0.55"/>
<path d="M12 22A10 10 0 0 1 3.34 7H12l-5 8.66L12 22z" opacity="0.75"/>
<circle cx="12" cy="12" r="3.4"/>
</svg>
<!-- Firefox: globe + fox wrap (simple) -->
<svg class="app-ico blue" viewBox="0 0 24 24" role="img" aria-label="Firefox">
<circle cx="12" cy="13" r="6.2" opacity="0.35"/>
<path d="M12 4.2c1.6 0 2.9.7 3.7 1.6.6-.9 1.6-1.4 2.7-1.3-.2 1.6-.9 2.8-1.9 3.6 1.4 1.3 2.3 3.1 2.3 5.1 0 4.1-3.4 7.3-7.8 7.3S3.2 17.3 3.2 13.2c0-2.3 1-4.3 2.7-5.6C5 6.5 4.4 5.1 4.5 3.5c1.1-.1 2.1.5 2.7 1.4C8.1 4.8 9.6 4.2 12 4.2z"/>
<path d="M9.2 11.2c.9-.6 1.8-.9 2.8-.9 1.2 0 2.3.4 3.1 1.1" fill="none" stroke="currentColor" stroke-width="1.3" stroke-linecap="round" opacity="0.5"/>
</svg>
<!-- Safari: compass -->
<svg class="app-ico gold" viewBox="0 0 24 24" role="img" aria-label="Safari">
<circle cx="12" cy="12" r="9.2" fill="none" stroke="currentColor" stroke-width="1.7"/>
<path d="M14.8 9.2 13 13l-3.8 1.8L11 11l3.8-1.8z"/>
<path d="M12 5.2v1.4M12 17.4v1.4M5.2 12h1.4M17.4 12h1.4" fill="none" stroke="currentColor" stroke-width="1.3" stroke-linecap="round" opacity="0.55"/>
</svg>
</span>
Browser platforms (experimental)
</a>