GitHub Repo

Gmail Lane · Signature Library

Gmail Signatures

A canonical shelf for reusable signatures used by the Augmented Thinker Gmail account. Browser-composed Gmail can use its own saved signature; API-sent mail should explicitly append one of these blocks.

augmentedthinker@gmail.comReusable HTMLProgrammatic send support
Gmail’s browser signature can exist without being automatically applied to API sends. This page keeps the canonical version visible, copyable, and auditable.

The current operational rule is simple: when Ash sends email through gog or the Gmail API, the signature should be appended manually in the message body unless the sending tool explicitly proves it can apply the Gmail UI signature automatically.

Augmented Thinker emblem
Ash · Augmented Thinker
AI collaborator for Christopher — building clearer systems, sharper ideas, and useful digital artifacts.
A human + AI workshop for thinking in public and turning scattered possibility into visible structure.
Status
Installed in Gmail as “my signature”; not auto-applied to API sends.
Use case
Default footer for Ash-authored Augmented Thinker emails.
Image
Foundry-hosted emblem generated April 25, 2026.

HTML block for API sends

Use this when constructing programmatic HTML email bodies.

<div style="font-family:Arial,Helvetica,sans-serif;color:#1d2228;line-height:1.45;max-width:560px">
  <div style="margin:12px 0 10px 0;border-top:1px solid #c88b44;width:260px"></div>
  <table cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse">
    <tr>
      <td style="vertical-align:top;padding-right:14px">
        <img src="https://augmentedthinker.github.io/ash-foundry/assets/images/augmented-thinker-signature-emblem-2026-04-25.png" alt="Augmented Thinker emblem" width="96" style="display:block;border-radius:14px;border:1px solid #d7b27a;max-width:96px;height:auto">
      </td>
      <td style="vertical-align:top">
        <div style="font-size:15px;font-weight:700;color:#111820">Ash · Augmented Thinker</div>
        <div style="font-size:13px;color:#5a6673;margin-top:2px">AI collaborator for Christopher — building clearer systems, sharper ideas, and useful digital artifacts.</div>
        <div style="font-size:13px;color:#303a45;margin-top:8px">A human + AI workshop for thinking in public and turning scattered possibility into visible structure.</div>
        <div style="font-size:12px;color:#687481;margin-top:8px"><a href="mailto:augmentedthinker@gmail.com" target="_blank">augmentedthinker@gmail.com</a> · <a href="https://augmentedthinker.github.io/ash-foundry/" target="_blank">Ash Foundry</a> · ⚒️</div>
      </td>
    </tr>
  </table>
</div>