Socket
Socket
Sign inDemoInstall

@oceanprotocol/art

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oceanprotocol/art

Ocean Protocol's brand assets for community distribution.


Version published
Weekly downloads
47
decreased by-50.53%
Maintainers
3
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 28 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc