Footer

The footer shows copyright information and the last time the website was updated.

Example

© copyright 2025 Ruth Farkollie | Last updated June 2025 | email: rfarkoll@depaul.edu

Code

            
      <footer "py-2 border-top border-1.5 border-secondary text-center">
              <p © copyright 2025 Ruth Farkollie | Last updated June 2025 | email: rfarkoll@depaul.edu.</p>
      </footer>

            
          

Usage

  • The footer must stay at the bottom of every page.
  • The footer should include copyright information and the last year the website was updated.

Accessibility Considerations

This primary footer uses dark text against light backgrounds to meet the WCAG color contrast requirement. If using any of the darker backgrounds (surface-brand-primary, surface-brand-secondary, surface-secondary), use one of the lighter text colors (text-brand-primary-light, text-brand-secondary-light, text-inverse).