diff --git a/layouts/index.html b/layouts/index.html index a5101c94..e9a14cc4 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,7 +5,7 @@
My recent focus has been on lean JavaScript frameworks like Node, React, and Angular...
...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, and the containerization of everything.
+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 have diff --git a/static/style.css b/static/style.css index a154014e..a79f83c4 100644 --- a/static/style.css +++ b/static/style.css @@ -359,6 +359,13 @@ a#server span#less { color: #a2d9f9; } +a#devops { + color: #ff6200; +} +a#devops:hover { + border-color: #ff6200; +} + a#containerization { color: #c48f49; }