mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue