Add new exchange everywhere graphic
This commit is contained in:
BIN
packages/website/public/images/landing/exchange_everywhere.png
Normal file
BIN
packages/website/public/images/landing/exchange_everywhere.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
@@ -410,7 +410,7 @@ export class Landing extends React.Component<LandingProps, LandingState> {
|
|||||||
{
|
{
|
||||||
title: this.props.translate.get(Key.BenefitThreeTitle, Deco.Cap),
|
title: this.props.translate.get(Key.BenefitThreeTitle, Deco.Cap),
|
||||||
description: this.props.translate.get(Key.BenefitThreeDescription, Deco.Cap),
|
description: this.props.translate.get(Key.BenefitThreeDescription, Deco.Cap),
|
||||||
imageUrl: '/images/landing/open_source.png', // TODO: Update this url
|
imageUrl: '/images/landing/exchange_everywhere.png',
|
||||||
classNames: 'right',
|
classNames: 'right',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
@@ -418,9 +418,13 @@ export class Landing extends React.Component<LandingProps, LandingState> {
|
|||||||
return (
|
return (
|
||||||
<div key={`box-${boxContent.title}`} className="col lg-col-4 md-col-4 col-12 sm-pb4">
|
<div key={`box-${boxContent.title}`} className="col lg-col-4 md-col-4 col-12 sm-pb4">
|
||||||
<div className={`center sm-mx-auto ${!isSmallScreen && boxContent.classNames}`} style={boxStyle}>
|
<div className={`center sm-mx-auto ${!isSmallScreen && boxContent.classNames}`} style={boxStyle}>
|
||||||
<div>
|
<Container className="flex items-center" height="210px">
|
||||||
<img src={boxContent.imageUrl} style={{ height: 210 }} />
|
<img
|
||||||
</div>
|
className="mx-auto"
|
||||||
|
src={boxContent.imageUrl}
|
||||||
|
style={{ height: 'auto', maxWidth: 160 }}
|
||||||
|
/>
|
||||||
|
</Container>
|
||||||
<div className="h3" style={{ color: 'black', fontFamily: 'Roboto Mono' }}>
|
<div className="h3" style={{ color: 'black', fontFamily: 'Roboto Mono' }}>
|
||||||
{boxContent.title}
|
{boxContent.title}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user