Fix homepage link for basic interpreter posts
This commit is contained in:
parent
40fe9bc01a
commit
4e221c8984
@ -7,7 +7,7 @@ layout: base.njk
|
||||
<section class="stack-md row">
|
||||
<h1>Hi, I'm Lewis</h1>
|
||||
<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>
|
||||
|
||||
{% image metadata.author.avatar, "My face", "box circle", "300px", [300] %}
|
||||
|
Loading…
Reference in New Issue
Block a user