diff --git a/css/brands.css b/css/brands.css
index 67b70805..2f8bc7fe 100644
--- a/css/brands.css
+++ b/css/brands.css
@@ -71,6 +71,10 @@ button:hover,
height: 20px;
}
+.icon-invert {
+ filter:invert(100%)
+}
+
/* Brand Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@@ -154,6 +158,16 @@ button:hover,
filter: brightness(90%);
}
+/* Devpost */
+.button.button-devpost {
+ color: #ffffff;
+ background-color: #003E54;
+}
+.button.button-devpost:hover,
+.button.button-devpost:focus {
+ filter: brightness(90%);
+}
+
/* Discord */
.button.button-discord {
color: #ffffff;
diff --git a/images/icons/devpost.svg b/images/icons/devpost.svg
new file mode 100644
index 00000000..caae1d39
--- /dev/null
+++ b/images/icons/devpost.svg
@@ -0,0 +1,4 @@
+
diff --git a/index.html b/index.html
index ed327f5b..59a9829e 100644
--- a/index.html
+++ b/index.html
@@ -285,6 +285,11 @@
Skoob
+
+
+
Devpost
+
+
GitLab