Landcare Design System Brand governed documentation

Subfooter

A compact final footer strip for copyright, organisation identity, registration details, and legal links.

When To Use

UseAvoid
A compact final footer strip for copyright, organisation identity, registration details, and legal links.Avoid using this component when the content has a different job or needs a simpler plain-text treatment.
Use layout sections to create predictable page regions and reusable responsive structure.Avoid changing approved colours, typography, logo artwork, or class names to create a local style guide.
Use the starter markup as a copy/paste baseline for websites, Ghost HTML blocks, generated pages, or print previews.Avoid copying placeholder IDs, links, contact details, or image paths without replacing them.

Example

Code

CSS Imports

@import "@landcare-design-system/css/dist/landcare.css";
@import "@landcare-design-system/css/dist/components.css";

Starter Markup

<footer class="lds-subfooter">
  <p>&copy; 2026 Example Landcare Group. ABN 00 000 000 000.</p>
  <nav aria-label="Legal and accountability links">
    <a href="/privacy/">Privacy</a>
    <a href="/accessibility/">Accessibility</a>
    <a href="/contact/">Contact</a>
  </nav>
</footer>

Class Reference

ClassUse
.lds-subfooterStyles a compact final footer strip for copyright, organisation identity, registration details, and legal links.

Subfooter Layout Notes

AreaUseAvoid
PurposeUse for the final low-emphasis strip on a website: copyright, organisation name, ABN, ACNC status, privacy, accessibility, contact, or terms links.Avoid using it as the main contact footer, site map, campaign footer, or partner-logo area.
ContentKeep the line short and factual. Put the organisation name in real text and use links only for useful legal or accountability destinations.Avoid slogans, social feeds, repeated navigation, badges, or long acknowledgements in this area.
Relationship to footerUse after the full footer when a site needs both detailed contact/navigation and a final legal strip. Use alone on simple sites that only need minimal closing details.Avoid duplicating the same links in the full footer and subfooter unless there is a clear legal or usability reason.

Review Notes

Web

Use layout sections to create predictable page regions and reusable responsive structure.

Print

Use layout sections as reusable page, flyer, report, slide, and signage regions with consistent margins and hierarchy.

States And Variants

Document compact, spacious, image-led, text-led, and repeated-section variants.

Checklist

  • Brand colours, typography, and logo use are inherited from the approved master brand.
  • The first-read message or action is clear.
  • Labels, headings, links, and alternative text are meaningful.
  • Keyboard focus, colour contrast, and reading order are covered where the component is interactive.
  • The component survives its final output: mobile, desktop, Ghost CMS, A4 print, poster, signage, or email.