mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
b5dfd11a11
This stuff is all obsolete, hence, remove.
16 lines
590 B
HTML
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>
|