mirror of
https://github.com/xHyroM/links.git
synced 2024-11-10 02:28:06 +01:00
feat: add website
This commit is contained in:
parent
0306aeb1d4
commit
6656b28260
2 changed files with 26 additions and 20 deletions
|
@ -7,31 +7,16 @@ export const OPEN_GRAPH = {
|
|||
};
|
||||
|
||||
export const BUTTONS = [
|
||||
{
|
||||
name: "Website",
|
||||
background: "bg-website hover:bg-website/80",
|
||||
href: "https://xhyrom.dev",
|
||||
},
|
||||
{
|
||||
name: "Personal (GitHub)",
|
||||
background: "bg-github hover:bg-github/80",
|
||||
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)",
|
||||
background: "bg-discord hover:bg-discord/80",
|
||||
|
@ -78,6 +63,26 @@ export const BUTTONS = [
|
|||
background: "bg-wakatime hover:bg-wakatime/80",
|
||||
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 = {
|
||||
|
|
|
@ -59,6 +59,7 @@ module.exports = {
|
|||
kofi: "#e0293e",
|
||||
chess: "#5e8949",
|
||||
wakatime: "#4a4a4a",
|
||||
website: "#e8b217",
|
||||
// ^ custom services
|
||||
transparent: "transparent",
|
||||
current: "currentColor",
|
||||
|
|
Loading…
Reference in a new issue