From 4439fa5c99eeaa0d16cf32b52de14ac213cbcc00 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Mon, 26 Nov 2018 19:46:14 -0500 Subject: [PATCH] html5 validation OCD --- layouts/index.html | 2 +- static/style.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index fbde4192..391c0873 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, and the containerization of everything.

+

Whenever possible, I also prioritize my experience with information security, server(less) architecture, 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 43e182c0..a154014e 100644 --- a/static/style.css +++ b/static/style.css @@ -349,13 +349,13 @@ a#infosec:hover { border-color: #00b81a; } -a#serverless { +a#server { color: #0098ec; } -a#serverless:hover { +a#server:hover { border-color: #0098ec; } -a#serverless span#shh { +a#server span#less { color: #a2d9f9; }