diff --git a/handbook/company/testimonials.yml b/handbook/company/testimonials.yml index 036fa5e1b9..b58ad1a248 100644 --- a/handbook/company/testimonials.yml +++ b/handbook/company/testimonials.yml @@ -266,3 +266,19 @@ quoteAuthorJobTitle: Redditor quoteAuthorProfileImageFilename: testimonial-author-redditor-48x48@2x.png productCategories: [Device management] +- + quote: We chose Fleet because they take Linux desktop management seriously. It was smooth as butter to set up and start deploying. Fleet gives me the peace of mind knowing that our Linux Fleet is properly managed, monitored, and secure. + quoteImageFilename: logo-nutanix-140x32@2x.png + quoteLinkUrl: https://www.linkedin.com/in/roger-cantrell-964580130/ + quoteAuthorName: Roger Cantrell + quoteAuthorJobTitle: IT Operations Engineer + quoteAuthorProfileImageFilename: testimonial-author-roger-cantrell-100x100@2x.png + productCategories: [Device management] +- + quote: The POC actually went really well for us. Within the first couple of days I was already on-board and ready to go. I knew it was the solution for us and didn't need to look at anything else [for Linux MDM]. + quoteImageFilename: logo-northwestern-162x20@2x.png + quoteLinkUrl: https://www.linkedin.com/in/chotipradit/ + quoteAuthorName: Philip Chotipradit + quoteAuthorJobTitle: System Administrator - Endpoint Engineering + quoteAuthorProfileImageFilename: testimonial-author-philip-chotipradit-100x100@2x.png + productCategories: [Device management] diff --git a/website/api/controllers/view-device-management.js b/website/api/controllers/view-device-management.js index fefd3dc7ac..a008eb29ee 100644 --- a/website/api/controllers/view-device-management.js +++ b/website/api/controllers/view-device-management.js @@ -37,6 +37,8 @@ module.exports = { 'Matt Carr', 'Nico Waisman', 'Dan Grzelak', + 'Philip Chotipradit', + 'Roger Cantrell', ]; // Filter the testimonials by product category diff --git a/website/api/controllers/view-testimonials.js b/website/api/controllers/view-testimonials.js index 527a0fb6eb..58055e8600 100644 --- a/website/api/controllers/view-testimonials.js +++ b/website/api/controllers/view-testimonials.js @@ -37,6 +37,8 @@ module.exports = { 'Matt Carr', 'Nico Waisman', 'Dan Grzelak', + 'Philip Chotipradit', + 'Roger Cantrell', 'u/Heteronymous', ]; let testimonialsForMdm = _.filter(testimonials, (testimonial)=>{ diff --git a/website/assets/images/logo-northwestern-162x20@2x.png b/website/assets/images/logo-northwestern-162x20@2x.png new file mode 100644 index 0000000000..c08e2200b4 Binary files /dev/null and b/website/assets/images/logo-northwestern-162x20@2x.png differ diff --git a/website/assets/images/logo-nutanix-140x32@2x.png b/website/assets/images/logo-nutanix-140x32@2x.png new file mode 100644 index 0000000000..5036b1c84a Binary files /dev/null and b/website/assets/images/logo-nutanix-140x32@2x.png differ diff --git a/website/assets/images/testimonial-author-philip-chotipradit-100x100@2x.png b/website/assets/images/testimonial-author-philip-chotipradit-100x100@2x.png new file mode 100644 index 0000000000..52f2f715b6 Binary files /dev/null and b/website/assets/images/testimonial-author-philip-chotipradit-100x100@2x.png differ diff --git a/website/assets/images/testimonial-author-roger-cantrell-100x100@2x.png b/website/assets/images/testimonial-author-roger-cantrell-100x100@2x.png new file mode 100644 index 0000000000..e5bb415748 Binary files /dev/null and b/website/assets/images/testimonial-author-roger-cantrell-100x100@2x.png differ