mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-02 16:25:39 +01:00
15 lines
506 B
HTML
15 lines
506 B
HTML
|
<header class="hero">
|
||
|
|
||
|
{% include menu-main.html %}
|
||
|
|
||
|
<div class="hero__content row">
|
||
|
<hgroup>
|
||
|
<h1 class="section-title">{{ page.tagline }}</h1>
|
||
|
<a href="https://docs.bigchaindb.com/projects/server/en/latest/quickstart.html" class="btn btn-primary">Quick Start</a>
|
||
|
</hgroup>
|
||
|
|
||
|
<a href="#features" class="scroll btn btn-link btn-sm">Learn More <svg class="icon"><use xlink:href="/assets/img/sprite.svg#icon-caret"></use></svg></a>
|
||
|
</div>
|
||
|
|
||
|
</header>
|