Footer

The footer provides users with contact links and the last year the website was updated.

Example


Code


  <footer class="footer custom-footer p-4 border">
    <div class="kb-footer">
      <p>© Kendall Burns | 2026</p>
    </div>
    <div class="footer-icons">
      <img src="../images/LinkedIn.png" alt="LinkedIn Logo" height="30">
      <img src="../images/email.png" alt="Email Logo" height="30">
    </div>
  </footer>
                
                

Usage

The footer is present on all tablets and desktops.

Accessibility Considerations

The footer meets WCAG Color Contrast guidelines with dark text against a light background. When in dark mode, the text color changes to ensure sufficient contrast. The footer also offers consistency on each page.