* 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
This commit is contained in:
Chuck Williams 2017-02-24 11:22:04 -07:00
commit 9229e744a9
8 changed files with 276 additions and 220 deletions

37
buy/index.html Normal file
View file

@ -0,0 +1,37 @@
---
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>