mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
front page with new copy
This commit is contained in:
parent
fe4a8f588d
commit
ccf5cca86d
@ -111,7 +111,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
.section-benchmarks {
|
.section-features {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-bottom: 1px solid lighten($brand-main-gray, 40%);
|
border-bottom: 1px solid lighten($brand-main-gray, 40%);
|
||||||
|
|
||||||
@ -125,20 +125,26 @@
|
|||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-bottom: $spacer;
|
margin-bottom: $spacer;
|
||||||
|
stroke: $brand-main-gray;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.comingsoon {
|
|
||||||
display: block;
|
|
||||||
color: $gray-light;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.section-whitepaper {
|
.section-whitepaper {
|
||||||
|
|
||||||
|
a {
|
||||||
|
@extend .transition;
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
&:hover,
|
||||||
|
&:focus {
|
||||||
|
transform: scale(1.05);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
stroke: $brand-main-gray;
|
stroke: $link-color;
|
||||||
stroke-dasharray: 4,4;
|
stroke-width: 2;
|
||||||
opacity: .3;
|
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-bottom: $spacer;
|
margin-bottom: $spacer;
|
||||||
|
@ -13,31 +13,86 @@ front_page: true
|
|||||||
</svg>
|
</svg>
|
||||||
<h1 class="section-title">Coming Soon on February 10.</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">
|
<a href="#features" class="btn btn-link btn-sm">Learn More <svg class="icon">
|
||||||
<use xlink:href="/assets/img/sprite.svg#icon-caret"></use>
|
<use xlink:href="/assets/img/sprite.svg#icon-caret"></use>
|
||||||
</svg></a>
|
</svg></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<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">
|
||||||
|
</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>
|
||||||
|
|
||||||
|
<section class="section section-suitable">
|
||||||
|
<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>
|
||||||
|
|
||||||
<section class="section section-whitepaper">
|
<section class="section section-whitepaper">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<header class="section-header">
|
<header class="section-header">
|
||||||
<h1 class="section-title">Whitepaper</h1>
|
<h1 class="section-title">Whitepaper</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<a href="/whitepaper/">
|
||||||
<svg class="icon">
|
<svg class="icon">
|
||||||
<use xlink:href="/assets/img/sprite.svg#icon-documents"></use>
|
<use xlink:href="/assets/img/sprite.svg#icon-documents"></use>
|
||||||
</svg>
|
</svg>
|
||||||
<p class="text-center comingsoon">Coming soon</p>
|
Access our Whitepaper
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="earlyaccess" class="section section-earlyaccess background--gray">
|
<section id="earlyaccess" class="section section-earlyaccess background--gray">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<header class="section-header">
|
<header class="section-header">
|
||||||
<h1 class="section-title">Early Access</h1>
|
<h1 class="section-title">Sign Up for Early Access</h1>
|
||||||
<p class="section-description">For early access and inquiries, enter your contact information below</p>
|
<p class="section-description">For early access and inquiries, enter your contact information below. A member of our team will contact you.</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
{% include/form-earlyaccess.html %}
|
{% include/form-earlyaccess.html %}
|
||||||
|
Loading…
Reference in New Issue
Block a user