Use xevion.dev subdomains for relevant projects, add Runnerspace

This commit is contained in:
2023-05-13 12:29:37 -05:00
parent 8b23b0ee0e
commit e581da977e

View File

@@ -18,6 +18,12 @@ const ProjectsPage: NextPage = () => {
url: "https://portal.acmutsa.org",
icon: RiMagicLine
},
{
name: "Runnerspace",
description: "Hackathon MySpace Clone",
url: "https://runnerspace.xevion.dev",
icon: RiMagicLine
},
{
name: "v6 Place",
description: "Paint Images with IPv6 Addresses",
@@ -69,13 +75,13 @@ const ProjectsPage: NextPage = () => {
{
name: "rdap",
description: "Javascript RDAP Client",
url: "https://github.com/Xevion/rdap",
url: "https://rdap.xevion.dev",
icon: MdOutlineDns
},
{
name: "icons",
description: "Dynamic React-Icons Loading",
url: "https://github.com/Xevion/icons",
url: "https://icons.xevion.dev",
icon: FaReact
},
{