update static pages

This commit is contained in:
Ariejan de Vroom 2024-01-24 15:42:58 +01:00
parent 123d753c85
commit 2d1df5486d
Signed by: ariejan
GPG Key ID: AD739154F713697B
3 changed files with 19 additions and 26 deletions

View File

@ -4,33 +4,38 @@ title = "About"
+++ +++
<img src='/images/avatar.jpg' class='about-avatar' /> <img src='/images/avatar.jpg' class='about-avatar' />
My name is Ariejan de Vroom. I'm a husband and father-of-two.
I've been programming electronic devices since 1992 when I started as a kid I've been programming electronic devices since 1992 when I started as a kid
toying around with GW-BASIC on my trusty 80286. toying around with GW-BASIC on my trusty 80286.
I graduated a Bachelor of Science (Software Engineering) in 2007 and joined I graduated with a Bachelor of Science (Software Engineering) in 2007 and joined
[Kabisa](https://www.kabisa.nl) straight after that. [Kabisa](https://www.kabisa.nl) straight after that as a Ruby on Rails engineer.
Over my 15 year tenure with Kabisa I've done many things, from writing During my 16 year tenure at Kabisa I've done many things, from writing
super smooth web applications with Ruby on Rails to rock-solid Java Spring super smooth web applications with Ruby on Rails to rock-solid Java Spring
Boot back-ends and shiny Flutter mobile and desktop apps. Boot back-ends, and shiny Flutter mobile and desktop apps.
My professional role includes helping business transition to Agile, training My professional role includes helping businesses transition to Agile, training
people to attain new skills, and lead teams to deliver quality software. people in the art of software craftsmanship, and lead teams to deliver quality software.
I like to play bass guitar and piano. Occasionally I dabble in writing synthwave I like to play bass guitar and piano. Occasionally I dabble in writing synthwave
music (it's out on vinyl!). music (it's out on vinyl!). I like reading (science) fiction or binging some TV series.
If it's technically challenging, I'll probably enjoy doing it.
Currently I spend most of my time on [restoring/repairing a 1994 Volkswagen Golf Mk3 Cabrio](/projects/volkswagen-golf-iii-cabrio-1994/). Currently I spend most of my time on [restoring/repairing a 1994 Volkswagen Golf Mk3 Cabrio](/projects/volkswagen-golf-iii-cabrio-1994/).
My favourite text editor is **vim**. My favourite text editor is [***vim***](https://www.vim.org/).
## About this site ## About this site
I started blogging in 1996. My site has gone through many iterations and some content I started blogging in 1996. My site has gone through many iterations and some content
was lost in the process. The most recent post on this site is from 2006. was lost in the process. The earliest post here is from 2006, at which time I learned
the importance of backups.
In 2017 I switched from `https://ariejan.net` to `https://www.devroom.io` as my primary In 2017 I switched from `https://ariejan.net` to `https://www.devroom.io` as my primary
domain name for this blog. domain name for this blog.
This site is static HTML, generated with [Hugo](http://gohugo.io) via self-hosted versions This site is static HTML, generated with [Hugo](http://gohugo.io).
of [Gitea](https://gitea.io) and [Drone](https://drone.io/).

View File

@ -3,22 +3,10 @@ type = "page"
title = "GPG Public Key" title = "GPG Public Key"
+++ +++
## Key information
Fingerprint: `8450 D928 4373 164E 25CC 7E0D AD73 9154 F713 697B` Fingerprint: `8450 D928 4373 164E 25CC 7E0D AD73 9154 F713 697B`
Public Key: https://www.devroom.io/ariejan.asc Public Key: https://www.devroom.io/ariejan.asc
Keybase: https://keybase.io/adevroom Keybase: https://keybase.io/adevroom
## Public Key
Get and install my public key:
curl https://www.devroom.io/ariejan.asc | gpg --import
Or if you're using Keybase.io:
keybase pgp pull adevroom
## Proof of identity ## Proof of identity
-----BEGIN PGP SIGNED MESSAGE----- -----BEGIN PGP SIGNED MESSAGE-----

View File

@ -127,7 +127,7 @@ h2 {
b, b,
strong { strong {
font-weight: bold; font-weight: 900;
} }
blockquote { blockquote {
@ -268,7 +268,7 @@ table td, table th {
} }
img.about-avatar { img.about-avatar {
width: 16rem; width: 128px;
float: right; float: right;
border-radius: 50%; border-radius: 50%;
margin-left: 1rem; margin-left: 1rem;