From 5b9ff2057da620d82e9fdb29aeefaa8e0502ba2c Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Sun, 22 Dec 2019 22:04:37 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20New=20Brands?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added CSS for SoundCloud & Spectrum. - Added SVG icons for SoundCloud & Spectrum. - Added example buttons to index.html. - Fixed typo on README.md. --- README.md | 2 +- css/brands.css | 16 ++++++++++++++++ icons/soundcloud.svg | 2 ++ icons/spectrum.svg | 5 +++++ index.html | 8 ++++++++ 5 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 icons/soundcloud.svg create mode 100644 icons/spectrum.svg diff --git a/README.md b/README.md index ff37580..9a13c96 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ LittleLink has more than 18 company button styles you can use and we'll be throw ![Performance](https://cdn.cottle.cloud/littlelink/performance.png) -Using [Skeleton](http://getskeleton.com/) let us build something that loads quickly & doesn't have any of the unnecessary bloat you would get from using a large framework for requires simplicity. LittleLink scored a 99/100 in performance when tested with Lighthouse. +Using [Skeleton](http://getskeleton.com/) let us build something that loads quickly & doesn't have any of the unnecessary bloat you would get from using a large framework for a page that requires nothing more than simplicity. LittleLink scored a 99/100 in performance when tested with Lighthouse. ![Publish](https://cdn.cottle.cloud/littlelink/fork-edit-publish.png) diff --git a/css/brands.css b/css/brands.css index 2fa0bd3..dde0cf4 100644 --- a/css/brands.css +++ b/css/brands.css @@ -173,6 +173,22 @@ button:hover, .button.button-snapchat:focus { filter: brightness(90%) } +/* SoundCloud */ +.button.button-soundcloud { + color: #FFFFFF; + background-color: #ff5500 } +.button.button-soundcloud:hover, +.button.button-soundcloud:focus { + filter: brightness(90%) } + +/* Spectrum */ +.button.button-spectrum { + color: #FFFFFF; + background-color: #7b16ff } +.button.button-spectrum:hover, +.button.button-spectrum:focus { + filter: brightness(90%) } + /* Spotify */ .button.button-spotify { color: #FFFFFF; diff --git a/icons/soundcloud.svg b/icons/soundcloud.svg new file mode 100644 index 0000000..1f428ad --- /dev/null +++ b/icons/soundcloud.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/icons/spectrum.svg b/icons/spectrum.svg new file mode 100644 index 0000000..7875b8d --- /dev/null +++ b/icons/spectrum.svg @@ -0,0 +1,5 @@ + + + diff --git a/index.html b/index.html index efe8cdf..fa599e9 100644 --- a/index.html +++ b/index.html @@ -92,6 +92,14 @@ Pinterest
+ + SoundCloud +
+ + + Spectrum +
+ Figma