aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/@next/pages/about
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/@next/pages/about')
-rw-r--r--packages/website/ts/@next/pages/about/jobs.tsx4
-rw-r--r--packages/website/ts/@next/pages/about/mission.tsx3
-rw-r--r--packages/website/ts/@next/pages/about/press.tsx10
-rw-r--r--packages/website/ts/@next/pages/about/team.tsx2
4 files changed, 12 insertions, 7 deletions
diff --git a/packages/website/ts/@next/pages/about/jobs.tsx b/packages/website/ts/@next/pages/about/jobs.tsx
index 9b0b74a90..3f4fa9f14 100644
--- a/packages/website/ts/@next/pages/about/jobs.tsx
+++ b/packages/website/ts/@next/pages/about/jobs.tsx
@@ -40,7 +40,7 @@ const positions: PositionInterface[] = [
export const NextAboutJobs = () => (
<AboutPageLayout
title="Join Us in Our Mission"
- description="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."
+ description="To create a tokenized world where all value can flow freely. We are growing an ecosystem of businesses and projects by solving difficult challenges to make our technology intuitive, flexible, and accessible to all. Join us in building infrastructure upon which the exchange of all assets will take place."
linkLabel="Our mission and values"
linkUrl="/mission"
>
@@ -51,7 +51,7 @@ export const NextAboutJobs = () => (
</Heading>
<Paragraph>
- We're a highly technical team with varied backgrounds in engineering, science, business, finance, and research. While the core team is headquartered in San Francisco, there are 30+ teams building on 0x and hundreds of thousands of participants behind our efforts globally. We're passionate about open-source software and decentralized technology's potential to act as an equalizing force in the world.
+ We're a highly technical team with varied backgrounds in engineering, science, business, finance, and research. While the Core Team is headquartered in San Francisco, there are 30+ teams building on 0x and hundreds of thousands of participants behind our efforts worldwide. We're passionate about open-source software and decentralized technology's potential to act as an equalizing force in the world.
</Paragraph>
</Column>
diff --git a/packages/website/ts/@next/pages/about/mission.tsx b/packages/website/ts/@next/pages/about/mission.tsx
index 286d2629f..3b99ca7fc 100644
--- a/packages/website/ts/@next/pages/about/mission.tsx
+++ b/packages/website/ts/@next/pages/about/mission.tsx
@@ -24,14 +24,13 @@ const values = [
{
title: 'Focus on long-term Impact',
description: 'We anticipate that over time, awareness of the fundamentally disruptive nature of frictionless global exchange will cause some to see this technology as a threat. There will be setbacks, some will claim that this technology is too disruptive, and we will face adversity. Persistence and a healthy long-term focus will see us through these battles.',
- icon: 'long-term-impact',
},
];
export const NextAboutMission = () => (
<AboutPageLayout
title="Creating a tokenized world where all value can flow freely."
- description="0x Protocol is an important infrastructure layer for the emerging crypto economy and enables markets to be created that couldn't have existed before. As more assets become tokenized, public blockchains provide the opportunity to establish a new financial stack that is more efficient, transparent, and equitable than any system in the past."
+ description="0x is important infrastructure for the emerging crypto economy and enables markets to be created that couldn't have existed before. As more assets become tokenized, public blockchains provide the opportunity to establish a new financial stack that is more efficient, transparent, and equitable than any system in the past."
linkLabel="Our mission and values"
linkUrl="#"
>
diff --git a/packages/website/ts/@next/pages/about/press.tsx b/packages/website/ts/@next/pages/about/press.tsx
index 92c076266..86c8558c9 100644
--- a/packages/website/ts/@next/pages/about/press.tsx
+++ b/packages/website/ts/@next/pages/about/press.tsx
@@ -17,6 +17,12 @@ interface HighlightInterface {
const highlights: HighlightInterface[] = [
{
+ logo: '/images/@next/press/logo-forbes.png',
+ title: 'Forbes',
+ text: '0x Instant is aiming to aid businesses and developers such as news sites, crypto wallets, dApps or price trackers to monetize or add a new revenue stream to their existing pipeline.',
+ href: '#',
+ },
+ {
logo: '/images/@next/press/logo-venturebeat.png',
title: 'VentureBeat',
text: '0x leads the way for ‘tokenization’ of the world, and collectible game items are next',
@@ -25,7 +31,7 @@ const highlights: HighlightInterface[] = [
{
logo: '/images/@next/press/logo-fortune.png',
title: 'Fortune',
- text: 'In the future, many traditional investments like real estate and corporate shares will come in the form of digital tokens that are bought and transferred on a blockchain. ',
+ text: 'In the future, many traditional investments like real estate and corporate shares will come in the form of digital tokens that are bought and transferred on a <blockchain className=""></blockchain>',
href: '#',
},
{
@@ -42,7 +48,7 @@ export const NextAboutPress = () => (
description={
<>
<Paragraph marginBottom="60px">
- Want to write about 0x? Get in touch, or download our press kit.
+ Want to write about 0x? <a href="#">Get in touch</a>, or <a href="#">download our press kit</a>.
</Paragraph>
{_.map(highlights, (highlight, index) => (
diff --git a/packages/website/ts/@next/pages/about/team.tsx b/packages/website/ts/@next/pages/about/team.tsx
index 9424aa59d..0911e926b 100644
--- a/packages/website/ts/@next/pages/about/team.tsx
+++ b/packages/website/ts/@next/pages/about/team.tsx
@@ -18,7 +18,7 @@ const team: TeamMember[] = [
{
imageUrl: '/images/@next/team/willw.jpg',
name: 'Will Warren',
- title: 'co-founder & ceo',
+ title: 'co-founder & CEO',
},
{
imageUrl: '/images/@next/team/amirb.jpg',