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

Commit

Permalink
Logos on customers page (#291)
Browse files Browse the repository at this point in the history
* Add logos to customers page

* Remove vidscrip

* Add changelog to developers menu

* Add epion, ginko, healthie. Re-order logos
  • Loading branch information
mjp authored Sep 12, 2022
1 parent 0804915 commit f596629
Show file tree
Hide file tree
Showing 11 changed files with 87 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/customers/CustomerCards.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class CustomerCards extends React.Component {
<Card customer="healthify" />
<Card customer="dorsata" />
<Card customer="glidianInc" />
<Card customer="vidscrip" />
<Card customer="aidin" />
</div>

Expand Down
56 changes: 56 additions & 0 deletions src/components/customers/GreatCompany.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@ import React from 'react';
import { Grid } from '../grid/Grid';
import styles from './GreatCompany.module.css';

import healthCatalystLogo from '../../images/customers/logos/health-catalyst.png';
import ableHealthLogo from '../../images/customers/logos/able-health.png';
import healthifyLogo from '../../images/customers/logos/healthify.svg';
import mdsaveLogo from '../../images/customers/logos/mdsave.svg';
import pathaiLogo from '../../images/customers/logos/pathai.png';
import medicalMemoryLogo from '../../images/customers/logos/medical-memory-logo.png';
import pagerLogo from '../../images/customers/logos/pager-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';
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 stellarLogo from '../../images/customers/logos/stellar-health.png';
import aliceLogoLogo from '../../images/customers/logos/alice-logo.png';
import canvasLogo from '../../images/customers/logos/canvas-logo.png';
import workItLogo from '../../images/customers/logos/workit-logo.png';
import epionLogo from '../../images/customers/logos/epion-logo.png';
import ginkoLogo from '../../images/customers/logos/ginko-logo.png';
import healthieLogo from '../../images/customers/logos/healthie-logo.png';

const CustomerLogo = ({logo}) => (
<div className={styles.logoContainer}>
<img src={logo} />
</div>
)

export default () => (
<div className={styles.container}>
<Grid>
Expand All @@ -12,6 +41,33 @@ export default () => (
data when the stakes matters most.
</p>
</div>

<div className={styles.logos}>
<CustomerLogo logo={ginkoLogo} />
<CustomerLogo logo={himsHersLogo} />
<CustomerLogo logo={careportLogo} />
<CustomerLogo logo={rightwayLogo} />
<CustomerLogo logo={healthCatalystLogo} />
<CustomerLogo logo={ableHealthLogo} />
<CustomerLogo logo={aidinLogo} />
<CustomerLogo logo={projectBeaconLogo} />
<CustomerLogo logo={pathaiLogo} />
<CustomerLogo logo={workItLogo} />
<CustomerLogo logo={canvasLogo} />
<CustomerLogo logo={stellarLogo} />
<CustomerLogo logo={healthifyLogo} />
<CustomerLogo logo={healthieLogo} />
<CustomerLogo logo={dorsataLogo} />
<CustomerLogo logo={mdsaveLogo} />
<CustomerLogo logo={pagerLogo} />
<CustomerLogo logo={glidianLogo} />
<CustomerLogo logo={aliceLogoLogo} />
<CustomerLogo logo={epionLogo} />
<CustomerLogo logo={medicalMemoryLogo} />

<CustomerLogo logo={greenspaceLogo} />

</div>
</Grid>
</div>
);
20 changes: 20 additions & 0 deletions src/components/customers/GreatCompany.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@
grid-column: 2 / span 4;
}

.logos {
grid-column: 1 / span 7;
padding: 60px 0;
}

.logoContainer {
display: inline-block;
width: 120px;
height: 80px;
vertical-align: middle;
padding: 0 1rem;
text-align: center;
}

.logoContainer img {
max-width: 100px;
margin: 0 auto;
vertical-align: middle;
}

@media (--mobile) {
.container {
padding-top: 100px;
Expand Down
6 changes: 6 additions & 0 deletions src/components/header/Resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ export const RESOURCES_NAV = [
url: '/blog/',
external: false,
},
{
title: 'Changelog',
url: 'https://deploy-docs.aptible.com/changelog',
external: true,
newDomain: true,
},
{
title: 'Library',
url: '/resources/',
Expand Down
5 changes: 5 additions & 0 deletions src/components/header/ResourcesLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ export default () => (
<div className={styles.column}>
<a href="https://deploy-docs.aptible.com">Documentation</a>
<Link to="/blog/">Blog</Link>
<a
href="https://deploy-docs.aptible.com/changelog"
target="_blank"
rel="noopener noreferrer"
>Changelog</a>
<Link to="/resources/">Library</Link>

<h6 className="small">Support</h6>
Expand Down
Binary file added src/images/customers/logos/alice-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/canvas-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/epion-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/ginko-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/healthie-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/workit-logo.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 f596629

Please sign in to comment.