diff options
| author | Matthieu Pignolet <matthieu@puffer.fish> | 2025-05-13 23:52:50 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@puffer.fish> | 2025-05-13 23:52:50 +0400 |
| commit | 9225fc78549fdc6a502fba41234dbc075e5558f6 (patch) | |
| tree | 4b277da71398ff97d15c6196e49f339f812b5532 | |
| parent | c47b7dfdd2c3322f3bdcc9c51fdb971d5e7bee77 (diff) | |
feat: add metadata
| -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 |
