Website: add testimonial (#35870)
Changes: - Added a new testimonial and added it to the /device-management and /testimonials pages
This commit is contained in:
@@ -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]
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user