You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
First-Website/resources/js/navbar.json.js

33 lines
590 B

Navbar = [
{
name: "Home",
desc: "Ga naar de homepagina",
5 years ago
link: "/",
icon: "fas fa-home"
},
5 years ago
{
name: "Search",
desc: "Zoek iets op",
icon: "fas fa-search",
func: "showSearch()"
},
{
5 years ago
name: "Playground",
desc: "Test je html live!",
link: "/playground",
icon: "fas fa-code"
},
5 years ago
{
name: "Games",
desc: "Hier kan je spelletjes spelen",
icon: "fas fa-gamepad",
dropdown: [
{
name: "Vuurjongen en Watermeisje 4",
icon: "fas fa-fire",
link: "/vuurjongen-en-watermeisje-4"
}
]
}
]