diff --git a/components/Customers.vue b/components/Customers.vue index f29d0bc..6343c20 100644 --- a/components/Customers.vue +++ b/components/Customers.vue @@ -35,14 +35,6 @@ import { ase, cs, css, pcss, html, js, njs, nuxt, phaser, scss, ts, tw, unity, vue } from '~/Skills' const customers = [ - // { - // name: 'Dekra', - // link: 'https://dekra.de', - // logo: { - // src: '/img/customers/dekra.webp', - // width: 181, - // }, - // }, { name: 'Bounce Commerce', link: 'https://bounce-commerce.de', @@ -109,16 +101,15 @@ const projects = [ ], technologies: [js, ts] }, - // { - // title: 'Headless CMS & Cache', - // customer: 'Dekra', - // link: 'https://dekra.de', - // image: '/img/projects/dekra.webp', - // desc: [ - // 'Anbindung an ein Headless CMS und Entwicklung der dazugehörigen Komponentenbibliothek, sowie serverseitiges Caching.', - // ], - // technologies: [ts, nuxt, tw, njs] - // }, + { + title: 'Headless CMS & Cache', + customer: 'Nicht erwähnt', + image: '/img/projects/headlesscms.webp', + desc: [ + 'Anbindung an ein Headless CMS und Entwicklung der dazugehörigen Komponentenbibliothek unter Einsatz von Tailwind, sowie serverseitiges Caching.', + ], + technologies: [ts, nuxt, tw, njs] + }, { title: 'Bounce Script', customer: 'Bounce Commerce', diff --git a/public/img/projects/dekra.webp b/public/img/projects/dekra.webp deleted file mode 100644 index 97247bf..0000000 Binary files a/public/img/projects/dekra.webp and /dev/null differ diff --git a/public/img/projects/headlesscms.webp b/public/img/projects/headlesscms.webp new file mode 100644 index 0000000..6d342f4 Binary files /dev/null and b/public/img/projects/headlesscms.webp differ