Migrate all routes

This commit is contained in:
Aron Malcher 2023-11-09 14:55:27 +01:00
parent 036a2d1e4a
commit ea5a815c2c
Signed by: aronmal
GPG key ID: 816B7707426FC612
13 changed files with 621 additions and 480 deletions

View file

@ -6,8 +6,8 @@
<div class="footerIcon">
<img
class="footerImage"
src={"https://static.moonleay.net/img/lilJuddWeb/lilJudd.png"}
alt={"A cute Image of lil Judd <3"}
src="https://static.moonleay.net/img/lilJuddWeb/lilJudd.png"
alt="A cute Image of lil Judd <3"
/>
<p>li'l Judd</p>
<p class="footerImageNote">Your competitive Splatoon assistant.</p>
@ -16,45 +16,44 @@
<div>
<h3>Navigation</h3>
<div class="footerLinks">
<a href={"/"} target={"_self"}>Home</a>
<a href={"/features"} target={"_self"}>Features</a>
<a href={"/how-do-i"} target={"_self"}>How do I...?</a>
<a href={"/stack"} target={"_self"}>The Stack</a>
<a href={"/about"} target={"_self"}>About</a>
<a href="/" target="_self">Home</a>
<a href="/features" target="_self">Features</a>
<a href="/how-do-i" target="_self">How do I...?</a>
<a href="/stack" target="_self">The Stack</a>
<a href="/about" target="_self">About</a>
</div>
</div>
<div>
<h3>The Software</h3>
<div class="footerLinks">
<a
href={"https://git.moonleay.net/DiscordBots/lilJudd"}
target={"_blank"}>The Bot Code</a
<a href="https://git.moonleay.net/DiscordBots/lilJudd" target="_blank"
>The Bot Code</a
>
<a
href={"https://git.moonleay.net/Websites/liljudd-website"}
target={"_blank"}>The Website Code</a
href="https://git.moonleay.net/Websites/liljudd-website"
target="_blank">The Website Code</a
>
<a href={"/acknowledgements"} target={"_self"}>Acknowledgements</a>
<a href="/acknowledgements" target="_self">Acknowledgements</a>
</div>
</div>
<div>
<h3>More</h3>
<div class="footerLinks">
<a href={"https://moonleay.net/"} target={"_self"}>My homepage</a>
<a href={"https://moonleay.net/blog/"} target={"_blank"}>My blog</a>
<a href={"/contact"} target={"_self"}>Contact me</a>
<a href={"https://up.moonleay.net/"} target={"_blank"}>Uptime Status</a>
<a href="https://moonleay.net/" target="_self">My homepage</a>
<a href="https://moonleay.net/blog/" target="_blank">My blog</a>
<a href="/contact" target="_self">Contact me</a>
<a href="https://up.moonleay.net/" target="_blank">Uptime Status</a>
</div>
</div>
<div>
<h3>Legal</h3>
<div class="footerLinks">
<a href={"/imprint"} target={"_self"}>Imprint</a>
<a href={"/privacy-policy"} target={"_self"}>Privacy Policy</a>
<a href={"/terms-of-service"} target={"_self"}>Terms of Service</a>
<a href="/imprint" target="_self">Imprint</a>
<a href="/privacy-policy" target="_self">Privacy Policy</a>
<a href="/terms-of-service" target="_self">Terms of Service</a>
<a
href={"https://git.moonleay.net/DiscordBots/lilJudd/src/branch/master/LICENSE"}
target={"_blank"}>The license</a
href="https://git.moonleay.net/DiscordBots/lilJudd/src/branch/master/LICENSE"
target="_blank">The license</a
>
</div>
</div>
@ -64,7 +63,7 @@
product names, logos, and brands are property of their respective owners.
</p>
<p>
li'l Judd &copy; 2023 <a href={"https://moonleay.net/"} target={"_blank"}
li'l Judd &copy; 2023 <a href="https://moonleay.net/" target="_blank"
>moonleay</a
>
</p>

View file

@ -2,32 +2,32 @@
<ul class="grid">
<li class="navElem">
<div class="logoWtxt">
<a class:list={["pad3px", "textBx"]} href={"/"} target={"_self"}
<a class:list={["pad3px", "textBx"]} href="/" target="_self"
><img
class:list={["logo", "pad3px"]}
src={"https://static.moonleay.net/img/lilJuddWeb/logos/logox256.png"}
alt={"The Bots Logo"}
src="https://static.moonleay.net/img/lilJuddWeb/logos/logox256.png"
alt="The Bots Logo"
/>li'l Judd</a
>
</div>
</li>
<li class="navElem">
<a class="navLink" href={"/features"} target={"_self"}>Features</a>
<a class="navLink" href="/features" target="_self">Features</a>
</li>
<li class="navElem">
<a class="navLink" href={"/how-do-i"} target={"_self"}>How do I...?</a>
<a class="navLink" href="/how-do-i" target="_self">How do I...?</a>
</li>
<li class="navElem">
<a class="navLink" href={"/stack"} target={"_self"}>The Stack</a>
<a class="navLink" href="/stack" target="_self">The Stack</a>
</li>
<li class="navElem">
<a class="navLink" href={"/about"} target={"_self"}>About</a>
<a class="navLink" href="/about" target="_self">About</a>
</li>
<li class="navElemR">
<a
class="navLink"
href={"https://discord.com/api/oauth2/authorize?client_id=1024410658973941862&permissions=8&scope=bot"}
target={"_blank"}>Invite to your server</a
href="https://discord.com/api/oauth2/authorize?client_id=1024410658973941862&permissions=8&scope=bot"
target="_blank">Invite to your server</a
>
</li>
</ul>