mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
first edition for network page
This commit is contained in:
parent
e0af551975
commit
2880b77cf2
4 changed files with 129 additions and 100 deletions
|
@ -786,6 +786,8 @@ pages:
|
||||||
hero-blockchain-btn: Blockchain
|
hero-blockchain-btn: Blockchain
|
||||||
hero-mining-btn: Mining
|
hero-mining-btn: Mining
|
||||||
|
|
||||||
|
masternode-desc-text: Reference site about Lorem Ipsum, giving information on its origins, as well as a random Lipsum generator.
|
||||||
|
|
||||||
markets-heading: Markets
|
markets-heading: Markets
|
||||||
governance-heading: Treasury
|
governance-heading: Treasury
|
||||||
network-heading: Masternodes
|
network-heading: Masternodes
|
||||||
|
|
|
@ -4,123 +4,144 @@ title: pages.currency.title
|
||||||
description: pages.currency.description
|
description: pages.currency.description
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
{% include hero/currency.html %}
|
{% include hero/currency.html %}
|
||||||
|
|
||||||
<div class="content page page--currency">
|
<div class="content page page--currency">
|
||||||
|
|
||||||
<section class="section section--currency" id="section-exchanges">
|
<section class="section section--currency" id="section-exchanges">
|
||||||
<h2 class="section__title">{% t pages.currency.markets-heading %}</h2>
|
<div class="section__content">
|
||||||
<p class="section__lead">
|
<div class="row">
|
||||||
Compare Sites
|
<div class="col-md-6">
|
||||||
</p>
|
<h2 class="">{% t pages.currency.markets-heading %}</h2>
|
||||||
<div class="hero__buttons">
|
<p class="section__lead">
|
||||||
<a href="http://coinmarketcap.com/currencies/dash/#markets" target="_blank" class="btn-blue-solid">CoinMarketCap</a>
|
Compare Sites
|
||||||
<a href="https://www.worldcoinindex.com/" target="_blank" class="btn-blue-solid">WorldCoinIndex</a>
|
</p>
|
||||||
<a href="http://coincap.io/" target="_blank" class="btn-blue-solid">CoinCap</a>
|
<div class="hero__buttons">
|
||||||
|
<a href="http://coinmarketcap.com/currencies/dash/#markets" target="_blank" class="btn-blue-solid">CoinMarketCap</a>
|
||||||
|
<a href="https://www.worldcoinindex.com/" target="_blank" class="btn-blue-solid">WorldCoinIndex</a>
|
||||||
|
<a href="http://coincap.io/" target="_blank" class="btn-blue-solid">CoinCap</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6">
|
||||||
|
<h2>Exchanges</h2>
|
||||||
|
<table id="exchanges">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Exchange</th>
|
||||||
|
<th>Volume (24h)</th>
|
||||||
|
<th>Price</th>
|
||||||
|
<th>Volume (%)</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<table id="exchanges">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Exchange</th>
|
|
||||||
<th>Volume (24h)</th>
|
|
||||||
<th>Price</th>
|
|
||||||
<th>Volume (%)</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section class="section section--currency" id="section-governance">
|
|
||||||
<h2 class="section__title">{% t pages.currency.governance-heading %}</h2>
|
|
||||||
<p class="section__lead">
|
|
||||||
Governance Tools
|
|
||||||
</p>
|
|
||||||
<div class="hero__buttons">
|
|
||||||
<a href="http://dashvotetracker.com/" target="_blank" class="btn-blue-solid">DashVoteTracker</a>
|
|
||||||
<a href="https://www.dashcentral.org/" target="_blank" class="btn-blue-solid">DashCentral</a>
|
|
||||||
<a href="https://www.dashninja.pl/budgets.html" target="_blank" class="btn-blue-solid">DashNinja</a>
|
|
||||||
<a href="https://proposal.dash.org/" target="_blank" class="btn-blue-solid">Proposal Generator</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<table id="budgets">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Title</th>
|
|
||||||
<th>Owner</th>
|
|
||||||
<th>Votes (yes/no)</th>
|
|
||||||
<th>Votes Required</th>
|
|
||||||
<th>Monthly Amount</th>
|
|
||||||
<th>Will be Funded</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="section section--currency" id="section-network">
|
<section class="section section--currency" id="section-network">
|
||||||
<h2 class="section__title">{% t pages.currency.network-heading %}</h2>
|
<div class="section__content">
|
||||||
|
<h2 class="section__title bottom-space">{% t pages.currency.network-heading %}</h2>
|
||||||
<p class="section__lead">
|
<div class="row">
|
||||||
Masternode Info
|
<div class="col-md-6">
|
||||||
</p>
|
<div class="row bottom-space">
|
||||||
<div class="hero__buttons">
|
<div class="col-md-6">
|
||||||
<a href="http://178.254.23.111/~pub/Dash/Dash_Info.html" target="_blank" class="btn-blue-solid">DashInfo</a>
|
<p>Current masternodes:</p>
|
||||||
<a href="https://www.dashninja.pl/masternodes.html" target="_blank" class="btn-blue-solid">DashNinja</a>
|
<span id="masternodes_count" class="big-accent"></span>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6">
|
||||||
|
<p>Maximum masternodes so far:</p>
|
||||||
|
<span id="masternodes_max " class="big-accent"></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<p>
|
||||||
|
{% t pages.currency.masternode-desc-text %}
|
||||||
|
</p>
|
||||||
|
<div class="hero__buttons">
|
||||||
|
<a href="http://178.254.23.111/~pub/Dash/Dash_Info.html" target="_blank" class="btn-blue-solid">DashInfo</a>
|
||||||
|
<a href="https://www.dashninja.pl/masternodes.html" target="_blank" class="btn-blue-solid">DashNinja</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6">
|
||||||
|
<p>
|
||||||
|
<img src="http://178.254.23.111/~pub/masternode_count.png" width="100%">
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>
|
|
||||||
Current masternodes: <span id="masternodes_count"></span><br>
|
|
||||||
Maximum masternodes so far: <span id="masternodes_max"></span>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<img src="http://178.254.23.111/~pub/masternode_count.png">
|
|
||||||
</p>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="section section--currency" id="section-blockchain">
|
<section class="section section--currency" id="section-blockchain">
|
||||||
<h2 class="section__title">{% t pages.currency.blockchain-heading %}</h2>
|
<div class="section__content">
|
||||||
<p class="section__lead">
|
<h2 class="section__title">{% t pages.currency.blockchain-heading %}</h2>
|
||||||
Block Explorers
|
<p class="section__lead">
|
||||||
</p>
|
Block Explorers
|
||||||
<div class="hero__buttons">
|
</p>
|
||||||
<a href="https://chainz.cryptoid.info/dash/" target="_blank" class="btn-blue-solid">CryptoID</a>
|
<div class="hero__buttons">
|
||||||
<a href="https://explorer.coinpayments.net/index.php?chain=7" target="_blank" class="btn-blue-solid">CoinPayments</a>
|
<a href="https://chainz.cryptoid.info/dash/" target="_blank" class="btn-blue-solid">CryptoID</a>
|
||||||
<a href="https://explorer.dashninja.pl/chain/Dash" target="_blank" class="btn-blue-solid">DashNinja</a>
|
<a href="https://explorer.coinpayments.net/index.php?chain=7" target="_blank" class="btn-blue-solid">CoinPayments</a>
|
||||||
<a href="https://bitinfocharts.com/darkcoin/explorer/" target="_blank" class="btn-blue-solid">BitInfoCharts</a>
|
<a href="https://explorer.dashninja.pl/chain/Dash" target="_blank" class="btn-blue-solid">DashNinja</a>
|
||||||
|
<a href="https://bitinfocharts.com/darkcoin/explorer/" target="_blank" class="btn-blue-solid">BitInfoCharts</a>
|
||||||
|
</div>
|
||||||
|
<table id="blocks">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Height</th>
|
||||||
|
<th>Block Time</th>
|
||||||
|
<th>Transactions</th>
|
||||||
|
<th>Value Out</th>
|
||||||
|
<th>Difficulty</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<table id="blocks">
|
<section class="section section--currency" id="section-governance">
|
||||||
<thead>
|
<div class="section__content">
|
||||||
<tr>
|
<h2 class="section__title">{% t pages.currency.governance-heading %}</h2>
|
||||||
<th>Height</th>
|
<p class="section__lead">
|
||||||
<th>Block Time</th>
|
Governance Tools
|
||||||
<th>Transactions</th>
|
</p>
|
||||||
<th>Value Out</th>
|
<div class="hero__buttons">
|
||||||
<th>Difficulty</th>
|
<a href="http://dashvotetracker.com/" target="_blank" class="btn-blue-solid">DashVoteTracker</a>
|
||||||
</tr>
|
<a href="https://www.dashcentral.org/" target="_blank" class="btn-blue-solid">DashCentral</a>
|
||||||
</thead>
|
<a href="https://www.dashninja.pl/budgets.html" target="_blank" class="btn-blue-solid">DashNinja</a>
|
||||||
<tbody>
|
<a href="https://proposal.dash.org/" target="_blank" class="btn-blue-solid">Proposal Generator</a>
|
||||||
|
</div>
|
||||||
</tbody>
|
<table id="budgets">
|
||||||
</table>
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Title</th>
|
||||||
|
<th>Owner</th>
|
||||||
|
<th>Votes (yes/no)</th>
|
||||||
|
<th>Votes Required</th>
|
||||||
|
<th>Monthly Amount</th>
|
||||||
|
<th>Will be Funded</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="section section--currency" id="section-mining">
|
<section class="section section--currency" id="section-mining">
|
||||||
<h2 class="section__title">{% t pages.currency.mining-heading %}</h2>
|
<div class="section__content">
|
||||||
<p class="section__lead">
|
<h2 class="section__title">{% t pages.currency.mining-heading %}</h2>
|
||||||
Mining Information
|
<p class="section__lead">
|
||||||
</p>
|
Mining Information
|
||||||
<div class="hero__buttons">
|
</p>
|
||||||
<a href="https://dashpay.atlassian.net/wiki/display/DOC/Pools" target="_blank" class="btn-blue-solid">Pools</a>
|
<div class="hero__buttons">
|
||||||
<a href="https://dashpay.atlassian.net/wiki/display/DOC/ASIC+Miner+Hardware" target="_blank" class="btn-blue-solid">ASICs</a>
|
<a href="https://dashpay.atlassian.net/wiki/display/DOC/Pools" target="_blank" class="btn-blue-solid">Pools</a>
|
||||||
<a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=24019016" target="_blank" class="btn-blue-solid">Guides</a>
|
<a href="https://dashpay.atlassian.net/wiki/display/DOC/ASIC+Miner+Hardware" target="_blank" class="btn-blue-solid">ASICs</a>
|
||||||
|
<a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=24019016" target="_blank" class="btn-blue-solid">Guides</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -522,3 +522,7 @@ a.blog_link {
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.big-accent{
|
||||||
|
@include font-title-xxlarge();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,9 @@ table {
|
||||||
}
|
}
|
||||||
|
|
||||||
th, td {
|
th, td {
|
||||||
padding: 0.25em 0.5em;
|
padding: 0.65em 0.5em;
|
||||||
|
font-size: 85%;
|
||||||
|
border-bottom: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue