This commit is contained in:
2026-06-13 16:52:25 -05:00
parent d6f6c6480d
commit fa33ccbe72
10 changed files with 58 additions and 0 deletions

31
public/favicon.svg Normal file
View File

@@ -0,0 +1,31 @@
<svg width="384" height="384" viewBox="0 0 384 384" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- Bay Area Email Services favicon.
Back shape: original navy bracket/arrow (kept for brand recognition).
Front shape: blue rounded envelope with flap (the "mail" addition). -->
<!-- BACK bracket: navy, top-right offset (mirrors original logo) -->
<path d="M150 84
h138
a24 24 0 0 1 24 24
v138
a24 24 0 0 1 -24 24
h-18
v-126
a24 24 0 0 0 -24 -24
h-96
z"
fill="#000080"/>
<!-- FRONT envelope: blue, bottom-left offset -->
<!-- Envelope body -->
<rect x="36" y="138" width="216" height="168" rx="34" fill="#0000FF"/>
<!-- Envelope flap: inverted V cut, drawn as a darker overlay using the navy to read as a fold -->
<path d="M58 168
L144 232
L230 168"
fill="none"
stroke="#FFFFFF"
stroke-width="22"
stroke-linecap="round"
stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB