Outlook-ready email signatures for the Foundation AI Advisory team. Each signature is plain HTML built from tables and inline styles for maximum compatibility with the Outlook (Word) rendering engine, including dark mode.
| Person | Role | Preview |
|---|---|---|
| Ben DeMichael | Managing Partner | ben-demichael/preview.html |
| Jason Kapcar | Partner & Chief AI Officer | jason-kapcar/preview.html |
| Thomas Wagenberg | Partner & AI Business Analyst | thomas-wagenberg/preview.html |
| Punith Kumar | AI Solutions Engineer | punith-kumar/preview.html |
The landing page at preview.html links to every signature.
.
├── README.md
├── build_signatures.py # regenerates each person's HTML from one template
├── preview.html # index page linking to all signatures
├── assets/
│ ├── faa-logo-dualmode-300.png # logo with soft white halo (works on light + dark)
│ ├── faa-logo-transparent-300.png
│ ├── faa-logo-trimmed-300.png # original logo on white background
│ ├── badge-e.png # @ badge for the email row
│ ├── badge-m.png # mobile badge
│ ├── badge-w.png # website badge
│ └── badge-in.png # LinkedIn badge
├── CNAME # serves the site at sig.foundationaiadvisory.com
├── ben-demichael/
│ ├── signature.html # paste-ready, references hosted assets
│ ├── preview.html # browser preview using relative asset paths
│ └── signature.txt # plain-text fallback (mobile / HTML-stripping clients)
├── jason-kapcar/
│ ├── signature.html
│ ├── preview.html
│ └── signature.txt
├── punith-kumar/
│ ├── signature.html
│ ├── preview.html
│ └── signature.txt
└── thomas-wagenberg/
├── signature.html
├── preview.html
└── signature.txt
signature.html files use absolute image URLs on the company domain
(https://sig.foundationaiadvisory.com/assets/..., served by GitHub
Pages via a DNS CNAME) so the images load no matter where the signature
is pasted. preview.html files use relative paths so they work both
locally and on Pages.
@, m, w, and in badges sit beside their text, not above.All signatures are generated from a single template inside
build_signatures.py. To change a contact detail, the layout, or the
LinkedIn label format:
PEOPLE list (or the SIG_TEMPLATE string) in
build_signatures.py.python3 build_signatures.py from the repo root.signature.html and preview.html files.display:inline-block and border-radius on spans, so the original
inline-block circle pills broke alignment in Outlook – the PNG
badges + micro-tables fix that.faa-logo-dualmode-300.png). Most email clients auto-invert dark
text on dark backgrounds but never invert images, so the logo carries
a soft white halo that is invisible on white and provides contrast on
dark.#2f3a40, FAA blue #2f66b3,
light blue accent #c6d7ee, muted gray for the subtitle line
#5a6770.Arial, Helvetica, sans-serif – safe everywhere.
Swap to 'Segoe UI', Arial, Helvetica, sans-serif if you want native
Outlook Windows look.