karnov.club/index.html

24 lines
1.3 KiB
HTML
Raw Normal View History

2018-04-08 07:00:41 +00:00
<html>
<head>
2019-07-19 03:46:14 +00:00
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=block" rel="stylesheet">
<link href="styles.css" rel="stylesheet" />
<title>🍕</title>
2018-04-08 07:00:41 +00:00
</head>
<body>
2019-07-19 03:46:14 +00:00
<main>
<section>
<figure>
<img src="hi.png"/>
</figure>
<h1>Oh, hey.</h1>
<p>My name is <strong>Marc</strong>, and I'm into <strong>well-crafted code</strong>, <strong>opensource anything</strong> and <strong>DIY everything</strong>.</p>
<p>Right now, I organize and host the <a href="https://www.meetup.com/meetup-group-SHWjhLkX/">Toronto Open Source Community meetups</a> (on hold until COVID subsides... :(), I take care of <a href="https://opensource.tophat.com">Open Source</a> and write some neat code at <a href="https://www.tophat.com">Top Hat</a>.</p>
<p>The bulk of my current work is split between <strong>React</strong> and <strong>Django</strong>, but I am also interested in all things infrastructure, performance and scalability. I'm open to everything, really.</p>
<p>I also make pretty good sourdough. 🍞</p>
2019-07-19 03:46:14 +00:00
<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>
2019-07-19 03:46:14 +00:00
</section>
</main>
2018-04-08 07:00:41 +00:00
</body>
2019-07-16 12:29:41 +00:00
</html>