From e95b92cbd87c32f2dcf8ef0106ea4df67d53139f Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 12 Feb 2019 11:52:14 -0500 Subject: [PATCH] homepage changes --- layouts/index.html | 8 ++++---- static/style.css | 34 ++++++++++++++++++++++++---------- 2 files changed, 28 insertions(+), 14 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 190016b9..b682c63d 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -3,8 +3,8 @@ Photo of Jake Jarvis

Hi! I'm Jake Jarvis. 👋

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

-

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

-

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

+

My recent focus has been on Node, Express, and MongoDB stacks behind modern JavaScript frameworks like React, Angular, and Vue...

+

...but I'm fluent 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.

Since then, my side projects @@ -17,11 +17,11 @@ outlets.

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

-

If any of this fits with what you're looking for, I'd love to hear from you via emailD36C B66F 4002 B25B, , or text!

+

If any of this fits with what you're looking for, I'd love to hear from you via email D36C B66F 4002 B25B, , or text!

{{ end }} \ No newline at end of file diff --git a/static/style.css b/static/style.css index bd8419db..a6a4e025 100644 --- a/static/style.css +++ b/static/style.css @@ -29,7 +29,7 @@ } -/* Main Styles */ +/*! JJ CSS */ body { display: table; @@ -47,7 +47,7 @@ a { background-color: transparent; text-decoration: none; border-bottom: 1px dashed transparent; - transition: border-color 0.2s linear; + transition: border-color 0.15s linear; } div#home { @@ -151,13 +151,13 @@ div#home sup { } -/* Colorful Links */ +/* Colo[u]rful Links */ div#home a#boston { - color: #008349; + color: #fb4d42; } div#home a#boston:hover { - border-color: #008349; + border-color: #fb4d42; } div#home a#javascript { @@ -174,6 +174,20 @@ div#home a#node:hover { border-color: #6fbc4e; } +div#home a#express { + color: #259dff; +} +div#home a#express:hover { + border-color: #259dff; +} + +div#home a#mongo { + color: #13aa52; +} +div#home a#mongo:hover { + border-color: #13aa52; +} + div#home a#react { color: #61dafb; } @@ -189,10 +203,10 @@ div#home a#angular:hover { } div#home a#vue { - color: #41b883; + color: #486491; } div#home a#vue:hover { - border-color: #41b883; + border-color: #486491; } div#home a#java { @@ -245,7 +259,7 @@ div#home a#server:hover { } div#home a#server span#serverless { color: #87cef7; - margin-left: 0.06em; + padding-left: 0.06em; } div#home a#devops { @@ -386,8 +400,8 @@ div#home a#email:hover { div#home a#pgp { color: #777777; - margin-left: 4px; - margin-right: 2px; + margin-left: -2px; + margin-right: 1px; } div#home a#pgp:hover { border-color: #777777;