diff --git a/in/en/index.html b/in/en/index.html
index 97126f2..6386d56 100644
--- a/in/en/index.html
+++ b/in/en/index.html
@@ -46,12 +46,12 @@
CEFRL |
-English |
+EN |
 |
C 2 |
-French |
+FR |
 |
C 2 |
@@ -67,7 +67,7 @@
EMAIL |
 |
-cv ▾ |
+cv |
URL |
@@ -153,14 +153,6 @@
-
-Data
-
-
-
Documentation
-
@@ -397,7 +389,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 2e246a3..a0d5858 100644
--- a/in/fr/index.html
+++ b/in/fr/index.html
@@ -46,12 +46,12 @@
CECRL |
-Anglais |
+EN |
 |
C2 |
-Français |
+FR |
 |
C2 |
@@ -67,7 +67,7 @@
EMAIL |
 |
-cv ▾ |
+cv |
URL |
@@ -153,14 +153,6 @@
-
-Data
-
-
-
Documentation
-
@@ -397,7 +389,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 87f5ba5..92f6f42 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);
}