From 8446ebc5cf1c3fbea09b96bf93003b76cdee23ff Mon Sep 17 00:00:00 2001 From: Lewis Dale Date: Sat, 25 Feb 2023 14:11:27 +0000 Subject: [PATCH] Add section about my charity cycle --- src/css/globals.css | 10 ++++++++++ src/index.html | 11 +++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/src/css/globals.css b/src/css/globals.css index ab405ba..f57b9b5 100644 --- a/src/css/globals.css +++ b/src/css/globals.css @@ -70,3 +70,13 @@ footer { padding: var(--space-size-l) 0 var(--space-size-s); width: 100%; } + + +aside { + background-color: var(--color-slate-800); + border: 5px solid var(--color-coolGray-600); + border-radius: 10px; + height: fit-content; + max-width: 50ch; + padding: var(--space-size-xs); +} \ No newline at end of file diff --git a/src/index.html b/src/index.html index f5da929..dce59d3 100644 --- a/src/index.html +++ b/src/index.html @@ -6,12 +6,19 @@ layout: base.njk

Hi, I'm Lewis

+ + + + {% image metadata.author.avatar, "My face", "box circle", "300px", [300] %} +

I'm a software engineer who loves building things for the web. I consider myself a generalist, but on a given day I'll probably be working with Typescript, HTML and CSS, and on occasion a touch of .NET. I work for Triptease as a Senior Software Engineer, and on the side I'm learning Rust by building a Sinclair BASIC Interpreter.

- {% image metadata.author.avatar, "My face", "box circle", "300px", [300] %} -

When I'm not working I love cycling, reading fiction (mostly sci-fi and ghost stories), and spending time with my family & our border collie.