WIP: fixed typos, added links, added text to about
This commit is contained in:
parent
7707d8b7db
commit
3d43c23399
3 changed files with 15 additions and 5 deletions
|
@ -27,11 +27,11 @@ import '../styles/components/Footer.scss'
|
|||
<h3>The Software</h3>
|
||||
<div class="footerLinks">
|
||||
<a href="https://git.moonleay.net/DiscordBots/lilJudd" target="_blank"
|
||||
>The bot's code</a
|
||||
>The code of the bot</a
|
||||
>
|
||||
<a
|
||||
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>
|
||||
</div>
|
||||
|
|
|
@ -28,7 +28,17 @@ import Layout from "@layouts/Layout.astro";
|
|||
The bot is currently being developed by <a
|
||||
href="https://discord.com/users/372703841151614976"
|
||||
target="_blank">moonleay</a
|
||||
> (hey thats me!) with the occasional oneliner from his friends!
|
||||
> (hey that'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>
|
||||
</section>
|
||||
<section>
|
||||
|
@ -50,7 +60,7 @@ import Layout from "@layouts/Layout.astro";
|
|||
</p>
|
||||
</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>
|
||||
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
|
||||
|
|
|
@ -43,7 +43,7 @@ import Layout from "@layouts/Layout.astro";
|
|||
</section>
|
||||
<section>
|
||||
<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>
|
||||
</section>
|
||||
</Layout>
|
||||
|
|
Loading…
Reference in a new issue