Updated projects list

master
RuisPipe 2021-07-30 11:15:34 +02:00
parent 2c1a01dcff
commit c56d944558
1 changed files with 17 additions and 5 deletions

View File

@ -6,6 +6,12 @@ import {
const list = { const list = {
german: [ german: [
{
name: "Privat",
description: "Privates Projekt",
language: "ReactNative (Android & iOS)",
date: "05/2021 - jetzt",
},
{ {
name: "Privat", name: "Privat",
description: "Privates Projekt", description: "Privates Projekt",
@ -13,14 +19,14 @@ const list = {
date: "05/2021 - jetzt", date: "05/2021 - jetzt",
}, },
{ {
link: "https://gitea.roese.dev/Alex/personal-website", link: "https://git.umbach.dev/Alex/my-website",
name: "Persönliche Webseite", name: "Persönliche Webseite",
description: "Veranschaulichung von Informationen", description: "Veranschaulichung von Informationen",
language: "React.js, JavaScript, CSS, HTML", language: "React.js, JavaScript, CSS, HTML",
date: "07/2021", date: "07/2021",
}, },
{ {
link: "https://github.com/RuisPipe/PasswordManager", link: "https://github.com/alexanderroese/PasswordManager",
name: "Password Manager", name: "Password Manager",
description: "Selbstgehosteter verschlüsselter Passwort-Manager", description: "Selbstgehosteter verschlüsselter Passwort-Manager",
language: "JavaScript, CSS, HTML, Node.JS", language: "JavaScript, CSS, HTML, Node.JS",
@ -28,6 +34,12 @@ const list = {
}, },
], ],
english: [ english: [
{
name: "Private",
description: "Private project",
language: "ReactNative (Android & iOS)",
date: "05/2021 - jetzt",
},
{ {
name: "Private", name: "Private",
description: "Private project", description: "Private project",
@ -35,14 +47,14 @@ const list = {
date: "05/2021 - now", date: "05/2021 - now",
}, },
{ {
link: "https://gitea.roese.dev/Alex/personal-website", link: "https://git.umbach.dev/Alex/my-website",
name: "This website", name: "This website",
description: "Private project", description: "Private project",
language: "React.js, JavaScript, CSS, HTML, GoLang", language: "React.js, JavaScript, CSS, HTML",
date: "07/2021", date: "07/2021",
}, },
{ {
link: "https://github.com/RuisPipe/PasswordManager", link: "https://github.com/alexanderroese/PasswordManager",
name: "Password Manager", name: "Password Manager",
description: "Self-hosted encrypted password manager", description: "Self-hosted encrypted password manager",
language: "JavaScript, CSS, HTML, Node.JS", language: "JavaScript, CSS, HTML, Node.JS",