diff --git a/css/brands.css b/css/brands.css
index 61f7e20..65a0ab1 100644
--- a/css/brands.css
+++ b/css/brands.css
@@ -474,6 +474,26 @@ button:hover,
filter: brightness(90%);
}
+/* Kick */
+.button.button-kick {
+ background-color:#000000;
+ color: #ffffff;
+ border: 1px solid #ffffff;
+}
+.button.button-kick:hover {
+ filter: brightness(90%);
+}
+
+/* Kick Alt */
+.button.button-kick-alt {
+ background-color:#01e701;
+ color: #000;
+}
+.button.button-kick-alt:hover {
+ filter: brightness(90%);
+}
+
+
/* Kickstarter */
.button.button-kickstarter {
color: #ffffff;
diff --git a/images/icons/kick-alt.svg b/images/icons/kick-alt.svg
new file mode 100644
index 0000000..e21eb88
--- /dev/null
+++ b/images/icons/kick-alt.svg
@@ -0,0 +1,27 @@
+
\ No newline at end of file
diff --git a/images/icons/kick.svg b/images/icons/kick.svg
new file mode 100644
index 0000000..8a8589f
--- /dev/null
+++ b/images/icons/kick.svg
@@ -0,0 +1,23 @@
+
\ No newline at end of file
diff --git a/index.html b/index.html
index 9c4dbe7..93efc26 100644
--- a/index.html
+++ b/index.html
@@ -208,6 +208,12 @@
Instagram
+
+ Kick
+
+
+ Kick
+
Kickstarter