dash-website/index.html
Perry Woodin 301adce8fd Removed i18n html files
Using the yml file to control basic content instead of custom html
files. Custom html files can be used for some of the more complicated
layouts.
2016-07-12 17:33:10 -04:00

69 lines
No EOL
1.8 KiB
HTML

---
layout: default
title: pages.home.title
description: pages.home.description
---
{% tf home/hero.html %}
<div class="content">
<h2>{% t pages.home.video-heading %}</h2>
<p>{% t pages.home.video-text %}</p>
<a href="#" class="btn-blue">{% t pages.home.video-btn %}</a>
<h2>{% t pages.home.feature-private-heading %}</h2>
<p>{% t pages.home.feature-private-text %}</p>
<h2>{% t pages.home.feature-instant-heading %}</h2>
<p>{% t pages.home.feature-instant-text %}</p>
<h2>{% t pages.home.feature-secure-heading %}</h2>
<p>{% t pages.home.feature-secure-text %}</p>
<h2>{% t pages.home.merchants-heading %}</h2>
{% t pages.home.merchants-text %}
<a href="#" class="btn-blue">{% t pages.home.merchants-btn %}</a>
<a href="#" class="btn-blue">{% t pages.home.merchants-join-btn %}</a>
<h2>{% t pages.home.architecture-heading %}</h2>
{% t pages.home.architecture-text %}
<a href="#" class="btn-blue">{% t pages.home.architecture-btn %}</a>
<h2>{% t pages.home.governance-heading%}</h2>
{% t pages.home.governance-text %}
<a href="#" class="btn-blue">{% t pages.home.proposal-btn %}</a>
<a href="#" class="btn-blue">{% t pages.home.proposal-submit-btn %}</a>
<h2>{% t pages.home.network-growth-heading %}</h2>
{% t pages.home.network-growth-text %}
<a href="#" class="btn-blue">{% t pages.home.network-growth-btn %}</a>
<h2>{% t pages.home.evolution-heading %}</h2>
{% t pages.home.evolution-text %}
<a href="#" class="btn-blue">{% t pages.home.evolution-btn %}</a>
<h2>{% t pages.home.news-heading %}</h2>
<a href="#" class="btn-blue">{% t pages.home.news-btn %}</a>
<h2>{% t pages.home.get-started-heading %}</h2>
<p>{% t pages.home.get-started-text %}</p>
<a href="#" class="btn-blue">{% t pages.home.get-started-btn %}</a>
</div>