mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
fixed all footer
This commit is contained in:
parent
0f75046727
commit
905668f151
2 changed files with 8 additions and 5 deletions
|
@ -954,6 +954,8 @@ nav:
|
||||||
news: News & Info
|
news: News & Info
|
||||||
tools-dev: Development Tools
|
tools-dev: Development Tools
|
||||||
tools-masternodes: Masternode Tools
|
tools-masternodes: Masternode Tools
|
||||||
|
graphics: Graphics
|
||||||
|
legal: Legal
|
||||||
|
|
||||||
project: Project
|
project: Project
|
||||||
help: Help & Support
|
help: Help & Support
|
||||||
|
@ -982,4 +984,4 @@ nav:
|
||||||
tos: Terms of Use
|
tos: Terms of Use
|
||||||
sitemap: Sitemap
|
sitemap: Sitemap
|
||||||
sitesource: Source code
|
sitesource: Source code
|
||||||
graphics: Graphics
|
|
||||||
|
|
|
@ -38,6 +38,8 @@
|
||||||
<li><a href="{{ basenav }}/community/#news">{% t nav.news %}</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/#development">{% t nav.tools-dev %}</a></li>
|
||||||
<li><a href="{{ basenav }}/community/#masternodes">{% t nav.tools-masternodes %}</a></li>
|
<li><a href="{{ basenav }}/community/#masternodes">{% t nav.tools-masternodes %}</a></li>
|
||||||
|
<li><a href="{{ basenav }}/legal/">{% t nav.legal %}</a></li>
|
||||||
|
<li><a href="{{ basenav }}/graphics/">{% t nav.graphics %}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -45,12 +47,12 @@
|
||||||
{% t nav.project %}
|
{% t nav.project %}
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://www.dash.org/forum/categories/dash-support.61/" target="_blank">{% t nav.help %}</a></li>
|
<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/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 }}/team/">{% t nav.team %}</a></li>
|
||||||
<li><a href="{{ basenav }}/update/">{% t nav.update %}</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="https://www.dashfoundation.io/" target="_blank">{% t nav.foundation %}</a></li>
|
||||||
<li><a href="{{ basenav }}/contact/">{% t nav.contact %}</a></li>
|
<li><a href="{{ basenav }}/contact/">{% t nav.contact %}</a></li>
|
||||||
|
<li><a href="https://dashpay.atlassian.net/wiki/display/DOC/Site+map" target="_blank">{% t nav.wiki %}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -74,7 +76,6 @@
|
||||||
<a href="/sitemap.xml">{% t nav.sitemap %}</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="https://github.com/dashpay/dash-website" target="_blank">{% t nav.sitesource %}</a>
|
||||||
<a href="{{ basenav }}/contact/">{% t nav.contact %}</a>
|
<a href="{{ basenav }}/contact/">{% t nav.contact %}</a>
|
||||||
<a href="{{ basenav }}/graphics/">{% t nav.graphics %}</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="footer__legal">
|
<div class="footer__legal">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue