Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 809 Bytes

File metadata and controls

18 lines (14 loc) · 809 Bytes

Static Pages

These pages have no dynamic data — all content is hardcoded in their Astro files. To update them, edit the files directly.

Page URL File
About /about/ src/pages/about/index.astro
Brand & Assets /brand/ src/pages/brand/index.astro
Contact /contact/ src/pages/contact/index.astro
Certification /certification/ src/pages/certification.astro
Newsletter /newsletter/ src/pages/newsletter.astro

Notes

  • The About and Contact pages have data-pagefind-body and are included in site search
  • The Brand page shows colour palettes, logo downloads, and Canva template links
  • The Newsletter page contains a signup form
  • The Certification page covers SCI certification (currently TBD)