1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/start.html

99 lines
3.1 KiB
HTML
Raw Normal View History

2017-06-15 18:54:34 +02:00
---
layout: page
title: Get started
description: ""
2017-06-15 19:16:45 +02:00
js: page-getstarted.min.js
redirect_from:
- /community/
2017-06-15 18:54:34 +02:00
---
<section class="section section--architecture">
<div class="row">
<header class="section-header">
2017-06-15 21:53:50 +02:00
<p class="section-description">Get started quickly by installing BigchainDB.</p>
2017-06-15 18:54:34 +02:00
</header>
</div>
<div class="row">
<figure class="architecture">
</figure>
</div>
</section>
<nav class="menu--sub">
<div class="row row--wide">
<div class="menu-overflow">
<a class="menu__link scroll" href="#server">Server</a>
<a class="menu__link scroll" href="#drivers">Drivers &amp; Tools</a>
<a class="menu__link scroll" href="#docs">Documentation</a>
<a class="menu__link scroll" href="#community">Community</a>
</div>
</div>
</nav>
2017-06-15 19:16:45 +02:00
<section class="section section--server" id="server">
2017-06-15 18:54:34 +02:00
<div class="row">
</div>
</section>
2017-06-15 19:16:45 +02:00
<section class="section section--drivers background--darker" id="drivers">
2017-06-15 18:54:34 +02:00
<div class="row">
2017-06-15 22:11:46 +02:00
<a class="driver" href="https://github.com/bigchaindb/bigchaindb-driver">
<h2 class="driver__title">Python</h2>
<svg class="driver__logo">
<use></use>
</svg>
2017-06-15 18:54:34 +02:00
2017-06-15 22:11:46 +02:00
<p class="driver__meta">
<span class="driver__repo">bigchaindb-driver</span>
<span class="driver__version">v0.1.1</span>
</p>
</a>
2017-06-15 18:54:34 +02:00
</div>
</section>
2017-06-15 19:16:45 +02:00
<section class="section section--docs" id="docs">
2017-06-15 18:54:34 +02:00
<div class="row">
</div>
</section>
2017-06-15 19:16:45 +02:00
<section class="section section--community" id="community">
2017-06-15 18:54:34 +02:00
<div class="row">
2017-06-15 19:16:45 +02:00
<header class="section-header">
<h1 class="section-title">Get Involved</h1>
<p class="section-description">There are many ways you can contribute to the BigchainDB project, some very easy and others more involved. We welcome all potential contributors, so we ask that everyone participating abide by some simple guidelines.</p>
<a href="{{ site.social.github.url }}/{{ site.social.github.repo }}/blob/master/CONTRIBUTING.md" class="btn btn-primary btn-sm">Read The Guidelines</a>
</header>
<div class="grid grid--full grid-small--fit grid--gutters">
<div class="grid__col">
<h1>Follow</h1>
<p>Follow us for the latest updates</p>
{% for link in site.social %}
<a class="social-link js-social-link" href="{{ link[1].url }}" title="{{ link[1].title }}">
<svg class="icon icon--social icon--{{ link[0] }}" aria-labelledby="title">
<title>{{ link.title }}</title>
<use xlink:href="/assets/img/sprite.svg#{{ link[0] }}"></use>
</svg>
<span class="social-link__title">{{ link[1].title }}</span>
</a>
{% endfor %}
</div>
</div>
2017-06-15 18:54:34 +02:00
</div>
2017-06-15 19:16:45 +02:00
{% include svg/wrigley-with-stage.svg %}
2017-06-15 18:54:34 +02:00
</section>
2017-06-15 19:16:45 +02:00
{% include sections/section-newsletter.html %}