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