// ASDLC.io
Getting Started Patterns Practices Concepts Resources
  • Overview
  • Color Palette
  • Typography
  • Layout System
  • Components
  • Accessibility
  • Best Practices
  • Diagrams
  • File References

Site Footer

← All Components

The universal page footer providing site branding, structured navigation groups (Community & Explore), release tag, and legal details using a responsive CSS Grid system.

// ASDLC.io

Definitive knowledge base for Agentic Software Development Life Cycle patterns, practices, and recipes.

Community

GitHub Discord

Explore

Recipes MIT License

© 2026 ASDLC.io. All rights reserved.

Release v0.24.1

Usage

import Footer from "~/components/Footer.astro";

// Rendered globally at the bottom of the page shell
<Footer />

Consumed CSS Tokens

  • var(--c-bg-surface) — Elevation background for the footer canvas
  • var(--c-border) — Section separation lines and layout borders
  • var(--c-brand) — Safety Orange brand highlights and active hover states
  • var(--f-mono) — Monospace typography applied to categorized links and bottom tags
// ASDLC.io

Definitive knowledge base for Agentic Software Development Life Cycle patterns, practices, and recipes.

Community

GitHub Discord

Explore

Recipes MIT License

© 2026 ASDLC.io. All rights reserved.

Release v0.24.1