Update descriptions in index.php for improved clarity and consistency
This commit is contained in:
parent
cc98f5e573
commit
605fedb22a
10
index.php
10
index.php
@ -12,14 +12,14 @@ $projects = [
|
|||||||
"privat" => [
|
"privat" => [
|
||||||
[
|
[
|
||||||
"title" => "Gitea",
|
"title" => "Gitea",
|
||||||
"description" => "Mein privates Git-Repository – Quellcode, Projekte & mehr.",
|
"description" => "Mein privater Git - Server",
|
||||||
"url" => "/git",
|
"url" => "/git",
|
||||||
"logo" => "/icons/gitea.svg",
|
"logo" => "/icons/gitea.svg",
|
||||||
"color" => "#609926"
|
"color" => "#609926"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"title" => "Nextcloud",
|
"title" => "Nextcloud",
|
||||||
"description" => "Meine persönliche Cloud – Dateien, Kalender & Kontakte.",
|
"description" => "Meine persönliche Nextcloud",
|
||||||
"url" => "/nextcloud",
|
"url" => "/nextcloud",
|
||||||
"logo" => "/icons/nextcloud.svg",
|
"logo" => "/icons/nextcloud.svg",
|
||||||
"color" => "#0082c9"
|
"color" => "#0082c9"
|
||||||
@ -28,7 +28,7 @@ $projects = [
|
|||||||
"schule" => [
|
"schule" => [
|
||||||
[
|
[
|
||||||
"title" => "Geizkragen.store",
|
"title" => "Geizkragen.store",
|
||||||
"description" => "Schulprojekt – Ein Online-Shop für Schnäppchenjäger.",
|
"description" => "Schulprojekt – Ein Online - Preisvergleichsportal",
|
||||||
"url" => "https://geizkragen.store",
|
"url" => "https://geizkragen.store",
|
||||||
"logo" => "/icons/geizkragen.png",
|
"logo" => "/icons/geizkragen.png",
|
||||||
"color" => "#0082c9",
|
"color" => "#0082c9",
|
||||||
@ -38,7 +38,7 @@ $projects = [
|
|||||||
"dienste" => [
|
"dienste" => [
|
||||||
[
|
[
|
||||||
"title" => "Home Assistant",
|
"title" => "Home Assistant",
|
||||||
"description" => "Meine Smart-Home-Zentrale – Automatisierungen & Geräte.",
|
"description" => "Mein privater HomeAssistant Server",
|
||||||
"url" => "http://homeassistant.fabianschieder.com",
|
"url" => "http://homeassistant.fabianschieder.com",
|
||||||
"logo" => "/icons/homeassistant.svg",
|
"logo" => "/icons/homeassistant.svg",
|
||||||
"color" => "#18BCF2",
|
"color" => "#18BCF2",
|
||||||
@ -46,7 +46,7 @@ $projects = [
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
"title" => "NAS",
|
"title" => "NAS",
|
||||||
"description" => "Mein Netzwerkspeicher – Daten & Backups.",
|
"description" => "Mein privater Netzwerkspeicher",
|
||||||
"url" => "http://nas.fabianschieder.com",
|
"url" => "http://nas.fabianschieder.com",
|
||||||
"logo" => "/icons/nas.svg",
|
"logo" => "/icons/nas.svg",
|
||||||
"color" => "#a855f7",
|
"color" => "#a855f7",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user