From 3cd82bdf8764b6f0c5c63aa47a1509cf6115baa4 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Wed, 27 Jul 2022 14:07:41 +0200 Subject: [PATCH] Update about info --- config.toml | 5 ++++- content/about.md | 4 ++-- themes/devroom-2020/assets/scss/devroom.scss | 9 +++++++++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index f94cabb..723fafc 100644 --- a/config.toml +++ b/config.toml @@ -29,7 +29,7 @@ enableGitInfo = true [params] author = "Ariejan de Vroom" - info = "Software Engineer, among a truckload of other things" + info = "Family man, software engineer and many other things" description = "Ariejan de Vroom's personal website on software engineering and electronics tinkering" keywords = "blog,developer,personal,electronics" @@ -46,6 +46,9 @@ enableGitInfo = true [[params.skill]] content = "Bass guitar player, piano player, and music producer" weight = 30 +[[params.skill]] + content = "Drive-way home-wrencher (not a car mechanic); current project: Volkswagen Golf 3 Cabrio" + weight = 40 [[params.popular]] name = "Cherry-Picking specific commits from another branch" diff --git a/content/about.md b/content/about.md index edb27f3..89ac4ac 100644 --- a/content/about.md +++ b/content/about.md @@ -3,6 +3,7 @@ type = "page" title = "About" +++ + I've been programming electronic devices since 1992 when I started as a kid toying around with GW-BASIC on my trusty 80286. @@ -19,8 +20,7 @@ people to attain new skills, 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!). -My dream is to restore a Volkswagen Transporter/Crafter van and convert it into a -camper van. +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**. diff --git a/themes/devroom-2020/assets/scss/devroom.scss b/themes/devroom-2020/assets/scss/devroom.scss index 6b4fac7..64a855f 100644 --- a/themes/devroom-2020/assets/scss/devroom.scss +++ b/themes/devroom-2020/assets/scss/devroom.scss @@ -54,6 +54,7 @@ code, pre { a, a:hover { color: $links; + text-decoration: none; } nav a { @@ -194,3 +195,11 @@ table td, table th { order: 2; } } + +img.about-avatar { + width: 16rem; + float: right; + border-radius: 50%; + margin-left: 1rem; + margin-bottom: 1rem; +} \ No newline at end of file