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;