From 78a72bfb928fbc420d56776c3574eb4a2e3b20a0 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Wed, 11 Mar 2026 23:59:36 +0100 Subject: [PATCH] =?UTF-8?q?Parcours=20:=20dates/lieux=20plus=20visibles=20?= =?UTF-8?q?en=20mode=20nuit=20(opacit=C3=A9=2080%,=20taille=20sm),=20ARaym?= =?UTF-8?q?ond=20Remote=20/=20Grenoble?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/code/CareerTimeline.astro | 6 +++--- src/content/experiences/araymond.ar.md | 2 +- src/content/experiences/araymond.md | 2 +- src/styles/exp-card.css | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/code/CareerTimeline.astro b/src/components/code/CareerTimeline.astro index 77bdd39..70b965b 100644 --- a/src/components/code/CareerTimeline.astro +++ b/src/components/code/CareerTimeline.astro @@ -113,11 +113,11 @@ const logoAltPrefix = t('career', 'logoAlt', locale); {label} - + {start} — {end} - · {duration} - {exp.data.location && · {exp.data.location}} + · {duration} + {exp.data.location && · {exp.data.location}}

{exp.data.role}

diff --git a/src/content/experiences/araymond.ar.md b/src/content/experiences/araymond.ar.md index 5e75861..575a08e 100644 --- a/src/content/experiences/araymond.ar.md +++ b/src/content/experiences/araymond.ar.md @@ -1,6 +1,6 @@ --- role: "مهندس معماري للواجهات" -location: "غرونوبل" +location: "عن بُعد / غرونوبل" lang: "ar" --- diff --git a/src/content/experiences/araymond.md b/src/content/experiences/araymond.md index 4a0fcb7..00e488a 100644 --- a/src/content/experiences/araymond.md +++ b/src/content/experiences/araymond.md @@ -3,7 +3,7 @@ role: "Architecte frontend" company: "ARaymond" companyUrl: "https://www.araymond.com/" logo: "araymond.png" -location: "Grenoble" +location: "Remote / Grenoble" startDate: "2022-07" endDate: "2023-07" technologies: ["TypeScript", "React.js", "Redux", "Nx", "Vite"] diff --git a/src/styles/exp-card.css b/src/styles/exp-card.css index e93cefd..2162532 100644 --- a/src/styles/exp-card.css +++ b/src/styles/exp-card.css @@ -53,7 +53,7 @@ .exp-card .exp-content a:hover { color: #581c87; } .dark .exp-card h3 { color: white; } -.dark .exp-card .exp-meta { color: rgba(255, 255, 255, 0.3); } +.dark .exp-card .exp-meta { color: rgba(255, 255, 255, 0.8); } .dark .exp-card .exp-company { color: #d4b5ff; } .dark .exp-card .exp-company a { color: #d4b5ff; } .dark .exp-card .exp-company a:hover { color: white; }