mirror of
https://github.com/ipdb/website.git
synced 2025-02-14 21:10:26 +01:00
source tools from content data
This commit is contained in:
parent
4e26e24f1c
commit
6ce8797cb9
@ -277,7 +277,7 @@
|
|||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
fill: inherit;
|
fill: inherit;
|
||||||
opacity: .4;
|
opacity: .5;
|
||||||
margin-left: $spacer / 2;
|
margin-left: $spacer / 2;
|
||||||
width: $font-size-mini;
|
width: $font-size-mini;
|
||||||
margin-bottom: -.2rem;
|
margin-bottom: -.2rem;
|
||||||
|
@ -78,7 +78,15 @@ getstarted:
|
|||||||
- title: "Get drivers & tools"
|
- title: "Get drivers & tools"
|
||||||
link: "https://www.bigchaindb.com/getstarted/#drivers"
|
link: "https://www.bigchaindb.com/getstarted/#drivers"
|
||||||
text: "Point your apps to `test.ipdb.io` and code along. →"
|
text: "Point your apps to `test.ipdb.io` and code along. →"
|
||||||
|
tools:
|
||||||
|
- title: "BigchainDB Explorer"
|
||||||
|
description: "Use BigchainDB's HTTP API to explore assets, accounts and transactions."
|
||||||
|
link: "http://www.nileshtrivedi.com/bigchaindb-explorer/"
|
||||||
|
github: "https://github.com/nileshtrivedi/bigchaindb-explorer"
|
||||||
|
- title: "IPDB Explorer"
|
||||||
|
description: "Tool for exploring IPDB txs based on asset ids and public keys."
|
||||||
|
link: "https://ipdb-explorer.license.rocks/"
|
||||||
|
github: "https://github.com/LicenseRocks/ipdb-explorer"
|
||||||
|
|
||||||
connect:
|
connect:
|
||||||
title: "Stay connected"
|
title: "Stay connected"
|
||||||
|
@ -232,37 +232,26 @@ css: page-front
|
|||||||
|
|
||||||
<div class="grid__col grid__col--4">
|
<div class="grid__col grid__col--4">
|
||||||
|
|
||||||
<div class="tool">
|
{% for tool in content.getstarted.tools %}
|
||||||
<h3 class="tool__title">
|
<div class="tool">
|
||||||
<a href="http://www.nileshtrivedi.com/bigchaindb-explorer/">BigchainDB Explorer</a>
|
<h3 class="tool__title">
|
||||||
<a href="https://github.com/nileshtrivedi/bigchaindb-explorer" title="GitHub">
|
<a href="{{ tool.link }}">{{ tool.title }}</a>
|
||||||
<svg class="icon" aria-labelledby="title">
|
|
||||||
<title>GitHub</title>
|
|
||||||
<use xlink:href="/assets/img/sprite.svg#icon-github"></use>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
</h3>
|
|
||||||
|
|
||||||
<p class="tool__description">
|
{% if tool.github %}
|
||||||
Use BigchainDB's HTTP API to explore assets, accounts and transactions.
|
<a href="{{ tool.github }}" title="GitHub">
|
||||||
</p>
|
<svg class="icon" aria-labelledby="title">
|
||||||
</div>
|
<title>GitHub</title>
|
||||||
|
<use xlink:href="/assets/img/sprite.svg#icon-github"></use>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
{% endif %}
|
||||||
|
</h3>
|
||||||
|
|
||||||
<div class="tool">
|
<p class="tool__description">
|
||||||
<h3 class="tool__title">
|
{{ tool.description }}
|
||||||
<a href="https://ipdb-explorer.license.rocks/">IPDB Explorer</a>
|
</p>
|
||||||
<a href="https://github.com/LicenseRocks/ipdb-explorer" title="GitHub">
|
</div>
|
||||||
<svg class="icon" aria-labelledby="title">
|
{% endfor %}
|
||||||
<title>GitHub</title>
|
|
||||||
<use xlink:href="/assets/img/sprite.svg#icon-github"></use>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
</h3>
|
|
||||||
|
|
||||||
<p class="tool__description">
|
|
||||||
Tool for exploring IPDB txs based on asset ids and public keys
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user