1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 17:50:07 +01:00
site/_src/_layouts/partner.html

35 lines
937 B
HTML
Raw Normal View History

---
layout: base
cta:
title: Meet BigchainDB
description: The scalable 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>
2017-04-20 14:03:05 +02:00
{% include sections/section-cta-enterprise.html %}
{% include sections/section-cta.html %}