fixed typos

This commit is contained in:
2026-03-18 20:37:40 +01:00
parent 56d87ec151
commit 780ad80a4c
+2 -2
View File
@@ -352,7 +352,7 @@ const PROJECTS = [
{ {
id: "pixelcnn", id: "pixelcnn",
title: "PixelCNN", title: "PixelCNN",
description: "Deep Learning-Modell basierend auf PixelCNN zur generativen Bildsynthese mit PyTorch", description: "Deep Learning-Modell basierend auf PixelCNN zur generativen Bildsynthese mit PyTorch.",
tags: ["Python", "PyTorch"], tags: ["Python", "PyTorch"],
github: "https://github.com/MarvinKrausser/pixelcnn", github: "https://github.com/MarvinKrausser/pixelcnn",
blocks: [ blocks: [
@@ -400,7 +400,7 @@ const PROJECTS = [
{ {
id: "towerdefense", id: "towerdefense",
title: "Towerdefense Game", title: "Towerdefense Game",
description: "Singleplayer Towerdefense Game mit Editor entstanden im Rahmen einer Vorlesung als Einzelprojekt", description: "Singleplayer Towerdefense Game mit Editor entstanden im Rahmen einer Vorlesung als Einzelprojekt.",
tags: ["C#", "Unity"], tags: ["C#", "Unity"],
github: "https://github.com/MarvinKrausser/TowerDefenseGame", github: "https://github.com/MarvinKrausser/TowerDefenseGame",
blocks: [ blocks: [