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

34 lines
585 B

Navbar = [
{
5 years ago
icon: "/resources/img/favicon.ico",
desc: "Go to the homepage",
5 years ago
link: "/"
},
{
name: "Contact",
desc: "Contact me",
5 years ago
link: "/contact"
},
{
name: "Feedback",
desc: "Feedback for this website",
link: "/feedback"
},
5 years ago
{
name: "Tools",
desc: "Tools for programming",
5 years ago
dropdown: [
{
name: "Playground",
desc: "Test your HTML live!",
link: "/playground"
},
{
name: "Minifier",
desc: "Minify your HTML/CSS/JavaScript",
link: "/minify"
5 years ago
}
]
}
]