new repo banner

This commit is contained in:
Matthias Kretschmann 2018-06-18 16:26:52 +02:00
parent 5d6f782deb
commit bddcc48e6f
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 25 additions and 6 deletions

View File

@ -1,5 +1,7 @@
[![art](github/repo-banner@2x.png)](https://oceanprotocol.com)
<h1 align="center">art</h1>
> 🐳 Ocean Protocol's assets for community distribution.
[![npm](https://img.shields.io/npm/v/oceanprotocol-art.svg)](https://www.npmjs.com/package/oceanprotocol-art)

View File

@ -2,11 +2,6 @@
Use the repo banner to decorate an official Ocean Protocol repository's readme file.
## Prerequisites
- [Sketch](https://www.sketchapp.com)
- Sharp Sans Display No. 1 Bold installed, see [note](../README.md#typography)
## Usage
1. Open the Sketch file
@ -20,4 +15,26 @@ Use the repo banner to decorate an official Ocean Protocol repository's readme f
Which will return:
![](repo-banner@2x.png)
[![art](repo-banner@2x.png)](https://oceanprotocol.com)
Always start a project's readme file like so:
```md
[![banner](repo-banner@2x.png)](https://oceanprotocol.com)
<h1 align="center">repo-name</h1>
> 🐳 Start with emoji, then add a tagline describing your project.
[![npm](https://img.shields.io/npm/v/@oceanprotocol/art.svg)](https://www.npmjs.com/package/@oceanprotocol/art)
````
Which will return:
[![banner](repo-banner@2x.png)](https://oceanprotocol.com)
<h1 align="center">repo-name</h1>
> 🐳 Start with emoji, then add a tagline describing your project.
[![npm](https://img.shields.io/npm/v/@oceanprotocol/art.svg)](https://www.npmjs.com/package/@oceanprotocol/art)

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 80 KiB