1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-06-10 11:35:14 +02:00
site/_src/index.html

106 lines
3.4 KiB
HTML
Raw Normal View History

---
layout: base
front_page: true
2016-01-17 16:47:49 +01:00
tagline: 'Meet Bigchain, the worlds most scalable blockchain'
---
<header class="hero">
{% include menu-main.html %}
<div class="section">
<div class="hero__content row">
2016-02-02 19:33:37 +01:00
<svg class="logo logo--full logo--white" aria-labelledby="title">
<title>BigchainDB</title>
2015-12-20 19:31:36 +01:00
<use xlink:href="/assets/img/sprite.svg#logo"></use>
</svg>
2016-01-17 16:47:49 +01:00
<h1 class="section-title">{{ page.tagline }}</h1>
2015-12-21 16:51:16 +01:00
2016-01-09 18:15:23 +01:00
<a href="#features" class="btn btn-link btn-sm">Learn More <svg class="icon">
<use xlink:href="/assets/img/sprite.svg#icon-caret"></use>
</svg></a>
2015-12-20 19:31:36 +01:00
</div>
</div>
</header>
2016-01-09 18:15:23 +01:00
<section id="features" class="section section-features">
<div class="row">
<header class="section-header">
<h1 class="section-title">This is BigchainDB. 100K writes/s, sustained.</h1>
</header>
<figure>
<img class="img--responsive" src="/assets/img/graph.png" width="672" height="226">
2016-01-09 18:15:23 +01:00
</figure>
<div class="grid grid--full grid-small--fit grid--gutters">
<p class="grid__col">
<svg class="icon">
<use xlink:href="/assets/img/sprite.svg#icon-graph"></use>
</svg>
1 Million Transactions per Second
</p>
<p class="grid__col">
<svg class="icon">
<use xlink:href="/assets/img/sprite.svg#icon-servers"></use>
</svg>
Petabyte Capacity
</p>
<p class="grid__col">
<svg class="icon">
<use xlink:href="/assets/img/sprite.svg#icon-tree"></use>
</svg>
Use as a Public or Private Blockchain
</p>
</div>
</div>
</section>
2016-01-22 16:03:56 +01:00
<section class="section section-suitable background--darker">
2016-01-09 18:15:23 +01:00
<div class="row">
<header class="section-header">
2016-01-17 16:47:49 +01:00
<h1 class="section-title">Built for</h1>
2016-01-09 18:15:23 +01:00
</header>
<div class="grid grid--full grid-small--fit grid--gutters text-center">
<p class="grid__col">
Blockchain companies looking to scale or serve their clients
</p>
<p class="grid__col">
Companies experimenting with blockchain technologies
</p>
<p class="grid__col">
Cloud platforms wanting to deploy Blockchain as a Service
</p>
</div>
</div>
</section>
2015-12-22 13:26:13 +01:00
<section class="section section-whitepaper">
<div class="row">
<header class="section-header">
<h1 class="section-title">Whitepaper</h1>
</header>
2016-01-30 13:34:11 +01:00
<a class="btn btn-primary" href="/whitepaper/">
2016-01-09 18:15:23 +01:00
<svg class="icon">
<use xlink:href="/assets/img/sprite.svg#icon-documents"></use>
</svg>
2016-01-17 16:47:49 +01:00
Read our Whitepaper
2016-01-09 18:15:23 +01:00
</a>
2015-12-22 13:26:13 +01:00
</div>
</section>
2016-01-29 18:45:09 +01:00
<section id="earlyaccess" class="section section-earlyaccess background--photo">
<div class="row">
2015-12-20 19:31:36 +01:00
<header class="section-header">
2016-01-09 18:15:23 +01:00
<h1 class="section-title">Sign Up for Early Access</h1>
<p class="section-description">For early access and inquiries, enter your contact information below. A member of our team will contact you.</p>
2015-12-20 19:31:36 +01:00
</header>
{% include/form-earlyaccess.html %}
</div>
</section>