diff --git a/css/brands.css b/css/brands.css
index b078cd7..61f7e20 100644
--- a/css/brands.css
+++ b/css/brands.css
@@ -579,6 +579,16 @@ button:hover,
filter: brightness(90%);
}
+/* NGL */
+.button.button-ngl {
+ color: #ffffff;
+ background-image: linear-gradient(45deg, #ed1581 0%, #ff8614 100%);
+}
+.button.button-ngl:hover,
+.button.button-ngl:focus {
+ filter: brightness(90%);
+}
+
/* Notion */
.button.button-notion {
color: #000000;
diff --git a/images/icons/ngl.svg b/images/icons/ngl.svg
new file mode 100644
index 0000000..3c215b4
--- /dev/null
+++ b/images/icons/ngl.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/index.html b/index.html
index df1105f..9c4dbe7 100644
--- a/index.html
+++ b/index.html
@@ -237,7 +237,10 @@
Medium
-
+
+
+ NGL
+
Notion