diff --git a/site/users/index.html.js b/site/users/index.html.js index ce202d6d96..c43a8004d3 100644 --- a/site/users/index.html.js +++ b/site/users/index.html.js @@ -319,6 +319,11 @@ var logos = [ img: 'wirtualnapolska.png', link: 'http://www.wp.pl/' }, + { + name: 'Club Med', + img: 'clubmed.png', + link: 'https://www.clubmed.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/clubmed.png b/site/users/logos/clubmed.png new file mode 100644 index 0000000000..9d86ff430f Binary files /dev/null and b/site/users/logos/clubmed.png differ