diff --git a/site/users/index.html.js b/site/users/index.html.js
index fd4fe24208..710708a689 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: 'Dering Hall',
+ img: 'deringhall.png',
+ link: 'https://www.deringhall.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/deringhall.png b/site/users/logos/deringhall.png
new file mode 100644
index 0000000000..772553f33a
Binary files /dev/null and b/site/users/logos/deringhall.png differ