diff --git a/in/en/index.html b/in/en/index.html
index c2feab4..9e0e1b9 100644
--- a/in/en/index.html
+++ b/in/en/index.html
@@ -89,17 +89,18 @@
BIOS,
EFI,
GRUB,
-Live,
-Parted
+Secure Boot
BTRFS,
ESP,
-LVM,
-RAID,
-SquashFS
-
LUKS,
-Secure Boot
+LVM,
+Parted,
+RAID
+
+Linux,
+Live,
+SquashFS
@@ -165,15 +166,15 @@
Documentation
-
-Graphviz,
+GraphViz,
PlantUML
-
MarkDown,
-reStructuredText,
+ReStructuredText,
TeX
-
LaTeX,
-Pandoc,
+PanDoc,
PDFtk,
Sphinx,
XeTeX
@@ -181,18 +182,19 @@
-
+Systems
@@ -200,15 +202,14 @@
Virtualization
@@ -218,7 +219,7 @@
BIND,
DNS,
HAproxy,
-UnBound
+Unbound
CA,
CertBot,
@@ -386,7 +387,7 @@
←
-- maintained VMware vSphere infrastructures with VM & LXC containers
+- maintained Proxmox & vSphere infrastructures, with VM & LXC containers
- designed a SSO architecture: HAproxy, KeyCloak / WildFly, MariaDB Galera
- wrote Python scripts for: APT mirrors, Git repos, OpenSSH keypairs, Sphinx docs
diff --git a/in/fr/index.html b/in/fr/index.html
index f92f40c..73e0ee2 100644
--- a/in/fr/index.html
+++ b/in/fr/index.html
@@ -89,17 +89,18 @@
BIOS,
EFI,
GRUB,
-Live,
-Parted
+Secure Boot
BTRFS,
ESP,
-LVM,
-RAID,
-SquashFS
-
LUKS,
-Secure Boot
+LVM,
+Parted,
+RAID
+
+Linux,
+Live,
+SquashFS
@@ -165,15 +166,15 @@
Documentation
-
-Graphviz,
+GraphViz,
PlantUML
-
MarkDown,
-reStructuredText,
+ReStructuredText,
TeX
-
LaTeX,
-Pandoc,
+PanDoc,
PDFtk,
Sphinx,
XeTeX
@@ -181,18 +182,19 @@
-
+Systèmes
@@ -200,15 +202,14 @@
Virtualisation
@@ -218,7 +219,7 @@
BIND,
DNS,
HAproxy,
-UnBound
+Unbound
CA,
CertBot,
@@ -386,7 +387,7 @@
←
-- administration d’infrastructures VMware vSphere avec VM et conteneurs LXC
+- administration d’infrastructures Proxmox et vSphere, avec VM et conteneurs LXC
- conception d’une architecture SSO : HAproxy, KeyCloak / WildFly, MariaDB Galera
- scripts Python pour : miroirs APT, dépôts Git, biclés OpenSSH, docs Sphinx
diff --git a/in/style/main.css b/in/style/main.css
index 87f5ba5..641e307 100644
--- a/in/style/main.css
+++ b/in/style/main.css
@@ -79,6 +79,7 @@ body {
color: var(--body-text);
margin-inline: auto;
max-inline-size: 108ch;
+ padding-inline: .25rem;
}
article, h2, h3, table {
@@ -98,7 +99,7 @@ h2, h3, header {
}
a:not(:has(img)) {
color: inherit;
- padding: 0 .25em;
+ padding: 0 .2em;
text-decoration: none;
text-decoration-skip-ink: auto;
text-underline-offset: .2em;