Fix homepage link for basic interpreter posts

This commit is contained in:
Lewis Dale 2023-02-25 13:54:18 +00:00
parent 40fe9bc01a
commit 4e221c8984

View File

@ -7,7 +7,7 @@ layout: base.njk
<section class="stack-md row"> <section class="stack-md row">
<h1>Hi, I'm Lewis</h1> <h1>Hi, I'm Lewis</h1>
<p class="inline-block max-w-[45ch]"> <p class="inline-block max-w-[45ch]">
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 <a href="https://triptease.com" target="_blank" rel="noreferrer">Triptease</a> as a Senior Software Engineer, and on the side I'm learning Rust by building a <a href="/blog/category/basic">Sinclair BASIC Interpreter</a>. 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 <a href="https://triptease.com" target="_blank" rel="noreferrer">Triptease</a> as a Senior Software Engineer, and on the side I'm learning Rust by building a <a href="/post/creating-a-sinclair-basic-interpreter/">Sinclair BASIC Interpreter</a>.
</p> </p>
{% image metadata.author.avatar, "My face", "box circle", "300px", [300] %} {% image metadata.author.avatar, "My face", "box circle", "300px", [300] %}