Client site badge

Built by Gee Web Design footer

A drop-in footer that credits your work on every client site — with logo, link back to geewebdesign.com, and UTM tracking so you can see traffic in Google Analytics.

Live preview
HTML snippet
<footer style="background:#0b0d10;color:#e5e7eb;border-top:1px solid rgba(255,255,255,0.1);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;">
  <div style="max-width:1120px;margin:0 auto;padding:24px;display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between;">
    <p style="margin:0;font-size:14px;color:#9ca3af;">© 2026. All rights reserved.</p>
    <a href="https://geewebdesign.com/?utm_source=client-site&utm_medium=footer&utm_campaign=built-by" target="_blank" rel="noopener" aria-label="Website designed and built by Gee Web Design"
       style="display:inline-flex;align-items:center;gap:12px;padding:8px 16px;border:1px solid rgba(255,255,255,0.1);border-radius:9999px;text-decoration:none;color:inherit;transition:all .2s ease;">
      <span style="display:grid;place-items:center;width:28px;height:28px;background:#a3e635;color:#000;font-weight:900;border-radius:6px;font-size:14px;">g</span>
      <span style="display:flex;flex-direction:column;line-height:1.15;">
        <span style="font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#9ca3af;">Designed &amp; built by</span>
        <span style="font-weight:600;font-size:14px;">Gee Web Design<span style="color:#a3e635;">.</span></span>
      </span>
    </a>
  </div>
</footer>

How to use it

  1. Pick a variant and (optionally) add the client's business name.
  2. Click Copy code.
  3. Paste it just before </body>, or into any Custom HTML block in WordPress, Shopify, Wix, Squarespace, etc.