From 390e679fb4d7f856edadec4e4917286d669decc6 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 28 Jul 2022 17:40:48 +0200 Subject: [PATCH] updated projects --- src/routes/Projects.js | 50 ++++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/src/routes/Projects.js b/src/routes/Projects.js index 7531c4f..9af4294 100644 --- a/src/routes/Projects.js +++ b/src/routes/Projects.js @@ -8,28 +8,29 @@ import React from "react"; const list = { german: [ { - name: "Privat", - description: "Privates Projekt", - language: "Go, Java", - date: "09/2021 - jetzt", + link: "https://git.krakatoa.umbach.dev/Alex/lawn-mower", + name: "Rasenroboter", + description: "Autonom fahrender Rasenroboter", + language: "Go, Python, React, WebSocket, ZeroMQ", + date: "02/2022 - jetzt", }, { - name: "Privat", - description: "Privates Projekt", - language: "ReactNative (Android & iOS)", - date: "05/2021 - 08/2021", + name: "Serverentwicklung", + description: "Erweiterungen entwickelt für ein Spiel", + language: "Go, Java, Redis, MongoDB", + date: "09/2021 - 01/2022", }, { - name: "Privat", - description: "Privates Projekt", - language: "Go", + name: "Mobile App", + description: "Swipe-App ähnlich wie TikTok", + language: "ReactNative (Android & iOS), Go, RabbitMQ", 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", + language: "React, JavaScript, CSS, HTML", date: "07/2021", }, { @@ -42,28 +43,29 @@ const list = { ], english: [ { - name: "Private", - description: "Private project", - language: "Go, Java", - date: "09/2021 - now", + link: "https://git.krakatoa.umbach.dev/Alex/lawn-mower", + name: "Lawn mower", + description: "Autonomous driving lawn mower", + language: "Go, Python, React, WebSocket, ZeroMQ", + date: "02/2022 - now", }, { - name: "Private", - description: "Private project", - language: "ReactNative (Android & iOS)", - date: "05/2021 - 08/2021", + name: "Server development", + description: "Extensions developed for a game", + language: "Go, Java, Redis, MongoDB", + date: "09/2021 - 01/2022", }, { - name: "Private", - description: "Private project", - language: "Go", + name: "Mobile App", + description: "Swipe app similar to tiktok", + language: "ReactNative (Android & iOS), Go, RabbitMQ", 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", + language: "React, JavaScript, CSS, HTML", date: "07/2021", }, {