mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
added dummy data for buy page
This commit is contained in:
parent
941c114562
commit
1b8c3530d8
3 changed files with 40 additions and 21 deletions
20
_i18n/en.yml
20
_i18n/en.yml
|
@ -167,19 +167,19 @@ pages:
|
||||||
|
|
||||||
hero-heading: How to buy Dash
|
hero-heading: How to buy Dash
|
||||||
hero-text: Easy guides how to buy Dash on online exchanges
|
hero-text: Easy guides how to buy Dash on online exchanges
|
||||||
buy-fiat-btn: Buy with fiat currency
|
|
||||||
buy-crypto-btn: Buy with cryptocurrency
|
|
||||||
full-list: Full Exchanges Listing
|
|
||||||
|
|
||||||
how-heading: How to Buy and Sell Dash
|
exchanges-btn: Buy with fiat currency
|
||||||
|
brokers-btn: Buy with cryptocurrency
|
||||||
|
otc-btn: OTC
|
||||||
|
local-btn: Local Markets
|
||||||
|
|
||||||
how-fiat: How to Fiat
|
exchanges-heading: Exchanges
|
||||||
how-fiat-text: One of the greatest challenges of building a crypto currency platform is ensuring you crforms.
|
brokers-heading: Brokers
|
||||||
how-fiat-btn: Show Video
|
|
||||||
|
|
||||||
how-btc: How to BTC
|
otc-heading: Over the counter
|
||||||
how-btc-text: The system would work as a decentralized voting mechanism setup ipay them directly after approval of the work in a decentralized fashion.
|
dashous-text: How to Use
|
||||||
how-btc-btn: Show Video
|
woc-text: How to use Wall of Coins
|
||||||
|
local-heading: Local Markets
|
||||||
|
|
||||||
governance:
|
governance:
|
||||||
title: Dash Official Website | Dash Crypto Currency
|
title: Dash Official Website | Dash Crypto Currency
|
||||||
|
|
|
@ -15,9 +15,10 @@
|
||||||
<p class="hero__lead">{% t pages.buy.hero-text %}</p>
|
<p class="hero__lead">{% t pages.buy.hero-text %}</p>
|
||||||
|
|
||||||
<div class="hero__buttons">
|
<div class="hero__buttons">
|
||||||
<a href="#" class="btn-white-solid">{% t pages.buy.buy-fiat-btn %}</a>
|
<a href="#" class="btn-white-solid">{% t pages.buy.exchanges-btn %}</a>
|
||||||
<a href="#" class="btn-white-solid">{% t pages.buy.buy-crypto-btn %}</a>
|
<a href="#" class="btn-white-solid">{% t pages.buy.brokers-btn %}</a>
|
||||||
<a href="#" class="btn-white-solid">{% t pages.buy.full-list %}</a>
|
<a href="#" class="btn-white-solid">{% t pages.buy.otc-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.buy.local-btn %}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -18,17 +18,35 @@ description: pages.buy.description
|
||||||
|
|
||||||
<section class="">
|
<section class="">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h2 class="section__title">{% t pages.buy.how-heading %}</h2>
|
|
||||||
<div class="row">
|
<h2 class="bottom-space">{% t pages.buy.exchanges-heading %}</h2>
|
||||||
|
|
||||||
|
<div class="row bottom-space">
|
||||||
|
<div class="col-md-3">kraken</div>
|
||||||
|
<div class="col-md-3">poloniex</div>
|
||||||
|
<div class="col-md-3">btc-e</div>
|
||||||
|
<div class="col-md-3">bifinex</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h2 class="bottom-space">{% t pages.buy.brokers-heading %}</h2>
|
||||||
|
|
||||||
|
<div class="row bottom-space">
|
||||||
|
<div class="col-md-3">Coinpult</div>
|
||||||
|
<div class="col-md-3">Changelly</div>
|
||||||
|
<div class="col-md-3">Shapeshift</div>
|
||||||
|
<div class="col-md-3">Kraken Direct</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h2 class="bottom-space">{% t pages.buy.otc-heading %}</h2>
|
||||||
|
|
||||||
|
<div class="row bottom-space">
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
<h3>{% t pages.buy.how-fiat %}</h3>
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/bE7pxHtAiNo" frameborder="0" allowfullscreen></iframe>
|
||||||
<p>{% t pages.buy.how-fiat-text %}</p>
|
<p class="text-center">{% t pages.buy.dashous-text %}</p>
|
||||||
<a href="/network" class="btn-blue">{% t pages.buy.how-fiat-btn %}</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
<h3>{% t pages.buy.how-btc %}</h3>
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/Ab7zYYrJLN8" frameborder="0" allowfullscreen></iframe>
|
||||||
<p>{% t pages.buy.how-btc-text %}</p>
|
<p class="text-center">{% t pages.buy.woc-text %}</p>
|
||||||
<a href="" class="btn-blue">{% t pages.buy.how-btc-btn %}</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue