mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Used translate markdown tag on homepage content.
This commit is contained in:
parent
22be666afe
commit
021ffaac64
1 changed files with 10 additions and 10 deletions
20
index.html
20
index.html
|
@ -9,23 +9,23 @@ description: pages.home.description
|
|||
|
||||
<div class="content">
|
||||
<h2>{% t pages.home.video-heading %}</h2>
|
||||
<p>{% t pages.home.video-text %}</p>
|
||||
{% tmd pages.home.video-text %}
|
||||
|
||||
<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>
|
||||
{% tmd pages.home.feature-private-text %}
|
||||
|
||||
<h2>{% t pages.home.feature-instant-heading %}</h2>
|
||||
<p>{% t pages.home.feature-instant-text %}</p>
|
||||
{% tmd pages.home.feature-instant-text %}
|
||||
|
||||
<h2>{% t pages.home.feature-secure-heading %}</h2>
|
||||
<p>{% t pages.home.feature-secure-text %}</p>
|
||||
{% tmd pages.home.feature-secure-text %}
|
||||
|
||||
|
||||
<h2>{% t pages.home.merchants-heading %}</h2>
|
||||
|
||||
{% t pages.home.merchants-text %}
|
||||
{% tmd 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>
|
||||
|
@ -33,13 +33,13 @@ description: pages.home.description
|
|||
|
||||
<h2>{% t pages.home.architecture-heading %}</h2>
|
||||
|
||||
{% t pages.home.architecture-text %}
|
||||
{% tmd 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 %}
|
||||
{% tmd pages.home.governance-text %}
|
||||
|
||||
<a href="#" class="btn-blue">{% t pages.home.proposal-btn %}</a>
|
||||
|
||||
|
@ -47,13 +47,13 @@ description: pages.home.description
|
|||
|
||||
<h2>{% t pages.home.network-growth-heading %}</h2>
|
||||
|
||||
{% t pages.home.network-growth-text %}
|
||||
{% tmd 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 %}
|
||||
{% tmd pages.home.evolution-text %}
|
||||
|
||||
<a href="#" class="btn-blue">{% t pages.home.evolution-btn %}</a>
|
||||
|
||||
|
@ -63,7 +63,7 @@ description: pages.home.description
|
|||
|
||||
<h2>{% t pages.home.get-started-heading %}</h2>
|
||||
|
||||
<p>{% t pages.home.get-started-text %}</p>
|
||||
{% tmd pages.home.get-started-text %}
|
||||
|
||||
<a href="#" class="btn-blue">{% t pages.home.get-started-btn %}</a>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue