availability change

This commit is contained in:
Matthias Kretschmann 2024-04-10 16:11:02 +01:00
parent 9f598f8cf3
commit da30727130
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 5 additions and 5 deletions

View File

@ -8,8 +8,8 @@
"email": "m@kretschmann.io"
},
"availability": {
"status": false,
"available": "👔 Available for new projects. <a href=\"mailto:m@kretschmann.io\">Lets talk</a>!",
"status": true,
"available": "👔 Available for new projects. <a href=\"mailto:m@kretschmann.io\">Let's chat</a>!",
"unavailable": "Not available for new projects."
},
"profiles": [

View File

@ -12,11 +12,11 @@
}
.available {
background: var(--body-background-color);
color: var(--text-color);
/* background: var(--body-background-color);
position: fixed;
bottom: var(--spacer);
left: 50%;
transform: translateX(-50%);
box-shadow: var(--box-shadow);
transform: translateX(-50%);
box-shadow: var(--box-shadow);*/
}