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 @@
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; }