dash-website/buy/index.html
Chuck Williams 9229e744a9 Merge commit '36903c1e65'
* commit '36903c1e65':
  deleted
  added mining page
  fixed governance and masternodes content
  fixed typograph
  cleaned up contact page
  cleaned up governance page; budget page=> governance page
  fixed masternodes mage

Conflicts:
	_includes/hero/governance.html
	masternodes/index.html
2017-02-24 11:22:04 -07:00

37 lines
782 B
HTML

---
layout: default
title: pages.buy.title
description: pages.buy.description
---
{% include hero/buy.html %}
{% include base.html %}
<div class="page page--home">
<!--
DASH FEATURES
PRIVATE | INSTANT | SECURE
-->
<section class="">
<div class="content">
<h2 class="section__title">{% t pages.buy.how-heading %}</h2>
<div class="row">
<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>
</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>
</div>
</div>
</div>
</section>
</div>