mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
* 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
37 lines
782 B
HTML
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>
|