mirror of
https://github.com/oceanprotocol/art
synced 2024-11-15 01:34:54 +01:00
23 lines
701 B
Markdown
23 lines
701 B
Markdown
|
# Ocean Protocol GitHub
|
||
|
|
||
|
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
|
||
|
2. Modify the title on the right, and check the preview on the left
|
||
|
3. Select the _repo-banner_ Artboard and hit the _Export repo-banner_ button in the very bottom right.
|
||
|
4. You will receive a file _repo-banner@2x.png_ which you can then use in Markdown, ideally linking the repo banner to oceanprotocol.com:
|
||
|
|
||
|
```md
|
||
|
[![art](repo-banner@2x.png)](https://oceanprotocol.com)
|
||
|
```
|
||
|
|
||
|
Which will return:
|
||
|
|
||
|
![](repo-banner@2x.png)
|