From ee34a211ded0fcc623d41c7a6e652179d20d83d6 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 24 Aug 2017 16:07:25 +0200 Subject: [PATCH] move front page content into data file --- _config.yml | 3 +++ _src/_data/content-front.yml | 33 ++++++++++++++++++++++++++++++ _src/index.html | 39 ++++++++++++++++++------------------ 3 files changed, 56 insertions(+), 19 deletions(-) create mode 100644 _src/_data/content-front.yml diff --git a/_config.yml b/_config.yml index 855e6f4..50ebbda 100644 --- a/_config.yml +++ b/_config.yml @@ -12,6 +12,9 @@ github: analyticsID: "" typekitID: "bko7hwo" +signup: + button: Sign up for free (testnet) + link: https://developers.ipdb.io # Urls # -------------------- diff --git a/_src/_data/content-front.yml b/_src/_data/content-front.yml new file mode 100644 index 0000000..1a1015b --- /dev/null +++ b/_src/_data/content-front.yml @@ -0,0 +1,33 @@ +hero: + title: "The blockchain database platform for the decentralized stack" + + +intro: + title: "A planetary-scale blockchain database" + description: "The distributed, permanent web is evolving and needs a decentralized database. We are that database." + text: | + IPDB is a planetary-scale blockchain database built on [BigchainDB](https://www.bigchaindb.com). It’s a ready-to-use public network with a focus on strong governance. It shares all the features of BigchainDB to make developers’ lives easier. + + +foundation: + title: "IPDB Foundation: human-scale governance" + description: "IPDB relies on caretakers to run the BigchainDB nodes that store and validate transactions. The IPDB Caretakers are the members of the IPDB Foundation and … summarize Jurisdictional diversity & Not for profit" + button: "Learn about IPDB Foundation and its caretakers" + + +roadmap: + title: "Roadmap" + description: "The IPDB rollout plan follows six steps. First, a test network for demos, then for invited users, and then for the general public. When the test phase is complete, a production network will be launched in the same sequence." + + +getstarted: + title: "Get started" + description: "GET https://test.ipdb.io/api/" + + +connect: + title: "Stay connected" + description: "Stalk us like there's no tomorrow." + blog_title: "From the blog" + newsletter_title: "Newsletter" + social_title: "Follow us" diff --git a/_src/index.html b/_src/index.html index 7751631..fd8ddc7 100644 --- a/_src/index.html +++ b/_src/index.html @@ -3,15 +3,16 @@ layout: base front_page: true --- +{% assign content = site.data.content-front %} +
{% include menu-main.html %}
-

The blockchain database platform -for the decentralized stack

- Sign up for free (testnet) +

{{ content.hero.title }}

+ {{ site.signup.button }}
@@ -20,13 +21,13 @@ for the decentralized stack
-

A planetary-scale blockchain database

-

The distributed, permanent web is evolving and needs a decentralized database. We are that database.

+

{{ content.intro.title }}

+

{{ content.intro.description }}

-

IPDB is a planetary-scale blockchain database built on BigchainDB. It’s a ready-to-use public network with a focus on strong governance. It shares all the features of BigchainDB to make developers’ lives easier.

+ {{ content.intro.text | markdownify }} - Sign up for free (testnet) + {{ site.signup.button }} Read IPDB Documentation
@@ -35,8 +36,8 @@ for the decentralized stack
-

IPDB Foundation: human-scale governance

-

IPDB relies on caretakers to run the BigchainDB nodes that store and validate transactions. The IPDB Caretakers are the members of the IPDB Foundation and … summarize Jurisdictional diversity & Not for profit

+

{{ content.foundation.title }}

+

{{ content.foundation.description }}

@@ -44,7 +45,7 @@ for the decentralized stack
@@ -52,8 +53,8 @@ for the decentralized stack
-

Roadmap

-

The IPDB rollout plan follows six steps. First, a test network for demos, then for invited users, and then for the general public. When the test phase is complete, a production network will be launched in the same sequence.

+

{{ content.roadmap.title }}

+

{{ content.roadmap.description }}

@@ -66,8 +67,8 @@ for the decentralized stack
-

Get started

-

GET https://test.ipdb.io/api/

+

{{ content.getstarted.title }}

+

{{ content.getstarted.description }}

@@ -76,21 +77,21 @@ for the decentralized stack
-

Stay connected

-

Stalk us like there's no tomorrow.

+

{{ content.connect.title }}

+

{{ content.connect.description }}

-

From the blog

+

{{ content.connect.blog_title }}

IPDB Blog