2015-12-20 05:22:45 +01:00
|
|
|
---
|
|
|
|
layout: base
|
|
|
|
|
|
|
|
front_page: true
|
|
|
|
---
|
|
|
|
|
2015-12-20 18:03:44 +01:00
|
|
|
<header class="section hero">
|
2015-12-20 05:22:45 +01:00
|
|
|
<div class="row">
|
2015-12-20 18:03:44 +01:00
|
|
|
<svg class="logo logo--black logo--full" aria-labelledby="title">
|
2015-12-20 05:58:40 +01:00
|
|
|
<title>Logo</title>
|
|
|
|
<use xlink:href="/assets/img/sprite.svg#logo"></use>
|
|
|
|
</svg>
|
2015-12-20 18:03:44 +01:00
|
|
|
<h1 class="section-title">Bigchain is coming.</h1>
|
|
|
|
<a href="#earlyaccess" class="btn btn-secondary-outline">Get Early Access</a>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<section class="section section-benchmarks background--blue">
|
|
|
|
<div class="row">
|
2015-12-20 05:22:45 +01:00
|
|
|
<div class="section-description">
|
|
|
|
<div class="grid grid--gutters">
|
|
|
|
<p class="grid__col">100,000 transactions per second and climbing</p>
|
|
|
|
<p class="grid__col">Petabyte Capacity</p>
|
|
|
|
<p class="grid__col">Open Source</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2015-12-20 18:03:44 +01:00
|
|
|
<section class="section">
|
2015-12-20 05:22:45 +01:00
|
|
|
<div class="row">
|
|
|
|
<h1 class="section-title">Whitepaper</h1>
|
|
|
|
<p class="section-description">Coming soon</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2015-12-20 18:03:44 +01:00
|
|
|
<section id="earlyaccess" class="section section-earlyaccess background--black">
|
2015-12-20 05:22:45 +01:00
|
|
|
<div class="row">
|
|
|
|
<h1 class="section-title">Early Access</h1>
|
|
|
|
<p class="section-description">For early access and inquiries, enter your contact information below</p>
|
2015-12-20 18:03:44 +01:00
|
|
|
|
|
|
|
<form action="" id="form-earlyaccess" class="js-parsley">
|
|
|
|
<p class="form-group">
|
|
|
|
<input class="form-control" type="text" id="name" name="name">
|
|
|
|
<label class="form-label" for="name">Your Name</label>
|
|
|
|
</p>
|
|
|
|
<p class="form-group">
|
|
|
|
<input class="form-control" type="email" id="email" name="email">
|
|
|
|
<label class="form-label" for="email">Your Email</label>
|
|
|
|
</p>
|
|
|
|
<p class="form-group">
|
|
|
|
<textarea class="form-control" id="comment" name="comment" rows="1"></textarea>
|
|
|
|
<label class="form-label" for="comment">Your Comment (optional)</label>
|
|
|
|
</p>
|
|
|
|
<p class="form-group">
|
|
|
|
<input class="btn btn-secondary" type="submit" value="Send">
|
|
|
|
</p>
|
|
|
|
</form>
|
2015-12-20 05:22:45 +01:00
|
|
|
</div>
|
|
|
|
</section>
|