From 4e8d653f1f5ff52585aa0b1ac27fd4e16d3d00bc Mon Sep 17 00:00:00 2001 From: Fred Carlsen Date: Fri, 14 Dec 2018 18:15:07 +0100 Subject: Add links to ecosystem --- packages/website/ts/@next/pages/ecosystem.tsx | 36 +++++++++++++++++++++------ 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/packages/website/ts/@next/pages/ecosystem.tsx b/packages/website/ts/@next/pages/ecosystem.tsx index e6330ba67..caa0401d4 100644 --- a/packages/website/ts/@next/pages/ecosystem.tsx +++ b/packages/website/ts/@next/pages/ecosystem.tsx @@ -1,5 +1,6 @@ import * as _ from 'lodash'; import * as React from 'react'; +import styled from 'styled-components'; import { colors } from 'ts/style/colors'; @@ -52,18 +53,30 @@ const benefits: BenefitProps[] = [ export const NextEcosystem = () => ( -
+
Jumpstart your Business on 0x - + The Ecosystem Acceleration Program gives teams access to a variety of services including funding, personalized technical support, and recruiting assistance. We created the Ecosystem Acceleration Program to bolster the expansion of both infrastructure projects and relayers building on 0x. - + + + +
@@ -89,4 +102,13 @@ export const NextEcosystem = () => (
-); \ No newline at end of file +); + +const LinkWrap = styled.div` + display: inline-flex; + margin-top: 60px; + + a + a { + margin-left: 60px; + } +`; -- cgit