karnov.club/index.html

31 lines
1.8 KiB
HTML
Raw Normal View History

2018-04-08 07:00:41 +00:00
<html>
2022-09-15 13:56:19 +00:00
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=block" rel="stylesheet">
<link href="styles.css" rel="stylesheet" />
<title>🍕</title>
</head>
<body>
<main>
<figure>
<img id="me" src="./me.png"/>
</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
<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>
<hr>
2022-09-22 12:34:39 +00:00
<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>
2022-09-15 13:56:19 +00:00
</section>
</main>
</body>
2019-07-16 12:29:41 +00:00
</html>