Skip to content

Commit

Permalink
Add 3rein, ThoughtWorks, Kyma logos (ory#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jul 2, 2020
1 parent aafc0b2 commit de35846
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 0 deletions.
Binary file added src/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions src/components/adopters.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@

& img {
margin: 0 4px 16px 4px;
max-width: 128px;
}
}
15 changes: 15 additions & 0 deletions src/components/adopters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,20 @@ import styles from './adopters.module.css'
import VerticalDivider from './vertical-divider'

import allmyfunds from '../images/adopters/allmyfunds.svg'
import kyma from '../images/adopters/kyma.svg'
import tw from '../images/adopters/tw.svg'
import threerein from '../images/adopters/3R-horiz.svg'
import arduino from '../images/adopters/arduino.svg'
import hootsuite from '../images/adopters/hootsuite.svg'
import raspi from '../images/adopters/raspi.svg'
import segment from '../images/adopters/segment.svg'
import tulip from '../images/adopters/tulip.svg'

const adopters = [
{
title: 'ThoughtWorks',
image: tw,
},
{
title: 'Tulip Retail',
image: tulip,
Expand All @@ -34,6 +41,14 @@ const adopters = [
title: 'Hootsuite',
image: hootsuite,
},
{
title: '3REIN',
image: threerein,
},
{
title: 'Kyma Project',
image: kyma,
},
]

const Adopters = () => (
Expand Down
Binary file added src/images/.DS_Store
Binary file not shown.
Binary file added src/images/adopters/.DS_Store
Binary file not shown.
47 changes: 47 additions & 0 deletions src/images/adopters/3R-horiz.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions src/images/adopters/kyma.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/images/adopters/tw.svg
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 de35846

Please sign in to comment.