From d95be6db25c2b434fba07aa29e156e253b4f9cb1 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Tue, 29 Jun 2021 15:27:36 -0400 Subject: [PATCH] add "news articles" section --- index.html | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- style.css | 11 +++++++ 2 files changed, 95 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index bb63929..e2bce44 100644 --- a/index.html +++ b/index.html @@ -30,14 +30,16 @@

Welcome!

-

I’m the lead developer at SemiColin Games in Somerville, MA.
+

I’m the lead developer at SemiColin Games in Somerville, Massachusetts.
Previously at Google, reCAPTCHA, & Carnegie Mellon.

@mcmillen @mcmillen

+ +

Git git.mcmillen.dev

For more details, check my resumé & publications.

-

Recent Posts

+

Recent Updates

You can sign up for occasional updates via my email newsletter.

diff --git a/style.css b/style.css index 8142a1b..b481c54 100644 --- a/style.css +++ b/style.css @@ -81,6 +81,17 @@ strong { color: var(--color-yellow); } +blockquote { + background: #272822; + border-radius: 8px; + padding-left: 16px; + padding-right: 16px; + padding-top: 1px; + padding-bottom: 1px; + margin-left: 8px; + margin-right: 8px; +} + div.codehilite { border-radius: 8px; }