From ab06a753e32a3472a498d9670a22aa73c1981f61 Mon Sep 17 00:00:00 2001 From: Fabian Schieder Date: Sat, 28 Feb 2026 01:09:56 +0100 Subject: [PATCH] Add new services section in index.php with Home Assistant and NAS details --- index.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/index.php b/index.php index afe5756..903e49b 100644 --- a/index.php +++ b/index.php @@ -26,6 +26,24 @@ $projects = [ "external" => true ], ], + "dienste" => [ + [ + "title" => "Home Assistant", + "description" => "Meine Smart-Home-Zentrale – Automatisierungen & Geräte.", + "url" => "https://homeassistant.fabianschieder.com", + "icon" => "fas fa-house-signal", + "color" => "#f59e0b", + "external" => true + ], + [ + "title" => "NAS", + "description" => "Mein Netzwerkspeicher – Daten & Backups.", + "url" => "https://nas.fabianschieder.com", + "icon" => "fas fa-server", + "color" => "#a855f7", + "external" => true + ], + ], ]; ?> @@ -55,6 +73,8 @@ $projects = [ Privat Schule + + Dienste
@@ -89,3 +109,5 @@ $projects = [ + +