Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
New testimonials (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp authored Apr 29, 2022
1 parent d8668c8 commit b1cf720
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/customers/CustomerCards.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ class CustomerCards extends React.Component {
<Card customer="hims_hers" />
<Card customer="ableHealth" />
<Card customer="pathAI" />
<Card customer="stellar" />
<Card customer="healthify" />
<Card customer="dorsata" />
<Card customer="glidianInc" />
<Card customer="vidscrip" />
<Card customer="aidin" />
Expand All @@ -26,10 +28,12 @@ class CustomerCards extends React.Component {
<div className={styles.right}>
<Card customer="projectBeacon" />
<Card customer="careport" />
<Card customer="greenspace" />
<Card customer="mdsave" />
<Card customer="healthCatalyst" />
<Card customer="medicalMemory" />
<Card customer="rightwayHealthcare" />
<Card customer="inner_pearl" />
<Card customer="pager" />
</div>
</Grid>
Expand Down
8 changes: 8 additions & 0 deletions src/components/shared/Card.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ import glidianLogo from '../../images/customers/logos/glidian-logo.png';
import projectBeaconLogo from '../../images/customers/logos/project-beacon-logo.png';
import himsHersLogo from '../../images/customers/logos/hims-hers-logo.png';
import careportLogo from '../../images/customers/logos/careport-logo.png';
import dorsataLogo from '../../images/customers/logos/dorsata.png';
import greenspaceLogo from '../../images/customers/logos/greenspace.png';
import innerPearlLogo from '../../images/customers/logos/inner-pearl.png';
import stellarLogo from '../../images/customers/logos/stellar-health.png';
import medicalMemoryBranded from '../../images/solutions/medical-memory-branded-half-height.png';
import rightwayBranded from '../../images/solutions/rightway-branded-panel-half-height.png';
import glidianBranded from '../../images/solutions/gildian-branded-panel-half-height.png';
Expand Down Expand Up @@ -49,6 +53,10 @@ const logos = {
projectBeacon: projectBeaconLogo,
hims_hers: himsHersLogo,
careport: careportLogo,
dorsata: dorsataLogo,
greenspace: greenspaceLogo,
inner_pearl: innerPearlLogo,
stellar: stellarLogo,
};


Expand Down
36 changes: 36 additions & 0 deletions src/data/customer-cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,41 @@
],
"name": "CarePort Health powered by WellSky",
"website": "https://careporthealth.com/"
},
"dorsata": {
"headline": "&ldquo;It’s hard to sum up all of the things Aptible does because it provides so many of the security functions we need to meet compliance requirements, including HIPAA. Aptible is a product that just works, and, paired with their great support team, we continuously save on DevOps and Security Operations costs.&rdquo;",
"author": "Chip Ach, VP of Engineering",
"tags": [
"health"
],
"name": "Dorsata",
"website": "https://dorsata.com/"
},
"inner_pearl": {
"headline": "&ldquo;In AWS, you can spend time in tutorials learning, but Aptible solves that for us. You go to Aptible, click your environment, click a button and launch a DB Instance. Performance is great, deployments are great, and everything is easy to use.&rdquo;",
"author": "Quentin Geddis, CTO",
"tags": [
"health"
],
"name": "Inner Pearl",
"website": "https://www.innerpearl.com/"
},
"stellar": {
"headline": "&ldquo;Aptible is semi-magic—it would have taken me three months to build it myself... We were able to launch an alpha customer in three months with only three engineers. Two years later, we were able to pass HITRUST compliance. It wasn't that hard to pass largely due to Aptible.&rdquo;",
"author": "Octavian Costache, CTO",
"tags": [
"health"
],
"name": "Stellar Health",
"website": "https://stellar.health/"
},
"greenspace": {
"headline": "&ldquo;Having been on Aptible for over 6 years, it powers our platform across multiple data centers internationally and helped us pass HIPAA, SOC2 and many other privacy and security audits with flying colors.&rdquo;",
"author": "Mike Lerner, CTO & Co-founder",
"tags": [
"health"
],
"name": "Greenspace Mental Health",
"website": "https://www.greenspacehealth.com/"
}
}
Binary file added src/images/customers/logos/dorsata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/customers/logos/greenspace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/customers/logos/inner-pearl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/customers/logos/stellar-health.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b1cf720

Please sign in to comment.