added budget page

This commit is contained in:
VitaliyTr 2017-02-21 22:56:14 +07:00
parent a3bab59b51
commit 9df3bcb66a
3 changed files with 211 additions and 0 deletions

View file

@ -2,6 +2,60 @@
# For multiple paragraph content add two line breaks
pages:
budget:
title: Dash Official Website | Dash Crypto Currency
description: Dash is Digital Cash
hero-heading: Budget System
hero-text: >
Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to solve two important problems in cryptocurrency: governance and funding.
hero-how-to-btn: How to start
hero-guide-btn: Guides
hero-pools-btn: Pools
description-text-hero: >
Governance in a decentralized project is difficult,
because by definition there are no central authorities to make decisions for the project.
In Dash, such decisions are made by the network, that is, by the owners of masternodes. The DGBB system allows masternodes
to vote for or against proposals, which can then be implemented (or not) by Dash's developers. A key example is early in 2016,
when Dash's Core Team submitted a proposal to the network asking whether the blocksize should be increased to 2 MB. Within 24 hours,
consensus had been reached to approve this change. Compare this to Bitcoin, where debate on the blocksize has been raging for nearly three years.
description: >
The DGBB also provides a means for Dash to fund its own development. While other projects have to depend on donations or premined endowments,
Dash uses 10% of the block reward to fund its own development. Every time a block is mined, 45% of the reward goes to the miner, 45% goes to a
masternode, and the remaining 10% is not created until the end of the month. During the month, anybody can make a budget proposal to the network.
If that proposal is approved by at least 10% of the masternode network, then at the end of the month a series of "superblocks" will be created.
At that time, the block rewards that were not paid out (10% of each block) will be used to fund approved proposals. The network thus funds itself
by reserving 10% of the block reward for budget projects.
governance-heading: Goverment Tools
voting-header: How to Voting
voting-automatic: Automated Voting
voting-automatic-text: >
One of the greatest challenges of building a crypto currency platform is ensuring you create a decentralized system of governance to manage,
fund, maintain and expand the project. This key element is absent in every currency to date, the natural response is to create a not-for-profit
foundation that is tasked with maintaining the core protocol and promoting the coin but is not really connected to the coin holders in any meaningful way.
This approach has a few issues that have been made evident from the experience of older crypto currency platforms.
voting-guide-btn: Guide - Amanda B.
voting-manual-btn: Manual Voting (in QT Wallet)
voting-central-btn: DashCentral
voting-tools: Governance Tools
voting-tools-text: >
The system would work as a decentralized voting mechanism setup in the software, where budgets for specific projects are proposed,
then the masternodes as a whole vote on them. Each project, if it passes, is added to the total budget and paid directly from the blockchain
to the person doing the work. With this, we could hire core developers and pay them directly after approval of the work in a decentralized fashion.
decentralized-governance-link: Self-sustainable Decentralized Governance
masternode-budget-link: Masternode Budget API
using-link: >
Using Decentralized Governance: Proposals, Voting, and Budgets
dgb-link: DGBB Document templates
budget-finalization-link: Budget Finalization Procedure
woocommerce:
title: Dash Official Website | Dash Crypto Currency
description: Dash is Digital Cash

View 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>

131
budget/index.html Normal file
View file

@ -0,0 +1,131 @@
---
layout: default
title: pages.woocommerce.title
description: pages.woocommerce.description
---
{% include hero/budget.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.budget.description-text-hero %}</div>
<br>
<p>{% tmd pages.budget.description %}</p>
</div>
</section>
<!--
DASH FEATURES
PRIVATE | INSTANT | SECURE
-->
<section id="" class="section section--cta">
<div class="section__content"> <!--section__content -->
<div>
<h2>{% t pages.community.discussion-heading %}<a class="permalink" title="Permalink" id="discussion"></a></h2>
{% tmd pages.community.discussion-text %}
</div>
<div class="ctabox ctabox--gray-light-bg" data-js-ctabox>
<div class="ctabox__inner">
<article class="ctabox__cta" data-js-ctabox-item>
<a href="https://www.dash.org/forum" target="_blank" class="ctabox__link">
<div class="ctabox__imagewrapper">
<img src="/assets/img/community/dashforum_logo.png" class="ctabox__image" >
</div>
<div class="ctabox__text">
<h4 class="ctabox__title">CREATE PROPOSAL</h4>
<p>Budget Proposal Generator</p>
</div>
</a>
</article>
<article class="ctabox__cta" data-js-ctabox-item>
<a href="https://www.reddit.com/r/dashpay/" target="_blank" class="ctabox__link">
<div class="ctabox__imagewrapper">
<img src="/assets/img/community/reddit_logo.png" class="ctabox__image" >
</div>
<div class="ctabox__text">
<h4 class="ctabox__title">DASHCENTRAL</h4>
<p>Budget Monitoring / Create Proposal / Monitoring MN</p>
</div>
</a>
</article>
<article class="ctabox__cta" data-js-ctabox-item>
<a href="https://bitcointalk.org/index.php?topic=421615.0" target="_blank" class="ctabox__link">
<div class="ctabox__imagewrapper">
<img src="/assets/img/community/bitcointalk_logo.png" class="ctabox__image" >
</div>
<div class="ctabox__text">
<h4 class="ctabox__title">MONITORING</h4>
<p>Budget/ Voting Monitoring</p>
</div>
</a>
</article>
<article class="ctabox__cta" data-js-ctabox-item>
<a href="https://forum.bitcoin.com/dash/" target="_blank" class="ctabox__link">
<div class="ctabox__imagewrapper">
<img src="/assets/img/community/bitcoindotcom_logo.png" class="ctabox__image" >
</div>
<div class="ctabox__text">
<h4 class="ctabox__title">VOTING STATUS</h4>
<p>masternode_payments_stats.html</p>
</div>
</a>
</article>
</div>
</div>
</div>
</section>
<section class="">
<div class="content">
<h2 class="section__title">{% tmd pages.budget.voting-header %}</h2>
<div class="row">
<div class="col-sm-6">
<h2>{% tmd pages.budget.voting-automatic %}</h2>
<p>{% tmd pages.budget.voting-automatic-text %}</p>
<a href="/network" class="btn-blue">{% tmd pages.budget.voting-guide-btn %}</a>
<a href="/network" class="btn-blue">{% tmd pages.budget.voting-manual-btn %}</a>
<a href="/network" class="btn-blue">{% tmd pages.budget.voting-central-btn %}</a>
</div>
<div class="col-sm-6">
<h2>{% tmd pages.budget.voting-tool %}</h2>
<p>{% tmd pages.budget.voting-tools-text %}</p>
<a href="">{% tmd pages.budget.decentralized-governance-link %}</a>
<a href="">{% tmd pages.budget.masternode-budget-link %}</a>
<a href="">{% tmd pages.budget.using-link %}</a>
<a href="">{% tmd pages.budget.dgb-link %}</a>
<a href="">{% tmd pages.budget.budget-finalization-link %}</a>
</div>
</div>
</div>
</div>
</section>
<section class="">
<div class="content">
<div class="row">
<div class="col-sm-6">
<h2>{% t pages.woocommerce.install-heading %}</h2>
<p>{% tmd pages.woocommerce.install-text %}</p>
<p>{% tmd pages.woocommerce.how-text-plugin %}</p>
<a href="https://wordpress.org/plugins/" class="btn-blue" target="_blank">{% t pages.woocommerce.how-text-plugin-link %}</a>
</div>
<div class="col-sm-6">
<img src="/assets/img/evolution/merchants.png">
</div>
</div>
</div>
</section>
</div>
index.html