ADD: projects
This commit is contained in:
parent
e43366566e
commit
707c5ea64b
3 changed files with 11 additions and 1 deletions
|
@ -78,12 +78,21 @@ const customers = [
|
|||
|
||||
const projects = [
|
||||
{
|
||||
title: 'Unterricht',
|
||||
customer: 'SAE Institute Germany',
|
||||
link: 'https://www.sae.edu/deu/en/sae-home/',
|
||||
image: '/img/projects/education.jpg',
|
||||
desc: [
|
||||
'Vorbereitung und Durchführung von Unterricht in JavaScript und TypeScript.',
|
||||
],
|
||||
technologies: [js, ts]
|
||||
}, {
|
||||
title: 'Headless CMS & Cache',
|
||||
customer: 'Dekra',
|
||||
link: 'https://dekra.de',
|
||||
image: '/img/projects/dekra.png',
|
||||
desc: [
|
||||
'Anbindung an ein Headless CMS und Entwicklung der dazugehörigen Komponentenbibliothek, sowie Serverseitiges Caching.',
|
||||
'Anbindung an ein Headless CMS und Entwicklung der dazugehörigen Komponentenbibliothek, sowie Serverseitiges Caching.',
|
||||
],
|
||||
technologies: [ts, nuxt, tw, njs]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue