fixed buy-sell page; fixed budget page

This commit is contained in:
VitaliyTr 2017-02-22 17:44:59 +07:00
parent 14639ad667
commit 0f020ce4e3
4 changed files with 16 additions and 21 deletions

View file

@ -12,6 +12,7 @@ pages:
full-list: Full Exchanges Listing
how-heading: How to Buy and Sell Dash
how-fiat: How to Fiat
how-fiat-text: One of the greatest challenges of building a crypto currency platform is ensuring you crforms.
how-fiat-btn: Show Video

View file

@ -11,13 +11,13 @@
<!-- Hero content -->
<div class="hero__content">
<h1 class="hero__title">{% t pages.budget.hero-heading %}</h1>
<p class="hero__lead">{% t pages.budget.hero-text %}</p>
<h1 class="hero__title">{% t pages.buy.hero-heading %}</h1>
<p class="hero__lead">{% t pages.buy.hero-text %}</p>
<div class="hero__buttons">
<a href="#" class="btn-white-solid">{% t pages.budget.hero-how-to-btn %}</a>
<a href="#" class="btn-white-solid">{% t pages.budget.hero-guide-btn %}</a>
<a href="#" class="btn-white-solid">{% t pages.budget.hero-pools-btn %}</a>
<a href="#" class="btn-white-solid">{% t pages.buy.buy-fiat-btn %}</a>
<a href="#" class="btn-white-solid">{% t pages.buy.buy-crypto-btn %}</a>
<a href="#" class="btn-white-solid">{% t pages.buy.full-list %}</a>
</div>
</div>

View file

@ -111,8 +111,8 @@ description: pages.woocommerce.description
<a href="/network" class="btn-blue">{% t pages.budget.voting-central-btn %}</a>
</div>
<div class="col-sm-6">
<h2>{% tmd pages.budget.voting-tools %}</h2>
<p>{% tmd pages.budget.voting-tools-text %}</p>
<h2>{% t pages.budget.voting-tools %}</h2>
<p>{% t pages.budget.voting-tools-text %}</p>
<a href="">{% t pages.budget.decentralized-governance-link %}</a>
<a href="">{% t pages.budget.masternode-budget-link %}</a>
<a href="">{% t pages.budget.using-link %}</a>

View file

@ -5,7 +5,7 @@ description: pages.woocommerce.description
---
{% include hero/budget.html %}
{% include hero/buy.html %}
{% include base.html %}
@ -18,23 +18,17 @@ description: pages.woocommerce.description
<section class="">
<div class="content">
<h2 class="section__title">{% t pages.budget.voting-header %}</h2>
<h2 class="section__title">{% t pages.buy.how-heading %}</h2>
<div class="row">
<div class="col-sm-6">
<h2>{% t pages.budget.voting-automatic %}</h2>
<p>{% t pages.budget.voting-automatic-text %}</p>
<a href="/network" class="btn-blue">{% t pages.budget.voting-guide-btn %}</a>
<a href="/network" class="btn-blue">{% t pages.budget.voting-manual-btn %}</a>
<a href="/network" class="btn-blue">{% t pages.budget.voting-central-btn %}</a>
<h2>{% t pages.buy.how-fiat %}</h2>
<p>{% t pages.buy.how-fiat-text %}</p>
<a href="/network" class="btn-blue">{% t pages.buy.how-fiat-btn %}</a>
</div>
<div class="col-sm-6">
<h2>{% tmd pages.budget.voting-tools %}</h2>
<p>{% tmd pages.budget.voting-tools-text %}</p>
<a href="">{% t pages.budget.decentralized-governance-link %}</a>
<a href="">{% t pages.budget.masternode-budget-link %}</a>
<a href="">{% t pages.budget.using-link %}</a>
<a href="">{% t pages.budget.dgb-link %}</a>
<a href="">{% t pages.budget.budget-finalization-link %}</a>
<h2>{% t pages.buy.how-btc %}</h2>
<p>{% t pages.buy.how-btc-text %}</p>
<a href="" class="btn-blue">{% t pages.buy.how-btc-btn %}</a>
</div>
</div>
</div>