🎨 Formatted code

This commit is contained in:
Mawoka
2022-05-09 17:00:19 +02:00
parent bb44247e6b
commit 4075cf086c
+22 -13
View File
@@ -1,25 +1,34 @@
<footer class='text-center text-white border-black'> <footer class="text-center text-white border-black">
<div class='text-center pt-4 bg-gray-700'> <div class="text-center pt-4 bg-gray-700">
Made with ❤️ by Made with ❤️ by
<a <a
href='https://mawoka.eu?utm_source=ClassQuiz&utm_medium=footer' href="https://mawoka.eu?utm_source=ClassQuiz&utm_medium=footer"
target='_blank' target="_blank"
class='hover:underline bg-clip-text text-transparent bg-gradient-to-r from-[#009444] via-[#39b54a] to-[#8dc63f]' class="hover:underline bg-clip-text text-transparent bg-gradient-to-r from-[#009444] via-[#39b54a] to-[#8dc63f]"
>Mawoka</a >Mawoka</a
> >
and with the help of and with the help of
<a href='/docs/attribution' class='underline text-blue-300 hover:text-blue-500 transition' <a href="/docs/attribution" class="underline text-blue-300 hover:text-blue-500 transition"
>others</a >others</a
>. >.
</div> </div>
<div class='text-center bg-gray-700 pb-2'> <div class="text-center bg-gray-700 pb-2">
<p>If you find this useful, please consider <a href='https://mawoka.eu/donate' target='_blank' <p>
class='underline text-blue-300 hover:text-blue-500 transition'>Donating</a>. If you find this useful, please consider <a
<a href='https://mawoka.eu/donate' target='_blank' href="https://mawoka.eu/donate"
class='underline text-blue-300 hover:text-blue-500 transition'>More details are here.</a></p> target="_blank"
class="underline text-blue-300 hover:text-blue-500 transition">Donating</a
>.
<a
href="https://mawoka.eu/donate"
target="_blank"
class="underline text-blue-300 hover:text-blue-500 transition"
>More details are here.</a
>
</p>
</div> </div>
<div class='flex justify-center bg-gray-700 border-t-2 border-t-white'> <div class="flex justify-center bg-gray-700 border-t-2 border-t-white">
<p class='text-gray-400 text-center'> <p class="text-gray-400 text-center">
<i>Kahoot! and the K! logo are trademarks of Kahoot! AS</i> <i>Kahoot! and the K! logo are trademarks of Kahoot! AS</i>
</p> </p>
</div> </div>