updated the project list and added another project
parent
54d92c551b
commit
a3f5fb4f89
|
@ -1,32 +1,39 @@
|
||||||
import React from "react";
|
|
||||||
import {
|
import {
|
||||||
LanguageContext,
|
LanguageContext,
|
||||||
languages,
|
languages,
|
||||||
} from "../component/Language/LanguageContext";
|
} from "../component/Language/LanguageContext";
|
||||||
|
|
||||||
|
import React from "react";
|
||||||
|
|
||||||
const list = {
|
const list = {
|
||||||
german: [
|
german: [
|
||||||
{
|
{
|
||||||
name: "Privat",
|
name: "Privat",
|
||||||
description: "Privates Projekt",
|
description: "Privates Projekt",
|
||||||
language: "ReactNative (Android & iOS)",
|
language: "Go",
|
||||||
date: "05/2021 - jetzt",
|
date: "09/2021 - jetzt",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Privat",
|
name: "Privat",
|
||||||
description: "Privates Projekt",
|
description: "Privates Projekt",
|
||||||
language: "GoLang",
|
language: "ReactNative (Android & iOS)",
|
||||||
date: "05/2021 - jetzt",
|
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",
|
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/alexanderroese/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",
|
||||||
|
@ -37,24 +44,30 @@ const list = {
|
||||||
{
|
{
|
||||||
name: "Private",
|
name: "Private",
|
||||||
description: "Private project",
|
description: "Private project",
|
||||||
language: "ReactNative (Android & iOS)",
|
language: "Go",
|
||||||
date: "05/2021 - now",
|
date: "09/2021 - now",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Private",
|
name: "Private",
|
||||||
description: "Private project",
|
description: "Private project",
|
||||||
language: "GoLang",
|
language: "ReactNative (Android & iOS)",
|
||||||
date: "05/2021 - now",
|
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",
|
name: "This website",
|
||||||
description: "Visualization of information",
|
description: "Visualization of information",
|
||||||
language: "React.js, JavaScript, CSS, HTML",
|
language: "React.js, JavaScript, CSS, HTML",
|
||||||
date: "07/2021",
|
date: "07/2021",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
link: "https://github.com/alexanderroese/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",
|
||||||
|
|
Loading…
Reference in New Issue