diff --git a/css/brands-extended.css b/css/brands-extended.css
index 1b91aa5..787a15f 100644
--- a/css/brands-extended.css
+++ b/css/brands-extended.css
@@ -124,6 +124,16 @@ button:hover,
filter: brightness(90%);
}
+/* Hackerearth */
+.button.button-hackerearth {
+ color: #fff;
+ background-color: #2b3352;
+}
+.button.button-hackerearth:hover,
+.button.button-hackerearth:focus {
+ filter: brightness(90%);
+}
+
/* Hackerrank */
.button.button-hackerrank {
color: #0000;
diff --git a/images/icons-extended/hackerearth.svg b/images/icons-extended/hackerearth.svg
new file mode 100644
index 0000000..5761a56
--- /dev/null
+++ b/images/icons-extended/hackerearth.svg
@@ -0,0 +1 @@
+
diff --git a/preview.html b/preview.html
index 8979eb1..2aa2a40 100644
--- a/preview.html
+++ b/preview.html
@@ -117,6 +117,11 @@
Distiller
+
+
+
HackerEarth
+
+
HackerRank