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",