mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 09:13:19 +01:00
availability change
This commit is contained in:
parent
9f598f8cf3
commit
da30727130
@ -8,8 +8,8 @@
|
||||
"email": "m@kretschmann.io"
|
||||
},
|
||||
"availability": {
|
||||
"status": false,
|
||||
"available": "👔 Available for new projects. <a href=\"mailto:m@kretschmann.io\">Let’s 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": [
|
||||
|
@ -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);*/
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user