diff --git a/src/css/globals.css b/src/css/globals.css index 8e2a7d8..76b193c 100644 --- a/src/css/globals.css +++ b/src/css/globals.css @@ -62,7 +62,7 @@ header { } p { - line-height: 1.4; + line-height: 1.6; max-width: 50ch; } diff --git a/src/css/utilities/box.css b/src/css/utilities/box.css new file mode 100644 index 0000000..94ce84a --- /dev/null +++ b/src/css/utilities/box.css @@ -0,0 +1,4 @@ +.box { + aspect-ratio: 1; + height: auto; +} \ No newline at end of file diff --git a/src/images/me.jpg b/src/images/me.jpg new file mode 100644 index 0000000..7f70c19 Binary files /dev/null and b/src/images/me.jpg differ diff --git a/src/index.html b/src/index.html index c24e323..f7571e8 100644 --- a/src/index.html +++ b/src/index.html @@ -6,15 +6,21 @@ layout: base.njk

Hi, I'm Lewis

-

+

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 "src/images/me.jpg", "My face", "box circle" %} +
+

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.

You can find also find me on Mastodon, follow my reading on Bookwyrm, subscribe to my RSS feed, or email me at hello@lewiswrites.software.

+

Recent Posts