diff --git a/src/pages/home.rs b/src/pages/home.rs index e0cb3f5..6682f27 100644 --- a/src/pages/home.rs +++ b/src/pages/home.rs @@ -17,24 +17,24 @@ fn get_all_projects() -> Vec { vec![ Project { id: 1, - title: "Bytemalte.de Website".into(), - description: "Meine persönliche Community-Plattform, gebaut mit Rust und Leptos.".into(), + title: "Malxte.de Persönliche Rust Website".into(), + description: "Meine persönliche Website kommplett mit Rust und Yew Programmiert, alle Links zu Kanälen etc.".into(), image_url: "/assets/malxte_de.png".into(), - download_url: "https://github.com/malxte/bytemalte_de/releases".into(), + download_url: "#".into(), code_url: "https://github.com/malxte/bytemalte_de".into(), }, Project { id: 2, - title: "Anderes Projekt".into(), - description: "Ein weiteres Beispielprojekt mit einer etwas längeren Beschreibung, um das Grid zu testen.".into(), + title: "Bytemalte.de Rust Community Website".into(), + description: "Eine in Rust und mit Leptos Programmierte Bytemalte Community Website auf der du gerade bist :)".into(), image_url: "/assets/bytemalte_de.png".into(), download_url: "#".into(), - code_url: "#".into(), + code_url: "https://gitea.malxte.de/Bytemalte/bytemalte_de".into(), }, Project { id: 3, - title: "Projekt Drei".into(), - description: "Hier ist ein drittes Projekt, das ebenfalls in der Liste erscheint.".into(), + title: "Bytemalte Log".into(), + description: "Das ist das Offizielle Bytemalte Logo. (NICHT FREI VERWENDBAR!)".into(), image_url: "/assets/Logo.jpg".into(), download_url: "#".into(), code_url: "#".into(),