From 01ed74f97d56b0695bd5df3fcf158c01d71c9edc Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 28 Jun 2017 20:49:37 +0200 Subject: [PATCH] revised front page intro section --- _src/_assets/styles/_page-front.scss | 1 + _src/index.html | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/_src/_assets/styles/_page-front.scss b/_src/_assets/styles/_page-front.scss index b82477b..d367c34 100644 --- a/_src/_assets/styles/_page-front.scss +++ b/_src/_assets/styles/_page-front.scss @@ -32,6 +32,7 @@ display: block; margin-bottom: 0; margin-top: 0; + hyphens: auto; } sub { diff --git a/_src/index.html b/_src/index.html index 1dd79a9..a9e284c 100644 --- a/_src/index.html +++ b/_src/index.html @@ -18,6 +18,8 @@ intro: keyfeatures: - title: "Decentralization" icon: "icon-nodes" + - title: "Query" + icon: "icon-search" - title: "Immutability" icon: "icon-castle" - title: "Scaling" @@ -25,7 +27,8 @@ intro: - title: "Native Assets" icon: "icon-diamond" text: "BigchainDB allows developers and enterprise to deploy blockchain proof-of-concepts, platforms and applications with a scalable blockchain database, supporting a wide range of industries and use cases." - button: "All Features" + button1: "All Features" + button2: "Get Started" --- {% include hero.html %} @@ -55,7 +58,7 @@ intro:

{{ page.intro.text }}

- {{ page.intro.button }} + {{ page.intro.button1 }} {{ page.intro.button2 }}