temp remove docs links, not done

This commit is contained in:
Jonathan Barrow 2021-12-12 20:50:57 -05:00
parent f8f651d641
commit 1e12f6a84b
2 changed files with 21 additions and 24 deletions

View File

@ -1,7 +1,6 @@
<footer>
<div>
<svg class="logotype" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 39.876" preserveAspectRatio="xMinYMin meet"
>
<div>
<svg class="logotype" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 39.876" preserveAspectRatio="xMinYMin meet">
<g id="logo_type" data-name="logo type" transform="translate(-553 -467)">
<g id="logo" transform="translate(553 467)">
<rect id="XMLID_158_" width="39.876" height="39.876" fill="#9d6ff3" opacity="0" />
@ -23,25 +22,25 @@
</text>
</g>
</svg>
<p>Copyright 2021</p>
<p>Site by <a href="https://mrjvs.com/" target="_blank">mrjvs</a>, <a href="https://jipfr.nl/" target="_blank">jipfr</a> & <a href="https://ashmonty.com/" target="_blank">monty</a></p>
</div>
<div>
<h1>Socials</h1>
<a href="https://mrjvs.com/" target="_blank">Twitter</a>
<a href="https://patreon.com/PretendoNetwork" target="_blank">Patreon</a>
<a href="https://invite.gg/pretendo" target="_blank">Discord</a>
<a href="https://github.com/PretendoNetwork" target="_blank">GitHub</a>
</div>
<div>
<h1>Useful links</h1>
<a href="/docs">Docs</a>
<p>Copyright 2021</p>
<p>Site by <a href="https://mrjvs.com/" target="_blank">mrjvs</a>, <a href="https://jipfr.nl/" target="_blank">jipfr</a> & <a href="https://ashmonty.com/" target="_blank">monty</a></p>
</div>
<div>
<h1>Socials</h1>
<a href="https://mrjvs.com/" target="_blank">Twitter</a>
<a href="https://patreon.com/PretendoNetwork" target="_blank">Patreon</a>
<a href="https://invite.gg/pretendo" target="_blank">Discord</a>
<a href="https://github.com/PretendoNetwork" target="_blank">GitHub</a>
</div>
<div>
<h1>Useful links</h1>
<a style="display: none;" href="/docs">Docs</a>
<a href="/faq">FAQ</a>
<a href="/progress">Progress</a>
<a href="/blog">Blog</a>
<a href="/account" style="display: none; /* Hiding for now since it's not ready */">Account</a>
</div>
<div class="discord-server-card">
<a href="/progress">Progress</a>
<a href="/blog">Blog</a>
<a href="/account" style="display: none; /* Hiding for now since it's not ready */">Account</a>
</div>
<div class="discord-server-card">
<h1>Want to keep updated?</h1>
<h2>Join our Discord server!</h2>
<a href="https://invite.gg/pretendo">
@ -50,6 +49,5 @@
<polyline points="12 5 19 12 12 19"></polyline>
</svg>
Join now!</a>
</div>
</footer>

View File

@ -28,7 +28,7 @@
<a href="/#about">{{ localeHelper locale "nav" "about" }}</a>
<a href="/#faq">{{ localeHelper locale "nav" "faq" }}</a>
<a href="/#credits">{{ localeHelper locale "nav" "credits" }}</a>
<a href="/docs">{{ localeHelper locale "nav" "docs"}}</a>
<a style="display: none;" href="/docs">{{ localeHelper locale "nav" "docs"}}</a>
<a href="/progress" class="keep-on-mobile">{{ localeHelper locale "nav" "progress"}}</a>
<a href="/blog" class="keep-on-mobile">{{ localeHelper locale "nav" "blog" }}</a>
</nav>
@ -118,5 +118,4 @@
<div class="item"><span class="lang"></span></div>
</div>
</div>
</header>