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

@ -133,6 +133,7 @@ span.chip {
color: var(--color-black); color: var(--color-black);
height: max-content; height: max-content;
padding: .5em 1em; padding: .5em 1em;
user-select: none;
} }
.card { .card {

View file

@ -78,12 +78,21 @@ const customers = [
const projects = [ 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', title: 'Headless CMS & Cache',
customer: 'Dekra', customer: 'Dekra',
link: 'https://dekra.de', link: 'https://dekra.de',
image: '/img/projects/dekra.png', image: '/img/projects/dekra.png',
desc: [ 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] technologies: [ts, nuxt, tw, njs]
}, },

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB