feat: add website

This commit is contained in:
xHyroM 2023-07-17 19:13:07 +02:00
parent 0306aeb1d4
commit 6656b28260
No known key found for this signature in database
GPG key ID: BE0423F386C436AA
2 changed files with 26 additions and 20 deletions

View file

@ -7,31 +7,16 @@ export const OPEN_GRAPH = {
}; };
export const BUTTONS = [ export const BUTTONS = [
{
name: "Website",
background: "bg-website hover:bg-website/80",
href: "https://xhyrom.dev",
},
{ {
name: "Personal (GitHub)", name: "Personal (GitHub)",
background: "bg-github hover:bg-github/80", background: "bg-github hover:bg-github/80",
href: "https://github.com/xHyroM", href: "https://github.com/xHyroM",
}, },
{
name: "Hyro Blobs (GitHub)",
background: "bg-github hover:bg-github/80",
href: "https://github.com/Hyro-Blobs/blobs",
},
{
name: "Hyro's Forks (GitHub)",
background: "bg-github hover:bg-github/80",
href: "https://github.com/xhyrom-forks",
},
{
name: "Hyro's Utils (GitHub)",
background: "bg-github hover:bg-github/80",
href: "https://github.com/xhyrom-utils",
},
{
name: "Hyro's Archive (GitHub)",
background: "bg-github hover:bg-github/80",
href: "https://github.com/xhyrom-archive",
},
{ {
name: "Discord (User)", name: "Discord (User)",
background: "bg-discord hover:bg-discord/80", background: "bg-discord hover:bg-discord/80",
@ -78,6 +63,26 @@ export const BUTTONS = [
background: "bg-wakatime hover:bg-wakatime/80", background: "bg-wakatime hover:bg-wakatime/80",
href: "https://wakatime.com/@xhyrom", href: "https://wakatime.com/@xhyrom",
}, },
{
name: "Hyro Blobs (GitHub)",
background: "bg-github hover:bg-github/80",
href: "https://github.com/Hyro-Blobs/blobs",
},
{
name: "Hyro's Forks (GitHub)",
background: "bg-github hover:bg-github/80",
href: "https://github.com/xhyrom-forks",
},
{
name: "Hyro's Utils (GitHub)",
background: "bg-github hover:bg-github/80",
href: "https://github.com/xhyrom-utils",
},
{
name: "Hyro's Archive (GitHub)",
background: "bg-github hover:bg-github/80",
href: "https://github.com/xhyrom-archive",
},
]; ];
export const SITE = { export const SITE = {

View file

@ -59,6 +59,7 @@ module.exports = {
kofi: "#e0293e", kofi: "#e0293e",
chess: "#5e8949", chess: "#5e8949",
wakatime: "#4a4a4a", wakatime: "#4a4a4a",
website: "#e8b217",
// ^ custom services // ^ custom services
transparent: "transparent", transparent: "transparent",
current: "currentColor", current: "currentColor",