26 lines
1.6 KiB
HTML
26 lines
1.6 KiB
HTML
<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>
|
|
</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 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.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>
|
|
</html>
|