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.
34 lines
618 B
34 lines
618 B
Navbar = [
|
|
{
|
|
icon: "/resources/img/favicon.ico",
|
|
desc: "Go to the homepage",
|
|
link: "/"
|
|
},
|
|
{
|
|
name: "Contact",
|
|
desc: "Contact me",
|
|
link: "/contact"
|
|
},
|
|
{
|
|
name: "Feedback",
|
|
desc: "Feedback for this website",
|
|
link: "/feedback"
|
|
},
|
|
{
|
|
name: "Tools",
|
|
desc: "Tools for programming",
|
|
dropdown: [
|
|
{
|
|
name: "Playground",
|
|
desc: "Test your HTML live!",
|
|
link: "/playground"
|
|
},
|
|
{
|
|
name: "Minifier",
|
|
desc: "Minify your HTML/CSS/JavaScript",
|
|
link: "/minify"
|
|
}
|
|
]
|
|
}
|
|
]
|