From 66a675806ef10f11a7cbdc251e7aa75bebf31474 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Tue, 25 Sep 2018 12:34:13 -0400 Subject: [PATCH] decouple markdown and page content, simplify css --- .../ecosystem/submodule-chainquery.js | 23 +- .../ecosystem/submodule-lighthouse.js | 22 +- .../ecosystem/submodule-reflector.js | 22 +- app/components/ecosystem/submodule-wallet.js | 24 +- app/sass/bundle.scss | 1 + app/sass/init/_markdown.scss | 298 +++++++++++++++++ app/sass/pages/_page.scss | 306 +----------------- app/sass/partials/_ecosystem.scss | 4 + app/views/redirect.js | 10 +- 9 files changed, 360 insertions(+), 350 deletions(-) create mode 100644 app/sass/init/_markdown.scss diff --git a/app/components/ecosystem/submodule-chainquery.js b/app/components/ecosystem/submodule-chainquery.js index b9d8644..8f97559 100644 --- a/app/components/ecosystem/submodule-chainquery.js +++ b/app/components/ecosystem/submodule-chainquery.js @@ -9,17 +9,18 @@ module.exports = exports = () => `

chainquery

-

Overview

-

The model of Chainquery at its foundation consists of the fundamental data types found in the blockchain. This information is then expounded on with additional columns and tables that make querying the data much easier.

- -

Connection to...

-

- -

Source

- - +
+

Overview

+

The model of Chainquery at its foundation consists of the fundamental data types found in the blockchain. This information is then expounded on with additional columns and tables that make querying the data much easier.

+ +

Connection to...

+

+ +

Source

+ +