diff --git a/handbook/company/testimonials.yml b/handbook/company/testimonials.yml index b58ad1a248..5405f7a2cf 100644 --- a/handbook/company/testimonials.yml +++ b/handbook/company/testimonials.yml @@ -9,6 +9,13 @@ #. productCategories: [Observability, Software management, Device management] # # TODO figure out what to do with this other quote that both Austin and Dre :+1:'d: "Fleet lets us be more actionable with fewer people. It helps us to filter out the noise better than we could with the other big name products we replaced." +- + quote: Fleet is incredibly easy to deploy and perfect for lean IT teams. It's everything we need in a device management platform, simple, efficient, and powerful. + quoteAuthorName: Chayce O'Neal + quoteAuthorProfileImageFilename: testimonial-author-chayce-onealal-100x100@2x.png + quoteLinkUrl: https://www.linkedin.com/in/chayceoneal/ + quoteAuthorJobTitle: Head of IT @ ConductorOne + productCategories: [Device management] - quote: Fleet aligns with the strategies that enabled me to help scale Uber’s global device deployments with a lean DevOps/systems engineering team. quoteAuthorName: Luis Madrigal diff --git a/website/api/controllers/view-device-management.js b/website/api/controllers/view-device-management.js index a008eb29ee..69aa4f5b40 100644 --- a/website/api/controllers/view-device-management.js +++ b/website/api/controllers/view-device-management.js @@ -39,6 +39,7 @@ module.exports = { 'Dan Grzelak', 'Philip Chotipradit', 'Roger Cantrell', + 'Chayce O\'Neal' ]; // Filter the testimonials by product category diff --git a/website/api/controllers/view-testimonials.js b/website/api/controllers/view-testimonials.js index 58055e8600..d1b40ff735 100644 --- a/website/api/controllers/view-testimonials.js +++ b/website/api/controllers/view-testimonials.js @@ -39,6 +39,7 @@ module.exports = { 'Dan Grzelak', 'Philip Chotipradit', 'Roger Cantrell', + 'Chayce O\'Neal', 'u/Heteronymous', ]; let testimonialsForMdm = _.filter(testimonials, (testimonial)=>{ diff --git a/website/assets/images/testimonial-author-chayce-onealal-100x100@2x.png b/website/assets/images/testimonial-author-chayce-onealal-100x100@2x.png new file mode 100644 index 0000000000..364bf41649 Binary files /dev/null and b/website/assets/images/testimonial-author-chayce-onealal-100x100@2x.png differ