-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update quote for MDM buying situation
- Loading branch information
Showing
3 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 & 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]"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 & Corporate Technology</p> | ||
</div> | ||
</div> | ||
</div> | ||
|