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

28 lines
486 B

Navbar = [
{
5 years ago
icon: "/resources/img/favicon.ico",
desc: "Ga naar de homepagina",
5 years ago
link: "/"
},
{
5 years ago
name: "Playground",
desc: "Test je html live!",
5 years ago
link: "/playground"
},
{
name: "Contact",
desc: "Neem contact met mij op",
5 years ago
link: "/contact"
},
5 years ago
{
name: "Games",
desc: "Hier kan je spelletjes spelen",
dropdown: [
{
name: "Vuurjongen en Watermeisje 4",
link: "/vuurjongen-en-watermeisje-4"
}
]
}
]