diff --git a/css/brands.css b/css/brands.css
index ddc2484..b6bad07 100644
--- a/css/brands.css
+++ b/css/brands.css
@@ -902,6 +902,16 @@ button:hover,
filter: brightness(90%);
}
+/* TryHackMe */
+.button.button-tryhackme {
+ color: #ffffff;
+ background-color: #c1111181;
+}
+.button.button-tryhackme:hover,
+.button.button-tryhackme:focus {
+ filter: brightness(90%);
+}
+
/* Tumblr */
.button.button-tumb {
color: #ffffff;
diff --git a/images/icons/tryhackme.png b/images/icons/tryhackme.png
new file mode 100644
index 0000000..b701454
Binary files /dev/null and b/images/icons/tryhackme.png differ
diff --git a/index.html b/index.html
index 7b86471..a62d364 100644
--- a/index.html
+++ b/index.html
@@ -140,6 +140,9 @@
HackerRank
+
+ TryHackMe
+