1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 09:46:57 +01:00
site/_src/_includes/hero.html
Trent McConaghy b5dfd11a11
Update hero.html: remove banner linking to gitter, medium, more
This stuff is all obsolete, hence, remove.
2020-05-15 13:40:48 +02:00

16 lines
590 B
HTML

<header class="hero">
{% include menu-main.html %}
<div class="hero__content row">
<hgroup>
<h1 class="hero__title section-title">{{ page.tagline }}</h1>
<h2 class="hero__subtitle">{{ site.description }}</h2>
<a href="{% link developers/getstarted.html %}" class="hero__action btn btn-primary">Get Started</a>
</hgroup>
</div>
<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>