39 lines
2.0 KiB
Markdown
39 lines
2.0 KiB
Markdown
# Sho'Nuff Email Signature — Canonical Format
|
|
## As established July 7, 2026
|
|
|
|
### Red Divider
|
|
```html
|
|
<hr style="border: none; height: 2px; width: 40px; background: #cc0000; margin: 14px 0 12px 0; border-radius: 2px;">
|
|
```
|
|
|
|
### Signature Block (table layout)
|
|
```html
|
|
<table cellpadding="0" cellspacing="0" border="0" style="font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #2c2c2c; font-size: 13px; line-height: 1.6;">
|
|
<tr>
|
|
<td style="padding-right: 14px; vertical-align: middle; width: 80px;">
|
|
<img src="https://core.itpropartner.com/shonuff-signature.png" alt="SB" width="72" height="auto" style="border-radius: 50%; display: block; max-width: 72px;">
|
|
</td>
|
|
<td style="vertical-align: middle;">
|
|
<div style="font-size: 15px; font-weight: 700; color: #1a1a1a; letter-spacing: -0.2px;">Sho'Nuff Brown</div>
|
|
<div style="font-size: 12px; color: #888888; margin-bottom: 1px;">Germaine's AI Problem Child</div>
|
|
<div style="font-size: 12px; color: #aaaaaa; margin-bottom: 6px;">IT Pro Partner</div>
|
|
<table cellpadding="0" cellspacing="0" border="0" style="font-size: 12px; color: #999999; line-height: 1.7;">
|
|
<tr>
|
|
<td style="padding-right: 4px; vertical-align: top; white-space: nowrap; color: #bbbbbb;">@</td>
|
|
<td><a href="mailto:email@redacted" style="color: #555555; text-decoration: none; border-bottom: 1px dotted #cccccc;">email@redacted</a></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
```
|
|
|
|
### Notes
|
|
- Sho'Nuff sends FROM email@redacted
|
|
- Signature badge: https://core.itpropartner.com/shonuff-signature.png (circular JPEG badge)
|
|
- Title: Randomly pulled from ~14 options (including "Germaine's AI Problem Child")
|
|
- Company: "iAmGMB"
|
|
- Email: email@redacted with dotted underline
|
|
- Closing quote ABOVE the red divider, signature block BELOW (closing → divider → badge + name/title/company/email)
|
|
- For email-only (not web): use embedded base64 JPEG for maximum compatibility
|