mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
Website: add testimonial (#35870)
Changes: - Added a new testimonial and added it to the /device-management and /testimonials pages
This commit is contained in:
parent
2151393fd5
commit
0434fdb8a2
4 changed files with 10 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
1
website/api/controllers/view-testimonials.js
vendored
1
website/api/controllers/view-testimonials.js
vendored
|
|
@ -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);
|
||||
|
|
|
|||
BIN
website/assets/images/testimonial-author-fiona-skelton-100x100@2x.jpeg
vendored
Normal file
BIN
website/assets/images/testimonial-author-fiona-skelton-100x100@2x.jpeg
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in a new issue