mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Removes "Components" Section from /evolution/index.html
This commit is contained in:
parent
daa2b9f758
commit
ef13357c42
1 changed files with 0 additions and 112 deletions
|
@ -42,118 +42,6 @@ description: pages.evolution.description
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
COMPONENTS
|
||||
-->
|
||||
<section>
|
||||
<div class="content">
|
||||
<div>
|
||||
<h2>{% t pages.evolution.component-heading %}</h2>
|
||||
|
||||
{% tmd pages.evolution.component-text %}
|
||||
</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">DashDrive</h4>
|
||||
<p class="ctabox__description">A decentralized shared file system that lives on the second tier network</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">DAPI</h4>
|
||||
<p class="ctabox__description">A decentralized API which allows third tier users to access the network securely</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">DashPay Decentralized Wallets</h4>
|
||||
<p class="ctabox__description">These wallets are light clients connected to the network via DAPI and run on various platforms</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">Second Tier</h4>
|
||||
<p class="ctabox__description">The masternode network, which provides compensated infrastructure for the project</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"> Budgets</h4>
|
||||
<p class="ctabox__description">The second tier is given voting power to allocate funds for specific projects on the network via the budget system</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/strategic.jpg" class="ctabox__image">
|
||||
</div>
|
||||
<div class="ctabox__text">
|
||||
<h4 class="ctabox__title">Governance</h4>
|
||||
<p class="ctabox__description">The second tier is given voting power to govern the currency and chart the course the currency takes</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/strategic.jpg" class="ctabox__image">
|
||||
</div>
|
||||
<div class="ctabox__text">
|
||||
<h4 class="ctabox__title">Quorum Chain</h4>
|
||||
<p class="ctabox__description">This feature introduces a permanent stable masternode list, which can be used to calculate past and present quorums</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/strategic.jpg" class="ctabox__image">
|
||||
</div>
|
||||
<div class="ctabox__text">
|
||||
<h4 class="ctabox__title">Social Wallet</h4>
|
||||
<p class="ctabox__description">We introduce a social wallet, which allows friends lists, grouping of users and shared multisig accounts.</p>
|
||||
</div>
|
||||
</a>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<a href="/merchants/" target="_blank" class="btn-blue">{% t pages.evolution.slack-btn %}</a>
|
||||
<a href="{% t pages.home.merchants-link %}" target="_blank" class="btn-blue">{% t pages.evolution.forum-btn %}</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
NETWORK ARCHITECTURE
|
||||
-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue