1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 17:50:07 +01:00
site/_src/index.html
2016-11-06 23:46:10 +01:00

111 lines
4.9 KiB
HTML

---
layout: base
tagline: 'BigchainDB is unlocking the promise of blockchains by giving them scale, using distributed database technology.'
front_page: true
hero_video_name: northern-light
quotes: set1
js: page-front.min.js
---
{% include hero-video.html %}
<section id="features" class="section section-features">
<div class="row">
<header class="section-header">
<h1 class="section-title">This is BigchainDB</h1>
<p class="section-description">
BigchainDB allows developers and enterprise to deploy blockchain proof-of-concepts, platforms and applications with a scalable blockchain database.
</p>
<p class="section-description">
Leveraging the key benefits of distributed DBs and traditional blockchains with an emphasis on scale, BigchainDB builds the three best characteristics of blockchains: decentralization, immutability and the ability to register and transfer assets, onto an existing big data distributed database.
</p>
<p class="section-description">
We serve the open internet, startups and enterprises alike, from supply chain to energy and financial ecosystems.
</p>
</header>
<div class="section-features__detail grid grid--full grid-small--columns grid--gutters grid--center">
<div class="grid__col grid__col--1">
</div>
<div class="grid__col grid__col--2">
<div class="text-center">
<a href="/Whitepaper" class="btn btn-primary"><svg class="icon icon--social icon--documents"><use xlink:href="/assets/img/sprite.svg#documents"></use></svg>Whitepaper</a>
</div>
</div>
<div class="grid__col grid__col--2">
<div class="text-center">
<a href="/Community" class="btn btn-primary">Community</a>
</div>
</div>
<div class="grid__col grid__col--1">
</div>
</div>
</div>
</section>
{% include section-newsletter.html %}
<section class="section section-quickstart background--darker">
<div class="row row--wide">
<header class="section-header">
<h1 class="section-title">Quick Start Guide</h1>
</header>
<div class="grid grid--gutters grid--full grid-medium--half grid--center">
<div class="grid__col">
<h1 class="section-quickstart__title">Install and Run</h1>
<p>BigchainDB provides a rich API to create, query and transfer digital assets.</p>
<p><a class="btn btn-primary" href="https://docs.bigchaindbcom/">Documentation</a> <a class="btn btn-secondary" href="https://github.com/{{ site.github.org }}/{{ site.github.repo }}"><svg class="icon icon--social icon--github"><use xlink:href="/assets/img/sprite.svg#github"></use></svg> GitHub</a></p>
</div>
<div class="grid__col">
<figure class="terminal highlight js-tracking-terminal">
<code>
<span class="deps">Dependencies: Loaded</span>
<span class="deps">(See <a class="terminal__link" href="https://docs.bigchaindb.com">docs.bigchaindb.com</a>)</span>
<span class="deps">Python: Python 3.4+</span>
<span class="deps">RethinkDB: Running</span>
<span class="deps">---------------</span><br>
<span class="comment"># install bigchaindb</span>
<span><span class="ne">pip</span> install <span class="cp">bigchaindb</span></span><br/>
<span class="comment"># start bigchaindb</span>
<span><span class="ne">bigchaindb</span> start</span>
</code>
</figure>
</div>
</div>
</div>
</section>
<!-- {% include section-testimonials.html %} -->
<!-- <section class="section section-whitepaper background-photo">
<div class="row">
<header class="section-header">
<h1 class="section-title">Whitepaper</h1>
<p class="section-description">BigchainDB: A Scalable Blockchain Database</p>
</header>
<a class="btn btn-primary btn-sm" href="/whitepaper/">
<svg class="icon">
<use xlink:href="/assets/img/sprite.svg#icon-documents"></use>
</svg>
Read our Whitepaper
</a>
</div>
</section> -->
<section class="section section-partners">
<div class="row">
<header class="section-header">
<h1 class="section-title">Partners</h1>
<p class="section-description">We are proud to partner and collaborate with</p>
</header>
</div>
<div class="center--picture">
<img alt="Our Partners: Tangent90, Interledger, Eris, Tymlez, Everledger, Capgemini, Recruit, ReThinkDB" src="\assets\img\partners.png" />
</div>
</section>