diff --git a/assets/css/customers.css b/assets/css/customers.css index 4de18a4..e587f1f 100644 --- a/assets/css/customers.css +++ b/assets/css/customers.css @@ -27,9 +27,6 @@ display: grid; overflow: hidden; - & .skill { - } - & .bg { padding: 0; height: 350px; @@ -51,7 +48,7 @@ display: flex; align-items: center; justify-content: center; - background-color: rgba(0, 0, 0, 0.7); + background-color: rgba(0, 0, 0, 0.8); backdrop-filter: blur(1px); transition: var(--transition-time); height: 100%; diff --git a/components/Customers.vue b/components/Customers.vue index cbd67a4..902568d 100644 --- a/components/Customers.vue +++ b/components/Customers.vue @@ -115,8 +115,8 @@ const projects = [ }, { title: 'Headless CMS & Cache', - customer: 'Nicht erwähnt', - image: '/img/projects/headlesscms.webp', + customer: 'DEKRA', + image: '/img/projects/dekra.webp', desc: [ 'Anbindung an ein Headless CMS und Entwicklung der dazugehörigen Komponentenbibliothek unter Einsatz von Tailwind, sowie serverseitiges Caching.', ], diff --git a/public/img/projects/dekra.webp b/public/img/projects/dekra.webp new file mode 100644 index 0000000..fff10f0 Binary files /dev/null and b/public/img/projects/dekra.webp differ