diff --git a/hi.png b/hi.png new file mode 100644 index 0000000..0b4ac01 Binary files /dev/null and b/hi.png differ diff --git a/index.html b/index.html index 6914722..e03d0c1 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,23 @@ - Marc needs to update this thing + + + 🍕 -

This is outdated and will update updated soon, I swear. :)

-

In the meantime, reach out at c.marcandre [a] gmail [dot] com

- +
+
+
+ +
+

Oh, hey.

+

My name is Marc, and I'm into well-crafted code, opensource anything and DIY everything.

+

Right now, I help organize the Toronto Open Source Community meetups, I take care of the Open Source initiative and write some neat code at Top Hat. I'm passionate about keeping things simple (or trying to) and making things from scratch.

+

Stack-wise, I like React and Django and I am interested in all things infrastructure, ETL (Airflow is a blast), analytics and code performance. I'm open to everything, really.

+

Oh, and I make pretty good sourdough. 🍞

+
+

Ping me on Twitter (@marccataford), on Github (mcataford), on LinkedIn or via email at mcat [at] riseup.net, I'd love to chat.

+
+
- diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..4c2a1de --- /dev/null +++ b/styles.css @@ -0,0 +1,8 @@ +html, body { background-color: #fdfdfd; margin: 0; font-family: 'Open Sans', sans-serif; font-size: 18px; } +main { height: 100vh; width: 100vw; display: flex; justify-content: center; align-items: center; } +main p { line-height: 1.5; } +main > section { width: 80%; max-width: 800px; } +h1 { text-align: center; } +main > section > figure { display: flex; align-items: center; flex-direction: column; } +a { font-weight: bold; } +strong, a { color: #1a82c1; }