mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
184 lines
5 KiB
HTML
Executable file
184 lines
5 KiB
HTML
Executable file
---
|
|
layout: default
|
|
title: pages.evolution.title
|
|
description: pages.evolution.description
|
|
---
|
|
|
|
|
|
{% include hero/evolution.html %}
|
|
{% include base.html %}
|
|
|
|
<div class="page page--home">
|
|
|
|
<!--
|
|
WHAT IS DASH?
|
|
LINK TO VIDEO.
|
|
-->
|
|
<section class="section section--home-cta">
|
|
<div class="section__content">
|
|
<h2 class="section__title">{% t pages.evolution.video-heading %}</h2>
|
|
<div class="section__lead">{% tmd pages.evolution.video-text %}</div>
|
|
|
|
<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://dashpay.atlassian.net/wiki/x/ErwxBg" class="btn-blue-solid btn-large" target="_blank">{% t pages.evolution.sentinel-btn %}</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!--
|
|
prototype
|
|
-->
|
|
|
|
<section class="home-get-started-cta evo-prototype-section">
|
|
<div class="content">
|
|
<h2>{% t pages.evolution.evo-prototype-heading %}</h2>
|
|
|
|
{% tmd pages.evolution.evo-prototype-text %}
|
|
|
|
<a href="{{ basenav }}/get-dash/" class="btn-white-solid">{% t pages.evolution.evo-prototype-btn %}</a>
|
|
|
|
<img src="/assets/img/evolution/bigwallet.png" alt="">
|
|
</div>
|
|
</section>
|
|
|
|
<!--
|
|
NETWORK ARCHITECTURE
|
|
-->
|
|
<section class="section--masternode">
|
|
<div class="content">
|
|
<div class="row">
|
|
<div class="col-sm-6">
|
|
<h2>{% t pages.evolution.docs-heading %}</h2>
|
|
|
|
{% tmd pages.evolution.docs-text %}
|
|
|
|
<a href="{% t pages.evolution.docs-link %}" target="_blank" class="btn-blue">{% t pages.evolution.docs-btn %}</a>
|
|
</div>
|
|
<div class="col-sm-6 home-architecture-graphic">
|
|
<img src="/assets/img/evolution/doc.png" alt="{% t pages.evolution.docs-heading %}">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!--
|
|
EVOLUTION PROTOTYPE
|
|
-->
|
|
<section>
|
|
<div class="content">
|
|
<div class="row">
|
|
<div class="col-sm-6">
|
|
<h2>{% t pages.evolution.prototype-heading %}</h2>
|
|
|
|
{% tmd pages.evolution.prototype-text %}
|
|
|
|
<a href="{{ basenav }}/network" class="btn-blue">{% t pages.evolution.prototype-btn %}</a>
|
|
</div>
|
|
<div class="col-sm-6 home-network-graphic-live">
|
|
<img src="/assets/img/evolution/evo_prototype.png" alt="{% t pages.update.research-heading %}">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
<!--
|
|
EVOLUTION EXPLORE
|
|
-->
|
|
<section>
|
|
<div class="content">
|
|
<div class="row">
|
|
<div class="col-sm-6 col-sm-push-6">
|
|
<h2>{% t pages.evolution.explore-heading %}</h2>
|
|
|
|
{% tmd pages.evolution.explore-text %}
|
|
<a href="{{ basenav }}/community/#news" class="btn-blue">{% t pages.evolution.subscribe-btn %}</a>
|
|
<a href="https://twitter.com/dashpay" class="btn-blue">{% t pages.evolution.follow-soc-btn %}</a>
|
|
</div>
|
|
<div class="col-sm-6 col-sm-pull-6 ">
|
|
<img src="/assets/img/home/budgets.png" alt="{% t pages.evolution.explore-heading %}">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</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
|
|
-->
|
|
|
|
<section>
|
|
<div class="content">
|
|
<div class="row">
|
|
<div class="col-sm-6 col-sm-push-6">
|
|
<h2>{% t pages.evolution.social-heading %}</h2>
|
|
|
|
{% tmd pages.evolution.social-text %}
|
|
|
|
<a href="{{ basenav }}/community/#news" class="btn-blue">{% t pages.evolution.subscribe-btn %}</a>
|
|
<a href="https://twitter.com/dashpay" class="btn-blue">{% t pages.evolution.follow-soc-btn %}</a>
|
|
</div>
|
|
<div class="col-sm-6 col-sm-pull-6 home-evolution-graphic">
|
|
<img src="/assets/img/evolution/social.jpg" alt="{% t pages.evolution.social-heading %}">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!--
|
|
LATEST NEWS
|
|
-->
|
|
<section class="home-latest-news">
|
|
<div class="content">
|
|
<h2>{% t pages.home.news-heading %}</h2>
|
|
|
|
<div class="row">
|
|
{% for post in site.posts limit:4 %}
|
|
<div class="col-sm-6 col-md-3">
|
|
<div class="news-post">
|
|
<div class="news-image">
|
|
{% if post.image %}
|
|
<img src="/assets/img/blog/{{ post.image }}">
|
|
{% endif %}
|
|
</div>
|
|
<div class="news-body">
|
|
<h3 class="news-title">{{ post.title }}</h3>
|
|
<div class="date">{{ post.date | date: "%b %d, %Y" }}</div>
|
|
<p>{{ post.excerpt | strip_html | truncate: 250 }}</p>
|
|
<a class="read-more" href="{{ basenav }}{{ post.url }}">Read More...</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endfor %}
|
|
</div>
|
|
|
|
<div>
|
|
<a href="{{ basenav }}/blog/" class="btn-blue">{% t pages.home.news-btn %}</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
</div>
|