diff options
| -rw-r--r-- | index.html | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -5,6 +5,11 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Matthieu Pignolet @ puffer.fish</title> + <meta content="Matthieu Pignolet @ puffer.fish" property="og:title" /> + <meta content="Personal website of Matthieu Pignolet on puffer.fish" property="og:description" /> + <meta content="https://puffer.fish/~matthieu" property="og:url" /> + <meta content="https://puffer.fish/~matthieu/haibara.png" property="og:image" /> + <meta content="#00f" data-react-helmet="true" name="theme-color" /> <link rel="stylesheet" href="98.css"> <style> @@ -15,13 +20,16 @@ height: 100vh; width: 100vw; } + .window { width: 50%; } + .bottom { width: 100%; margin-top: auto; } + .window-body { height: 100%; display: flex; @@ -29,6 +37,7 @@ word-wrap: break-word; } + a { text-decoration: none; } @@ -53,8 +62,8 @@ I'm currently the network & system administrator for Pufferfish. </p> <p> - I really enjoy opensource software such as Linux, OpenLDAP, MIT Kerberos, Proxmox and many other, - I also enjoy solutions that are scale able, such as containers, Kubernetes and other cloud technologies + I really enjoy opensource software such as Linux, OpenLDAP, MIT Kerberos, Proxmox and many other, + I also enjoy solutions that are scale able, such as containers, Kubernetes and other cloud technologies </p> <p> I daily run Linux (Fedora 42 at this time) on a Lenovo ThinkPad P15 Gen 2i |
