2017-04-06 17:22:24 +02:00
|
|
|
---
|
|
|
|
layout: base
|
|
|
|
|
|
|
|
cta:
|
|
|
|
title: Meet BigchainDB
|
2018-02-15 12:52:33 +01:00
|
|
|
description: The blockchain database
|
2017-06-28 20:59:47 +02:00
|
|
|
button: Learn More
|
2017-04-06 17:22:24 +02:00
|
|
|
---
|
|
|
|
|
2017-11-17 16:18:44 +01:00
|
|
|
{% include header.html %}
|
2017-04-06 17:22:24 +02:00
|
|
|
|
|
|
|
<section role="main" class="section content content--page content--partner">
|
|
|
|
|
|
|
|
<div class="row row--narrow">
|
2017-04-11 11:14:24 +02:00
|
|
|
<svg class="partner__logo partner__logo--{{ page.slug }}" aria-labelledby="title">
|
2017-04-10 20:51:24 +02:00
|
|
|
<title>{{ page.title }}</title>
|
2017-04-11 11:14:24 +02:00
|
|
|
<use xlink:href="/assets/img/sprite.svg#logo-{{ page.slug }}"></use>
|
2017-04-06 17:22:24 +02:00
|
|
|
</svg>
|
|
|
|
|
|
|
|
{{ content }}
|
|
|
|
|
|
|
|
<aside class="partner__actions">
|
|
|
|
{% if page.usecase %}
|
|
|
|
<a class="btn btn-sm btn-primary" href="/usecases/{{ page.usecase }}">See use case</a>
|
|
|
|
{% endif %}
|
2017-04-10 20:51:24 +02:00
|
|
|
<a href="{{ page.link }}" rel="external">Visit {{ page.title }}</a>
|
2017-04-06 17:22:24 +02:00
|
|
|
</aside>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
2018-04-05 15:34:17 +02:00
|
|
|
{% include sections/section-cta-services.html %}
|
2017-04-20 14:03:05 +02:00
|
|
|
|
2017-04-06 17:22:24 +02:00
|
|
|
{% include sections/section-cta.html %}
|