diff --git a/public/icons/cryptgeon.svg b/public/icons/cryptgeon.svg new file mode 100644 index 0000000..8b75a16 --- /dev/null +++ b/public/icons/cryptgeon.svg @@ -0,0 +1,27 @@ + diff --git a/src/pages/index.astro b/src/pages/index.astro index 756d78b..c8e9504 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,6 +5,7 @@ import ServiceCard from "../components/ServiceCard.astro"; const services = [ { serviceName: "Amnezia" }, { serviceName: "Blog", serviceUrl: "https://blog.z0x.home.arpa" }, + { serviceName: "Cryptgeon" }, { serviceName: "Dockge" }, { serviceName: "Dozzle" }, { serviceName: "Element" }, @@ -25,14 +26,26 @@ const services = [ --- -
- - -