add: darker bg in project list
This commit is contained in:
parent
ec3e3a3722
commit
5af21695b9
3 changed files with 3 additions and 6 deletions
|
@ -27,9 +27,6 @@
|
||||||
display: grid;
|
display: grid;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
& .skill {
|
|
||||||
}
|
|
||||||
|
|
||||||
& .bg {
|
& .bg {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 350px;
|
height: 350px;
|
||||||
|
@ -51,7 +48,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background-color: rgba(0, 0, 0, 0.7);
|
background-color: rgba(0, 0, 0, 0.8);
|
||||||
backdrop-filter: blur(1px);
|
backdrop-filter: blur(1px);
|
||||||
transition: var(--transition-time);
|
transition: var(--transition-time);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
@ -115,8 +115,8 @@ const projects = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Headless CMS & Cache',
|
title: 'Headless CMS & Cache',
|
||||||
customer: 'Nicht erwähnt',
|
customer: 'DEKRA',
|
||||||
image: '/img/projects/headlesscms.webp',
|
image: '/img/projects/dekra.webp',
|
||||||
desc: [
|
desc: [
|
||||||
'Anbindung an ein Headless CMS und Entwicklung der dazugehörigen Komponentenbibliothek unter Einsatz von Tailwind, sowie serverseitiges Caching.',
|
'Anbindung an ein Headless CMS und Entwicklung der dazugehörigen Komponentenbibliothek unter Einsatz von Tailwind, sowie serverseitiges Caching.',
|
||||||
],
|
],
|
||||||
|
|
BIN
public/img/projects/dekra.webp
Normal file
BIN
public/img/projects/dekra.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 161 KiB |
Loading…
Add table
Add a link
Reference in a new issue