From 7712d34c174c24183b23ad578bc8218ee9c89a42 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 25 Mar 2025 21:32:11 +0100 Subject: [PATCH 01/14] cecrl,cefrl --- in/en/index.html | 5 +++-- in/fr/index.html | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/in/en/index.html b/in/en/index.html index 6bccaff..23651bc 100644 --- a/in/en/index.html +++ b/in/en/index.html @@ -42,12 +42,13 @@ English -C 2 +C 2 +CEFRL French -C 2 +C 2 diff --git a/in/fr/index.html b/in/fr/index.html index 8e9c8bb..6714644 100644 --- a/in/fr/index.html +++ b/in/fr/index.html @@ -42,12 +42,13 @@ Anglais -C 2 +C 2 +CECRL Français -C 2 +C 2 From 675187a26ebdce9e8d8dcced34ed08837942915a Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 25 Mar 2025 21:43:56 +0100 Subject: [PATCH 02/14] email/caret --- in/en/index.html | 2 +- in/fr/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/in/en/index.html b/in/en/index.html index 23651bc..51f7905 100644 --- a/in/en/index.html +++ b/in/en/index.html @@ -68,7 +68,7 @@ -cv marc.beninca.link +cv diff --git a/in/fr/index.html b/in/fr/index.html index 6714644..66ae72a 100644 --- a/in/fr/index.html +++ b/in/fr/index.html @@ -68,7 +68,7 @@ -cv marc.beninca.link +cv From 34b5c8888561a6d3757333ed0ed4c2259fe54c00 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 28 Mar 2025 16:40:38 +0100 Subject: [PATCH 03/14] marc.beninca. --- build.py | 4 ++-- in/en/index.html | 4 ++-- in/fr/index.html | 4 ++-- in/{vcard.vcf => marc.beninca.vcf} | 0 4 files changed, 6 insertions(+), 6 deletions(-) rename in/{vcard.vcf => marc.beninca.vcf} (100%) diff --git a/build.py b/build.py index 4371d9d..3f13417 100755 --- a/build.py +++ b/build.py @@ -29,8 +29,8 @@ if __name__ == "__main__": ("--foreground", "000000FF"), ("--level", "L"), ("--margin", "1"), - ("--read-from", str(root_input / "vcard.vcf")), + ("--read-from", str(root_input / "marc.beninca.vcf")), ("--size", "4"), ("-t", "SVG"), - ("--output", str(web / "img" / "vcard.svg")), + ("--output", str(web / "img" / "marc.beninca.svg")), ) diff --git a/in/en/index.html b/in/en/index.html index 51f7905..4b9cea5 100644 --- a/in/en/index.html +++ b/in/en/index.html @@ -59,8 +59,8 @@

Links

diff --git a/in/fr/index.html b/in/fr/index.html index 7629ff2..41ef757 100644 --- a/in/fr/index.html +++ b/in/fr/index.html @@ -46,12 +46,12 @@ CECRL -Anglais -C 2 +Anglais +C 2 -Français -C 2 +Français +C 2 diff --git a/in/style/main.css b/in/style/main.css index 5a39595..fada8f5 100644 --- a/in/style/main.css +++ b/in/style/main.css @@ -236,7 +236,9 @@ ul { gap: 1em; grid-template-columns: 1fr; } - +.level { + text-align: center; +} .title, .duration.org { font-weight: bold; }