ADD: projects
This commit is contained in:
parent
e43366566e
commit
707c5ea64b
3 changed files with 11 additions and 1 deletions
|
@ -133,6 +133,7 @@ span.chip {
|
|||
color: var(--color-black);
|
||||
height: max-content;
|
||||
padding: .5em 1em;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.card {
|
||||
|
|
|
@ -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]
|
||||
},
|
||||
|
|
BIN
public/img/projects/education.jpg
Normal file
BIN
public/img/projects/education.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 185 KiB |
Loading…
Add table
Add a link
Reference in a new issue