From 2d1df5486da79a3d823a93c2de23735a628a66f7 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Wed, 24 Jan 2024 15:42:58 +0100 Subject: [PATCH] update static pages --- content/about.md | 27 ++++++++++++-------- content/gpg.md | 12 --------- themes/devroom-2024/assets/scss/devroom.scss | 6 ++--- 3 files changed, 19 insertions(+), 26 deletions(-) diff --git a/content/about.md b/content/about.md index 89ac4ac..e37c664 100644 --- a/content/about.md +++ b/content/about.md @@ -4,33 +4,38 @@ title = "About" +++ + +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 toying around with GW-BASIC on my trusty 80286. -I graduated a Bachelor of Science (Software Engineering) in 2007 and joined -[Kabisa](https://www.kabisa.nl) straight after that. +I graduated with a Bachelor of Science (Software Engineering) in 2007 and joined +[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 -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 -people to attain new skills, and lead teams to deliver quality software. +My professional role includes helping businesses transition to Agile, training +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 -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/). -My favourite text editor is **vim**. +My favourite text editor is [***vim***](https://www.vim.org/). ## About this site 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 domain name for this blog. -This site is static HTML, generated with [Hugo](http://gohugo.io) via self-hosted versions -of [Gitea](https://gitea.io) and [Drone](https://drone.io/). +This site is static HTML, generated with [Hugo](http://gohugo.io). \ No newline at end of file diff --git a/content/gpg.md b/content/gpg.md index 709a7ed..9d59ee5 100644 --- a/content/gpg.md +++ b/content/gpg.md @@ -3,22 +3,10 @@ type = "page" title = "GPG Public Key" +++ -## Key information - Fingerprint: `8450 D928 4373 164E 25CC 7E0D AD73 9154 F713 697B` Public Key: https://www.devroom.io/ariejan.asc 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 -----BEGIN PGP SIGNED MESSAGE----- diff --git a/themes/devroom-2024/assets/scss/devroom.scss b/themes/devroom-2024/assets/scss/devroom.scss index 76d086b..f98cdd2 100644 --- a/themes/devroom-2024/assets/scss/devroom.scss +++ b/themes/devroom-2024/assets/scss/devroom.scss @@ -127,7 +127,7 @@ h2 { b, strong { - font-weight: bold; + font-weight: 900; } blockquote { @@ -268,7 +268,7 @@ table td, table th { } img.about-avatar { - width: 16rem; + width: 128px; float: right; border-radius: 50%; margin-left: 1rem; @@ -456,4 +456,4 @@ form { cursor: pointer; } -} \ No newline at end of file +}