Website: Replace eo-it quote (#21734)

Closes: #21695

Changes:
- Removed the quote from Harrison in testimonials.yml
- Updated the order of quotes on the endpoint ops page
- Replaced the quote from Harrison on the /contact and /signup pages
This commit is contained in:
Eric 2024-08-30 16:54:08 -05:00 committed by GitHub
parent 5b2f8d75ef
commit ee7b05cb26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 20 deletions

View file

@ -141,15 +141,6 @@
quoteAuthorProfileImageFilename: testimonial-author-dhruv-majumdar-48x48@2x.png
quoteAuthorJobTitle: Director Of Cyber Risk & Advisory
productCategories: [Vulnerability management, Endpoint operations]
-
quote: When we look at vendors, we look for ones that are very receptive to feedback, where youre just part of the family, I guess. Fleets really good at that.
quoteImageFilename: logo-deputy-118x28@2x.png
quoteAuthorName: Harrison Ravazzolo
quoteAuthorProfileImageFilename: testimonial-author-harrison-ravazzolo-48x48@2x.png
quoteLinkUrl: https://www.linkedin.com/in/harrison-ravazzolo/
quoteAuthorJobTitle: Lead platform and identity engineer
youtubeVideoUrl: https://www.youtube.com/watch?v=5W0q5yQE3R0
productCategories: [Endpoint operations]
-
quote: Fleet has such a huge amount of use cases. My goal was to get telemetry on endpoints, but then our IR team, our TBM team, and multiple other folks in security started heavily utilizing the system in ways I didnt expect. It spread so naturally, even our corporate and infrastructure teams want to run it.
quoteAuthorName: Charles Zaffery

View file

@ -35,9 +35,9 @@ module.exports = {
// Specify an order for the testimonials on this page using the last names of quote authors
let testimonialOrderForThisPage = ['Charles Zaffery','Dan Grzelak','Nico Waisman','Tom Larkin','Austin Anderson','Erik Gomez','Nick Fohs','Brendan Shaklovitz','Mike Arpaia','Andre Shields','Dhruv Majumdar','Ahmed Elshaer','Abubakar Yousafzai','Harrison Ravazzolo','Wes Whetstone','Kenny Botelho', 'Chandra Majumdar','Eric Tan', 'Alvaro Gutierrez', 'Joe Pistone'];
let testimonialOrderForThisPage = ['Charles Zaffery','Dan Grzelak','Nico Waisman','Tom Larkin','Austin Anderson','Erik Gomez','Nick Fohs','Brendan Shaklovitz','Mike Arpaia','Andre Shields','Dhruv Majumdar','Ahmed Elshaer','Abubakar Yousafzai','Wes Whetstone','Kenny Botelho', 'Chandra Majumdar','Eric Tan', 'Alvaro Gutierrez', 'Joe Pistone'];
if(['eo-it', 'mdm'].includes(pagePersonalization)){
testimonialOrderForThisPage = [ 'Harrison Ravazzolo', 'Eric Tan','Erik Gomez', 'Tom Larkin', 'Nick Fohs', 'Wes Whetstone', 'Mike Arpaia', 'Kenny Botelho', 'Alvaro Gutierrez'];
testimonialOrderForThisPage = [ 'Eric Tan','Erik Gomez', 'Tom Larkin', 'Nick Fohs', 'Wes Whetstone', 'Mike Arpaia', 'Kenny Botelho', 'Alvaro Gutierrez'];
} else if(['eo-security', 'vm'].includes(pagePersonalization)){
testimonialOrderForThisPage = ['Nico Waisman','Charles Zaffery','Abubakar Yousafzai','Eric Tan','Mike Arpaia','Chandra Majumdar','Ahmed Elshaer','Brendan Shaklovitz','Austin Anderson','Dan Grzelak','Dhruv Majumdar','Alvaro Gutierrez', 'Joe Pistone'];
}

View file

@ -145,17 +145,17 @@
</div>
</div>
<div purpose="quote" v-else-if="primaryBuyingSituation === 'eo-it'">
<div purpose="logo" class="mb-4"><img height="32" alt="Deputy logo" src="/images/logo-deputy-118x28@2x.png"></div>
<div purpose="logo" class="mb-4"><img height="32" alt="Deputy logo" src="/images/social-proof-logo-stripe-67x32@2x.png"></div>
<p purpose="quote-text">
When we look at vendors, we look for ones that are very receptive to feedback, where youre just part of the family, I guess. Fleets really good at that.
Mad props to how easy making a deploy pkg of the agent was. I wish everyone made stuff that easy.
</p>
<div purpose="quote-author-info" class="d-flex flex-row align-items-center">
<div purpose="profile-picture">
<img alt="Harrison Ravazzolo" src="/images/testimonial-author-harrison-ravazzolo-48x48@2x.png">
<img alt="Wes Whetstone" src="/images/testimonial-author-wes-whetstone-48x48@2x.png">
</div>
<div class="d-flex flex-column align-self-top">
<p purpose="name" class="font-weight-bold m-0">Harrison Ravazzolo</p>
<p purpose="job-title" class="m-0">Lead platform and identity engineer</p>
<p purpose="name" class="font-weight-bold m-0">Wes Whetstone</p>
<p purpose="job-title" class="m-0">Staff CPE</p>
</div>
</div>
</div>

View file

@ -80,15 +80,15 @@
<div purpose="quote">
<img alt="an opening quotation mark" style="width:20px; margin-bottom: 16px;" src="/images/icon-quote-21x17@2x.png">
<p purpose="quote-text">
When we look at vendors, we look for ones that are very receptive to feedback, where youre just part of the family, I guess. Fleets really good at that.
Mad props to how easy making a deploy pkg of the agent was. I wish everyone made stuff that easy.
</p>
<div purpose="quote-author-info" class="d-flex flex-row align-items-center">
<div purpose="profile-picture">
<img alt="Harrison Ravazzolo" src="/images/testimonial-author-harrison-ravazzolo-48x48@2x.png">
<img alt="Wes Whetstone" src="/images/testimonial-author-wes-whetstone-48x48@2x.png">
</div>
<div class="d-flex flex-column align-self-top">
<p purpose="name" class="font-weight-bold m-0">Harrison Ravazzolo</p>
<p purpose="job-title" class="m-0">Lead platform and identity engineer</p>
<p purpose="name" class="font-weight-bold m-0">Wes Whetstone</p>
<p purpose="job-title" class="m-0">Staff CPE</p>
</div>
</div>
</div>