From ccf5cca86d0326399e088ef85c930610a5a6ca8b Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 9 Jan 2016 18:15:23 +0100 Subject: [PATCH] front page with new copy --- _src/_assets/styles/page-front.scss | 26 ++++++----- _src/index.html | 69 ++++++++++++++++++++++++++--- 2 files changed, 78 insertions(+), 17 deletions(-) diff --git a/_src/_assets/styles/page-front.scss b/_src/_assets/styles/page-front.scss index b67dd8c..0ebe321 100644 --- a/_src/_assets/styles/page-front.scss +++ b/_src/_assets/styles/page-front.scss @@ -111,7 +111,7 @@ -.section-benchmarks { +.section-features { text-align: center; border-bottom: 1px solid lighten($brand-main-gray, 40%); @@ -125,20 +125,26 @@ display: block; margin: auto; margin-bottom: $spacer; + stroke: $brand-main-gray; } } -.comingsoon { - display: block; - color: $gray-light; -} - - .section-whitepaper { + + a { + @extend .transition; + display: block; + text-align: center; + + &:hover, + &:focus { + transform: scale(1.05); + } + } + .icon { - stroke: $brand-main-gray; - stroke-dasharray: 4,4; - opacity: .3; + stroke: $link-color; + stroke-width: 2; display: block; margin: auto; margin-bottom: $spacer; diff --git a/_src/index.html b/_src/index.html index 0c85be6..c129aa9 100644 --- a/_src/index.html +++ b/_src/index.html @@ -13,31 +13,86 @@ front_page: true

Coming Soon on February 10.

- Learn More + Learn More +
+
+
+

This is BigchainDB. 100K writes/s, sustained.

+
+ +
+ +
+ +
+

+ + + + 1 Million Transactions per Second +

+

+ + + + Petabyte Capacity +

+

+ + + + Use as a Public or Private Blockchain +

+
+
+ + +
+
+
+

Suitable for

+
+ +
+

+ Blockchain companies looking to scale or serve their clients +

+

+ Companies experimenting with blockchain technologies +

+

+ Cloud platforms wanting to deploy Blockchain as a Service +

+
+
+
+
-

Early Access

-

For early access and inquiries, enter your contact information below

+

Sign Up for Early Access

+

For early access and inquiries, enter your contact information below. A member of our team will contact you.

{% include/form-earlyaccess.html %}