Remove callout on homepage
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m18s

This commit is contained in:
Lewis Dale 2024-10-02 21:25:34 +01:00
parent 806f0e075f
commit 5ca85c79c4

View File

@ -6,15 +6,6 @@ layout: base.njk
<main class="home wrapper-lg stack-2xl"> <main class="home wrapper-lg stack-2xl">
<section class="stack-md row h-card"> <section class="stack-md row h-card">
<h1><a href="https://{{ metadata.site.domain }}" rel="me" class="u-url">Hi, I'm <span class="p-given-name">Lewis</span></a></h1> <h1><a href="https://{{ metadata.site.domain }}" rel="me" class="u-url">Hi, I'm <span class="p-given-name">Lewis</span></a></h1>
<aside class="callout stack-2xs">
<p>I'm raising money for Cyclists Fighting Cancer this summer.</p>
<p>
Check out the <a href="/events/2024">events calendar</a>, or if you would like to donate you can do so on the <a href="https://justgiving.co.uk/page/lewis-dale-bikes" rel="noopener noreferrer" target="_blank">Just Giving page</a>
</p>
</aside>
<p class="inline-block max-w-[45ch] p-note"> <p class="inline-block max-w-[45ch] p-note">
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="noopener noreferrer" class="p-org">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>. 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="noopener noreferrer" class="p-org">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>