Skip to content

Perchford design system

Internal, noindex
EDU-05

Related resources

Article footer linking. Groups onward links by intent so the reader can pick reading, service detail, or practical information.

Untriaged
Open isolated

Use it when

Article footer linking. Groups onward links by intent so the reader can pick reading, service detail, or practical information.

Category
Education and FAQ
Layout archetype
Register grid
Page position
middle (derived)
Purpose
explain (derived)
Field
light (derived)
Interaction
static (derived)
Motifs
None

Content it requires

  • Two to three groups of two to three links each

Do not use it when

  • Nine links is the ceiling across all groups. Beyond that nothing gets clicked.
  • Links must be genuinely related. A fixed block on every article stops being useful.

Variants

None. Colour swaps and mirrored alignment do not count as variants.

Implementation

src/components/patterns/EduRelatedResources.astro

---
import EduRelatedResources from '../components/patterns/EduRelatedResources.astro';
---

<EduRelatedResources />

Import directly. Do not route production through patternComponents.

Production usage

Not yet used on a production page. Nothing here has been proven in front of a customer.

Accessibility

  • Verified at 360, 768, 1024, and 1440 with no horizontal overflow.
  • No interactive controls beyond links and buttons inherited from the design system.
  • Colour never carries meaning alone: every state marker is paired with text.
  • Motion respects prefers-reduced-motion.