From c56d94455852d72d5a7236dc399c87fea0970ffc Mon Sep 17 00:00:00 2001 From: RuisPipe Date: Fri, 30 Jul 2021 11:15:34 +0200 Subject: [PATCH] Updated projects list --- src/routes/Projects.js | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/src/routes/Projects.js b/src/routes/Projects.js index 6bc0ae2..5b56fe2 100644 --- a/src/routes/Projects.js +++ b/src/routes/Projects.js @@ -6,6 +6,12 @@ import { const list = { german: [ + { + name: "Privat", + description: "Privates Projekt", + language: "ReactNative (Android & iOS)", + date: "05/2021 - jetzt", + }, { name: "Privat", description: "Privates Projekt", @@ -13,14 +19,14 @@ const list = { date: "05/2021 - jetzt", }, { - link: "https://gitea.roese.dev/Alex/personal-website", + link: "https://git.umbach.dev/Alex/my-website", name: "Persönliche Webseite", description: "Veranschaulichung von Informationen", language: "React.js, JavaScript, CSS, HTML", date: "07/2021", }, { - link: "https://github.com/RuisPipe/PasswordManager", + link: "https://github.com/alexanderroese/PasswordManager", name: "Password Manager", description: "Selbstgehosteter verschlüsselter Passwort-Manager", language: "JavaScript, CSS, HTML, Node.JS", @@ -28,6 +34,12 @@ const list = { }, ], english: [ + { + name: "Private", + description: "Private project", + language: "ReactNative (Android & iOS)", + date: "05/2021 - jetzt", + }, { name: "Private", description: "Private project", @@ -35,14 +47,14 @@ const list = { date: "05/2021 - now", }, { - link: "https://gitea.roese.dev/Alex/personal-website", + link: "https://git.umbach.dev/Alex/my-website", name: "This website", description: "Private project", - language: "React.js, JavaScript, CSS, HTML, GoLang", + language: "React.js, JavaScript, CSS, HTML", date: "07/2021", }, { - link: "https://github.com/RuisPipe/PasswordManager", + link: "https://github.com/alexanderroese/PasswordManager", name: "Password Manager", description: "Self-hosted encrypted password manager", language: "JavaScript, CSS, HTML, Node.JS",