diff --git a/site/users/index.html.js b/site/users/index.html.js index 81e274a8b..854619e73 100644 --- a/site/users/index.html.js +++ b/site/users/index.html.js @@ -410,6 +410,11 @@ var logos = [ img: 'directlyrics.png', link: 'http://www.directlyrics.com/' }, + { + name: 'Mixcloud', + img: 'mixcloud.png', + link: 'https://www.mixcloud.com/' + }, // Adding your logo? // Add it to the /users/logos/ directory and then append an entry above this comment. // diff --git a/site/users/logos/mixcloud.png b/site/users/logos/mixcloud.png new file mode 100644 index 000000000..e04a952f2 Binary files /dev/null and b/site/users/logos/mixcloud.png differ