chore: fall content update
This commit is contained in:
parent
ee84c45729
commit
8f872aa799
3 changed files with 7 additions and 12 deletions
17
index.html
17
index.html
|
@ -1,9 +1,10 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<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="https://fonts.googleapis.com/css?family=Open+Sans&display=block" rel="stylesheet">
|
||||||
<link href="styles.css" rel="stylesheet" />
|
<link href="styles.css" rel="stylesheet" />
|
||||||
<title>🍕</title>
|
<title>🎃</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
|
@ -12,19 +13,13 @@
|
||||||
</figure>
|
</figure>
|
||||||
<section>
|
<section>
|
||||||
<h1>Oh, hey.</h1>
|
<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>My name is <strong>Marc</strong>, I'm an <strong>engineering manager</strong> based in Ottawa.</p>
|
||||||
<p>Right now, I <strong>lead</strong> a team that develops and maintains the
|
<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>
|
||||||
<strong>core services</strong> that power content at
|
<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
|
||||||
<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>
|
people</strong>.</p>
|
||||||
<p>I also dabble in <strong>Typescript</strong> and <strong>Golang</strong> and make pretty good sourdough. 🍞</p>
|
<p>I also dabble in <strong>Typescript</strong> and <strong>Golang</strong> and make pretty good sourdough. 🍞</p>
|
||||||
<hr>
|
<hr>
|
||||||
<p>Ping me on <a href="https://www.github.com/mcataford">Github</a>, on <a
|
<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>
|
||||||
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>
|
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
BIN
me.png
BIN
me.png
Binary file not shown.
Before Width: | Height: | Size: 880 KiB After Width: | Height: | Size: 97 KiB |
|
@ -32,7 +32,7 @@ main > section > figure {
|
||||||
|
|
||||||
a { font-weight: bold; text-decoration: underline wavy; }
|
a { font-weight: bold; text-decoration: underline wavy; }
|
||||||
|
|
||||||
strong, a, hr { color: #297a00; }
|
strong, a, hr { color: #d95b00; }
|
||||||
|
|
||||||
hr { border-style: dashed; }
|
hr { border-style: dashed; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue