mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
fix: fix up about page and footer
This commit is contained in:
@@ -18,10 +18,12 @@
|
|||||||
|
|
||||||
<div class="flex items-center justify-center mt-2">
|
<div class="flex items-center justify-center mt-2">
|
||||||
<a href="{{ route('about.faq.heimerdinger') }}"
|
<a href="{{ route('about.faq.heimerdinger') }}"
|
||||||
class="px-4 py-2 mr-3 font-bold transition-all bg-orange-400 rounded text-neutral-900 hover:bg-orange-300">FAQ •
|
class="px-4 py-2 mr-3 font-bold transition-all bg-orange-400 rounded text-neutral-900 hover:bg-orange-300">FAQ
|
||||||
|
•
|
||||||
Heimerdinger</a>
|
Heimerdinger</a>
|
||||||
<a href="{{ route('about.faq.leagueoflegends') }}"
|
<a href="{{ route('about.faq.leagueoflegends') }}"
|
||||||
class="px-4 py-2 font-bold transition-all bg-orange-400 rounded text-neutral-900 hover:bg-orange-300">FAQ • League of
|
class="px-4 py-2 font-bold transition-all bg-orange-400 rounded text-neutral-900 hover:bg-orange-300">FAQ •
|
||||||
|
League of
|
||||||
Legends</a>
|
Legends</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -81,7 +83,7 @@
|
|||||||
Heimerdinger.lol is a fan-made website and created + ran by one person. Heimerdinger.lol is free to use
|
Heimerdinger.lol is a fan-made website and created + ran by one person. Heimerdinger.lol is free to use
|
||||||
and
|
and
|
||||||
will
|
will
|
||||||
always be free to use. We currently do not run ads on our website. We are not affiliated with Riot Games
|
always be free to use. We are not affiliated with Riot Games
|
||||||
in
|
in
|
||||||
any way. We are just a fan of League of Legends and
|
any way. We are just a fan of League of Legends and
|
||||||
created this website to help other fans while also learning and practicing our skills. We hope you enjoy
|
created this website to help other fans while also learning and practicing our skills. We hope you enjoy
|
||||||
|
|||||||
@@ -50,9 +50,8 @@
|
|||||||
href="{{ route('sitemap.index') }}" class="hover:underline">Sitemap</a></span>
|
href="{{ route('sitemap.index') }}" class="hover:underline">Sitemap</a></span>
|
||||||
<span
|
<span
|
||||||
class="flex flex-row items-center justify-center text-sm text-gray-400 whitespace-pre sm:text-center dark:text-gray-400">© {{ date('Y') }} <a
|
class="flex flex-row items-center justify-center text-sm text-gray-400 whitespace-pre sm:text-center dark:text-gray-400">© {{ date('Y') }} <a
|
||||||
href="/" class="hover:underline">Heimerdinger.LoL</a> • Made with <a
|
href="/" class="hover:underline">Heimerdinger.LoL</a> • Made with <x-iconsax-bul-heart-circle
|
||||||
aria-label="Find out more about the creator of Heimerdinger.lol" href="https://solo.to/fwost"><x-iconsax-bul-heart-circle
|
class="relative self-center inline-block w-5 text-red-400"/></span>
|
||||||
class="relative self-center inline-block w-5 text-red-400"/></a></span>
|
|
||||||
|
|
||||||
<span> <p class="mt-3 font-mono text-sm text-gray-200 opacity-75">Version: {{ getCommitHash() }}</p> </span>
|
<span> <p class="mt-3 font-mono text-sm text-gray-200 opacity-75">Version: {{ getCommitHash() }}</p> </span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user