Add Scott MacVicar (#23111)

<img width="330" alt="image"
src="https://github.com/user-attachments/assets/454df86f-bea8-4392-a50e-df84a68703f6">

@eashaw, can I get your help with this part?  
- [ ] Then make Scott's one of the default quotes on the
device-management page, and on the contact form and wherever else eric
shaw thinks it belongs.

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
Sam Pfluger 2024-10-23 12:06:03 -05:00 committed by GitHub
parent b5c0e61f7d
commit 010f80d594
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 23 additions and 23 deletions

View file

@ -29,7 +29,7 @@ module.exports = {
});
// Specify an order for the testimonials on this page using the last names of quote authors
let testimonialOrderForThisPage = ['Erik Gomez', 'Kenny Botelho', 'Wes Whetstone', 'Matt Carr', 'Dan Grzelak', 'Nick Fohs'];
let testimonialOrderForThisPage = ['Scott MacVicar', 'Erik Gomez', 'Kenny Botelho', 'Wes Whetstone', 'Matt Carr', 'Dan Grzelak', 'Nick Fohs'];
testimonialsForScrollableTweets.sort((a, b)=>{
if(testimonialOrderForThisPage.indexOf(a.quoteAuthorName) === -1){
return 1;

View file

@ -115,17 +115,17 @@
</div>
<div purpose="quote-and-logos">
<div purpose="quote" v-if="!primaryBuyingSituation || primaryBuyingSituation === 'mdm'">
<div purpose="logo" class="mb-4"><img height="32" alt="Uber logo" src="/images/social-proof-logo-uber-71x32@2x.png"></div>
<div purpose="logo" class="mb-4"><img height="32" alt="Stripe logo" src="/images/social-proof-logo-stripe-67x32@2x.png"></div>
<p purpose="quote-text">
Exciting. This is a team that listens to feedback.
We've been using Fleet for a few years at Stripe and we couldn't be happier. The fact that it's also open-source made it easy for us to try it out, customise it to our needs, and seamlessly integrate it into our existing environment.
</p>
<div purpose="quote-author-info" class="d-flex flex-row align-items-center">
<div purpose="profile-picture">
<img alt="Erik Gomez" src="/images/testimonial-author-erik-gomez-48x48@2x.png">
<img alt="Scott MacVicar" style="border-radius: 50%" src="/images/testimonial-author-scott-macvicar-100x100@2x.png">
</div>
<div class="d-flex flex-column align-self-top">
<p purpose="name" class="font-weight-bold m-0">Erik Gomez</p>
<p purpose="job-title" class="m-0">Staff Client Platform Engineer</p>
<p purpose="name" class="font-weight-bold m-0">Scott MacVicar</p>
<p purpose="job-title" class="m-0">Head of Developer Infrastructure &amp; Corporate Technology</p>
</div>
</div>
</div>

View file

@ -33,21 +33,21 @@
</div>
<div purpose="quote-and-logos" class="mx-auto mx-lg-0">
<% if(typeof primaryBuyingSituation === 'undefined' || ['mdm'].includes(primaryBuyingSituation)) { %>
<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">
Exciting. This is a team that listens to feedback.
</p>
<div purpose="quote-author-info" class="d-flex flex-row align-items-center">
<div purpose="profile-picture">
<img alt="Erik Gomez" src="/images/testimonial-author-erik-gomez-48x48@2x.png">
</div>
<div class="d-flex flex-column align-self-top">
<p purpose="name" class="font-weight-bold m-0">Erik Gomez</p>
<p purpose="job-title" class="m-0">Staff Client Platform Engineer</p>
</div>
<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">
We've been using Fleet for a few years at Stripe and we couldn't be happier. The fact that it's also open-source made it easy for us to try it out, customise it to our needs, and seamlessly integrate it into our existing environment.
</p>
<div purpose="quote-author-info" class="d-flex flex-row align-items-center">
<div purpose="profile-picture">
<img alt="Scott MacVicar" style="border-radius: 50%" src="/images/testimonial-author-scott-macvicar-100x100@2x.png">
</div>
<div class="d-flex flex-column align-self-top">
<p purpose="name" class="font-weight-bold m-0">Scott MacVicar</p>
<p purpose="job-title" class="m-0">Head of Developer Infrastructure &amp; Corporate Technology</p>
</div>
</div>
</div>
<% } else if (['eo-it'].includes(primaryBuyingSituation)) { %>
<div purpose="quote">
<img alt="an opening quotation mark" style="width:20px; margin-bottom: 16px;" src="/images/icon-quote-21x17@2x.png">

View file

@ -64,15 +64,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">
Exciting. This is a team that listens to feedback.
We've been using Fleet for a few years at Stripe and we couldn't be happier. The fact that it's also open-source made it easy for us to try it out, customise it to our needs, and seamlessly integrate it into our existing environment.
</p>
<div purpose="quote-author-info" class="d-flex flex-row align-items-center">
<div purpose="profile-picture">
<img alt="Erik Gomez" src="/images/testimonial-author-erik-gomez-48x48@2x.png">
<img alt="Scott MacVicar" style="border-radius: 50%" src="/images/testimonial-author-scott-macvicar-100x100@2x.png">
</div>
<div class="d-flex flex-column align-self-top">
<p purpose="name" class="font-weight-bold m-0">Erik Gomez</p>
<p purpose="job-title" class="m-0">Staff Client Platform Engineer</p>
<p purpose="name" class="font-weight-bold m-0">Scott MacVicar</p>
<p purpose="job-title" class="m-0">Head of Developer Infrastructure &amp; Corporate Technology</p>
</div>
</div>
</div>