diff --git a/handbook/company/testimonials.yml b/handbook/company/testimonials.yml index 7bc337afbe..bf551a439d 100644 --- a/handbook/company/testimonials.yml +++ b/handbook/company/testimonials.yml @@ -252,3 +252,10 @@ quoteAuthorProfileImageFilename: testimonial-author-bart-reardon-48x48@2x.png quoteAuthorJobTitle: Creator of swiftDialog productCategories: [Device management, Observability] +- + quote: If I needed a single pane of glass for all OS endpoints, starting fresh, I'd push for the paid version of FleetDM. + quoteLinkUrl: https://www.reddit.com/r/Intune/comments/1jkzxyl/comment/mk02c2k/ + quoteAuthorName: u/Heteronymous + quoteAuthorJobTitle: Redditor + quoteAuthorProfileImageFilename: testimonial-author-redditor-48x48@2x.png + productCategories: [Device management] diff --git a/website/api/controllers/view-testimonials.js b/website/api/controllers/view-testimonials.js index dd75fd0730..e70f41729c 100644 --- a/website/api/controllers/view-testimonials.js +++ b/website/api/controllers/view-testimonials.js @@ -36,6 +36,7 @@ module.exports = { 'Matt Carr', 'Nico Waisman', 'Dan Grzelak', + 'u/Heteronymous', ]; let testimonialsForMdm = _.filter(testimonials, (testimonial)=>{ return _.contains(testimonial.productCategories, 'Device management') && _.contains(testimonialOrderForMdm, testimonial.quoteAuthorName); diff --git a/website/assets/images/testimonial-author-redditor-48x48@2x.png b/website/assets/images/testimonial-author-redditor-48x48@2x.png new file mode 100644 index 0000000000..efe3005293 Binary files /dev/null and b/website/assets/images/testimonial-author-redditor-48x48@2x.png differ