feat: content update, image, colours

This commit is contained in:
Marc 2023-05-07 15:42:56 -04:00
parent caaaaf1a17
commit c6981130ad
Signed by: marc
GPG key ID: 048E042F22B5DC79
3 changed files with 8 additions and 7 deletions

View file

@ -12,18 +12,19 @@
</figure>
<section>
<h1>Oh, hey.</h1>
<p>My name is <strong>Marc</strong>, I'm an <strong>engineering lead</strong> based in Ottawa, ON and I'm into <strong>well-crafted code</strong>, <strong>opensource anything</strong> and <strong>DIY everything</strong>.</p>
<p>Right now, I <strong>manage</strong> and <strong>lead</strong> a team that develops and maintains the
<p>My name is <strong>Marc</strong>, I'm an <strong>engineering manager</strong> based in Ottawa, ON and I'm into <strong>well-crafted code</strong>, <strong>opensource anything</strong> and <strong>DIY everything</strong>.</p>
<p>Right now, I <strong>lead</strong> a team that develops and maintains the
<strong>core services</strong> that power content at
<a href="https://www.tophat.com">Top Hat</a>, help push <a href="https://opensource.tophat.com">Top Hat
Open Source</a> forward and fiddle with code in my free time.</p>
<p>The bulk of my current work revolves around <strong>infrastructure</strong>,
<strong>Django</strong>/<strong>FastAPI</strong> backend services, and <strong>leveling up awesome
people</strong>.</p>
<p>I also dabble in <strong>Typescript</strong> and <strong>React</strong>.</p>
<p>I also make pretty good sourdough. 🍞</p>
<p>I also dabble in <strong>Typescript</strong> and <strong>Golang</strong> and make pretty good sourdough. 🍞</p>
<hr>
<p>Ping me on <a href="https://www.github.com/mcataford">Github</a>, on <a href="https://www.linkedin.com/in/marccataford">LinkedIn</a> or via email at mcat [at] riseup.net, I'd love to chat.</p>
<p>Ping me on <a href="https://www.github.com/mcataford">Github</a>, on <a
href="https://www.linkedin.com/in/marccataford">LinkedIn</a> or via email at mcat [at] riseup.net,
I'd love to chat. I also lurk on <a ref="me" href="https://ottawa.place/@cark">Mastodon</a>, if that's your jam.</p>
</section>
</main>
</body>

BIN
me.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 KiB

After

Width:  |  Height:  |  Size: 880 KiB

View file

@ -30,9 +30,9 @@ main > section > figure {
justify-content: center;
}
a { font-weight: bold; }
a { font-weight: bold; text-decoration: underline wavy; }
strong, a, hr { color: #a25c29; }
strong, a, hr { color: #297a00; }
hr { border-style: dashed; }