From a102051aa2faf35745f4741bbad26e81d3933211 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 27 Nov 2018 12:36:46 -0500 Subject: [PATCH] more tweaks --- layouts/index.html | 2 +- static/style.css | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 4f7d1260..90fd7d8e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,7 +5,7 @@

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 proficient in classics like PHP, Ruby, Java, C++, and Python as well.

-

Whenever possible, I also prioritize my experience with information security, server(less) architecture, efficient DevOps & CI, and the containerization of everything.

+

Whenever possible, I also prioritize my experience with information security, server(less) architecture, efficient DevOps & CI, and the containerization of everything.

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 have diff --git a/static/style.css b/static/style.css index 80524fc6..611f663a 100644 --- a/static/style.css +++ b/static/style.css @@ -426,10 +426,10 @@ a#instagram:hover { } a#news-1 { - color: #e23838; + color: #ff1b1b; } a#news-1:hover { - border-color: #e23838; + border-color: #ff1b1b; } a#news-2 { @@ -440,10 +440,10 @@ a#news-2:hover { } a#news-3 { - color: #ffcf0c; + color: #ffc30c; } a#news-3:hover { - border-color: #ffcf0c; + border-color: #ffc30c; } a#news-4 { @@ -489,17 +489,17 @@ a#pluralsight:hover { } a#resume { - color: #c30b15; + color: #d54b3d; } a#resume:hover { - border-color: #c30b15; + border-color: #d54b3d; } a#email { - color: #d54b3d; + color: #de0c0c; } a#email:hover { - border-color: #d54b3d; + border-color: #de0c0c; } a#pgp { @@ -511,10 +511,10 @@ a#pgp:hover { } a#sms { - color: #93d841; + color: #6fcc01; } a#sms:hover { - border-color: #93d841; + border-color: #6fcc01; } p#copyright {