mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
fixed update page
This commit is contained in:
parent
47f2e3d6be
commit
dd9694af57
7 changed files with 105 additions and 178 deletions
|
@ -46,90 +46,19 @@ description: pages.update.description
|
|||
</section>
|
||||
|
||||
<!--
|
||||
INTEGRATION
|
||||
PROPOSAL
|
||||
-->
|
||||
<section>
|
||||
<div class="content">
|
||||
<div>
|
||||
<h2>{% t pages.update.integrate-heading %}</h2>
|
||||
|
||||
{% tmd pages.update.integrate-text %}
|
||||
<h2>{% t pages.update.proposal-heading %}</h2>
|
||||
<img src="/assets/img/update/Voting.png" alt="">
|
||||
</div>
|
||||
|
||||
<div class="ctabox ctabox_small-font ctabox--gray-light-bg" data-js-ctabox>
|
||||
<div class="ctabox__inner">
|
||||
<article class="ctabox__cta" data-js-ctabox-item>
|
||||
<a href="https://shakepay.co" target="_blank" class="ctabox__link">
|
||||
<div class="ctabox__imagewrapper">
|
||||
<img src="/assets/img/update/network.png" class="ctabox__image">
|
||||
</div>
|
||||
<div class="ctabox__text">
|
||||
<h4 class="ctabox__title">EVOLUTION</h4>
|
||||
<p class="ctabox__description">Lead evolution developer Andy Freer has been locked away producing huge amounts of documentation for the various concepts of Evolution.</p>
|
||||
</div>
|
||||
</a>
|
||||
</article>
|
||||
<article class="ctabox__cta" data-js-ctabox-item>
|
||||
<a href="https://www.livingroomofsatoshi.com/" target="_blank" class="ctabox__link">
|
||||
<div class="ctabox__imagewrapper">
|
||||
<img src="/assets/img/update/update.png" class="ctabox__image">
|
||||
</div>
|
||||
<div class="ctabox__text">
|
||||
<h4 class="ctabox__title">RESEARCH</h4>
|
||||
<p class="ctabox__description">In January 2016 we released an early Evolution prototype based on Electrum which enabled basic functions such as registering a username and paying friends by name.</p>
|
||||
</div>
|
||||
</a>
|
||||
</article>
|
||||
<article class="ctabox__cta" data-js-ctabox-item>
|
||||
<a href="https://www.bolehvpn.net/" target="_blank" class="ctabox__link">
|
||||
<div class="ctabox__imagewrapper">
|
||||
<img src="/assets/img/update/frontend.png" class="ctabox__image">
|
||||
</div>
|
||||
<div class="ctabox__text">
|
||||
<h4 class="ctabox__title">FRONTEND</h4>
|
||||
<p class="ctabox__description">The 3 main areas of frontend design and development have been to design a secure, SPV based Web Wallet, merchant tools to enable drag-and-drop checkout on a website, and an SDK that connects web clients to DAPI.</p>
|
||||
</div>
|
||||
</a>
|
||||
</article>
|
||||
<article class="ctabox__cta" data-js-ctabox-item>
|
||||
<a href="https://node40.com" target="_blank" class="ctabox__link">
|
||||
<div class="ctabox__imagewrapper">
|
||||
<img src="/assets/img/update/backend.png" class="ctabox__image">
|
||||
</div>
|
||||
<div class="ctabox__text">
|
||||
<h4 class="ctabox__title">BACKEND</h4>
|
||||
<p class="ctabox__description">The first has been to port BitPay’s Bitcore Platform to Dash including merging Bitcore Node to DashCore 12.1 for native API support.</p>
|
||||
</div>
|
||||
</a>
|
||||
</article>
|
||||
<article class="ctabox__cta" data-js-ctabox-item>
|
||||
<a href="https://shapeshift.io" target="_blank" class="ctabox__link">
|
||||
<div class="ctabox__imagewrapper">
|
||||
<img src="/assets/img/update/code.png" class="ctabox__image">
|
||||
</div>
|
||||
<div class="ctabox__text">
|
||||
<h4 class="ctabox__title"> CORE</h4>
|
||||
<p class="ctabox__description">Evolution Core work has been focused on first providing a basis to the new system in the form of Sentinel and improving DashCore to be implementation-agnostic to governance functions and objects.</p>
|
||||
</div>
|
||||
</a>
|
||||
</article>
|
||||
<article class="ctabox__cta" data-js-ctabox-item>
|
||||
<a href="https://misconductwineco.com/" target="_blank" class="ctabox__link">
|
||||
<div class="ctabox__imagewrapper">
|
||||
<img src="/assets/img/update/netw.png" class="ctabox__image">
|
||||
</div>
|
||||
<div class="ctabox__text">
|
||||
<h4 class="ctabox__title">NETWORK</h4>
|
||||
<p class="ctabox__description">Enforcement will be turned off for this network upgrade, meaning nodes running the old version of the Dash software (12.0) will quickly stop being paid (contingent on miners upgrading).</p>
|
||||
</div>
|
||||
</a>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<a href="http://dash-nation-invite.herokuapp.com/" target="_blank" class="btn-blue">{% t pages.update.slack-btn %}</a>
|
||||
<a href="https://www.dash.org/forum" target="_blank" class="btn-blue">{% t pages.update.forum-btn %}</a>
|
||||
<a href="http://govobject-proposal.slayer.work/" target="_blank" class="btn-blue">{% t pages.update.proposal-btn %}</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue