Update about info

This commit is contained in:
Ariejan de Vroom 2022-07-27 14:07:41 +02:00
parent f4c865548d
commit 3cd82bdf87
Signed by: ariejan
GPG Key ID: AD739154F713697B
3 changed files with 15 additions and 3 deletions

View File

@ -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: <a href=/projects/volkswagen-golf-iii-cabrio-1994/'>Volkswagen Golf 3 Cabrio</a>"
weight = 40
[[params.popular]]
name = "Cherry-Picking specific commits from another branch"

View File

@ -3,6 +3,7 @@ type = "page"
title = "About"
+++
<img src='/images/avatar.jpg' class='about-avatar' />
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**.

View File

@ -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;
}