diff --git a/index.html b/index.html index 2da3deb..dc2199c 100644 --- a/index.html +++ b/index.html @@ -62,12 +62,44 @@ p, details { margin-top: 1rem; } + a, - a:visited { + a:visited, + summary::marker { color: #ff0083; } + summary, + a { + cursor: pointer; + text-decoration: none; + } + + summary:hover, + a:hover { + text-decoration: underline; + } + + .keywords { + margin: 0; + padding: 0; + padding-top: 8px; + display: flex; + flex-wrap: wrap; + } + + .keywords > * { + padding: 0px 12px; + background: #ff0083; + color: white; + list-style: none; + border-radius: 16px; + font-size: 0.8rem; + margin-bottom: 2px; + margin-right: 2px; + } + .hidden { display: none; } @@ -80,54 +112,62 @@
- My name is Ben AKA b12fYuleBenjamin Bädorf and I often spend my time engineering software. + My name is Ben AKA b12f and I often spend my time engineering software.
I'm a founding member of the free software non-profit pub.solar. - We host a FOSS cloud with various free software solutions. We also organize a small hackathon four times a year. + We host a FOSS cloud with various products, all under one login. We also organize a small hackathon four times a year. Come visit us at hakken.irl!
I'm also a founding member of the tech collective Momo. - We're professionals with experience in various parts of IT. We offer solutions to IT problems. + We're professionals with experience in various parts of IT. We help you find solutions to a wide range of IT problems.
Last but very much not least, I'm a founding member of the Cologne based creative collective MiOM. - We offer affordable room to work, make art, and collaborate in. + We create affordable spaces to work, make art, and collaborate in.
- My focus so far has been on the frontend and devops side of things, though I'm increasingly involved with the organisational side of collaboration. + My focus has often been on the frontend and devops side of things, though I'm increasingly involved in the organisational side of collaboration.
-
- You can write me a mail here,
- chat with me on Matrix here,
- follow me on Mastodon here
+ You can write me an e-mail here,
+ chat with me on Matrix here,
+ follow me on Mastodon here
and see some of my code here and here.