You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

30 lines
672 B

export default [
{
name: "Web",
projects: [
{
name: "Imf & Firus",
description: "Daily challenges for children of work-from-home-parents",
url: "https://imfundfirus.de/",
year: "2020"
}
]
},
{
name: "Systems",
projects: [
{
name: "Ditto",
description: "A simple educational blockchain concept",
url: "https://github.com/garritfra/blockchain-project",
year: "2018"
},
{
name: "Rustfuck",
description: "A brainfuck compiler written in rust",
url: "https://github.com/garritfra/rustfuck",
year: "2018"
}
]
}
];