WIP: fixed typos, added links, added text to about

This commit is contained in:
moonleay 2023-11-15 00:23:32 +01:00
parent 7707d8b7db
commit 3d43c23399
Signed by: moonleay
GPG key ID: 82667543CCD715FB
3 changed files with 15 additions and 5 deletions

View file

@ -27,11 +27,11 @@ import '../styles/components/Footer.scss'
<h3>The Software</h3> <h3>The Software</h3>
<div class="footerLinks"> <div class="footerLinks">
<a href="https://git.moonleay.net/DiscordBots/lilJudd" target="_blank" <a href="https://git.moonleay.net/DiscordBots/lilJudd" target="_blank"
>The bot&apos;s code</a >The code of the bot</a
> >
<a <a
href="https://git.moonleay.net/Websites/liljudd-website" href="https://git.moonleay.net/Websites/liljudd-website"
target="_blank">The websites code</a target="_blank">The code of the website</a
> >
<a href="/acknowledgements" target="_self">Acknowledgements</a> <a href="/acknowledgements" target="_self">Acknowledgements</a>
</div> </div>

View file

@ -28,7 +28,17 @@ import Layout from "@layouts/Layout.astro";
The bot is currently being developed by <a The bot is currently being developed by <a
href="https://discord.com/users/372703841151614976" href="https://discord.com/users/372703841151614976"
target="_blank">moonleay</a target="_blank">moonleay</a
> (hey thats me!) with the occasional oneliner from his friends! > (hey that&apos;s me!) with occasional help from his friends!
</p>
</section>
<section>
<h1>How can I trust you, that you will not abuse your access?</h1>
<p>
Well you kinda have to take my word for it. If you want to check how the bot works
under the hood, you can
<a href="https://git.moonleay.net/DiscordBots/lilJudd">read the code</a>
and if you still don't trust me, you can always host the bot yourself!
A guide on how to do that can be found in the README of the git project.
</p> </p>
</section> </section>
<section> <section>
@ -50,7 +60,7 @@ import Layout from "@layouts/Layout.astro";
</p> </p>
</section> </section>
<section> <section>
<h1>Hey, there is this realy cool idea I have! Can you add it?</h1> <h1>Hey, there is this really cool idea I have! Can you add it?</h1>
<p> <p>
Just message me! I can't promise anything, but I am always open to new Just message me! I can't promise anything, but I am always open to new
ideas and improvements! You can find ways to contact me <a ideas and improvements! You can find ways to contact me <a

View file

@ -43,7 +43,7 @@ import Layout from "@layouts/Layout.astro";
</section> </section>
<section> <section>
<p> <p>
To see all used libraries and their licenses, check the Acknowledgements. To see all used libraries and their licenses, check the <a href="/acknowledgements">Acknowledgements</a>.
</p> </p>
</section> </section>
</Layout> </Layout>