dash-website/_includes/footer.html
2016-11-04 21:21:33 +01:00

78 lines
4 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">{% 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="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="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/display/DOC/Block+Explorer">{% 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/#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/">{% 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="{{ basenav }}/team/">{% 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">{% t nav.reddit %}</a></li>
<li><a href="https://twitter.com/dashpay">{% t nav.twitter %}</a></li>
<li><a href="https://www.youtube.com/channel/UCAzD2v9Yx4a4iS2_-unODkA">{% t nav.youtube %}</a></li>
<li><a href="https://plus.google.com/115080614177201373926/posts">{% 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">{% t nav.linkedin %}</a></li>
<li><a href="https://facebook.com/dashpay">{% t nav.facebook %}</a></li>
<li><a href="https://github.com/dashpay/dash">{% t nav.github %}</a></li>
</ul>
</section>
</nav>
<div class="footer__menu content">
<div class="footer__languagePicker"></div>
<a href="{{ basenav }}/terms-of-use/">Terms of Use</a>
<a href="/sitemap.xml">Sitemap</a>
<a href="{{ basenav }}/contact/">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>