feat: add hackerone

This commit is contained in:
Jozef Steinhübl 2024-01-11 15:31:31 +01:00
parent eca493dfa4
commit 7c56b0762f
No known key found for this signature in database
GPG key ID: E944BC293F5FF7E7
2 changed files with 6 additions and 0 deletions

View file

@ -32,6 +32,11 @@ export const BUTTONS = [
background: "bg-kofi hover:bg-kofi/80",
href: "https://ko-fi.com/xhyrom",
},
{
name: "HackerOne",
background: "bg-hackerone hover:bg-hackerone/80",
href: "https://hackerone.com/xhyrom",
},
{
name: "Instagram",
background: "bg-instagram hover:bg-instagram/80",

View file

@ -57,6 +57,7 @@ module.exports = {
youtube: "#ff0000",
// custom services
kofi: "#e0293e",
hackerone: "#1832FE",
chess: "#5e8949",
wakatime: "#4a4a4a",
website: "#e8b217",