mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
Matthias Kretschmann
e77e54190d
* hero elements & markup cleanup * simplify intro animation * bump ruby & node * fix fallback banner
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>
|