mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
16 lines
584 B
HTML
16 lines
584 B
HTML
<section class="section section-cta section-cta--whitepaper background--photo text-center">
|
|
<div class="row">
|
|
<header class="section-header">
|
|
<h1 class="section-title">Whitepaper</h1>
|
|
<p class="section-description">{{ site.name }}: {{ site.description }}</p>
|
|
</header>
|
|
|
|
<a class="btn btn-primary" href="{% link whitepaper/index.md %}">
|
|
<svg class="icon">
|
|
<use xlink:href="/assets/img/sprite.svg#icon-documents"></use>
|
|
</svg>
|
|
Read our Whitepaper
|
|
</a>
|
|
</div>
|
|
</section>
|