diff --git a/index.html b/index.html index e358669..90fddc4 100644 --- a/index.html +++ b/index.html @@ -12,18 +12,19 @@

Oh, hey.

-

My name is Marc, I'm an engineering lead based in Ottawa, ON and I'm into well-crafted code, opensource anything and DIY everything.

-

Right now, I manage and lead a team that develops and maintains the +

My name is Marc, I'm an engineering manager based in Ottawa, ON and I'm into well-crafted code, opensource anything and DIY everything.

+

Right now, I lead a team that develops and maintains the core services that power content at Top Hat, help push Top Hat Open Source forward and fiddle with code in my free time.

The bulk of my current work revolves around infrastructure, Django/FastAPI backend services, and leveling up awesome people.

-

I also dabble in Typescript and React.

-

I also make pretty good sourdough. 🍞

+

I also dabble in Typescript and Golang and make pretty good sourdough. 🍞


-

Ping me on Github, on LinkedIn or via email at mcat [at] riseup.net, I'd love to chat.

+

Ping me on Github, on LinkedIn or via email at mcat [at] riseup.net, + I'd love to chat. I also lurk on Mastodon, if that's your jam.

diff --git a/me.png b/me.png index 129365c..e36ebdd 100644 Binary files a/me.png and b/me.png differ diff --git a/styles.css b/styles.css index af237c2..59e21f1 100644 --- a/styles.css +++ b/styles.css @@ -30,9 +30,9 @@ main > section > figure { justify-content: center; } -a { font-weight: bold; } +a { font-weight: bold; text-decoration: underline wavy; } -strong, a, hr { color: #a25c29; } +strong, a, hr { color: #297a00; } hr { border-style: dashed; }