From f260dd08d3031ecad958775a4b7a8ae47e55a40b Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 31 Oct 2018 17:16:01 -0400 Subject: [PATCH] add python --- layouts/index.html | 2 +- static/style.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 , 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; }