aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages/about
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-12-20 01:06:41 +0800
committerFabio Berger <me@fabioberger.com>2017-12-20 01:06:41 +0800
commit8a940a800aa6f042f7932df6de83148c3cc3f268 (patch)
tree601833585d62dea776eff036520028c78917dbd2 /packages/website/ts/pages/about
parent06bd5a9b038c40d102db2cc8095bc08d79a547a8 (diff)
downloaddexon-0x-contracts-8a940a800aa6f042f7932df6de83148c3cc3f268.tar
dexon-0x-contracts-8a940a800aa6f042f7932df6de83148c3cc3f268.tar.gz
dexon-0x-contracts-8a940a800aa6f042f7932df6de83148c3cc3f268.tar.bz2
dexon-0x-contracts-8a940a800aa6f042f7932df6de83148c3cc3f268.tar.lz
dexon-0x-contracts-8a940a800aa6f042f7932df6de83148c3cc3f268.tar.xz
dexon-0x-contracts-8a940a800aa6f042f7932df6de83148c3cc3f268.tar.zst
dexon-0x-contracts-8a940a800aa6f042f7932df6de83148c3cc3f268.zip
Remove re-assignment
Diffstat (limited to 'packages/website/ts/pages/about')
-rw-r--r--packages/website/ts/pages/about/about.tsx14
1 files changed, 9 insertions, 5 deletions
diff --git a/packages/website/ts/pages/about/about.tsx b/packages/website/ts/pages/about/about.tsx
index c2f291425..e9e876f45 100644
--- a/packages/website/ts/pages/about/about.tsx
+++ b/packages/website/ts/pages/about/about.tsx
@@ -9,8 +9,6 @@ import {colors} from 'ts/utils/colors';
import {constants} from 'ts/utils/constants';
import {utils} from 'ts/utils/utils';
-const DARKEST_GRAY = colors.darkestGrey;
-
const teamRow1: ProfileInfo[] = [
{
name: 'Will Warren',
@@ -143,6 +141,12 @@ const styles: Styles = {
color: 'black',
paddingTop: 110,
},
+ weAreHiring: {
+ fontSize: 30,
+ color: colors.darkestGrey,
+ fontFamily: 'Roboto Mono',
+ letterSpacing: 7.5,
+ },
};
export class About extends React.Component<AboutProps, AboutState> {
@@ -174,7 +178,7 @@ export class About extends React.Component<AboutProps, AboutState> {
</div>
<div
className="pt3"
- style={{fontSize: 17, color: DARKEST_GRAY, lineHeight: 1.5}}
+ style={{fontSize: 17, color: colors.darkestGrey, lineHeight: 1.5}}
>
Our team is a diverse and globally distributed group with backgrounds
in engineering, research, business and design. We are passionate about
@@ -204,13 +208,13 @@ export class About extends React.Component<AboutProps, AboutState> {
<div className="mx-auto py4 sm-px3" style={{maxWidth: 308}}>
<div
className="pb2"
- style={{fontSize: 30, color: DARKEST_GRAY, fontFamily: 'Roboto Mono', letterSpacing: 7.5}}
+ style={styles.weAreHiring}
>
WE'RE HIRING
</div>
<div
className="pb4 mb4"
- style={{fontSize: 16, color: DARKEST_GRAY, lineHeight: 1.5, letterSpacing: '0.5px'}}
+ style={{fontSize: 16, color: colors.darkestGrey, lineHeight: 1.5, letterSpacing: '0.5px'}}
>
We are seeking outstanding candidates to{' '}
<a