mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
make landing page more mysterious, closes #22
This commit is contained in:
parent
76a022343f
commit
8c61684dd3
@ -3,7 +3,7 @@
|
||||
# The Basics
|
||||
# --------------------
|
||||
name: BigchainDB
|
||||
description: 'The world’s most scalable blockchain.'
|
||||
description: 'Coming Soon on February 10'
|
||||
url: https://www.bigchaindb.com
|
||||
|
||||
email:
|
||||
|
@ -8,10 +8,10 @@ front_page: true
|
||||
<div class="row">
|
||||
<div class="hero__content">
|
||||
<svg class="logo logo--full logo--white" aria-labelledby="title">
|
||||
<title>Logo</title>
|
||||
<title>BigchainDB</title>
|
||||
<use xlink:href="/assets/img/sprite.svg#logo"></use>
|
||||
</svg>
|
||||
<h1 class="section-title">The world’s most scalable blockchain. Coming soon.</h1>
|
||||
<h1 class="section-title">Coming Soon on February 10.</h1>
|
||||
|
||||
<a href="#benchmarks" class="btn btn-link btn-sm">Learn More <svg class="icon">
|
||||
<use xlink:href="/assets/img/sprite.svg#icon-caret"></use>
|
||||
@ -20,39 +20,6 @@ front_page: true
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section id="benchmarks" class="section section-benchmarks">
|
||||
<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">
|
||||
</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>
|
||||
100,000 writes per second and climbing
|
||||
</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>
|
||||
Open Source
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section section-whitepaper">
|
||||
<div class="row">
|
||||
<header class="section-header">
|
||||
|
Loading…
Reference in New Issue
Block a user