Add certifications navbar slot
Some checks are pending
Deploy to Pages / Build (push) Waiting to run
Deploy to Pages / Deploy (push) Blocked by required conditions

This commit is contained in:
Henry Hiles 2025-08-15 17:43:12 -04:00
commit c4afe2acee
No known key found for this signature in database

View file

@ -4,6 +4,7 @@ import type Page from "../types/page.ts"
const sections: Array<Page> = [ const sections: Array<Page> = [
{ title: "Home", id: "home", icon: "home" }, { title: "Home", id: "home", icon: "home" },
{ title: "Projects", id: "projects", icon: "build" }, { title: "Projects", id: "projects", icon: "build" },
{ title: "Certifications", id: "certificates", icon: "school" },
{ title: "Hire Me", id: "hire", icon: "person" }, { title: "Hire Me", id: "hire", icon: "person" },
] ]
--- ---