diff --git a/site/users/index.html.js b/site/users/index.html.js index 4bdb6c362d..b2709fbd5e 100644 --- a/site/users/index.html.js +++ b/site/users/index.html.js @@ -181,6 +181,11 @@ var logos = [ img: 'quri.png', link: 'http://www.quri.com/' }, + { + name: 'Make School', + img: 'make-school.png', + link: 'http://www.makeschool.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/make-school.png b/site/users/logos/make-school.png new file mode 100644 index 0000000000..35387b9639 Binary files /dev/null and b/site/users/logos/make-school.png differ