diff --git a/index.html b/index.html
index b677dc3..13856d7 100644
--- a/index.html
+++ b/index.html
@@ -23,29 +23,29 @@
E-mail |
- |
+ |
cv marc.beninca.link |
Phone |
- |
+ |
+33 6 07 47 84 34 |
Link |
- |
+ |
marc.beninca.link |
Location |
- |
+ |
Bordeaux,
France |
@@ -56,30 +56,46 @@
Skills
+
Boot
BIOS, BTRFS, EFI, GRUB, Live Boot, Secure Boot, SquashFS
+
+
Operating Systems
Alma, Alpine, Arch, Debian, GNU, Guix, Linux, OpenSUSE, Rocky, Ubuntu
+
+
CI/CD
Ansible, ForgeJo, Gitea, GitHub, GitLab,
Jenkins, Maven, Nexus, NPM, PIP, SonarQube
+
+
Virtualization
Docker, LXC, MSys2, QEMU, vSphere
+
+
Code
BASH, Codium, Git, Java, JavaScript, POSIX Shell, Python
+
+
Cryptography
GPG, OpenSSH, OpenSSL, Pass
+
+
Documentation
LaTeX, PanDoc, PDFtk, Sphinx
+
+
Web
BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
+
@@ -91,24 +107,24 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
Personal |
Forge |
- |
+ |
forge.rwx.work |
Open |
BlueSky |
- |
+ |
marc.beninca.link |
Corporate |
LinkedIn |
- |
+ |
marc-beninca |
YouTube |
- |
+ |
marc.beninca |
@@ -122,13 +138,13 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
diff --git a/style/light.css b/style/light.css
index b397eaa..6872706 100644
--- a/style/light.css
+++ b/style/light.css
@@ -50,6 +50,10 @@ h2 {
padding-block: .5em;
text-align: center;
}
+h3 {
+ background-color: #eee;
+ padding: .125em .25em;
+}
img.big {
block-size: 4em;
@@ -58,6 +62,10 @@ img.inline {
block-size: 1.5em;
vertical-align: middle;
}
+img.logo {
+ block-size: 1.5em;
+ margin-inline: .25em;
+}
img.org {
block-size: 2.5em;
margin-inline-end: .5em;
@@ -72,10 +80,6 @@ table h3 {
td.logo {
text-align: center;
}
-td.logo img {
- block-size: 1.5em;
- margin-inline: .25em;
-}
th {
text-align: end;
}