Malevich

Sections / Ready/

Site-footer

Minimal single-row footer: logo + nav + copyright.

Site-footer

Minimal single-row footer: logo + nav links + copyright. Per the answered design question: minimal and extended are two separate components; for the multi-column form, use Site-footer-extended.

When to use

For documentation sites or product surfaces with extensive footer links (GitHub-style), use Site-footer-extended.

Anatomy

<footer class="site-footer">
  <a class="site-footer__logo" href="/">Malevich</a>

  <nav class="site-footer__nav" aria-label="Footer">
    <a href="/manifesto">Manifesto</a>
    <a href="/license">License</a>
    <a href="/contact">Contact</a>
  </nav>

  <p class="site-footer__copyright">© 2026 Malevich.</p>
</footer>

Variants

Variant Class Effect
Default .site-footer Canvas surface
Inverse .-on-inverse Dark surface

Tokens used

Accessibility