This commit is contained in:
parent
8667d33798
commit
8dfb20c352
1 changed files with 11 additions and 11 deletions
|
@ -6,23 +6,17 @@ export interface Link {
|
||||||
}
|
}
|
||||||
|
|
||||||
const links: Link[] = [
|
const links: Link[] = [
|
||||||
{
|
|
||||||
name: "Matrix",
|
|
||||||
url: "https://matrix.to/#/@michael:chat.mzhang.io",
|
|
||||||
icon: "matrix-org",
|
|
||||||
description: "Come chat with me on Matrix",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Git",
|
name: "Git",
|
||||||
url: "https://git.mzhang.io",
|
url: "https://git.mzhang.io/michael",
|
||||||
icon: "gitea",
|
icon: "gitea",
|
||||||
description: "Check out my public open source projects on Forgejo",
|
description: "Check out my public open source projects on Forgejo",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "GitHub",
|
name: "Matrix",
|
||||||
url: "https://github.com/iptq",
|
url: "https://matrix.to/#/@michael:chat.mzhang.io",
|
||||||
icon: "github",
|
icon: "matrix-org",
|
||||||
description: "See a history of my old projects on GitHub",
|
description: "Come chat with me on Matrix",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Mastodon",
|
name: "Mastodon",
|
||||||
|
@ -42,6 +36,12 @@ const links: Link[] = [
|
||||||
icon: "linkedin",
|
icon: "linkedin",
|
||||||
description: "Connect with me on LinkedIn",
|
description: "Connect with me on LinkedIn",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "GitHub",
|
||||||
|
url: "https://github.com/iptq",
|
||||||
|
icon: "github",
|
||||||
|
description: "See a history of my old projects on GitHub",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export default links;
|
export default links;
|
||||||
|
|
Loading…
Reference in a new issue