From a04c54b4d8fe96bf4b2f51b674fa9df87a58c2bb Mon Sep 17 00:00:00 2001 From: Fred Carlsen Date: Fri, 14 Dec 2018 12:49:48 +0100 Subject: Delete old launch kit --- packages/website/ts/@next/pages/launchKit.tsx | 189 -------------------------- 1 file changed, 189 deletions(-) delete mode 100644 packages/website/ts/@next/pages/launchKit.tsx (limited to 'packages/website') diff --git a/packages/website/ts/@next/pages/launchKit.tsx b/packages/website/ts/@next/pages/launchKit.tsx deleted file mode 100644 index 11f692540..000000000 --- a/packages/website/ts/@next/pages/launchKit.tsx +++ /dev/null @@ -1,189 +0,0 @@ -import * as React from 'react'; - -import {colors} from 'ts/style/colors'; - -import {Button} from 'ts/@next/components/button'; -import {Column, Section, Wrap, WrapCentered} from 'ts/@next/components/layout'; -import {SiteWrap} from 'ts/@next/components/siteWrap'; -import {Heading, Paragraph} from 'ts/@next/components/text'; - -import ProtocolIcon from 'ts/@next/icons/illustrations/protocol.svg'; -import TokensIcon from 'ts/@next/icons/illustrations/tokens.svg'; - -export const NextLaunchKit = () => ( - -
- - - 0x Launch Kit - - - The definitive starting point for building a business on top of the 0x protocol. - - - -
- -
- - - - - - Tap into and share liquidity with other relayers - - - - - - - - Tap into and share liquidity with other relayers - - - - - - - - Tap into and share liquidity with other relayer - - - - -
- -
- - - - - - - - Working on a new token? - - - Easily create a secondary market for your asset/asset clas - - - -
-
- - - - - - - - Working on a new game? - - - Easily create an in-app marketplace - - - -
-
- - - - - - - - No exchange in your location? - - - Build a 0x relayer for your contry’s market - - - -
- -
- - - - 0x Instant Configurator - - - Liquidity Source - - - What tokens can users buy? (select all) - - - Transaction fee ETH address - - - Fee Percentage - - - - - - Code Snippet - - Explore the Docs - - <code snippet> - - - -
- -
- - - - - Need more flexibility? - - - Dive into our docs, or contact us if needed - - - - - - -
- - -
-
-
-
-
- -
- - - - Disclaimer: The laws and regulations applicable to the use and exchange of digital assets and blockchain-native tokens, including through any software developed using the licensed work created by ZeroEx Intl. (the “Work”), vary by jurisdiction. As set forth in the Apache License, Version 2.0 applicable to the Work, developers are “solely responsible for determining the appropriateness of using or redistributing the Work,” which includes responsibility for ensuring compliance with any such applicable laws and regulations. - - - See the Apache License, Version 2.0 for the specific language governing all applicable permissions and limitations. - - - -
-
-); -- cgit v1.2.3