From 33381df22034d29079c688a65e5664823a0a54cc Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 15 Mar 2017 15:17:21 +0100 Subject: [PATCH] remove quickstart section from front page --- _src/_assets/styles/_page-front.scss | 4 +-- .../sections/section-quickstart.html | 31 ++++++++++++++++++ _src/index.html | 32 ------------------- 3 files changed, 33 insertions(+), 34 deletions(-) create mode 100644 _src/_includes/sections/section-quickstart.html diff --git a/_src/_assets/styles/_page-front.scss b/_src/_assets/styles/_page-front.scss index 60697de..15a8524 100644 --- a/_src/_assets/styles/_page-front.scss +++ b/_src/_assets/styles/_page-front.scss @@ -5,8 +5,8 @@ // .page-front { - .section-testimonials { - border-top: 1px solid $gray; + .section-partners { + @extend .background--darker } } diff --git a/_src/_includes/sections/section-quickstart.html b/_src/_includes/sections/section-quickstart.html new file mode 100644 index 0000000..a0a85d4 --- /dev/null +++ b/_src/_includes/sections/section-quickstart.html @@ -0,0 +1,31 @@ +
+
+
+

Quick Start Guide

+
+ +
+
+

Install and Run

+

BigchainDB provides a rich API to create, query and transfer digital assets.

+

Documentation GitHub

+
+
+
+ + Dependencies: Loaded + (See docs.bigchaindb.com) + Python: Python 3.4+ + RethinkDB: Running + ---------------
+ # install bigchaindb + pip install bigchaindb
+ # start bigchaindb + bigchaindb start +
+
+
+
+ +
+
diff --git a/_src/index.html b/_src/index.html index 64f0c10..b7afbd7 100644 --- a/_src/index.html +++ b/_src/index.html @@ -49,38 +49,6 @@ js: page-front.min.js -
-
-
-

Quick Start Guide

-
- -
-
-

Install and Run

-

BigchainDB provides a rich API to create, query and transfer digital assets.

-

Documentation GitHub

-
-
-
- - Dependencies: Loaded - (See docs.bigchaindb.com) - Python: Python 3.4+ - RethinkDB: Running - ---------------
- # install bigchaindb - pip install bigchaindb
- # start bigchaindb - bigchaindb start -
-
-
-
- -
-
- {% include sections/section-partners.html %} {% include sections/section-testimonials.html %}