Added a download CV button with language selection

This commit is contained in:
Plexi09 2026-02-23 00:17:21 +01:00
parent 3f1ec3056d
commit 91936e441f
Signed by: Plexi09
GPG key ID: 20D439A69163544A
3 changed files with 59 additions and 2 deletions

View file

@ -162,3 +162,17 @@ html.lenis {
font-family: 'Inter', sans-serif;
font-weight: 500;
}
/*
CV DOWNLOAD MODAL
*/
#cv-modal.is-open {
opacity: 1;
pointer-events: auto;
}
#cv-modal.is-open #cv-modal-card {
transform: scale(1);
}
.cv-lang-btn:hover {
background: rgba(255, 255, 255, 0.03);
}