2017-03-02 14:27:08 +01:00
|
|
|
<header class="hero">
|
|
|
|
|
|
|
|
{% include menu-main.html %}
|
|
|
|
|
|
|
|
<div class="hero__content row">
|
|
|
|
<hgroup>
|
|
|
|
<h1 class="section-title">{{ page.tagline }}</h1>
|
2017-06-27 16:00:49 +02:00
|
|
|
<a href="/getstarted/" class="hero__action btn btn-primary">Get Started</a>
|
2017-03-02 14:27:08 +01:00
|
|
|
</hgroup>
|
|
|
|
</div>
|
|
|
|
|
2017-05-04 14:27:12 +02:00
|
|
|
<aside class="hero__community">
|
2017-05-29 16:32:03 +02:00
|
|
|
<div class="row row--wide">
|
|
|
|
<a class="btn btn-text btn-sm" href="{{ site.social.github.url }}/{{ site.social.github.repo }}/releases/latest" rel="external"><span class="hero__community__label">Latest release</span> <strong class="release" id="release"></strong></a>
|
2017-05-04 14:27:12 +02:00
|
|
|
|
2017-05-29 16:32:03 +02:00
|
|
|
<a class="social-link btn btn-text btn-sm js-social-link" href="{{ site.social.github.url }}/{{ site.social.github.repo }}" title="Star {{ site.social.github.org }}/{{ site.social.github.repo }} on GitHub">
|
2017-05-04 14:27:12 +02:00
|
|
|
<svg class="icon icon--social icon--github" aria-labelledby="title">
|
|
|
|
<title>GitHub</title>
|
|
|
|
<use xlink:href="/assets/img/sprite.svg#github"></use>
|
2017-05-10 00:10:27 +02:00
|
|
|
</svg> Star <span class="stars" id="stars"></span>
|
2017-05-04 14:27:12 +02:00
|
|
|
</a>
|
|
|
|
|
2017-06-21 14:49:47 +02:00
|
|
|
<a class="social-link btn btn-text btn-sm js-social-link" href="{{ site.social.twitter.url }}" title="Follow on Twitter">
|
2017-05-04 14:27:12 +02:00
|
|
|
<svg class="icon icon--social icon--twitter" aria-labelledby="title">
|
|
|
|
<title>Twitter</title>
|
|
|
|
<use xlink:href="/assets/img/sprite.svg#twitter"></use>
|
|
|
|
</svg> Follow
|
|
|
|
</a>
|
2017-05-29 16:32:03 +02:00
|
|
|
|
2017-06-21 14:49:47 +02:00
|
|
|
<a class="social-link btn btn-text btn-sm js-social-link js-social-link--meetup" href="{{ site.social.meetup.url }}">
|
2017-05-29 16:32:03 +02:00
|
|
|
<svg class="icon icon--social icon--meetup">
|
|
|
|
<use xlink:href="/assets/img/sprite.svg#meetup"></use>
|
|
|
|
</svg> <span class="meetup-title">BigchainDB & IPDB Meetup</span>
|
|
|
|
</a>
|
2017-05-04 14:27:12 +02:00
|
|
|
</div>
|
|
|
|
</aside>
|
|
|
|
|
|
|
|
<a class="hero__more scroll btn btn-link btn-sm" href="#features">Learn More <svg class="icon"><use xlink:href="/assets/img/sprite.svg#icon-caret"></use></svg></a>
|
|
|
|
|
2017-03-02 14:27:08 +01:00
|
|
|
</header>
|