From a3f5fb4f8970e3d1b82286dc3a3fb3d047184999 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 7 Feb 2022 20:26:03 +0100 Subject: [PATCH] updated the project list and added another project --- src/routes/Projects.js | 39 ++++++++++++++++++++++++++------------- 1 file changed, 26 insertions(+), 13 deletions(-) diff --git a/src/routes/Projects.js b/src/routes/Projects.js index 174dc2b..03201e9 100644 --- a/src/routes/Projects.js +++ b/src/routes/Projects.js @@ -1,32 +1,39 @@ -import React from "react"; import { LanguageContext, languages, } from "../component/Language/LanguageContext"; +import React from "react"; + const list = { german: [ { name: "Privat", description: "Privates Projekt", - language: "ReactNative (Android & iOS)", - date: "05/2021 - jetzt", + language: "Go", + date: "09/2021 - jetzt", }, { name: "Privat", description: "Privates Projekt", - language: "GoLang", - date: "05/2021 - jetzt", + language: "ReactNative (Android & iOS)", + date: "05/2021 - 08/2021", }, { - link: "https://git.umbach.dev/Alex/my-website", + name: "Privat", + description: "Privates Projekt", + language: "Go", + date: "05/2021 - 08/2021", + }, + { + link: "https://git.krakatoa.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/alexanderroese/PasswordManager", + link: "https://github.com/AlexanderRoese/PasswordManager", name: "Password Manager", description: "Selbstgehosteter verschlüsselter Passwort-Manager", language: "JavaScript, CSS, HTML, Node.JS", @@ -37,24 +44,30 @@ const list = { { name: "Private", description: "Private project", - language: "ReactNative (Android & iOS)", - date: "05/2021 - now", + language: "Go", + date: "09/2021 - now", }, { name: "Private", description: "Private project", - language: "GoLang", - date: "05/2021 - now", + language: "ReactNative (Android & iOS)", + date: "05/2021 - 08/2021", }, { - link: "https://git.umbach.dev/Alex/my-website", + name: "Private", + description: "Private project", + language: "Go", + date: "05/2021 - 08/2021", + }, + { + link: "https://git.krakatoa.umbach.dev/Alex/my-website", name: "This website", description: "Visualization of information", language: "React.js, JavaScript, CSS, HTML", date: "07/2021", }, { - link: "https://github.com/alexanderroese/PasswordManager", + link: "https://github.com/AlexanderRoese/PasswordManager", name: "Password Manager", description: "Self-hosted encrypted password manager", language: "JavaScript, CSS, HTML, Node.JS",