1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-06-10 20:00:25 +02:00
site/_src/_includes/hero.html

16 lines
590 B
HTML
Raw Normal View History

<header class="hero">
{% include menu-main.html %}
<div class="hero__content row">
<hgroup>
2017-10-02 11:47:49 +02:00
<h1 class="hero__title section-title">{{ page.tagline }}</h1>
<h2 class="hero__subtitle">{{ site.description }}</h2>
2018-04-06 15:22:15 +02:00
<a href="{% link developers/getstarted.html %}" class="hero__action btn btn-primary">Get Started</a>
</hgroup>
</div>
2018-04-10 14:38:27 +02:00
<a class="hero__more btn btn-link btn-sm" href="#features" data-scroll>Learn More <svg class="icon icon--caret"><use xlink:href="/assets/img/sprite.svg#icon-caret"></use></svg></a>
</header>