Skip to content

Commit

Permalink
Make logo visible in GitHub App (#582)
Browse files Browse the repository at this point in the history
* Fix naming

* Make logo visible in dark mode

* Close div correctly

* Add glow version of logo

* Tune height

* Bring centering back

* Revert "Bring centering back"

This reverts commit ab05c59.

* Revert "Close div correctly"

This reverts commit 38a7925.
  • Loading branch information
Michael Müller authored Nov 23, 2020
1 parent fd54125 commit dd890b8
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .images/ink-logo-glow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions .images/ink-logo-white-bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="./.images/ink-logo.svg" alt="ink!" height="120" />
<img src="./.images/ink-logo-glow.svg" alt="ink!" height="136" />
<h1 align="center">
Parity's ink! for writing smart contracts
</h1>
Expand Down Expand Up @@ -27,7 +27,7 @@
[l1]: https://img.shields.io/discord/722223075629727774?style=flat-square&label=discord
[l2]: https://discord.gg/ztCASQE

> <img src="./.images/ink-squid.svg" alt="squid, the ink! mascot" style="vertical-align: middle" align="left" height="60" />ink! is an [eDSL](https://wiki.haskell.org/Embedded_domain_specific_language) to write WebAssembly based smart contracts using the Rust programming language. The compilation target are blockchains built on the [Substrate](https://github.com/paritytech/substrate) framework.
> <img src="./.images/ink-squid.svg" alt="squink, the ink! mascot" style="vertical-align: middle" align="left" height="60" />ink! is an [eDSL](https://wiki.haskell.org/Embedded_domain_specific_language) to write WebAssembly based smart contracts using the Rust programming language. The compilation target are blockchains built on the [Substrate](https://github.com/paritytech/substrate) framework.
<br/>

Expand Down

0 comments on commit dd890b8

Please sign in to comment.