chore: fall content update

This commit is contained in:
Marc 2024-10-07 01:02:42 -04:00
parent ee84c45729
commit 8f872aa799
Signed by: marc
GPG key ID: 048E042F22B5DC79
3 changed files with 7 additions and 12 deletions

View file

@ -1,9 +1,10 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta content="utf-8" http-equiv="encoding">
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=block" rel="stylesheet">
<link href="styles.css" rel="stylesheet" />
<title>🍕</title>
<title>🎃</title>
</head>
<body>
<main>
@ -12,19 +13,13 @@
</figure>
<section>
<h1>Oh, hey.</h1>
<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
<p>My name is <strong>Marc</strong>, I'm an <strong>engineering manager</strong> based in Ottawa.</p>
<p>Right now, I <strong>lead</strong> teams that develop and maintain <strong>mission-critical services and libraries</strong> at <a href="https://www.tophat.com">Top Hat</a> and fiddle with <href="https://forge.karnov.club">code</a> 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>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. I also lurk on <a rel="me" href="https://ottawa.place/@cark">Mastodon</a>, if that's your jam.</p>
<p>Ping me on <a href="https://www.linkedin.com/in/marccataford">LinkedIn</a> or via email at <strong>hello [at] karnov [dot] club</strong>, I'd love to chat. I also lurk on <a rel="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: 880 KiB

After

Width:  |  Height:  |  Size: 97 KiB

View file

@ -32,7 +32,7 @@ main > section > figure {
a { font-weight: bold; text-decoration: underline wavy; }
strong, a, hr { color: #297a00; }
strong, a, hr { color: #d95b00; }
hr { border-style: dashed; }