mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Update: Currency (Network) Page / MN chart (#38)
* Update: Currency (Network) page links & copy * Update: Start-page masternode chart
This commit is contained in:
parent
cf0ae7dd07
commit
a32d788243
7 changed files with 74 additions and 11 deletions
13
_i18n/en.yml
13
_i18n/en.yml
|
@ -169,18 +169,19 @@ pages:
|
||||||
integrate-contact-btn: Contact Our Team
|
integrate-contact-btn: Contact Our Team
|
||||||
|
|
||||||
currency:
|
currency:
|
||||||
title: Dash Currency
|
title: Dash Network
|
||||||
description: Dash Currency
|
description: Dash Currency
|
||||||
hero-image: currency.jpg
|
hero-image: currency.jpg
|
||||||
hero-heading: Dash Currency
|
hero-heading: Dash Network
|
||||||
|
hero-text: Latest status of Dash Markets, Treasury, Masternodes and Blockchain
|
||||||
hero-markets-btn: Markets
|
hero-markets-btn: Markets
|
||||||
hero-governance-btn: Governance
|
hero-governance-btn: Governance
|
||||||
hero-network-btn: Network
|
hero-network-btn: Masternodes
|
||||||
hero-blockchain-btn: Blockchain
|
hero-blockchain-btn: Blockchain
|
||||||
|
|
||||||
markets-heading: Markets
|
markets-heading: Markets
|
||||||
governance-heading: Governance
|
governance-heading: Governance
|
||||||
network-heading: Network
|
network-heading: Masternodes
|
||||||
blockchain-heading: Blockchain
|
blockchain-heading: Blockchain
|
||||||
|
|
||||||
community:
|
community:
|
||||||
|
@ -255,13 +256,13 @@ nav:
|
||||||
shop: Shop with Dash
|
shop: Shop with Dash
|
||||||
debit: Dash Debit Card
|
debit: Dash Debit Card
|
||||||
|
|
||||||
participate: Participate
|
participate: Contribute
|
||||||
mining: Start Mining
|
mining: Start Mining
|
||||||
masternode: Setup a Masternode
|
masternode: Setup a Masternode
|
||||||
wallet: Setup a Wallet
|
wallet: Setup a Wallet
|
||||||
funding: Apply for Funding
|
funding: Apply for Funding
|
||||||
|
|
||||||
currency: Currency
|
currency: Network
|
||||||
exchange: Exchange Markets
|
exchange: Exchange Markets
|
||||||
governance: Governance
|
governance: Governance
|
||||||
explorers: Block Explorers
|
explorers: Block Explorers
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<!-- Hero content -->
|
<!-- Hero content -->
|
||||||
<div class="hero__content">
|
<div class="hero__content">
|
||||||
<h1 class="hero__title">{% t pages.currency.hero-heading %}</h1>
|
<h1 class="hero__title">{% t pages.currency.hero-heading %}</h1>
|
||||||
|
<p class="hero__lead">{% t pages.currency.hero-text %}</p>
|
||||||
<!-- <p class="hero__lead">Visualizer Goes Here</p>-->
|
<!-- <p class="hero__lead">Visualizer Goes Here</p>-->
|
||||||
|
|
||||||
<div class="hero__buttons">
|
<div class="hero__buttons">
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<li class="nav__item"><a href="{{ basenav }}/get-dash/" class="nav__link">{% t nav.get-dash %}</a></li>
|
<li class="nav__item"><a href="{{ basenav }}/get-dash/" class="nav__link">{% t nav.get-dash %}</a></li>
|
||||||
<li class="nav__item"><a href="{{ basenav }}/merchants/" class="nav__link">{% t nav.merchants %}</a></li>
|
<li class="nav__item"><a href="{{ basenav }}/merchants/" class="nav__link">{% t nav.merchants %}</a></li>
|
||||||
<li class="nav__item"><a href="{{ basenav }}/participate/" class="nav__link">{% t nav.participate %}</a></li>
|
<li class="nav__item"><a href="{{ basenav }}/participate/" class="nav__link">{% t nav.participate %}</a></li>
|
||||||
<!-- <li class="nav__item"><a href="{{ basenav }}/currency/" class="nav__link">{% t nav.currency %}</a></li> -->
|
<li class="nav__item"><a href="{{ basenav }}/currency/" class="nav__link">{% t nav.currency %}</a></li>
|
||||||
<li class="nav__item"><a href="{{ basenav }}/community/" class="nav__link">{% t nav.community %}</a></li>
|
<li class="nav__item"><a href="{{ basenav }}/community/" class="nav__link">{% t nav.community %}</a></li>
|
||||||
<li class="nav__item"><a href="{{ basenav }}/team" class="nav__link">{% t nav.team %}</a></li>
|
<li class="nav__item"><a href="{{ basenav }}/team" class="nav__link">{% t nav.team %}</a></li>
|
||||||
<li class="nav__item"><a href="{{ basenav }}/blog/" class="nav__link">{% t nav.blog %}</a></li>
|
<li class="nav__item"><a href="{{ basenav }}/blog/" class="nav__link">{% t nav.blog %}</a></li>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<li class="overlay-menu__item"><a href="{{ basenav }}/get-dash/" class="overlay-menu__link">{% t nav.get-dash %}</a></li>
|
<li class="overlay-menu__item"><a href="{{ basenav }}/get-dash/" class="overlay-menu__link">{% t nav.get-dash %}</a></li>
|
||||||
<li class="overlay-menu__item"><a href="{{ basenav }}/merchants/" class="overlay-menu__link">{% t nav.merchants %}</a></li>
|
<li class="overlay-menu__item"><a href="{{ basenav }}/merchants/" class="overlay-menu__link">{% t nav.merchants %}</a></li>
|
||||||
<li class="overlay-menu__item"><a href="{{ basenav }}/participate/" class="overlay-menu__link">{% t nav.participate %}</a></li>
|
<li class="overlay-menu__item"><a href="{{ basenav }}/participate/" class="overlay-menu__link">{% t nav.participate %}</a></li>
|
||||||
<!-- <li class="overlay-menu__item"><a href="{{ basenav }}/currency/" class="overlay-menu__link">{% t nav.currency %}</a></li> -->
|
<li class="overlay-menu__item"><a href="{{ basenav }}/currency/" class="overlay-menu__link">{% t nav.currency %}</a></li>
|
||||||
<li class="overlay-menu__item"><a href="{{ basenav }}/community/" class="overlay-menu__link">{% t nav.community %}</a></li>
|
<li class="overlay-menu__item"><a href="{{ basenav }}/community/" class="overlay-menu__link">{% t nav.community %}</a></li>
|
||||||
<li class="overlay-menu__item"><a href="{{ basenav }}/team" class="overlay-menu__link">{% t nav.team %}</a></li>
|
<li class="overlay-menu__item"><a href="{{ basenav }}/team" class="overlay-menu__link">{% t nav.team %}</a></li>
|
||||||
<li class="overlay-menu__item"><a href="{{ basenav }}/blog/" class="overlay-menu__link">{% t nav.blog %}</a></li>
|
<li class="overlay-menu__item"><a href="{{ basenav }}/blog/" class="overlay-menu__link">{% t nav.blog %}</a></li>
|
||||||
|
|
|
@ -10,7 +10,14 @@ description: pages.currency.description
|
||||||
|
|
||||||
<section id="section-exchanges">
|
<section id="section-exchanges">
|
||||||
<h2>{% t pages.currency.markets-heading %}</h2>
|
<h2>{% t pages.currency.markets-heading %}</h2>
|
||||||
|
<p>
|
||||||
|
Compare Sites
|
||||||
|
</p>
|
||||||
|
<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>
|
||||||
<table id="exchanges">
|
<table id="exchanges">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -28,6 +35,14 @@ description: pages.currency.description
|
||||||
|
|
||||||
<section id="section-governance">
|
<section id="section-governance">
|
||||||
<h2>{% t pages.currency.governance-heading %}</h2>
|
<h2>{% t pages.currency.governance-heading %}</h2>
|
||||||
|
<p>
|
||||||
|
Governance Tools
|
||||||
|
</p>
|
||||||
|
<div class="hero__buttons">
|
||||||
|
<a href="https://www.dashcentral.org/" target="_blank" class="btn-blue-solid">DashVoteTracker</a>
|
||||||
|
<a href="http://dashvotetracker.com/" target="_blank" class="btn-blue-solid">DashCentral</a>
|
||||||
|
<a href="https://www.dashninja.pl/budgets.html" target="_blank" class="btn-blue-solid">DashNinja</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<table id="budgets">
|
<table id="budgets">
|
||||||
<thead>
|
<thead>
|
||||||
|
@ -49,14 +64,34 @@ description: pages.currency.description
|
||||||
<section id="section-network">
|
<section id="section-network">
|
||||||
<h2>{% t pages.currency.network-heading %}</h2>
|
<h2>{% t pages.currency.network-heading %}</h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Masternode Info
|
||||||
|
</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>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Current masternodes: <span id="masternodes_count"></span><br>
|
Current masternodes: <span id="masternodes_count"></span><br>
|
||||||
Maximum masternodes so far: <span id="masternodes_max"></span>
|
Maximum masternodes so far: <span id="masternodes_max"></span>
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
<img src="http://178.254.23.111/~pub/masternode_count.png">
|
||||||
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="section-blockchain">
|
<section id="section-blockchain">
|
||||||
<h2>{% t pages.currency.blockchain-heading %}</h2>
|
<h2>{% t pages.currency.blockchain-heading %}</h2>
|
||||||
|
<p>
|
||||||
|
Block Explorers
|
||||||
|
</p>
|
||||||
|
<div class="hero__buttons">
|
||||||
|
<a href="https://chainz.cryptoid.info/dash/" target="_blank" class="btn-blue-solid">CryptoID</a>
|
||||||
|
<a href="https://explorer.coinpayments.net/index.php?chain=7" target="_blank" class="btn-blue-solid">CoinPayments</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">
|
<table id="blocks">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
|
@ -272,8 +272,11 @@ description: pages.home.description
|
||||||
|
|
||||||
<a href="{{ basenav }}/currency" class="btn-blue">{% t pages.home.network-growth-btn %}</a>
|
<a href="{{ basenav }}/currency" class="btn-blue">{% t pages.home.network-growth-btn %}</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-6 home-network-graphic">
|
<!--div class="col-sm-6 home-network-graphic">
|
||||||
<img src="/assets/img/home/graph.png" alt="{% t pages.home.network-growth-heading %}">
|
<img src="/assets/img/home/graph.png" alt="{% t pages.home.network-growth-heading %}">
|
||||||
|
</div-->
|
||||||
|
<div class="col-sm-6 home-network-graphic-live">
|
||||||
|
<img src="http://178.254.23.111/~pub/masternode_count.png" alt="{% t pages.home.network-growth-heading %}">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -110,6 +110,30 @@ $homeSectionPaddingTop: 80px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.home-network-graphic-live {
|
||||||
|
min-height: 350px;
|
||||||
|
max-width: none;
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
z-index: 1;
|
||||||
|
> img {
|
||||||
|
right: -20px;
|
||||||
|
bottom: -50px;
|
||||||
|
max-width: 150%;
|
||||||
|
}
|
||||||
|
&:after {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
right: -20px;
|
||||||
|
bottom: -50px;
|
||||||
|
width: 819px;
|
||||||
|
height: 339px;
|
||||||
|
max-width: 150%;
|
||||||
|
background: linear-gradient(to right, $color-gray-light, rgba($color-gray-light, 0.5) 13%, rgba($color-gray-light, 0) 85%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.home-evolution-graphic {
|
.home-evolution-graphic {
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue