mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
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
This commit is contained in:
commit
9229e744a9
8 changed files with 276 additions and 220 deletions
37
buy/index.html
Normal file
37
buy/index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue