diff --git a/handbook/company/testimonials.yml b/handbook/company/testimonials.yml index 3242674603..125c8be3ea 100644 --- a/handbook/company/testimonials.yml +++ b/handbook/company/testimonials.yml @@ -290,3 +290,10 @@ quoteAuthorJobTitle: IT Systems Engineer quoteAuthorProfileImageFilename: testimonial-author-david-bodmer-48x48@2x.png productCategories: [Device management] +- + quote: Fleet is the best multi-OS MDM on the market currently and is improving daily. Fleet makes sense for me because of their amazing support, transparent and detailed reporting, app updating functionality, self-service, and macOS DDM support. + quoteLinkUrl: https://www.linkedin.com/in/fiona-s-84a20a36/ + quoteAuthorName: Fiona Skelton + quoteAuthorJobTitle: Senior Technology Specialist + quoteAuthorProfileImageFilename: testimonial-author-fiona-skelton-100x100@2x.jpeg + productCategories: [Device management] diff --git a/website/api/controllers/view-device-management.js b/website/api/controllers/view-device-management.js index d1258a55ad..9135d57839 100644 --- a/website/api/controllers/view-device-management.js +++ b/website/api/controllers/view-device-management.js @@ -40,7 +40,8 @@ module.exports = { 'Philip Chotipradit', 'Roger Cantrell', 'Chayce O\'Neal', - 'David Bodmer' + 'David Bodmer', + 'Fiona Skelton', ]; // Filter the testimonials by product category diff --git a/website/api/controllers/view-testimonials.js b/website/api/controllers/view-testimonials.js index da3318710c..22d3de9fa3 100644 --- a/website/api/controllers/view-testimonials.js +++ b/website/api/controllers/view-testimonials.js @@ -42,6 +42,7 @@ module.exports = { 'Chayce O\'Neal', 'u/Heteronymous', 'David Bodmer', + 'Fiona Skelton', ]; let testimonialsForMdm = _.filter(testimonials, (testimonial)=>{ return _.contains(testimonial.productCategories, 'Device management') && _.contains(testimonialOrderForMdm, testimonial.quoteAuthorName); diff --git a/website/assets/images/testimonial-author-fiona-skelton-100x100@2x.jpeg b/website/assets/images/testimonial-author-fiona-skelton-100x100@2x.jpeg new file mode 100644 index 0000000000..4dde22c5d0 Binary files /dev/null and b/website/assets/images/testimonial-author-fiona-skelton-100x100@2x.jpeg differ