Update: Evolution page

This commit is contained in:
andyfreer 2017-02-06 00:40:31 +00:00
parent 0e5f914530
commit ed2d55c6d9
4 changed files with 149 additions and 154 deletions

View file

@ -29,11 +29,7 @@ pages:
video-btn: Woocommerce Overview Video video-btn: Woocommerce Overview Video
install-heading: WordPress DashSetupvideo install-heading: WordPress DashSetupvideo
install-text: > install-text:
Dash Evolution creates a new type of cryptographic currency
with various advanced features that assist in the creation of decentralized technology.
Dash introduces a tiered network design, which allows users to do various jobs for the network, along with
decentralized API access and a decentralized file system.
install-btn: Learn More install-btn: Learn More
how-heading: How to how-heading: How to
@ -94,21 +90,22 @@ pages:
hero-image: hero-image:
hero-heading: DASH EVOLUTION hero-heading: DASH EVOLUTION
hero-text: Dash Evolution, the first cryptocurrency you can use on web and mobile without an intermediary. hero-text: A glimpse at the future of payments
hero-btn: More about Evolution hero-btn: More about Evolution
subscribe-btn: Subscribe subscribe-btn: Subscribe
video-heading: DEVELOPMENT video-heading: MISSION
video-text: Dash Evolution creates a new type of cryptographic currency with various advanced features that assist in the creation of decentralized technology. Dash introduces a tiered network design, which allows users to do various jobs for the network, along with decentralized API access and a decentralized file system. video-text: Evolution's mission is to make digital cash easy to use and easy to access for all users, including your grandma. Every user can setup an Account on the blockchain, add contacts and pay them by name and purchase from websites and mobile apps with a single click.
video-btn: Overview Video video-btn: Prototype Video
video-btn2: Wallet Preview
sentinel-btn: Sentinel sentinel-btn: Sentinel
slack-btn: Slack Chanel slack-btn: Slack Chanel
forum-btn: Dash Forums forum-btn: Dash Forums
evo-prototype-heading: Dash Evolution Prototype evo-prototype-heading: LITE WALLETS
evo-prototype-text: We will be writing the software for this project in stages, the first stage will take about 2 months to have a very early prototype for Dash Evolution that includes a basic implementation of DashDrive, Primitives, DAPI and a simple T3 wallet. In six to eight months, we should be entering testnet phase with most basic functionality. In 12-18 months, we plan for the first release version (a stable prototype). evo-prototype-text: Evolution introduces a new class of lite-wallet, with SPV security and browser compatibility that connects direct to our P2P network of over 4,000 nodes who get rewarded for hosting user accounts on the blockchain.
evo-prototype-btn: Dash Prototype evo-prototype-btn: Dash Prototype
slack-btn: Slack Chanel slack-btn: Slack Chanel
@ -119,9 +116,9 @@ pages:
Included below is our current work on Evolution, that adds many components such as: Included below is our current work on Evolution, that adds many components such as:
docs-heading: Evolution Documentation docs-heading: CONSUMER FRIENDLY
docs-text: The documentation below is intended to be a very early version of what were planning on implementing, however, everything is subject to change over time. These arent really intended to be whitepapers, just simple technical documents showing the design choices and structures. docs-text: In Evolution you can connect direct with merchants and get moderated refunds on all purchases or even setup auto-debits to pay subscriptions automatically. Every merchant that integrates Dash is searchable on the blockchain and you can rate purchases so the community can decide who's providing a good service or not.
docs-btn: Learn More docs-btn: Learn More
docs-link: https://www.dash.org/forum/threads/january-2017-budget-report.12601/ docs-link: https://www.dash.org/forum/threads/january-2017-budget-report.12601/
@ -134,12 +131,10 @@ pages:
proposal-btn: Proposals proposal-btn: Proposals
proposal-submit-btn: Submit a Proposal proposal-submit-btn: Submit a Proposal
prototype-heading: Evolution Prototype prototype-heading: EVOLUTION ALPHA
prototype-text: prototype-text:
Explore all of the features of the Dash Evolution prototype. Including Registration, Validation of the account, login, friending, pay-to-alias and pay-with-dash buttons. With Dash 12.1 released our next step will be an Alpha version of Evolution launched later in 2017. We will be releasing things before then including the whitepaper, so please check back here for updates and stay tuned!
We will be releasing many more documents not here yet in the near future, please keep coming back to see updates and progress of Evolution.
prototype-btn: Network Stats prototype-btn: Network Stats
explore-heading: Explore Dash explore-heading: Explore Dash
@ -152,16 +147,15 @@ pages:
subscribe-btn: Subscribe to News subscribe-btn: Subscribe to News
follow-soc-btn: Follow Twitter follow-soc-btn: Follow Twitter
merchants-heading: MERCHANTS merchants-heading: MERCHANT FRIENDLY
merchants-text: merchants-text:
Add Dash payments to your app in minutes using common web standards. Add Dash payments to your site or mobile app in minutes using a simple, decentralized API.
Forget about complex infrastructure or centralized services being needed to handle your customer's funds. Keep full control of your funds without the hassle or hidden costs of centralized payment processors. Forget about complex infrastructure or relying on 3rd parties to handle your customer's payments and build direct relationships with your customers using the blockchain.
merchants-btn: For Merchants merchants-btn: For Merchants
merchants-plugin-btn: Woocommerce Plugin merchants-plugin-btn: Woocommerce Plugin
social-heading: Dash Social social-heading: Dash Social
social-text: > social-text: >

View file

@ -19,7 +19,7 @@
<div class="hero__buttons"> <div class="hero__buttons">
<a href="https://dashpay.atlassian.net/wiki/x/DQBcAg" class="btn-blue-solid btn-large" target="_blank">{% t pages.evolution.hero-btn %}</a> <a href="https://dashpay.atlassian.net/wiki/x/DQBcAg" class="btn-blue-solid btn-large" target="_blank">{% t pages.evolution.hero-btn %}</a>
<a href="{{basenav}}/contact/#mailing" class="btn-blue-solid btn-large">{% t pages.evolution.subscribe-btn %}</a> <!--a href="{{basenav}}/contact/#mailing" class="btn-blue-solid btn-large">{% t pages.evolution.subscribe-btn %}</a-->
</div> </div>
</div> </div>

View file

@ -21,7 +21,7 @@ description: pages.evolution.description
<div class="section__btn-grp"> <div class="section__btn-grp">
<a href="https://www.youtube.com/watch?v=rcHC40YmS0g" class="btn-blue btn-large" target="_blank" data-js-popup="video">{% t pages.evolution.video-btn %}</a> <a href="https://www.youtube.com/watch?v=rcHC40YmS0g" class="btn-blue btn-large" target="_blank" data-js-popup="video">{% t pages.evolution.video-btn %}</a>
<a href="https://dashpay.atlassian.net/wiki/x/ErwxBg" class="btn-blue-solid btn-large" target="_blank">{% t pages.evolution.sentinel-btn %}</a> <!--a href="https://dashpay.atlassian.net/wiki/x/ErwxBg" class="btn-blue-solid btn-large" target="_blank">{% t pages.evolution.sentinel-btn %}</a-->
</div> </div>
</div> </div>
</section> </section>
@ -36,14 +36,38 @@ description: pages.evolution.description
{% tmd pages.evolution.evo-prototype-text %} {% tmd pages.evolution.evo-prototype-text %}
<a href="{{ basenav }}/get-dash/" class="btn-white-solid">{% t pages.evolution.evo-prototype-btn %}</a> <!--a href="{{ basenav }}/get-dash/" class="btn-white-solid">{% t pages.evolution.evo-prototype-btn %}</a-->
<div class="section__btn-grp">
<a href="https://www.youtube.com/watch?v=7J4m04Tkfb4" class="btn-blue btn-large" target="_blank" data-js-popup="video">{% t pages.evolution.video-btn2 %}</a>
</div>
<img src="/assets/img/evolution/bigwallet.png" alt=""> <img src="/assets/img/evolution/bigwallet.png" alt="">
</div> </div>
</section> </section>
<!-- <!--
NETWORK ARCHITECTURE EVOLUTION MERCHANTS
-->
<section>
<div class="content">
<div class="row">
<div class="col-sm-6">
<h2>{% t pages.evolution.merchants-heading %}</h2>
{% tmd pages.evolution.merchants-text %}
<!--a href="{{ basenav }}/network" class="btn-blue">{% t pages.evolution.merchants-btn %}</a>
<a href="{{ basenav }}/network" class="btn-blue">{% t pages.evolution.merchants-plugin-btn %}</a-->
</div>
<div class="col-sm-6 home-network-graphic-live">
<img src="/assets/img/evolution/merchants.png" alt="{% t pages.evolution.merchants-heading %}">
</div>
</div>
</div>
</section>
<!--
CONSUMERS
--> -->
<section class="section--masternode"> <section class="section--masternode">
<div class="content"> <div class="content">
@ -53,7 +77,7 @@ description: pages.evolution.description
{% tmd pages.evolution.docs-text %} {% tmd pages.evolution.docs-text %}
<a href="{% t pages.evolution.docs-link %}" target="_blank" class="btn-blue">{% t pages.evolution.docs-btn %}</a> <!--a href="{% t pages.evolution.docs-link %}" target="_blank" class="btn-blue">{% t pages.evolution.docs-btn %}</a-->
</div> </div>
<div class="col-sm-6 home-architecture-graphic"> <div class="col-sm-6 home-architecture-graphic">
<img src="/assets/img/evolution/doc.png" alt="{% t pages.evolution.docs-heading %}"> <img src="/assets/img/evolution/doc.png" alt="{% t pages.evolution.docs-heading %}">
@ -63,7 +87,7 @@ description: pages.evolution.description
</section> </section>
<!-- <!--
EVOLUTION PROTOTYPE EVOLUTION ALPHA
--> -->
<section> <section>
<div class="content"> <div class="content">
@ -73,7 +97,7 @@ description: pages.evolution.description
{% tmd pages.evolution.prototype-text %} {% tmd pages.evolution.prototype-text %}
<a href="{{ basenav }}/network" class="btn-blue">{% t pages.evolution.prototype-btn %}</a> <!--a href="{{ basenav }}/network" class="btn-blue">{% t pages.evolution.prototype-btn %}</a-->
</div> </div>
<div class="col-sm-6 home-network-graphic-live"> <div class="col-sm-6 home-network-graphic-live">
<img src="/assets/img/evolution/evo_prototype.png" alt="{% t pages.update.research-heading %}"> <img src="/assets/img/evolution/evo_prototype.png" alt="{% t pages.update.research-heading %}">
@ -82,10 +106,9 @@ description: pages.evolution.description
</div> </div>
</section> </section>
<!-- <!--
EVOLUTION EXPLORE EVOLUTION EXPLORE
-->
<section> <section>
<div class="content"> <div class="content">
<div class="row"> <div class="row">
@ -102,32 +125,10 @@ description: pages.evolution.description
</div> </div>
</div> </div>
</section> </section>
<!--
EVOLUTION MERCHANTS
--> -->
<section>
<div class="content">
<div class="row">
<div class="col-sm-6">
<h2>{% t pages.evolution.merchants-heading %}</h2>
{% tmd pages.evolution.merchants-text %}
<a href="{{ basenav }}/network" class="btn-blue">{% t pages.evolution.merchants-btn %}</a>
<a href="{{ basenav }}/network" class="btn-blue">{% t pages.evolution.merchants-plugin-btn %}</a>
</div>
<div class="col-sm-6 home-network-graphic-live">
<img src="/assets/img/evolution/merchants.png" alt="{% t pages.evolution.merchants-heading %}">
</div>
</div>
</div>
</section>
<!-- <!--
SOCIAL SOCIAL
-->
<section> <section>
<div class="content"> <div class="content">
@ -146,7 +147,7 @@ description: pages.evolution.description
</div> </div>
</div> </div>
</section> </section>
-->
<!-- <!--
LATEST NEWS LATEST NEWS
--> -->

View file

@ -78,7 +78,7 @@ description: pages.woocommerce.description
<!-- <!--
Woocommerce setup video Woocommerce setup video
-->
<section class=""> <section class="">
<div class="content"> <div class="content">
<div class="row"> <div class="row">
@ -94,6 +94,6 @@ description: pages.woocommerce.description
</div> </div>
</div> </div>
</section> </section>
-->
</div> </div>