From 605fedb22a8b3aa1c58835fd4ac069e3f3c41be1 Mon Sep 17 00:00:00 2001 From: Fabian Schieder Date: Sat, 28 Feb 2026 01:55:23 +0100 Subject: [PATCH] Update descriptions in index.php for improved clarity and consistency --- index.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index 1cd3f88..c288255 100644 --- a/index.php +++ b/index.php @@ -12,14 +12,14 @@ $projects = [ "privat" => [ [ "title" => "Gitea", - "description" => "Mein privates Git-Repository – Quellcode, Projekte & mehr.", + "description" => "Mein privater Git - Server", "url" => "/git", "logo" => "/icons/gitea.svg", "color" => "#609926" ], [ "title" => "Nextcloud", - "description" => "Meine persönliche Cloud – Dateien, Kalender & Kontakte.", + "description" => "Meine persönliche Nextcloud", "url" => "/nextcloud", "logo" => "/icons/nextcloud.svg", "color" => "#0082c9" @@ -28,7 +28,7 @@ $projects = [ "schule" => [ [ "title" => "Geizkragen.store", - "description" => "Schulprojekt – Ein Online-Shop für Schnäppchenjäger.", + "description" => "Schulprojekt – Ein Online - Preisvergleichsportal", "url" => "https://geizkragen.store", "logo" => "/icons/geizkragen.png", "color" => "#0082c9", @@ -38,7 +38,7 @@ $projects = [ "dienste" => [ [ "title" => "Home Assistant", - "description" => "Meine Smart-Home-Zentrale – Automatisierungen & Geräte.", + "description" => "Mein privater HomeAssistant Server", "url" => "http://homeassistant.fabianschieder.com", "logo" => "/icons/homeassistant.svg", "color" => "#18BCF2", @@ -46,7 +46,7 @@ $projects = [ ], [ "title" => "NAS", - "description" => "Mein Netzwerkspeicher – Daten & Backups.", + "description" => "Mein privater Netzwerkspeicher", "url" => "http://nas.fabianschieder.com", "logo" => "/icons/nas.svg", "color" => "#a855f7",