mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
33 lines
876 B
HTML
33 lines
876 B
HTML
---
|
|
layout: base
|
|
|
|
cta:
|
|
title: Meet BigchainDB
|
|
description: The blockchain database
|
|
button: Learn More
|
|
---
|
|
|
|
{% include header.html %}
|
|
|
|
<section role="main" class="section content content--page content--partner">
|
|
|
|
<div class="row row--narrow">
|
|
<svg class="partner__logo partner__logo--{{ page.slug }}" aria-labelledby="title">
|
|
<title>{{ page.title }}</title>
|
|
<use xlink:href="/assets/img/sprite.svg#logo-{{ page.slug }}"></use>
|
|
</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 %}
|
|
<a href="{{ page.link }}" rel="external">Visit {{ page.title }}</a>
|
|
</aside>
|
|
</div>
|
|
|
|
</section>
|
|
|
|
{% include sections/section-cta.html %}
|