30 lines
1.8 KiB
HTML
30 lines
1.8 KiB
HTML
<html>
|
|
<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>
|
|
<p>Ping me on <a href="https://www.github.com/mcataford">Github</a>, on <a href="www.linkedin.com/in/marccataford">LinkedIn</a> or via email at mcat [at] riseup.net, I'd love to chat.</p>
|
|
</section>
|
|
</main>
|
|
</body>
|
|
</html>
|