From a8ab5c79fe2b5997b1433d86882a4dff62aaa47d Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 9 Jan 2019 11:36:06 -0500 Subject: [PATCH] framework rewording --- 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 45613ac6..5109e8dd 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -3,7 +3,7 @@ Photo of Jake Jarvis

Hi! 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...

+

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

...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.

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

diff --git a/static/style.css b/static/style.css index 1f7bf8cb..b3c190df 100644 --- a/static/style.css +++ b/static/style.css @@ -319,6 +319,13 @@ div#home a#angular:hover { border-color: #c3002f; } +div#home a#vue { + color: #41b883; +} +div#home a#vue:hover { + border-color: #41b883; +} + div#home a#java { color: #ab6311; }