mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
added buy-sell page
This commit is contained in:
parent
9b34c967ca
commit
14639ad667
3 changed files with 89 additions and 0 deletions
20
_i18n/en.yml
20
_i18n/en.yml
|
@ -1,6 +1,26 @@
|
|||
|
||||
# For multiple paragraph content add two line breaks
|
||||
pages:
|
||||
buy:
|
||||
title: Dash Official Website | Dash Crypto Currency
|
||||
description: Dash is Digital Cash
|
||||
|
||||
hero-heading: How to buy Dash
|
||||
hero-text: Easy guides how to buy Dash on online exchanges
|
||||
buy-fiat-btn: Buy with fiat currency
|
||||
buy-crypto-btn: Buy with cryptocurrency
|
||||
full-list: Full Exchanges Listing
|
||||
|
||||
how-heading: How to Buy and Sell Dash
|
||||
how-fiat: How to Fiat
|
||||
how-fiat-text: One of the greatest challenges of building a crypto currency platform is ensuring you crforms.
|
||||
how-fiat-btn: Show Video
|
||||
|
||||
how-btc: How to BTC
|
||||
how-btc-text: The system would work as a decentralized voting mechanism setup ipay them directly after approval of the work in a decentralized fashion.
|
||||
how-btc-btn: Show Video
|
||||
|
||||
|
||||
|
||||
budget:
|
||||
title: Dash Official Website | Dash Crypto Currency
|
||||
|
|
26
_includes/hero/buy.html
Normal file
26
_includes/hero/buy.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<div class="hero" id="hero">
|
||||
<div class="hero__background">
|
||||
{% srcset hero/community.jpg ppi:1,2 class="hero__background-image" %}
|
||||
{% srcset_source width:1920 %}
|
||||
{% srcset_source width:960 %}
|
||||
{% endsrcset %}
|
||||
</div>
|
||||
|
||||
<!-- Navigation -->
|
||||
{% include nav-desktop.html %}
|
||||
|
||||
<!-- Hero content -->
|
||||
<div class="hero__content">
|
||||
<h1 class="hero__title">{% t pages.budget.hero-heading %}</h1>
|
||||
<p class="hero__lead">{% t pages.budget.hero-text %}</p>
|
||||
|
||||
<div class="hero__buttons">
|
||||
<a href="#" class="btn-white-solid">{% t pages.budget.hero-how-to-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.budget.hero-guide-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.budget.hero-pools-btn %}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Hero stripe -->
|
||||
<div class="hero__stripe"></div>
|
||||
</div>
|
43
buy-sell/index.html
Normal file
43
buy-sell/index.html
Normal file
|
@ -0,0 +1,43 @@
|
|||
---
|
||||
layout: default
|
||||
title: pages.woocommerce.title
|
||||
description: pages.woocommerce.description
|
||||
---
|
||||
|
||||
|
||||
{% include hero/budget.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.budget.voting-header %}</h2>
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<h2>{% t pages.budget.voting-automatic %}</h2>
|
||||
<p>{% t pages.budget.voting-automatic-text %}</p>
|
||||
<a href="/network" class="btn-blue">{% t pages.budget.voting-guide-btn %}</a>
|
||||
<a href="/network" class="btn-blue">{% t pages.budget.voting-manual-btn %}</a>
|
||||
<a href="/network" class="btn-blue">{% t pages.budget.voting-central-btn %}</a>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<h2>{% tmd pages.budget.voting-tools %}</h2>
|
||||
<p>{% tmd pages.budget.voting-tools-text %}</p>
|
||||
<a href="">{% t pages.budget.decentralized-governance-link %}</a>
|
||||
<a href="">{% t pages.budget.masternode-budget-link %}</a>
|
||||
<a href="">{% t pages.budget.using-link %}</a>
|
||||
<a href="">{% t pages.budget.dgb-link %}</a>
|
||||
<a href="">{% t pages.budget.budget-finalization-link %}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue