dash-website/_includes/footer.html

82 lines
4.7 KiB
HTML

<nav class="footer__nav content">
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
{% t nav.get-dash %}
<ul>
<li><a href="{{ basenav }}/get-dash/">{% t nav.download %}</a></li>
<li><a href="https://dashpay.atlassian.net/wiki/display/DOC/How+to+buy+Dash" target="_blank">{% t nav.buy %}</a></li>
<li><a href="{{ basenav }}/merchants/">{% t nav.shop %}</a></li>
<li><a href="https://dashpay.atlassian.net/wiki/display/DOC/Debit+Cards" target="_blank">{% 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="https://dashpay.atlassian.net/wiki/display/DOC/Mining" target="_blank">{% t nav.mining %}</a></li>
<li><a href="https://dashpay.atlassian.net/wiki/display/DOC/Masternode" target="_blank">{% t nav.masternode %}</a></li>
<li><a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=1146941" target="_blank">{% t nav.wallet %}</a></li>
<li><a href="https://dashcentral.org/budget/create" target="_blank">{% 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="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=1867924" target="_blank">{% t nav.exchange %}</a></li>
<li><a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=8585246" target="_blank">{% t nav.governance %}</a></li>
<li><a href="https://dashpay.atlassian.net/wiki/display/DOC/Block+Explorer" target="_blank">{% t nav.explorers %}</a></li>
<li><a href="http://dash-stats.com/" target="_blank">{% 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/#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="https://www.dash.org/forum/categories/dash-support.61/" target="_blank">{% t nav.help %}</a></li>
<li><a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=1146914" target="_blank">{% t nav.info %}</a></li>
<li><a href="https://dashpay.atlassian.net/wiki/" target="_blank">{% t nav.wiki %}</a></li>
<li><a href="{{ basenav }}/team/">{% t nav.team %}</a></li>
<li><a href="{{ basenav }}/update/">{% t nav.update %}</a></li>
<li><a href="https://www.dashfoundation.io/" target="_blank">{% t nav.foundation %}</a></li>
<li><a href="{{ basenav }}/contact/">{% t nav.contact %}</a></li>
</ul>
</section>
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
{% t nav.social %}
<ul class="footer__social">
<li><a href="{{ basenav }}/blog/">{% t nav.blog %}</a></li>
<li><a href="https://www.reddit.com/r/dashpay" target="_blank">{% t nav.reddit %}</a></li>
<li><a href="https://twitter.com/dashpay" target="_blank">{% t nav.twitter %}</a></li>
<li><a href="https://www.youtube.com/channel/UCAzD2v9Yx4a4iS2_-unODkA" target="_blank">{% t nav.youtube %}</a></li>
<li><a href="https://plus.google.com/u/0/communities/101869723775111070721/stream/03b94d84-f61a-49f2-bb7d-9ac82e1ed7f2" target="_blank">{% t nav.google %}</a></li>
<li><a href="https://www.linkedin.com/groups?home=&gid=8179817&trk=groups_most_recent-h-logo&goback=%2Egmp_8179817" target="_blank">{% t nav.linkedin %}</a></li>
<li><a href="https://facebook.com/dashpay" target="_blank">{% t nav.facebook %}</a></li>
<li><a href="https://github.com/dashpay/dash" target="_blank">{% t nav.github %}</a></li>
</ul>
</section>
</nav>
<div class="footer__menu content">
<div class="footer__languagePicker"></div>
<a href="{{ basenav }}/terms-of-use/">{% t nav.tos %}</a>
<a href="/sitemap.xml">{% t nav.sitemap %}</a>
<a href="https://github.com/dashpay/dash-website" target="_blank">{% t nav.sitesource %}</a>
<a href="{{ basenav }}/contact/">{% t nav.contact %}</a>
</div>
<div class="footer__legal">
<div class="content">
<span class="footer__copyright">&copy; {{ site.time | date: "%Y" }} The Dash Network</span>
<!-- <a href="#">Github Source</a> -->
</div>
</div>