From 5dabc02f2df044d2b5aaf65d885545a0f4104575 Mon Sep 17 00:00:00 2001 From: soypato Date: Thu, 29 Jun 2023 04:10:17 -0300 Subject: [PATCH 1/3] add kick in social nw. list --- css/brands.css | 8 ++++++++ images/icons/kick.svg | 23 +++++++++++++++++++++++ index.html | 3 +++ 3 files changed, 34 insertions(+) create mode 100644 images/icons/kick.svg diff --git a/css/brands.css b/css/brands.css index b078cd7..a5788f3 100644 --- a/css/brands.css +++ b/css/brands.css @@ -474,6 +474,14 @@ button:hover, filter: brightness(90%); } +.button.button-kick { + background-color:#3d951b; + color: #fff +} +.button.button-kick:hover { + filter: brightness(90%); +} + /* Kickstarter */ .button.button-kickstarter { color: #ffffff; 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 @@ + + Kick_logo-svg + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index df1105f..ce90940 100644 --- a/index.html +++ b/index.html @@ -208,6 +208,9 @@ Instagram
+ + Kick
+ Kickstarter
From fd3efdc367bccd89605f92c25cee729da4d93dc2 Mon Sep 17 00:00:00 2001 From: soypato Date: Thu, 29 Jun 2023 14:32:03 -0300 Subject: [PATCH 2/3] fix Kick - colors - based in Branding Guidelines --- css/brands.css | 16 ++++++++++++++-- images/icons/kick-alt.svg | 27 +++++++++++++++++++++++++++ index.html | 3 +++ 3 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 images/icons/kick-alt.svg diff --git a/css/brands.css b/css/brands.css index a5788f3..a2611b0 100644 --- a/css/brands.css +++ b/css/brands.css @@ -474,14 +474,26 @@ button:hover, filter: brightness(90%); } +/* Kick */ .button.button-kick { - background-color:#3d951b; - color: #fff + 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..7fa31ae --- /dev/null +++ b/images/icons/kick-alt.svg @@ -0,0 +1,27 @@ + + kick-svg + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index ce90940..4f5d2be 100644 --- a/index.html +++ b/index.html @@ -211,6 +211,9 @@ Kick
+ + Kick
+ Kickstarter
From 2ddac4d2c5e5b024cba7c12c1e317c89c845e923 Mon Sep 17 00:00:00 2001 From: soypato Date: Thu, 29 Jun 2023 14:32:03 -0300 Subject: [PATCH 3/3] Fix Kick - colors - based in Branding Guidelines --- css/brands.css | 16 ++++++++++++++-- images/icons/kick-alt.svg | 27 +++++++++++++++++++++++++++ index.html | 3 +++ 3 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 images/icons/kick-alt.svg diff --git a/css/brands.css b/css/brands.css index a5788f3..a2611b0 100644 --- a/css/brands.css +++ b/css/brands.css @@ -474,14 +474,26 @@ button:hover, filter: brightness(90%); } +/* Kick */ .button.button-kick { - background-color:#3d951b; - color: #fff + 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 @@ + + kick-svg + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index ce90940..4f5d2be 100644 --- a/index.html +++ b/index.html @@ -211,6 +211,9 @@ Kick
+ + Kick
+ Kickstarter