RidgePilot

For RidgePilot projects

Footer credit for client sites

A small, calm link you can paste into a client footer. It points visitors to the RidgePilot built-by page without feeling like a loud widget.

Place it centered below the copyright, or tucked in a footer column. Pick the variant that matches the site background.

View the built-by landing page

Light footer

Use on white, cream, or light gray footers.

HTML for light footers

<a
  class="rp-credit rp-credit--light"
  href="https://ridgepilot.co/built-by-ridgepilot?from=footer"
  rel="noopener"
  target="_blank"
  aria-label="Built by RidgePilot — learn more"
>
  <img src="https://ridgepilot.co/embed/mark-light.svg" alt="" width="18" height="18" />
  <span>Built by <strong>RidgePilot</strong></span>
</a>
<link rel="stylesheet" href="https://ridgepilot.co/embed/badge.css" />

Dark footer

Use on navy, charcoal, or dark brand footers.

HTML for dark footers

<a
  class="rp-credit rp-credit--dark"
  href="https://ridgepilot.co/built-by-ridgepilot?from=footer"
  rel="noopener"
  target="_blank"
  aria-label="Built by RidgePilot — learn more"
>
  <img src="https://ridgepilot.co/embed/mark-dark.svg" alt="" width="18" height="18" />
  <span>Built by <strong>RidgePilot</strong></span>
</a>
<link rel="stylesheet" href="https://ridgepilot.co/embed/badge.css" />

Tips

  • Paste both the link and the stylesheet line into the site footer HTML.
  • Assets load from ridgepilot.co, so updates to styling can apply without re-pasting.
  • Clicks open the built-by page with a simple tracking query: ?from=footer