mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
update about text
This commit is contained in:
parent
31a0d3cfb1
commit
8d06a67e7f
@ -40,7 +40,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
&,
|
||||||
|
code {
|
||||||
color: $brand-grey;
|
color: $brand-grey;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
|
@ -18,24 +18,34 @@ const About = () => {
|
|||||||
>
|
>
|
||||||
<Content>
|
<Content>
|
||||||
<p>
|
<p>
|
||||||
Commons is built on top of the Ocean{' '}
|
Commons allows you to access thousands of datasets for free
|
||||||
|
that have been registered on the Ocean Protocol{' '}
|
||||||
<a href="https://docs.oceanprotocol.com/concepts/pacific-network/">
|
<a href="https://docs.oceanprotocol.com/concepts/pacific-network/">
|
||||||
{market.network} network
|
{market.network} Network
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
and is targeted at enthusiastic data scientists with some
|
and it is targeted at enthusiastic data scientists with some
|
||||||
crypto experience. It can be used with any Web3-capable
|
crypto experience. If you are looking for quality data, you
|
||||||
browser, like Firefox with MetaMask installed.
|
can easily use the Commons to search for and find publicly
|
||||||
|
available datasets that are free of charge. If you are
|
||||||
|
interested in sharing your data, you can use the Commons to
|
||||||
|
publish data into the {market.network} Network.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://blog.oceanprotocol.com/the-commons-marketplace-c57a44288314">
|
<a href="https://blog.oceanprotocol.com/the-commons-marketplace-in-pacific-network-4bcf2f595721">
|
||||||
Read the blog post →
|
Blog: The Commons Marketplace in Pacific Network →
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://blog.oceanprotocol.com/the-commons-data-marketplace-c57a44288314">
|
||||||
|
Blog: The Commons Marketplace →
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/oceanprotocol/commons">
|
<a href="https://github.com/oceanprotocol/commons">
|
||||||
Check out oceanprotocol/commons on GitHub →
|
Check out <code>oceanprotocol/commons</code> on
|
||||||
|
GitHub →
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -299,11 +299,15 @@ samp {
|
|||||||
padding-right: .15rem;
|
padding-right: .15rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a > code {
|
||||||
|
color: $brand-pink;
|
||||||
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: $spacer;
|
margin-bottom: $spacer;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background: $brand-black;
|
background: lighten($brand-grey-lighter, 5%);
|
||||||
|
|
||||||
// make 'em scrollable
|
// make 'em scrollable
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user