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

104 lines
3.4 KiB
HTML
Raw Normal View History

---
layout: base
front_page: true
---
{% include menu-main.html %}
<header class="section hero">
<div class="row">
2015-12-20 19:31:36 +01:00
<div class="hero__content">
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-14 13:17:34 +01:00
<h1 class="section-title">Need a scalable blockchain?</h1>
<h1 class="section-title">Meet Bigchain, the worlds most scalable blockchain</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-10 02:11:27 +01:00
<section class="section section-suitable background--light">
2016-01-09 18:15:23 +01:00
<div class="row">
<header class="section-header">
<h1 class="section-title">Suitable for</h1>
</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-09 18:15:23 +01:00
<a href="/whitepaper/">
<svg class="icon">
<use xlink:href="/assets/img/sprite.svg#icon-documents"></use>
</svg>
Access our Whitepaper
</a>
2015-12-22 13:26:13 +01:00
</div>
</section>
2015-12-20 19:31:36 +01:00
<section id="earlyaccess" class="section section-earlyaccess background--gray">
<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>