switch hero CTA

This commit is contained in:
Matthias Kretschmann 2017-09-20 14:27:06 +02:00
parent e2bbe545c0
commit 39cdadf730
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
hero:
title: "The blockchain database network for the decentralized stack"
description: "IPDB is a ready-to-use public network with a focus on strong governance, all powered by BigchainDB."
action: "Get started with IPDB"
intro:
title: "A planetary-scale blockchain database"

View File

@ -18,7 +18,7 @@ css: page-front
<div class="grid__col grid__col--4">
<h1 class="hero__title">{{ content.hero.title }}</h1>
<h2 class="hero__description">{{ content.hero.description }}</h2>
<a class="hero__action button button--primary" href="{{ site.signup.link }}">{{ site.signup.button }}</a>
<a class="hero__action button button--primary" href="#getstarted" data-scroll>{{ content.hero.action }}</a>
</div>
</div>
</hgroup>
@ -164,7 +164,7 @@ css: page-front
</section>
<section class="section section--background section--getstarted">
<section class="section section--background section--getstarted" id="getstarted">
<div class="row">
<header class="section__header">
<div class="grid grid--full grid-medium--columns grid--gutters">