diff --git a/public/images/self.png b/public/images/self.png
new file mode 100644
index 0000000..5bdad05
Binary files /dev/null and b/public/images/self.png differ
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index 749da76..7cc026c 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -26,8 +26,8 @@ const today = new Date();
text-align: center;
margin-left: auto;
margin-right: auto;
- margin-top: 0.5rem;
- margin-bottom: 0.5rem;
+ margin-top: 2rem;
+ margin-bottom: 2rem;
border-radius: 10px;
width: 100%;
height: 0em;
diff --git a/src/content/servers/hades.md b/src/content/servers/hades.md
index c0d7313..a87d81d 100644
--- a/src/content/servers/hades.md
+++ b/src/content/servers/hades.md
@@ -2,9 +2,10 @@
title: 'Hades'
lastUpdated: '03.08.2024'
---
+## What is it?
Hades is a node in my cluster of 5 mini PCs. It follows the exact same configuration as the other nodes for consistency. It used to be an office PC, but has since been re-purposed as a tiny home server.
-
+## Specs
- MODEL: HP Elitedesk 705 G3 mini
- CPU: AMD A10-8770E
- RAM: 16 GB DDR4
diff --git a/src/content/servers/hermes.md b/src/content/servers/hermes.md
index 3faaac4..7cb3082 100644
--- a/src/content/servers/hermes.md
+++ b/src/content/servers/hermes.md
@@ -2,9 +2,9 @@
title: 'Hermes'
lastUpdated: '03.08.2024'
---
-
+## What is it?
Hermes is a node in my cluster of 5 mini PCs. It follows the exact same configuration as the other nodes for consistency. It used to be an office PC, but has since been re-purposed as a tiny home server.
-
+## Specs
- MODEL: HP Elitedesk 705 G3 mini
- CPU: AMD A10-8770E
- RAM: 16 GB DDR4
diff --git a/src/content/servers/poseidon.md b/src/content/servers/poseidon.md
index fe97a04..5c2f95f 100644
--- a/src/content/servers/poseidon.md
+++ b/src/content/servers/poseidon.md
@@ -2,9 +2,9 @@
title: 'Poseidon'
lastUpdated: '03.08.2024'
---
-
+## What is it?
Poseidon is a node in my cluster of 5 mini PCs. It follows the exact same configuration as the other nodes for consistency. It used to be an office PC, but has since been re-purposed as a tiny home server.
-
+## Specs
- MODEL: HP Elitedesk 705 G3 mini
- CPU: AMD A10-8770E
- RAM: 16 GB DDR4
diff --git a/src/content/servers/zeus.md b/src/content/servers/zeus.md
index d2144a0..4f2afd0 100644
--- a/src/content/servers/zeus.md
+++ b/src/content/servers/zeus.md
@@ -3,7 +3,7 @@ title: 'Zeus'
lastUpdated: '03.08.2024'
---
-## What is it?
+## What is it?
Zeus is a node in my cluster of 5 mini PCs. It follows the exact same configuration as the other nodes for consistency. It used to be an office PC, but has since been re-purposed as a tiny home server.
## Specs
- MODEL: HP Elitedesk 705 G3 mini
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 27b9e3f..a62ecef 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -9,14 +9,67 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
+
+
Yo! Welcome to my humble site
-
- This site is a continual WIP, and this is just an alpha of what i hope it will become :)
-
+
+
+
+ This site is a continual WIP, and this is just an alpha of what i hope it will become :)
+
+
+ Go checkout the description of my homelab!
+
+
+
+
+
+
+
+
diff --git a/src/styles/global.css b/src/styles/global.css
index 26b13c2..c6efe9d 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -30,9 +30,7 @@
font-style: normal;
font-display: swap;
}
-html {
- height: 100%;
-}
+
footer{
height: 4em;
}