mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Merge branch 'master' of https://github.com/dashpay/dash-website
This commit is contained in:
commit
46ee7c61d3
2 changed files with 115 additions and 115 deletions
|
@ -1,37 +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>
|
||||
---
|
||||
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>
|
||||
|
|
|
@ -1,78 +1,78 @@
|
|||
---
|
||||
layout: default
|
||||
title: pages.governance.title
|
||||
description: pages.governance.description
|
||||
---
|
||||
|
||||
|
||||
{% include hero/governance.html %}
|
||||
{% include base.html %}
|
||||
|
||||
|
||||
<div class="page page--home">
|
||||
|
||||
<!--
|
||||
WHAT IS PLUGIN?
|
||||
-->
|
||||
<section class="section">
|
||||
<div class="section__content">
|
||||
<div class="section__lead">{% tmd pages.governance.description-text-hero %}</div>
|
||||
<br>
|
||||
<p>{% t pages.governance.description %}</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="section__content">
|
||||
<h2 class="section__title">{% t pages.governance.governance-meaning %}</h2>
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-md-offset-3">
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/jHsVU1LBuAY" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="">
|
||||
<div class="content">
|
||||
<h2 class="section__title">{% t pages.governance.voting-header %}</h2>
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<h2>{% t pages.governance.voting-automatic %}</h2>
|
||||
<p>{% t pages.governance.voting-automatic-text %}</p>
|
||||
<a href="https://youtu.be/52TzOgq15h8" class="btn-blue" target="_blank">
|
||||
{% t pages.governance.voting-guide-btn %}
|
||||
</a>
|
||||
<a href="https://dashpay.atlassian.net/wiki/x/DIBGB" class="btn-blue" target="_blank">
|
||||
{% t pages.governance.voting-manual-btn %}
|
||||
</a>
|
||||
<a href="https://dashpay.atlassian.net/wiki/x/EIBGB" class="btn-blue" target="_blank">
|
||||
{% t pages.governance.voting-central-btn %}
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<h2>{% t pages.governance.voting-tools %}</h2>
|
||||
<p>{% t pages.governance.voting-tools-text %}</p>
|
||||
<a href="https://proposal.dash.org" class="btn-blue" target="_blank">{% t pages.governance.generator-link %}</a>
|
||||
<a href="https://www.dashcentral.org/" class="btn-blue" target="_blank">{% t pages.governance.dashcentral-link %}</a>
|
||||
<a href="http://dashvotetracker.com" class="btn-blue" target="_blank">{% t pages.governance.votetracker-link %}</a>
|
||||
<a href="https://www.dashninja.pl/budgets.html" class="btn-blue" target="_blank">{% t pages.governance.budget-monitoring-link %}</a>
|
||||
<a href="#" class="btn-blue" target="_blank">{% t pages.governance.proposal-status-link %}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="content">
|
||||
<div>
|
||||
<h2 class="section__title">{% t pages.governance.proposal-service %}</h2>
|
||||
<img src="/assets/img/update/Voting.png" alt="">
|
||||
</div>
|
||||
<div>
|
||||
<a href="http://govobject-proposal.slayer.work/" target="_blank" class="btn-blue">{% t pages.update.proposal-btn %}</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
---
|
||||
layout: default
|
||||
title: pages.governance.title
|
||||
description: pages.governance.description
|
||||
---
|
||||
|
||||
|
||||
{% include hero/governance.html %}
|
||||
{% include base.html %}
|
||||
|
||||
|
||||
<div class="page page--home">
|
||||
|
||||
<!--
|
||||
WHAT IS PLUGIN?
|
||||
-->
|
||||
<section class="section">
|
||||
<div class="section__content">
|
||||
<div class="section__lead">{% tmd pages.governance.description-text-hero %}</div>
|
||||
<br>
|
||||
<p>{% t pages.governance.description %}</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="section__content">
|
||||
<h2 class="section__title">{% t pages.governance.governance-meaning %}</h2>
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-md-offset-3">
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/jHsVU1LBuAY" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="">
|
||||
<div class="content">
|
||||
<h2 class="section__title">{% t pages.governance.voting-header %}</h2>
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<h2>{% t pages.governance.voting-automatic %}</h2>
|
||||
<p>{% t pages.governance.voting-automatic-text %}</p>
|
||||
<a href="https://youtu.be/52TzOgq15h8" class="btn-blue" target="_blank">
|
||||
{% t pages.governance.voting-guide-btn %}
|
||||
</a>
|
||||
<a href="https://dashpay.atlassian.net/wiki/x/DIBGB" class="btn-blue" target="_blank">
|
||||
{% t pages.governance.voting-manual-btn %}
|
||||
</a>
|
||||
<a href="https://dashpay.atlassian.net/wiki/x/EIBGB" class="btn-blue" target="_blank">
|
||||
{% t pages.governance.voting-central-btn %}
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<h2>{% t pages.governance.voting-tools %}</h2>
|
||||
<p>{% t pages.governance.voting-tools-text %}</p>
|
||||
<a href="https://proposal.dash.org" class="btn-blue" target="_blank">{% t pages.governance.generator-link %}</a>
|
||||
<a href="https://www.dashcentral.org/" class="btn-blue" target="_blank">{% t pages.governance.dashcentral-link %}</a>
|
||||
<a href="http://dashvotetracker.com" class="btn-blue" target="_blank">{% t pages.governance.votetracker-link %}</a>
|
||||
<a href="https://www.dashninja.pl/budgets.html" class="btn-blue" target="_blank">{% t pages.governance.budget-monitoring-link %}</a>
|
||||
<a href="#" class="btn-blue" target="_blank">{% t pages.governance.proposal-status-link %}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="content">
|
||||
<div>
|
||||
<h2 class="section__title">{% t pages.governance.proposal-service %}</h2>
|
||||
<img src="/assets/img/update/Voting.png" alt="">
|
||||
</div>
|
||||
<div>
|
||||
<a href="http://govobject-proposal.slayer.work/" target="_blank" class="btn-blue">{% t pages.update.proposal-btn %}</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue