diff --git a/layouts/index.html b/layouts/index.html index 887bf45e..b24f6296 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -4,7 +4,7 @@

Hello! I'm Jake. 👋

I'm a web and mobile developer based in Boston.

My recent focus has been on lean JavaScript frameworks like Node, React, and Angular...

-

...but I'm also proficient in classics like PHP, Ruby, Java, and C++.

+

...but I'm also proficient in classics like PHP, Ruby, Java, C++, and Python.

You can find some of my work on GitHub or LinkedIn, my adventures on Twitter, Facebook, or Instagram, and my classic PDF resume right here.

I fell in love with front-end web development (don't judge) back when my only source of income was the Tooth Fairy.

Since then, my side projects diff --git a/static/style.css b/static/style.css index 5e223c8c..4568b301 100644 --- a/static/style.css +++ b/static/style.css @@ -339,6 +339,13 @@ a#cpp:hover { border-color: #865fc5; } +a#python { + color: #ffd343; +} +a#python:hover { + border-color: #ffd343; +} + a#php { color: #8892bf; }