🐬 Ocean Protocol's assets for community distribution.
Go to file
Matthias Kretschmann fa87d131a8
update on how to get our typography
2020-07-01 11:35:44 +02:00
banner new asset exports 2020-06-29 10:49:25 +02:00
creatures new asset exports 2020-06-29 10:49:25 +02:00
github add waves assets 2020-06-12 10:48:51 +02:00
logo all new brand assets, folder reorg 2020-06-11 15:09:07 +02:00
waves add waves assets 2020-06-12 10:48:51 +02:00
.gitignore make it an npm package 2018-06-04 17:18:17 +02:00
.prettierrc publish tweaks 2020-06-11 15:09:20 +02:00
CHANGELOG.md add changelog 2020-06-29 11:03:19 +02:00
CONTRIBUTING.md Standardize contrib guidelines across public repos 2018-11-30 16:54:40 +01:00
LICENSE Change license to CC-BY-4.0 2019-03-26 16:25:29 +01:00
README.md update on how to get our typography 2020-07-01 11:35:44 +02:00
package.json Release 3.0.0 2020-06-29 11:02:27 +02:00

README.md

art

art

🐬 Ocean Protocol's brand assets for community distribution.

npm

All assets in this repo can also be viewed and downloaded from oceanprotocol.com/art. You'll find a living style guide there too.


Brand Assets

Usage

It's encouraged to use this repo as a dependency within your projects to keep the assets in sync.

The whole repo is published as a npm module so just run for installation:

npm i @oceanprotocol/art

Then in your app, you can import the required assets:

import logo from '@oceanprotocol/art/logo/logo.svg'

function MyComponent() {
  return <img src={logo} />
}

Typography

Our branding typefaces are Sharp Sans Medium/Bold in use as body text, and Sharp Sans Display No. 1 Bold for headings.

Those are commercial fonts and the license doesn't allow us to distribute them. Hence you won't find them in this repository. If you're a member of the Ocean Protocol team, ask a designer to hand you the font files.

If you only need them for use on the web, you can use the private typographies npm package, or grab the font files itself from inside the private site repo's fonts folder.

License

All assets are licensed under a Creative Commons Attribution 4.0 International License.