diff --git a/README.md b/README.md index e971fca4..1e0b63e3 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# [jarv.is](https://jarv.is/) 🐼 +# 🏡  [jarv.is](https://jarv.is/) Personal website of [@jakejarvis](https://github.com/jakejarvis), created and deployed using the following: - [Hugo](https://github.com/gohugoio/hugo) - [Amazon S3](https://aws.amazon.com/) - [GitHub Actions](https://github.com/jakejarvis/jarv.is/blob/master/.github/workflows/deploy.yml) -- [CloudFlare Workers](https://developers.cloudflare.com/workers/about/) +- [Cloudflare Workers](https://developers.cloudflare.com/workers/about/) - [Matomo Analytics](https://matomo.org/) --- diff --git a/content/_index.md b/content/_index.md index 1d03c6a4..12dfb158 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,5 +2,5 @@ title = "Jake Jarvis – Web & Mobile Developer in Boston, MA" description = "I'm a full-stack web engineer and mobile developer based in Boston, Massachusetts specializing in modern JavaScript frameworks and iOS apps." type = "home" -date = "2019-08-26" +date = "2019-09-04" +++ diff --git a/layouts/index.html b/layouts/index.html index 50a7c5a4..5415c8ec 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,7 +5,7 @@

Hi! I'm . 👋

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

-

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

+

My recent focus has been on modern JavaScript frameworks like React, Angular, and Vue in front of Node and Go backends...

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

diff --git a/static/style.css b/static/style.css index ea10f329..ceec9f48 100644 --- a/static/style.css +++ b/static/style.css @@ -102,28 +102,20 @@ body#home a#node:hover { border-color: #6fbc4e60; } -body#home a#express { - color: #259dff; +body#home a#golang { + color: #00acd7; } -body#home a#express:hover { - border-color: #259dff; - border-color: #259dff60; -} - -body#home a#mongo { - color: #13aa52; -} -body#home a#mongo:hover { - border-color: #13aa52; - border-color: #13aa5260; +body#home a#golang:hover { + border-color: #00acd7; + border-color: #00acd760; } body#home a#react { - color: #61dafb; + color: #4fb3cd; } body#home a#react:hover { - border-color: #61dafb; - border-color: #61dafb60; + border-color: #4fb3cd; + border-color: #4fb3cd60; } body#home a#angular { @@ -159,11 +151,11 @@ body#home a#cpp:hover { } body#home a#python { - color: #efb60b; + color: #fea500; } body#home a#python:hover { - border-color: #efb60b; - border-color: #efb60b60; + border-color: #fea500; + border-color: #fea50060; } body#home a#php {