From 91936e441f1230ed70cc8480b9daa497889b4cb8 Mon Sep 17 00:00:00 2001 From: Plexi09 Date: Mon, 23 Feb 2026 00:17:21 +0100 Subject: [PATCH] Added a download CV button with language selection --- css/style.css | 14 ++++++++++++++ index.html | 25 ++++++++++++++++++++++++- js/main.js | 22 +++++++++++++++++++++- 3 files changed, 59 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 4cb5fa6..352bba3 100644 --- a/css/style.css +++ b/css/style.css @@ -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); +} diff --git a/index.html b/index.html index ded8690..3bb5f3b 100644 --- a/index.html +++ b/index.html @@ -129,6 +129,9 @@
02 / Experience

Experience
& Journey

+ + Download CV +
@@ -286,6 +289,26 @@
+ +
+
+
+ +

Download CV

+

Choose your language

+ +
+
+