aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/@next/pages/about/jobs.tsx
diff options
context:
space:
mode:
authorEzekiel Aquino <ezekiel@bakkenbaeck.no>2018-12-11 21:21:41 +0800
committerEzekiel Aquino <ezekiel@bakkenbaeck.no>2018-12-11 21:21:41 +0800
commit1b7c9b0775b12a2a1dac4a4a548a32bdf6aeedc8 (patch)
treec18da35d5d4f9a9bf110b3d83067ac0970de450f /packages/website/ts/@next/pages/about/jobs.tsx
parenta4d9434290bbc4c8f4424dd0fdc61cb8b1e7aa97 (diff)
downloaddexon-sol-tools-1b7c9b0775b12a2a1dac4a4a548a32bdf6aeedc8.tar
dexon-sol-tools-1b7c9b0775b12a2a1dac4a4a548a32bdf6aeedc8.tar.gz
dexon-sol-tools-1b7c9b0775b12a2a1dac4a4a548a32bdf6aeedc8.tar.bz2
dexon-sol-tools-1b7c9b0775b12a2a1dac4a4a548a32bdf6aeedc8.tar.lz
dexon-sol-tools-1b7c9b0775b12a2a1dac4a4a548a32bdf6aeedc8.tar.xz
dexon-sol-tools-1b7c9b0775b12a2a1dac4a4a548a32bdf6aeedc8.tar.zst
dexon-sol-tools-1b7c9b0775b12a2a1dac4a4a548a32bdf6aeedc8.zip
WIP about pages
Diffstat (limited to 'packages/website/ts/@next/pages/about/jobs.tsx')
-rw-r--r--packages/website/ts/@next/pages/about/jobs.tsx28
1 files changed, 14 insertions, 14 deletions
diff --git a/packages/website/ts/@next/pages/about/jobs.tsx b/packages/website/ts/@next/pages/about/jobs.tsx
index 3089dfab3..0146995a5 100644
--- a/packages/website/ts/@next/pages/about/jobs.tsx
+++ b/packages/website/ts/@next/pages/about/jobs.tsx
@@ -57,7 +57,7 @@ const Position = ({ position }) => (
export const NextAboutJobs = () => (
<SiteWrap theme="light">
- <Section>
+ <Section isPadLarge={true}>
<Wrap>
<Column colWidth="1/3">
<ChapterLink to="/next/about/mission">Our Mission</ChapterLink>
@@ -66,18 +66,20 @@ export const NextAboutJobs = () => (
<ChapterLink to="/next/about/jobs">Jobs</ChapterLink>
</Column>
<Column colWidth="2/3">
- <Heading size="medium">
- Join Us in Our Mission
- </Heading>
- <Paragraph size="medium">
- To create a tokenized world where all value can flow freely.We are powering a growing ecosystem of decentralized applications and solving novel challenges to make our technology intuitive, flexible, and accessible to all. Read more about our mission, and join us in building financial infrastructure upon which the exchange of anything of value will take place.
- </Paragraph>
- <Link href="#">Our misson and values</Link>
+ <div style={{ maxWidth: '680px' }}>
+ <Heading size="medium">
+ Join Us in Our Mission
+ </Heading>
+ <Paragraph size="medium">
+ To create a tokenized world where all value can flow freely. We are powering a growing ecosystem of decentralized applications and solving novel challenges to make our technology intuitive, flexible, and accessible to all. Read more about our mission, and join us in building financial infrastructure upon which the exchange of anything of value will take place.
+ </Paragraph>
+ <Link href="#">Our misson and values</Link>
+ </div>
</Column>
</Wrap>
</Section>
- <Section bgColor="#F3F6F4">
+ <Section bgColor="#F3F6F4" isPadLarge={true}>
<Wrap>
<Column colWidth="1/3">
<Heading size="medium" isNoMargin={true}>
@@ -98,7 +100,7 @@ export const NextAboutJobs = () => (
</Wrap>
</Section>
- <Section>
+ <Section isPadLarge={true}>
<Wrap>
<Column colWidth="1/3">
<Heading size="medium">Benefits</Heading>
@@ -125,9 +127,7 @@ export const NextAboutJobs = () => (
</Wrap>
</Section>
- <Separator/>
-
- <Section>
+ <Section isPadLarge={true}>
<Wrap>
<Column colWidth="1/3">
<Heading size="medium">Current<br/>Openings</Heading>
@@ -150,4 +150,4 @@ const BenefitsList = styled.ul`
li {
margin-bottom: 1em;
}
-`; \ No newline at end of file
+`;