karnov.club/index.html

28 lines
1.6 KiB
HTML
Raw Normal View History

2024-10-07 05:07:17 +00:00
<!DOCTYPE html>
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" />
2024-10-07 05:02:42 +00:00
<meta content="utf-8" http-equiv="encoding">
2022-09-15 13:56:19 +00:00
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=block" rel="stylesheet">
<link href="styles.css" rel="stylesheet" />
2024-10-07 05:02:42 +00:00
<title>🎃</title>
2022-09-15 13:56:19 +00:00
</head>
<body>
<main>
<figure>
<img id="me" src="./me.png"/>
</figure>
<section>
<h1>Oh, hey.</h1>
2024-10-07 05:02:42 +00:00
<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
2022-09-15 13:56:19 +00:00
people</strong>.</p>
2023-05-07 19:42:56 +00:00
<p>I also dabble in <strong>Typescript</strong> and <strong>Golang</strong> and make pretty good sourdough. 🍞</p>
2022-09-15 13:56:19 +00:00
<hr>
2024-10-07 05:02:42 +00:00
<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>
2022-09-15 13:56:19 +00:00
</section>
</main>
</body>
2019-07-16 12:29:41 +00:00
</html>