diff --git a/site/users/index.html.js b/site/users/index.html.js index fd4fe24208..8a1f55dc43 100644 --- a/site/users/index.html.js +++ b/site/users/index.html.js @@ -601,6 +601,11 @@ var logos = [ img: 'universe.png', link: 'https://www.universe.com/' }, + { + name: 'Altizure', + img: 'altizure.png', + link: 'https://www.altizure.cn/' + }, // Adding your logo? // Add it to the /users/logos/ directory and then append an entry above this comment. // diff --git a/site/users/logos/altizure.png b/site/users/logos/altizure.png new file mode 100644 index 0000000000..34117411fd Binary files /dev/null and b/site/users/logos/altizure.png differ