From 9421ad836c986ef4207cff591297ce22e459548b Mon Sep 17 00:00:00 2001 From: Djalim Simaila Date: Sun, 23 Feb 2025 20:06:56 +0100 Subject: [PATCH] fix(about.html): update CV link to use underscore instead of space for better URL compatibility feat(static): add CV_2025.pdf to provide an updated curriculum vitae for users --- about.html | 2 +- static/{CV 2025.pdf => CV_2025.pdf} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename static/{CV 2025.pdf => CV_2025.pdf} (100%) diff --git a/about.html b/about.html index 9780803..a170f83 100644 --- a/about.html +++ b/about.html @@ -35,7 +35,7 @@ >


- CV format pdf

Formation

diff --git a/static/CV 2025.pdf b/static/CV_2025.pdf similarity index 100% rename from static/CV 2025.pdf rename to static/CV_2025.pdf