diff --git a/src/pages/homelab/index.astro b/src/pages/homelab/index.astro index 5b286d9..8246393 100644 --- a/src/pages/homelab/index.astro +++ b/src/pages/homelab/index.astro @@ -8,6 +8,11 @@ import { services } from "./services.ts"; + {GLOBAL.username} • {GLOBAL.shortDescription} @@ -24,47 +29,82 @@ import { services } from "./services.ts";
-
-

Homelab

-
- - {Object.entries(services).map(([category, apps], index) => ( -
- - -
-
- {apps.length > 0 ? ( - apps.map(app => ( - - )) - ) : ( -

Coming soon...

- )} -
+ + + +
- ))} + + {Object.entries(services).map(([category, apps], index) => ( +
+ + +
+
+ {apps.length > 0 ? ( + apps.map(app => ( +
+ +
+ )) + ) : ( +

Coming soon...

+ )} +
+
+
+ ))} +