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.
52 lines
986 B
52 lines
986 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: "Experimenteel",
|
|
desc: "Allemaal experimentele dingen",
|
|
icon: "fas fa-vial",
|
|
dropdown: [
|
|
{
|
|
name: "Color",
|
|
desc: "Mooie regenboog kleurtjes",
|
|
link: "/color",
|
|
icon: "fas fa-tint"
|
|
},
|
|
{
|
|
name: "Canvas",
|
|
desc: "Mijn eerste canvas",
|
|
link: "/canvas",
|
|
icon: "fas fa-pencil-alt"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
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"
|
|
}
|
|
]
|
|
}
|
|
]
|