styled the About section
This commit is contained in:
parent
05503371cf
commit
1f974e5176
@ -13,6 +13,8 @@
|
|||||||
|
|
||||||
<h1>Latest Blocks</h1>
|
<h1>Latest Blocks</h1>
|
||||||
<h1>Latest Transactions</h1>
|
<h1>Latest Transactions</h1>
|
||||||
|
|
||||||
|
<div class="about">
|
||||||
<h2>About</h2>
|
<h2>About</h2>
|
||||||
<p><strong>insight</strong> is an <a href="https://insight.is/"
|
<p><strong>insight</strong> is an <a href="https://insight.is/"
|
||||||
target="_blank">open-source Bitcoin blockchain explorer</a> 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 <a href="https://github.com/bitpay/insight-ui" target="_blank">source code</a>.</p>
|
target="_blank">open-source Bitcoin blockchain explorer</a> 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 <a href="https://github.com/bitpay/insight-ui" target="_blank">source code</a>.</p>
|
||||||
@ -26,4 +28,5 @@
|
|||||||
<a href="https://code.google.com/p/leveldb/" target="_blank" class="leveldb" title="LevelDB"></a>
|
<a href="https://code.google.com/p/leveldb/" target="_blank" class="leveldb" title="LevelDB"></a>
|
||||||
<a href="http://nodejs.org" target="_blank" class="nodejs" title="NodeJs"></a>
|
<a href="http://nodejs.org" target="_blank" class="nodejs" title="NodeJs"></a>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</ion-content>
|
</ion-content>
|
||||||
|
|||||||
@ -1,4 +1,11 @@
|
|||||||
page-home {
|
page-home {
|
||||||
|
.about {
|
||||||
|
background-color: #F4F4F4;
|
||||||
|
border: 1px solid #eee;
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
#powered .powered-text {
|
#powered .powered-text {
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #ddd;
|
||||||
margin: 30px auto 0;
|
margin: 30px auto 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user