mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: Add two testimonials (#30649)
Closes https://github.com/fleetdm/confidential/issues/11135 Closes https://github.com/fleetdm/confidential/issues/11134 Changes: - Added two new testimonials to the /testimonials and /device-management pages <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added two new testimonials focused on Linux desktop management, enhancing the "Device management" section. * Updated testimonial display order to include the new authors for improved visibility in the relevant category. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
parent
8a15bdf4fd
commit
f26f06ff00
7 changed files with 20 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -37,6 +37,8 @@ module.exports = {
|
|||
'Matt Carr',
|
||||
'Nico Waisman',
|
||||
'Dan Grzelak',
|
||||
'Philip Chotipradit',
|
||||
'Roger Cantrell',
|
||||
];
|
||||
|
||||
// Filter the testimonials by product category
|
||||
|
|
|
|||
2
website/api/controllers/view-testimonials.js
vendored
2
website/api/controllers/view-testimonials.js
vendored
|
|
@ -37,6 +37,8 @@ module.exports = {
|
|||
'Matt Carr',
|
||||
'Nico Waisman',
|
||||
'Dan Grzelak',
|
||||
'Philip Chotipradit',
|
||||
'Roger Cantrell',
|
||||
'u/Heteronymous',
|
||||
];
|
||||
let testimonialsForMdm = _.filter(testimonials, (testimonial)=>{
|
||||
|
|
|
|||
BIN
website/assets/images/logo-northwestern-162x20@2x.png
vendored
Normal file
BIN
website/assets/images/logo-northwestern-162x20@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
BIN
website/assets/images/logo-nutanix-140x32@2x.png
vendored
Normal file
BIN
website/assets/images/logo-nutanix-140x32@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
website/assets/images/testimonial-author-philip-chotipradit-100x100@2x.png
vendored
Normal file
BIN
website/assets/images/testimonial-author-philip-chotipradit-100x100@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
BIN
website/assets/images/testimonial-author-roger-cantrell-100x100@2x.png
vendored
Normal file
BIN
website/assets/images/testimonial-author-roger-cantrell-100x100@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.1 KiB |
Loading…
Reference in a new issue