ADD: projects

This commit is contained in:
webfussel 2024-05-21 12:06:30 +02:00
parent e43366566e
commit 707c5ea64b
3 changed files with 11 additions and 1 deletions

View file

@ -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]
},