mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
35 lines
1.7 KiB
HTML
35 lines
1.7 KiB
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="hero__action btn btn-primary">Quick Start</a>
|
|
</hgroup>
|
|
</div>
|
|
|
|
<aside class="hero__community">
|
|
<div class="row">
|
|
<a class="btn btn-text btn-sm" href="https://github.com/{{ site.github.org }}/{{ site.github.repo }}/releases/latest" rel="external">Latest release: <span id="version"></span></a>
|
|
|
|
<a class="social-link btn btn-text btn-sm js-social-link" href="https://github.com/{{ site.github.org }}/{{ site.github.repo }}" title="Star {{ site.github.org }}/{{ site.github.repo }} on GitHub">
|
|
<svg class="icon icon--social icon--github" aria-labelledby="title">
|
|
<title>GitHub</title>
|
|
<use xlink:href="/assets/img/sprite.svg#github"></use>
|
|
</svg> Star <span class="stargazers" id="stargazers"></span>
|
|
</a>
|
|
|
|
<a class="social-link btn btn-text btn-sm js-social-link" href="https://twitter.com/{{ site.twitter }}" title="Follow {{ site.twitter }} on Twitter">
|
|
<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>
|
|
</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>
|
|
|
|
</header>
|