mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Update testimonials.yml (#31392)
Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
parent
86b07e20f0
commit
fd3baa5732
4 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ module.exports = {
|
|||
'Dan Grzelak',
|
||||
'Philip Chotipradit',
|
||||
'Roger Cantrell',
|
||||
'Chayce O\'Neal'
|
||||
];
|
||||
|
||||
// Filter the testimonials by product category
|
||||
|
|
|
|||
1
website/api/controllers/view-testimonials.js
vendored
1
website/api/controllers/view-testimonials.js
vendored
|
|
@ -39,6 +39,7 @@ module.exports = {
|
|||
'Dan Grzelak',
|
||||
'Philip Chotipradit',
|
||||
'Roger Cantrell',
|
||||
'Chayce O\'Neal',
|
||||
'u/Heteronymous',
|
||||
];
|
||||
let testimonialsForMdm = _.filter(testimonials, (testimonial)=>{
|
||||
|
|
|
|||
BIN
website/assets/images/testimonial-author-chayce-onealal-100x100@2x.png
vendored
Normal file
BIN
website/assets/images/testimonial-author-chayce-onealal-100x100@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
Loading…
Reference in a new issue