Website: add testimonial (#35870)

Changes:
- Added a new testimonial and added it to the /device-management and
/testimonials pages
This commit is contained in:
Eric 2025-11-18 11:48:49 -06:00 committed by GitHub
parent 2151393fd5
commit 0434fdb8a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 1 deletions

View file

@ -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]

View file

@ -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

View file

@ -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);

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB