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.
|
|
|
Navbar = [
|
|
|
|
{
|
|
|
|
name: "Home",
|
|
|
|
desc: "Ga naar de homepagina",
|
|
|
|
link: "/",
|
|
|
|
icon: "fas fa-home"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "Downloads",
|
|
|
|
desc: "Handige downloads",
|
|
|
|
link: "/downloads",
|
|
|
|
icon: "fas fa-download"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "Contact",
|
|
|
|
desc: "Neem contact met mij op",
|
|
|
|
link: "/contact",
|
|
|
|
icon: "fas fa-phone"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
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"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|