Project anpassungen
This commit is contained in:
@@ -17,24 +17,24 @@ fn get_all_projects() -> Vec<Project> {
|
|||||||
vec![
|
vec![
|
||||||
Project {
|
Project {
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Bytemalte.de Website".into(),
|
title: "Malxte.de Persönliche Rust Website".into(),
|
||||||
description: "Meine persönliche Community-Plattform, gebaut mit Rust und Leptos.".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(),
|
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(),
|
code_url: "https://github.com/malxte/bytemalte_de".into(),
|
||||||
},
|
},
|
||||||
Project {
|
Project {
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "Anderes Projekt".into(),
|
title: "Bytemalte.de Rust Community Website".into(),
|
||||||
description: "Ein weiteres Beispielprojekt mit einer etwas längeren Beschreibung, um das Grid zu testen.".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(),
|
image_url: "/assets/bytemalte_de.png".into(),
|
||||||
download_url: "#".into(),
|
download_url: "#".into(),
|
||||||
code_url: "#".into(),
|
code_url: "https://gitea.malxte.de/Bytemalte/bytemalte_de".into(),
|
||||||
},
|
},
|
||||||
Project {
|
Project {
|
||||||
id: 3,
|
id: 3,
|
||||||
title: "Projekt Drei".into(),
|
title: "Bytemalte Log".into(),
|
||||||
description: "Hier ist ein drittes Projekt, das ebenfalls in der Liste erscheint.".into(),
|
description: "Das ist das Offizielle Bytemalte Logo. (NICHT FREI VERWENDBAR!)".into(),
|
||||||
image_url: "/assets/Logo.jpg".into(),
|
image_url: "/assets/Logo.jpg".into(),
|
||||||
download_url: "#".into(),
|
download_url: "#".into(),
|
||||||
code_url: "#".into(),
|
code_url: "#".into(),
|
||||||
|
|||||||
Reference in New Issue
Block a user