diff --git a/public/img/angularjs.png b/public/img/angularjs.png new file mode 100644 index 00000000..21aefd40 Binary files /dev/null and b/public/img/angularjs.png differ diff --git a/public/img/leveldb.png b/public/img/leveldb.png new file mode 100644 index 00000000..da13a671 Binary files /dev/null and b/public/img/leveldb.png differ diff --git a/public/img/nodejs.png b/public/img/nodejs.png new file mode 100644 index 00000000..4cba6f8c Binary files /dev/null and b/public/img/nodejs.png differ diff --git a/public/src/css/common.css b/public/src/css/common.css index 392b3435..4e8ea714 100644 --- a/public/src/css/common.css +++ b/public/src/css/common.css @@ -515,3 +515,45 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { #home .btn-more .btn-default { margin-top: -23px; } + +#powered .powered-text { + border-top: 1px solid #ddd; + margin: 30px auto 0; + text-align: center; + width: 90%; +} +#powered .powered-text small { + background-color: #f4f4f4; + padding: 4px; + position: relative; + top: -12px; +} + +#powered a { + background-repeat: no-repeat; + background-position: center center; + display: inline-block; + float: left; + height: 45px; +} +#powered a.bitcore { + background-image: url('http://bitcore.io/images/logo.svg'); + background-size: 80px; + width: 30%; +} +#powered a.nodejs { + background-image: url('/img/nodejs.png'); + background-size: 80px; + width: 30%; +} +#powered a.angularjs { + background-image: url('/img/angularjs.png'); + background-size: 50px; + width: 20%; +} +#powered a.leveldb { + background-image: url('/img/leveldb.png'); + background-size: 50px; + width: 20%; +} + diff --git a/public/views/index.html b/public/views/index.html index 557bbfb5..7673a13f 100644 --- a/public/views/index.html +++ b/public/views/index.html @@ -58,28 +58,20 @@

About

-

Insight is an open-source Bitcoin blockchain explorer with complete REST +

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. - - -

Powered by -

- -

- LevelDB - · - AngularJS - · - NodeJS - - -

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

+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 +
+ + + + +