mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +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
|
@ -18,17 +18,35 @@ description: pages.buy.description
|
|||
|
||||
<section class="">
|
||||
<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">
|
||||
<h3>{% t pages.buy.how-fiat %}</h3>
|
||||
<p>{% t pages.buy.how-fiat-text %}</p>
|
||||
<a href="/network" class="btn-blue">{% t pages.buy.how-fiat-btn %}</a>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/bE7pxHtAiNo" frameborder="0" allowfullscreen></iframe>
|
||||
<p class="text-center">{% t pages.buy.dashous-text %}</p>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<h3>{% t pages.buy.how-btc %}</h3>
|
||||
<p>{% t pages.buy.how-btc-text %}</p>
|
||||
<a href="" class="btn-blue">{% t pages.buy.how-btc-btn %}</a>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/Ab7zYYrJLN8" frameborder="0" allowfullscreen></iframe>
|
||||
<p class="text-center">{% t pages.buy.woc-text %}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue