diff --git a/site/users/index.html.js b/site/users/index.html.js index 8429145d66..88b168c7f4 100644 --- a/site/users/index.html.js +++ b/site/users/index.html.js @@ -266,6 +266,11 @@ var logos = [ img: 'ningensoft.png', link: 'https://www.ningensoft.com/' }, + { + name: 'zlyde', + img: 'zlyde.png', + link: 'http://www.zlyde.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/zlyde.png b/site/users/logos/zlyde.png new file mode 100644 index 0000000000..bdb7b72704 Binary files /dev/null and b/site/users/logos/zlyde.png differ