From 031825fbdc90c1774c30d69a834e86e41c1fe87c Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sat, 16 Oct 2021 08:19:16 -0400 Subject: [PATCH] update homepage --- assets/sass/pages/_home.scss | 20 ++++++++------------ content/_index.md | 6 +++--- yarn.lock | 6 +++--- 3 files changed, 14 insertions(+), 18 deletions(-) diff --git a/assets/sass/pages/_home.scss b/assets/sass/pages/_home.scss index 041d9a53..1b1cfe55 100644 --- a/assets/sass/pages/_home.scss +++ b/assets/sass/pages/_home.scss @@ -7,14 +7,18 @@ $colors-home: ( light: #fb4d42, dark: #ff5146, ), + js-vanilla: ( + light: #f48024, + dark: #e18431, + ), + js-frameworks: ( + light: #1091b3, + dark: #6fcbe3, + ), jamstack: ( light: #04a699, dark: #08bbac, ), - javascript: ( - light: #f48024, - dark: #e18431, - ), node: ( light: #6fbc4e, dark: #84d95f, @@ -23,14 +27,6 @@ $colors-home: ( light: #00acd7, dark: #2ad1fb, ), - react: ( - light: #4fb3cd, - dark: #6fcbe3, - ), - angular: ( - light: #c3002f, - dark: #f95757, - ), php: ( light: #8892bf, dark: #a4afe3, diff --git a/content/_index.md b/content/_index.md index 040be6ed..5b04fb34 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,6 +1,6 @@ --- title: "Jake Jarvis – Front-End Web Developer in Boston, MA 👨‍💻" -date: 2021-10-14 08:24:41-0400 +date: 2021-10-16 07:16:17-0400 type: home sitemap: priority: 1.0 @@ -11,9 +11,9 @@ sitemap: # Hi there! I'm Jake. 👋 -## I'm a frontend web developer based in Boston, MA. +## I'm a frontend web developer based in Boston. -I specialize in the JAMstack and modern JavaScript frameworks like React and Angular in front of Node and Go services, but I'm fluent in classics like PHP, Ruby, and Python too. +I specialize in vanilla JavaScript and modern JS frameworks to make nifty JAMstack sites with dynamic Node and Go services. But I'm fluent in classics like PHP, Ruby, and Python too. Whenever possible, I also apply my experience in application security, server(less) stacks, and DevOps automation. diff --git a/yarn.lock b/yarn.lock index 7e8d050a..8a879d2e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3480,9 +3480,9 @@ ee-first@1.1.1: integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= electron-to-chromium@^1.3.867: - version "1.3.869" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.869.tgz#c319171803d796639b1af3ddbf07a5a087037ccb" - integrity sha512-mcoyZ2jd691yAx0OHqqGw+aPCcRYVDw/bqPy660aBfcQkUcWcfAVsbL4M9WeevflKH4MfpKCtnOngVLM7HzSzA== + version "1.3.871" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.871.tgz#6e87365fd72037a6c898fb46050ad4be3ac9ef62" + integrity sha512-qcLvDUPf8DSIMWarHT2ptgcqrYg62n3vPA7vhrOF24d8UNzbUBaHu2CySiENR3nEDzYgaN60071t0F6KLYMQ7Q== emoji-regex@^8.0.0: version "8.0.0"