main
 1<!DOCTYPE html>
 2<html lang="en">
 3  <head>
 4    <meta charset="utf-8" />
 5    <meta name="viewport" content="width=device-width, initial-scale=1" />
 6    <title>Hi, I'm Vincent Demeester</title>
 7    <meta name="author" content="Vincent Demeester" />
 8    <link rel="stylesheet" type="text/css" href="tufte.css" />
 9  </head>
10  <body>
11    <article>
12      <h1>Hi, I'm Vincent Demeester</h1>
13
14      <section>
15	<p>I'm a <em>french</em> developer 🐻, Gopher 🐹, sysadmin 🐺, <abbr title="who does all kinds of work"> factotum</abbr> 🦁, <span class="fan"><abbr title="as in free speek">free</abbr>-software <abbr title="You could say Evangelist">fan</abbr></span> 👼 and unicode lover 🐸. I'm working at <a href="https://www.redhat.com">Red Hat</a> 🎩  as a senior principal software engineer, previously at <a href="https://www.docker.com">Docker</a> 🐳 and <a href="http://www.zenika.com/">Zenika</a> 🐯. I am a maintainer of the <a href="https://docker.com">docker project (<a href="https://github.com/moby/moby"><code>moby/moby</code></a>, <a href="https://github.com/docker/cli"><code>docker/cli</code></a>, …), the <a href="https://github.com/tektoncd">TektonCD</a> project (<code>tektoncd/*</code>) and a tiny bit of <a href="https://github.com/NixOS/nixpkgs">NixOS</a>.</p>
16
17	<p>This is my personal space on the <em>World Wide Web</em>. It is meant to be simple, <em>modest</em> and <strong>persistent</strong> — by persistent, it means that I am trying to not breaking URIs. The list below is a "selection" of some content. If you are looking for an "index" of all pages (almost), there is a <a href="sitemap.html">sitemap</a>.</p>
18
19	<ul>
20	  <li><a href="2022/digital-garden.html">A Digital Garden</a></li>
21	  <li><a href="2022/random.html">Random thoughts after 2 years</a></li>
22	  <li><a href="tufte.html">Tufte-Css</a>, where I try the <em>design</em> of the website, based on <a href="https://edwardtufte.github.io/tufte-css/">Edward Tufte CSS</a>.</li>
23	  <li><del><a href="sandbox.html">Sandbox</a>, where I try the <em>design</em> of the website.</del></li>
24	</ul>
25
26	<p>See also some <a href="http:/docs/sitemap.html">documentation</a> publish from my <a href="https://git.sr.ht/~vdemeester/home">mono-repo</a>.</p>
27
28	<p>I did <em>archive</em> part of the website. The URI stay the same, so it shouldn't be a problem. For shortcuts, here are the old <a href="https://vincent.demeester.fr/posts/">posts</a> and <a href="https://vincent.demeester.fr/articles/">articles</a>.</p>
29
30	<p><small>Opinions stated here are my own and do not express the views of my employer, spouse, children, pets, neighbors, secret crushes, favorite authors, or anyone else who is not me. And maybe not even me, depending on how old this is.</small></p>
31
32	<p><small>Powered by <a href="https://www.gnu.org/software/emacs/">Gnu Emacs</a> and <a href="https://orgmode.org">orgmode</a></small></p>
33      </section>
34
35      <footer>
36	<p><small><a href="./" rel="history">Index</a><a href="sitemap.html">Sitemap</a><a href="https://dl.sbr.pm/">Files</a></small></p>
37	<p><small>Questions, comments ? Please use my <a href="https://lists.sr.ht/~vdemeester/public-inbox">public inbox</a> by sending a plain-text email to <a href="mailto:~vdemeester/public-inbox@lists.sr.ht">~vdemeester/public-inbox@lists.sr.ht</a>.</small></p>
38	<p><small>Content and design by Vincent Demeester (<a rel="licence" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Some rights reserved</a>)</small></p>
39      </footer>
40    </article>
41  </body>
42</html>