Add certifications navbar slot
This commit is contained in:
parent
89b820eafc
commit
c4afe2acee
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||||
]
|
]
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue