diff --git a/css/brands.css b/css/brands.css
index a2611b01..b195ab10 100644
--- a/css/brands.css
+++ b/css/brands.css
@@ -599,6 +599,16 @@ button:hover,
filter: brightness(90%);
}
+/* NGL */
+.button.button-ngl {
+ color: #ffffff;
+ background-image: linear-gradient(-45deg, #ff8d10, #ec1187);
+}
+.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 00000000..3c215b47
--- /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 4f5d2be0..93efc26d 100644
--- a/index.html
+++ b/index.html
@@ -243,7 +243,10 @@
Medium
-
+
+
+ NGL
+
Notion