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.
39 lines
704 B
39 lines
704 B
Navbar = [
|
|
{
|
|
name: "Home",
|
|
desc: "Ga naar de homepagina",
|
|
link: "/",
|
|
icon: "fas fa-home"
|
|
},
|
|
{
|
|
name: "Search",
|
|
desc: "Zoek iets op",
|
|
icon: "fas fa-search",
|
|
func: "showSearch()"
|
|
},
|
|
{
|
|
name: "Playground",
|
|
desc: "Test je html live!",
|
|
link: "/playground",
|
|
icon: "fas fa-code"
|
|
},
|
|
{
|
|
name: "Contact",
|
|
desc: "Neem contact met mij op",
|
|
link: "/contact",
|
|
icon: "fas fa-phone"
|
|
},
|
|
{
|
|
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"
|
|
}
|
|
]
|
|
}
|
|
]
|