From ef200b1ce699adb48071eb1cc94cc47bcfbdbd9d Mon Sep 17 00:00:00 2001 From: Fred Carlsen Date: Fri, 14 Dec 2018 14:34:06 +0100 Subject: Copy updates --- packages/website/ts/@next/pages/about/jobs.tsx | 4 ++-- packages/website/ts/@next/pages/about/mission.tsx | 3 +-- packages/website/ts/@next/pages/about/press.tsx | 10 ++++++++-- packages/website/ts/@next/pages/about/team.tsx | 2 +- packages/website/ts/@next/pages/instant.tsx | 2 +- packages/website/ts/@next/pages/why.tsx | 19 ++++++++++++------- 6 files changed, 25 insertions(+), 15 deletions(-) (limited to 'packages/website/ts/@next/pages') 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 = () => ( @@ -51,7 +51,7 @@ export const NextAboutJobs = () => ( - 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. 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 = () => ( 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 @@ -16,6 +16,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', @@ -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 ', href: '#', }, { @@ -42,7 +48,7 @@ export const NextAboutPress = () => ( description={ <> - Want to write about 0x? Get in touch, or download our press kit. + Want to write about 0x? Get in touch, or download our press kit. {_.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', diff --git a/packages/website/ts/@next/pages/instant.tsx b/packages/website/ts/@next/pages/instant.tsx index 9f996b182..e8d9e0154 100644 --- a/packages/website/ts/@next/pages/instant.tsx +++ b/packages/website/ts/@next/pages/instant.tsx @@ -46,7 +46,7 @@ const featuresData = [ { title: 'Easy and flexible integration', icon: 'flexibleIntegration0xInstant', - description: 'Use our out-of-the-box design or customize the user interface by integrating the AssetBuyer engine. You can also tap into 0x networked liquidity or choose your own liquidity pool.', + description: 'Use our out-of-the-box design or customize the user interface by integrating via the AssetBuyer engine.. You can also tap into 0x networked liquidity or choose your own liquidity pool.', links: [ { label: 'Explore AssetBuyer', diff --git a/packages/website/ts/@next/pages/why.tsx b/packages/website/ts/@next/pages/why.tsx index b54a682ff..d10e2b02b 100644 --- a/packages/website/ts/@next/pages/why.tsx +++ b/packages/website/ts/@next/pages/why.tsx @@ -74,6 +74,11 @@ const useCaseSlides = [ title: 'Decentralized Loans', description: 'Efficient lending requires liquid markets where investors can buy and re-sell loans. 0x enables an ecosystem of lenders to self-organize and efficiently determine market prices for all outstanding loans.', }, + { + icon: 'stableTokens', + title: 'Stable Tokens', + description: 'Novel economic constructs such as stable coins require efficient, liquid markets to succeed. 0x will facilitate the underlying economic mechanisms that allow these tokens to remain stable.', + }, ]; export class NextWhy extends React.PureComponent { @@ -82,7 +87,7 @@ export class NextWhy extends React.PureComponent { - What 0x offers + What 0x offers {_.map(offersData, (item, index) => (