From 1f974e5176ec7126d8b889151cf41936056ce2e0 Mon Sep 17 00:00:00 2001 From: Darren Nelsen Date: Wed, 16 Aug 2017 17:23:21 -0400 Subject: [PATCH] styled the About section --- app/src/pages/home/home.html | 25 ++++++++++++++----------- app/src/pages/home/home.scss | 7 +++++++ 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/app/src/pages/home/home.html b/app/src/pages/home/home.html index 0c30c95..5930d47 100644 --- a/app/src/pages/home/home.html +++ b/app/src/pages/home/home.html @@ -13,17 +13,20 @@

Latest Blocks

Latest Transactions

-

About

-

insight is an open-source Bitcoin blockchain explorer with complete REST and websocket APIs that can be used for writing web wallets and other apps that need more advanced blockchain queries than provided by bitcoind RPC. Check out the source code.

-

insight is still in development, so be sure to report any bugs and provide feedback for improvement at our github issue tracker.

-
-
- Powered by + +
+

About

+

insight is an open-source Bitcoin blockchain explorer with complete REST and websocket APIs that can be used for writing web wallets and other apps that need more advanced blockchain queries than provided by bitcoind RPC. Check out the source code.

+

insight is still in development, so be sure to report any bugs and provide feedback for improvement at our github issue tracker.

+
+
+ Powered by +
+ + + +
- - - -
diff --git a/app/src/pages/home/home.scss b/app/src/pages/home/home.scss index 1597e4c..91b4923 100644 --- a/app/src/pages/home/home.scss +++ b/app/src/pages/home/home.scss @@ -1,4 +1,11 @@ page-home { + .about { + background-color: #F4F4F4; + border: 1px solid #eee; + border-radius: 5px; + padding: 14px; + } + #powered .powered-text { border-top: 1px solid #ddd; margin: 30px auto 0;