1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

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

View File

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