diff --git a/site/users/index.html.js b/site/users/index.html.js index c43a8004d3..c87ca8aa6d 100644 --- a/site/users/index.html.js +++ b/site/users/index.html.js @@ -324,6 +324,11 @@ var logos = [ img: 'clubmed.png', link: 'https://www.clubmed.com/' }, + { + name: 'Waldo Photos', + img: 'waldo-photos.png', + link: 'https://waldo.photos/' + }, // Adding your logo? // Add it to the /users/logos/ directory and then append an entry above this comment. // diff --git a/site/users/logos/waldo-photos.png b/site/users/logos/waldo-photos.png new file mode 100644 index 0000000000..936d790a5e Binary files /dev/null and b/site/users/logos/waldo-photos.png differ