From c34682abb20eac50919a0e4fcdbd0b92352037d1 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 9 Nov 2018 16:44:04 +0100 Subject: [PATCH] more data --- data/components.yml | 50 ++++++++++++++++++++++----- src/components/Components.jsx | 6 ++-- src/components/Components.module.scss | 20 ++++++++++- 3 files changed, 63 insertions(+), 13 deletions(-) diff --git a/data/components.yml b/data/components.yml index 9fe7c367..8cbf00f8 100644 --- a/data/components.yml +++ b/data/components.yml @@ -1,17 +1,49 @@ -- name: 'keeper-contracts' +- name: keeper-contracts description: '๐Ÿ’ง Integration of TCRs, CPM and Ocean Tokens in Solidity' links: - - name: 'GitHub' - url: 'https://github.com/oceanprotocol/keeper-contracts' + - name: GitHub + url: https://github.com/oceanprotocol/keeper-contracts + - name: Documentation + url: https://github.com/oceanprotocol/keeper-contracts/tree/develop/doc -- name: 'aquarius' +- name: aquarius description: '๐Ÿ‹ Ocean Metadata API' links: - - name: 'GitHub' - url: 'https://github.com/oceanprotocol/aquarius' + - name: GitHub + url: https://github.com/oceanprotocol/aquarius -- name: 'pleuston' +- name: brizo + description: 'Helping publishers to expose their services' + links: + - name: GitHub + url: https://github.com/oceanprotocol/brizo + +- name: pleuston description: '๐Ÿฆ„ Web app for consumers to explore, download, and publish data assets.' links: - - name: 'GitHub' - url: 'https://github.com/oceanprotocol/pleuston' + - name: GitHub + url: https://github.com/oceanprotocol/pleuston + +- name: squid-js + description: '๐Ÿฆ‘ JavaScript client library for Ocean Protocol' + links: + - name: GitHub + url: https://github.com/oceanprotocol/squid-js + +- name: squid-py + description: '๐Ÿฆ‘ Python client library for Ocean Protocol' + links: + - name: GitHub + url: https://github.com/oceanprotocol/squid-py + +- name: squid-java + description: '๐Ÿฆ‘ Java client library for Ocean Protocol' + links: + - name: GitHub + url: https://github.com/oceanprotocol/squid-java + +- name: secret-store-client-js + description: '๐Ÿ”‘JavaScript implementation of the parity secret store for use in ocean.' + links: + - name: GitHub + url: https://github.com/oceanprotocol/secret-store-client-js diff --git a/src/components/Components.jsx b/src/components/Components.jsx index 01028fff..d6093b3e 100644 --- a/src/components/Components.jsx +++ b/src/components/Components.jsx @@ -8,7 +8,7 @@ const Component = ({ name, description, links }) => (

{name}

{description}

-