mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
feat: populate footer links
This commit is contained in:
parent
7766c61b9d
commit
ef57c404cf
2 changed files with 24 additions and 24 deletions
|
@ -3,50 +3,50 @@
|
|||
{% t nav.get-dash %}
|
||||
<ul>
|
||||
<li><a href="{{ basenav }}/get-dash/">{% t nav.download %}</a></li>
|
||||
<li><a href="{{ basenav }}/get-dash/">{% t nav.buy %}</a></li>
|
||||
<li><a href="{{ basenav }}/get-dash/">{% t nav.shop %}</a></li>
|
||||
<li><a href="{{ basenav }}/get-dash/">{% t nav.debit %}</a></li>
|
||||
<li><a href="https://dashpay.atlassian.net/wiki/display/DOC/How+to+buy+Dash">{% t nav.buy %}</a></li>
|
||||
<li><a href="https://dashpay.atlassian.net/wiki/display/DOC/Merchants">{% t nav.shop %}</a></li>
|
||||
<li><a href="https://shakepay.co/">{% t nav.debit %}</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
|
||||
{% t nav.participate %}
|
||||
<ul>
|
||||
<li><a href="{{ basenav }}/participate/">{% t nav.mining %}</a></li>
|
||||
<li><a href="{{ basenav }}/participate/">{% t nav.masternode %}</a></li>
|
||||
<li><a href="{{ basenav }}/participate/">{% t nav.wallet %}</a></li>
|
||||
<li><a href="{{ basenav }}/participate/">{% t nav.funding %}</a></li>
|
||||
<li><a href="https://dashpay.atlassian.net/wiki/display/DOC/Mining">{% t nav.mining %}</a></li>
|
||||
<li><a href="https://dashpay.atlassian.net/wiki/display/DOC/Masternode">{% t nav.masternode %}</a></li>
|
||||
<li><a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=1146941">{% t nav.wallet %}</a></li>
|
||||
<li><a href="https://dashcentral.org/">{% t nav.funding %}</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
|
||||
{% t nav.currency %}
|
||||
<ul>
|
||||
<li><a href="{{ basenav }}/currency/">{% t nav.exchange %}</a></li>
|
||||
<li><a href="{{ basenav }}/currency/">{% t nav.governance %}</a></li>
|
||||
<li><a href="{{ basenav }}/currency/">{% t nav.explorers %}</a></li>
|
||||
<li><a href="{{ basenav }}/currency/">{% t nav.stats %}</a></li>
|
||||
<li><a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=1867924">{% t nav.exchange %}</a></li>
|
||||
<li><a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=8585246">{% t nav.governance %}</a></li>
|
||||
<li><a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=31326219">{% t nav.explorers %}</a></li>
|
||||
<li><a href="http://dash-stats.com/">{% t nav.stats %}</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
|
||||
{% t nav.community %}
|
||||
<ul>
|
||||
<li><a href="{{ basenav }}/community/">{% t nav.discussion %}</a></li>
|
||||
<li><a href="{{ basenav }}/community/">{% t nav.social-apps %}</a></li>
|
||||
<li><a href="{{ basenav }}/community/">{% t nav.news %}</a></li>
|
||||
<li><a href="{{ basenav }}/community/">{% t nav.tools-dev %}</a></li>
|
||||
<li><a href="{{ basenav }}/community/">{% t nav.tools-masternodes %}</a></li>
|
||||
<li><a href="{{ basenav }}/community/#discussion">{% t nav.discussion %}</a></li>
|
||||
<li><a href="{{ basenav }}/community/#social">{% t nav.social-apps %}</a></li>
|
||||
<li><a href="{{ basenav }}/community/#news">{% t nav.news %}</a></li>
|
||||
<li><a href="{{ basenav }}/community/#development">{% t nav.tools-dev %}</a></li>
|
||||
<li><a href="{{ basenav }}/community/#masternodes">{% t nav.tools-masternodes %}</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
|
||||
{% t nav.project %}
|
||||
<ul>
|
||||
<li><a href="#">{% t nav.help %}</a></li>
|
||||
<li><a href="#">{% t nav.info %}</a></li>
|
||||
<li><a href="{{ basenav }}/community/#social">{% t nav.help %}</a></li>
|
||||
<li><a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=1146914">{% t nav.info %}</a></li>
|
||||
<li><a href="{{ basenav }}/team/">{% t nav.team %}</a></li>
|
||||
<li><a href="#">{% t nav.contact %}</a></li>
|
||||
<!-- <li><a href="#">{% t nav.contact %}</a></li>-->
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ description: pages.community.description
|
|||
<section id="community-discussion" class="section section--cta">
|
||||
<div class="section__content">
|
||||
<div>
|
||||
<h2>{% t pages.community.discussion-heading %}</h2>
|
||||
<h2>{% t pages.community.discussion-heading %}<a class="permalink" title="Permalink" id="discussion"></a></h2>
|
||||
|
||||
{% tmd pages.community.discussion-text %}
|
||||
</div>
|
||||
|
@ -89,7 +89,7 @@ description: pages.community.description
|
|||
<section id="community-social" class="section section--cta section--gray-light-bg">
|
||||
<div class="section__content">
|
||||
<div>
|
||||
<h2>{% t pages.community.social-heading %}</h2>
|
||||
<h2>{% t pages.community.social-heading %}<a class="permalink" title="Permalink" id="social"></a></h2>
|
||||
|
||||
{% tmd pages.community.social-text %}
|
||||
</div>
|
||||
|
@ -146,7 +146,7 @@ description: pages.community.description
|
|||
<section id="community-news" class="section section--cta">
|
||||
<div class="section__content">
|
||||
<div>
|
||||
<h2>{% t pages.community.news-heading %}</h2>
|
||||
<h2>{% t pages.community.news-heading %}<a class="permalink" title="Permalink" id="news"></a></h2>
|
||||
|
||||
{% tmd pages.community.news-text %}
|
||||
</div>
|
||||
|
@ -212,7 +212,7 @@ description: pages.community.description
|
|||
<section id="community-development" class="section section--cta section--gray-light-bg">
|
||||
<div class="section__content">
|
||||
<div>
|
||||
<h2>{% t pages.community.development-heading %}</h2>
|
||||
<h2>{% t pages.community.development-heading %}<a class="permalink" title="Permalink" id="development"></a></h2>
|
||||
|
||||
{% tmd pages.community.development-text %}
|
||||
</div>
|
||||
|
@ -257,7 +257,7 @@ description: pages.community.description
|
|||
<section id="community-masternode" class="section section--cta">
|
||||
<div class="section__content">
|
||||
<div>
|
||||
<h2>{% t pages.community.masternode-heading %}</h2>
|
||||
<h2>{% t pages.community.masternode-heading %}<a class="permalink" title="Permalink" id="masternodes"></a></h2>
|
||||
|
||||
{% tmd pages.community.masternode-text %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue