diff --git a/_src/_assets/scss/page-front.scss b/_src/_assets/scss/page-front.scss index 0ff2ac3..1fc7805 100644 --- a/_src/_assets/scss/page-front.scss +++ b/_src/_assets/scss/page-front.scss @@ -225,10 +225,6 @@ a & { color: $link-color; - - &:after { - content: ' →'; - } } &:before { diff --git a/_src/_data/content-front.yml b/_src/_data/content-front.yml index b5082a4..c6b5ff9 100644 --- a/_src/_data/content-front.yml +++ b/_src/_data/content-front.yml @@ -63,6 +63,15 @@ roadmap: getstarted: title: "Get started with IPDB" description: "Since you don’t need to setup and maintain your own BigchainDB node, you can get started with IPDB in no time." + steps: + - title: "Create account" + link: "https://developers.ipdb.io/signup?plan_ids[]=2357355879577" + text: "Creating an account is free and takes just a second. →" + - title: "Get your API credentials" + text: "After signing up, you will receive your `app_id` & `app_key`." + - title: "Get drivers & tools" + link: "https://www.bigchaindb.com/getstarted/#drivers" + text: "Point your apps to `test.ipdb.io` and code along. →" connect: diff --git a/_src/index.html b/_src/index.html index b1b3b03..4f0ae58 100644 --- a/_src/index.html +++ b/_src/index.html @@ -181,24 +181,27 @@ css: page-front
After signing up, you will receive your app_id
& app_key
.