From 9c76a21680ce941764f5935368320bd6cd91936d Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 17 Apr 2025 12:36:15 +0200 Subject: [PATCH 1/2] languages --- in/en/index.html | 4 ++-- in/fr/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/in/en/index.html b/in/en/index.html index 6386d56..5bbeae5 100644 --- a/in/en/index.html +++ b/in/en/index.html @@ -46,12 +46,12 @@ CEFRL -EN +English C 2 -FR +French C 2 diff --git a/in/fr/index.html b/in/fr/index.html index a0d5858..f6c7dec 100644 --- a/in/fr/index.html +++ b/in/fr/index.html @@ -46,12 +46,12 @@ CECRL -EN +Anglais C2 -FR +Français C2 From 46533d8530010827da096de31eda08cedc82f036 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 17 Apr 2025 12:59:29 +0200 Subject: [PATCH 2/2] arrows,data --- in/en/index.html | 12 ++++++++++-- in/fr/index.html | 12 ++++++++++-- in/style/main.css | 4 ++-- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/in/en/index.html b/in/en/index.html index 5bbeae5..97126f2 100644 --- a/in/en/index.html +++ b/in/en/index.html @@ -67,7 +67,7 @@ EMAIL -cv    +cv  ▾ URL @@ -153,6 +153,14 @@ + +

Documentation

  • @@ -389,7 +397,7 @@
    • wrote Python scripts handling: APT mirrors, Git repos, OpenSSH keypairs, Sphinx docs
    • -
    • designed a SSO architecture: HAproxy, KeyCloak / WildFly, MariaDB Galera
    • +
    • designed a SSO architecture: HAproxy, KeyCloak / WildFly, MariaDB Galera
    • maintained VMware vSphere infrastructures with VM & LXC containers
diff --git a/in/fr/index.html b/in/fr/index.html index f6c7dec..2e246a3 100644 --- a/in/fr/index.html +++ b/in/fr/index.html @@ -67,7 +67,7 @@ EMAIL -cv    +cv  ▾ URL @@ -153,6 +153,14 @@ + +

Documentation

  • @@ -389,7 +397,7 @@
    • scripts Python pour : miroirs APT, dépôts Git, biclés OpenSSH, docs Sphinx
    • -
    • conception d’une architecture SSO : HAproxy, KeyCloak / WildFly, MariaDB Galera
    • +
    • conception d’une architecture SSO : HAproxy, KeyCloak / WildFly, MariaDB Galera
    • administration d’infrastructures VMware vSphere avec VM et conteneurs LXC
diff --git a/in/style/main.css b/in/style/main.css index 92f6f42..87f5ba5 100644 --- a/in/style/main.css +++ b/in/style/main.css @@ -57,8 +57,8 @@ #item, #link, #swap, #theme { background-color: var(--button-background); } -#swap::after { content: "←"; } -body.swap #swap::after { content: "→"; } +#swap::after { content: "◂"; } +body.swap #swap::after { content: "▸"; } #vcard { background-color: var(--qrcode-background); }