Skip to content

Commit

Permalink
update quote for MDM buying situation
Browse files Browse the repository at this point in the history
  • Loading branch information
eashaw committed Oct 23, 2024
1 parent fb4b754 commit bdf8581
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
10 changes: 5 additions & 5 deletions website/views/pages/contact.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
26 changes: 13 additions & 13 deletions website/views/pages/entrance/login.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]">
<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/[email protected]">
</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/[email protected]">
<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/[email protected]">
</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/[email protected]">
Expand Down
8 changes: 4 additions & 4 deletions website/views/pages/entrance/signup.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
<div purpose="quote">
<img alt="an opening quotation mark" style="width:20px; margin-bottom: 16px;" src="/images/[email protected]">
<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>
Expand Down

0 comments on commit bdf8581

Please sign in to comment.