site/_src/index.html

68 lines
2.1 KiB
HTML
Raw Normal View History

---
layout: base
2017-10-02 11:47:49 +02:00
tagline: 'Meet BigchainDB.'
front_page: true
quotes: set1
js: page-front.min.js
redirect_from:
- /partners/
intro:
title: "This is BigchainDB"
2018-03-29 13:08:36 +02:00
description: "With high throughput, low latency, powerful query functionality, decentralized control, immutable data storage and built-in asset support, BigchainDB is like a database with blockchain characteristics."
keyfeatures:
- title: "Decentralization"
icon: "icon-nodes"
2017-06-28 20:49:37 +02:00
- title: "Query"
icon: "icon-search"
- title: "Immutability"
icon: "icon-castle"
2017-10-23 10:19:28 +02:00
- title: "Assets & Tokens"
icon: "icon-diamond"
text: "BigchainDB allows developers and enterprise to deploy blockchain proof-of-concepts, platforms and applications with a blockchain database, supporting a wide range of industries and use cases."
2017-06-28 20:49:37 +02:00
button1: "All Features"
button2: "Get Started"
---
{% include hero.html %}
<section id="features" class="section section-intro">
2016-01-09 18:15:23 +01:00
<div class="row">
<header class="section-header">
<h1 class="section-title">{{ page.intro.title }}</h1>
<p class="section-description lead">{{ page.intro.description }}</p>
2016-01-09 18:15:23 +01:00
</header>
2017-06-27 17:00:42 +02:00
</div>
2016-01-09 18:15:23 +01:00
2017-06-27 17:00:42 +02:00
<div class="row row--wide">
2018-04-06 14:19:40 +02:00
<div class="section-intro__main grid grid--half grid-small--fit grid--gutters">
{% for feature in page.intro.keyfeatures %}
2016-02-08 19:50:38 +01:00
<div class="grid__col">
2016-01-09 18:15:23 +01:00
<svg class="icon">
<use xlink:href="/assets/img/sprite.svg#{{ feature.icon }}"></use>
2016-01-09 18:15:23 +01:00
</svg>
<h3>{{ feature.title }}</h3>
2016-02-08 19:50:38 +01:00
</div>
{% endfor %}
2016-01-09 18:15:23 +01:00
</div>
2017-06-27 17:00:42 +02:00
</div>
2017-06-27 17:00:42 +02:00
<div class="row">
<p class="large text-center">{{ page.intro.text }}</p>
<p class="text-center">
2020-05-27 10:53:58 +02:00
<a class="btn btn-primary" href="{% link features.html %}">{{ page.intro.button1 }}</a> <a class="btn btn-secondary" href="https://ipdb.io/resources/">{{ page.intro.button2 }}</a>
</p>
2016-01-09 18:15:23 +01:00
</div>
</section>
2018-04-10 11:25:50 +02:00
{% include sections/section-guide.html %}
2017-04-20 14:03:05 +02:00
{% include sections/section-partners.html %}
2017-05-22 09:55:14 +02:00