1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 09:46:57 +01:00
site/_src/_includes/banner.html
Trent McConaghy e5392499fc
Update banner.html: move ocean logo
Monica had a small piece of feedback. In the banner on the top, having the Ocean logo next to "BigchainDB GmbH" is confusing. Possible solutions: fully remove logo, or move it next to "Ocean Protocol" in the banner. This commit moves it.
2020-05-27 10:06:41 +02:00

15 lines
627 B
HTML

<aside class="banner">
<a class="banner--oceanprotocol oceanprotocol" href="https://oceanprotocol.com/?utm_source=bigchaindb.com&utm_medium=banner&utm_campaign=ocean_banner">
<div class="row row--wide">
<h1 class="oceanprotocol__title">
BigchainDB GmbH (the company) works on Ocean Protocol
<svg class="oceanprotocol__logo">
<use xlink:href="/assets/img/sprite.svg#logo-oceanprotocol"></use>
</svg>
, whereas IPDB Foundation (ipdb.io) oversees BigchainDB software and networks.</h1>
</div>
</a>
</aside>