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

Commit

Permalink
Add hims & hers, Careport logos and testimonials (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp authored Apr 6, 2022
1 parent 4eebbce commit ad717f9
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/components/customers/CustomerCards.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class CustomerCards extends React.Component {
<div className={styles.container}>
<Grid>
<div className={styles.left}>
<Card customer="hims_hers" />
<Card customer="ableHealth" />
<Card customer="pathAI" />
<Card customer="healthify" />
Expand All @@ -24,6 +25,7 @@ class CustomerCards extends React.Component {

<div className={styles.right}>
<Card customer="projectBeacon" />
<Card customer="careport" />
<Card customer="mdsave" />
<Card customer="healthCatalyst" />
<Card customer="medicalMemory" />
Expand Down
14 changes: 12 additions & 2 deletions src/components/deploy/Proof.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import styles from './Proof.module.css';
import cn from 'classnames';
import vidScripLogo from '../../images/customers/logos/vidscip-logo.png';
import himsHersLogo from '../../images/customers/logos/hims-hers-logo.png';
import rightwayLogo from '../../images/customers/logos/rightway-logo.png';
import aidinLogo from '../../images/customers/logos/aidin-logo.png';
import glidianLogo from '../../images/customers/logos/glidian-logo.png';
Expand All @@ -14,12 +14,22 @@ export default () => (
Trusted by more innovators in HealthTech than any other PaaS
</p>
<div className={styles.logoBar}>
<img height="33" src={vidScripLogo} alt="Vidscrip" />
<img height="24" src={himsHersLogo} alt="hims & hers" />
<img height="24" src={rightwayLogo} alt="Rightway" />
<img height="40" src={aidinLogo} alt="Aidin" />
<img height="40" src={glidianLogo} alt="Glidian" />
<img height="24" src={medialMemoryLogo} alt="Medical Memory" />
<img height="35" src={pagerLogo} alt="pager" />
</div>

<div className={styles.quote}>
<h3>
&ldquo;Not only does Aptible make passing HIPAA and SOC 2 audits a breeze,
but it also just takes away the stress of managing our own
infrastructure. With Aptible, managing deployments is easy, especially
with the ability to restart with zero-downtime.&rdquo;
</h3>
<p>-Petr Hecko, Lead DevOps Engineer @ hims &amp; hers</p>
</div>
</div>
);
5 changes: 5 additions & 0 deletions src/components/deploy/Proof.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
.logoBar img {
}

.quote {
margin: 80px 24px 32px 24px;
text-align: center;
}

@media (--mobile) {
.container {
margin: 48px 16px;
Expand Down
8 changes: 7 additions & 1 deletion src/components/shared/Card.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@ import rightwayLogo from '../../images/customers/logos/rightway-logo.png';
import aidinLogo from '../../images/customers/logos/aidin-logo.png';
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 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';
import himsHersBranded from '../../images/solutions/hims-hers-half-height.png';

const photos = {
medicalMemory: medicalMemoryBranded,
rightwayHealthcare: rightwayBranded,
glidianInc: glidianBranded
glidianInc: glidianBranded,
hims_hers: himsHersBranded,
};

const logos = {
Expand All @@ -43,6 +47,8 @@ const logos = {
aidin: aidinLogo,
glidianInc: glidianLogo,
projectBeacon: projectBeaconLogo,
hims_hers: himsHersLogo,
careport: careportLogo,
};


Expand Down
18 changes: 18 additions & 0 deletions src/data/customer-cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,23 @@
"link": "/customers/project-beacon/",
"text": "Project Beacon deploys rapidly to optimize COVID-19 testing strategies and improve public health in Massachusetts",
"website": "https://app.beacontesting.com"
},
"hims_hers": {
"headline": "&ldquo;Not only does Aptible make passing HIPAA and SOC 2 audits a breeze, but it also just takes away the stress of managing our own infrastructure. With Aptible, managing deployments is easy, especially with the ability to restart with zero-downtime.&rdquo;",
"author": "Petr Hecko, Lead DevOps Engineer",
"tags": [
"health"
],
"name": "hims & hers",
"website": "https://www.forhims.com/"
},
"careport": {
"headline": "&ldquo;We've been with Aptible for over 6 years and throughout that time they've been a fantastic partner, offering excellent service and support. By handling HIPAA compliance and providing secure infrastructure, Aptible has allowed us to focus on building great applications and helping patients to achieve better outcomes.&rdquo;",
"author": "Sean Santry, VP of Engineering",
"tags": [
"health"
],
"name": "CarePort Health powered by WellSky",
"website": "https://careporthealth.com/"
}
}
Binary file added src/images/customers/logos/careport-logo.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/hims-hers-logo.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/solutions/hims-hers-half-height.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 ad717f9

Please sign in to comment.