diff --git a/layouts/index.html b/layouts/index.html
index a12d6591..fbde4192 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -3,9 +3,9 @@
My recent focus has been on lean JavaScript frameworks like Node, React, and Angular...
-...but I'm also proficient in classics like PHP, Ruby, Java, C++, and Python.
-You can find some of my work on GitHub or LinkedIn, my adventures on Twitter, Facebook, or Instagram, and my classic PDF resume right here.
+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.
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 @@ -16,7 +16,8 @@ news outlets.
-If any of this fits with what you're looking for, I'd love to hear from you via emailD36C B66F 4002 B25B, DM, or text!
+You can find some of my work on GitHub or LinkedIn, my adventures on Twitter, Facebook, or Instagram, and my classic PDF resume right here.
+If any of this fits with what you're looking for, I'd love to hear from you via emailD36C B66F 4002 B25B, DM, or text!
© 1999 – 2018 Jake Jarvis. 🐼 View source.
{{ end }} \ No newline at end of file diff --git a/static/style.css b/static/style.css index dd4c2d59..43e182c0 100644 --- a/static/style.css +++ b/static/style.css @@ -212,7 +212,7 @@ div#home { width: 100%; height: 100%; margin: 0 auto; - padding: 10%; + padding: 8%; } img#me { @@ -279,24 +279,6 @@ a#boston:hover { border-color: #008349; } -a#y2k { - color: #ffcd47; -} -a#y2k:hover { - border-color: #ffcd47; -} - -span#shh { - color: #cccccc; -} - -span#fairy { - color: #fd5da8; -} -span#fairy:hover { - cursor: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMiIgc3R5bGU9ImZvbnQtc2l6ZToxNnB4Ij48dGV4dCB5PSIxOCI+8J+nmjwvdGV4dD48L3N2Zz4=), default !important; -} - a#javascript { color: #f48024; } @@ -360,6 +342,47 @@ a#ruby:hover { border-color: #d34135; } +a#infosec { + color: #00b81a; +} +a#infosec:hover { + border-color: #00b81a; +} + +a#serverless { + color: #0098ec; +} +a#serverless:hover { + border-color: #0098ec; +} +a#serverless span#shh { + color: #a2d9f9; +} + +a#containerization { + color: #c48f49; +} +a#containerization:hover { + border-color: #c48f49; +} + +a#y2k { + color: #ffcd47; +} +a#y2k:hover { + border-color: #ffcd47; +} +a#y2k span#shh { + color: #cccccc; +} + +span#fairy { + color: #fd5da8; +} +span#fairy:hover { + cursor: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMiIgc3R5bGU9ImZvbnQtc2l6ZToxNnB4Ij48dGV4dCB5PSIxOCI+8J+nmjwvdGV4dD48L3N2Zz4=), default !important; +} + a#github { color: #7290a4; } @@ -458,27 +481,6 @@ a#pluralsight:hover { border-color: #e80c87; } -a#infosec { - color: #ed1c24; -} -a#infosec:hover { - border-color: #ed1c24; -} - -a#serverless { - color: #ff9900; -} -a#serverless:hover { - border-color: #ff9900; -} - -a#containerization { - color: #c48f49; -} -a#containerization:hover { - border-color: #c48f49; -} - a#resume { color: #c30b15; }