diff --git a/public/index.html b/public/index.html index 2988c6f7..f427b043 100644 --- a/public/index.html +++ b/public/index.html @@ -49,7 +49,7 @@ outlets.

You can find some of my work on GitHub or LinkedIn, my adventures on Twitter, Facebook, or Instagram, and my boring PDF resume right here.

-

I've been spending my free time dipping my toes into the waters of information security and serverless cloud architecture, especially the containerization of everything.

+

I've been spending my free time dipping my toes into the waters of information security and serverless cloud architecture, especially the containerization of everything.

If any of this jibes with what you're looking for, I'd love to hear from you via emailD36C B66F 4002 B25B, DM, or text!

diff --git a/public/style.css b/public/style.css index f18ffacc..ff8edb06 100644 --- a/public/style.css +++ b/public/style.css @@ -474,6 +474,13 @@ a#udacity:hover { border-color: #02b3e4; } +a#pluralsight { + color: #e80c87; +} +a#pluralsight:hover { + border-color: #e80c87; +} + a#infosec { color: #ed1c24; }