mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
* homepage links * Link logo to What is Dash page. * Plugin to generate sitemap.xml * Link to sitemap plugin github repo. * Footer links Still need to create pages for: * terms-of-use/ * contact/ * Get Dash and Participate links * New link keys for language yml files. * Missing Contact and Terms of Use pages (placeholders)
78 lines
3.5 KiB
HTML
78 lines
3.5 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="{{ 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>
|
|
</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>
|
|
</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>
|
|
</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>
|
|
</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 }}/team/">{% t nav.team %}</a></li>
|
|
<li><a href="#">{% 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">© {{ site.time | date: "%Y" }} The Dash Network</span>
|
|
<!-- <a href="#">Github Source</a> -->
|
|
</div>
|
|
</div>
|