From 3e55ab9f3be5925b4f52497745e1fce97bd5226b Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Tue, 9 Nov 2021 17:34:32 -0600 Subject: [PATCH 1/2] Add Bandcamp SVG and CSS --- css/brands.css | 8 ++++++++ icons/bandcamp.svg | 26 ++++++++++++++++++++++++++ index.html | 3 +++ 3 files changed, 37 insertions(+) create mode 100644 icons/bandcamp.svg diff --git a/css/brands.css b/css/brands.css index a321f2c..180cd57 100644 --- a/css/brands.css +++ b/css/brands.css @@ -82,6 +82,14 @@ button:hover, .button.button-default:hover, .button.button-default:focus { filter: brightness(90%) } + +/* Bandcamp */ +.button.button-bandcamp { + color: #FFFFFF; + background-color: #1d9fc3 } +.button.button-bandcamp:hover, +.button.button-bandcamp:focus { + filter: brightness(90%) } /* Discord */ .button.button-discord { diff --git a/icons/bandcamp.svg b/icons/bandcamp.svg new file mode 100644 index 0000000..cde6f60 --- /dev/null +++ b/icons/bandcamp.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 4bac6a6..d40001a 100644 --- a/index.html +++ b/index.html @@ -218,6 +218,9 @@ xing LogoXing + + Bandcamp LogoBandcamp +

Build your own by forking LittleLink.

From e85a054c7f33e4132fb3557501ef88023a7f9813 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 10 Nov 2021 17:34:04 -0600 Subject: [PATCH 2/2] Add Signal, Venmo, Patreon --- css/brands.css | 24 ++++++++++++++++++++++++ icons/patreon.svg | 3 +++ icons/signal.svg | 3 +++ icons/venmo.svg | 3 +++ index.html | 9 +++++++++ 5 files changed, 42 insertions(+) create mode 100644 icons/patreon.svg create mode 100644 icons/signal.svg create mode 100644 icons/venmo.svg diff --git a/css/brands.css b/css/brands.css index 180cd57..7bd847c 100644 --- a/css/brands.css +++ b/css/brands.css @@ -91,6 +91,30 @@ button:hover, .button.button-bandcamp:focus { filter: brightness(90%) } +/* Patreon */ +.button.button-patreon { + color: #FFFFFF; + background-color: #ff424d } +.button.button-patreon:hover, +.button.button-patreon:focus { + filter: brightness(90%) } + +/* Signal */ +.button.button-signal { + color: #FFFFFF; + background-color: #3a76f0 } +.button.button-signal:hover, +.button.button-signal:focus { + filter: brightness(90%) } + +/* Venmo */ +.button.button-venmo { + color: #FFFFFF; + background-color: #3d95ce } +.button.button-venmo:hover, +.button.button-venmo:focus { + filter: brightness(90%) } + /* Discord */ .button.button-discord { color: #FFFFFF; diff --git a/icons/patreon.svg b/icons/patreon.svg new file mode 100644 index 0000000..fe07eb1 --- /dev/null +++ b/icons/patreon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/signal.svg b/icons/signal.svg new file mode 100644 index 0000000..4cef57a --- /dev/null +++ b/icons/signal.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/venmo.svg b/icons/venmo.svg new file mode 100644 index 0000000..0c37329 --- /dev/null +++ b/icons/venmo.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/index.html b/index.html index d40001a..b0a035c 100644 --- a/index.html +++ b/index.html @@ -221,6 +221,15 @@ Bandcamp LogoBandcamp + + Patreon LogoPatreon + + + Signal LogoSignal + + + Venmo LogoVenmo +

Build your own by forking LittleLink.