mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
feat: Add support page
- Added a new method in HomeController to handle the support page. - Created a new blade template for the support page with donation options.
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
<a href="/contact"
|
||||
class="mr-4 hover:underline md:mr-6 decoration-orange-500 decoration-1">Contact</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/support-me"
|
||||
class="mr-4 hover:underline md:mr-6 decoration-orange-500 decoration-1">Support</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/post/privacy-policy"
|
||||
class="mr-4 hover:underline md:mr-6 decoration-orange-500 decoration-1">Privacy</a>
|
||||
@@ -38,7 +42,7 @@
|
||||
style="width: 250px; height: 54px;" width="250" height="54"/></a>
|
||||
</div>
|
||||
<span
|
||||
class="flex mb-2 flex-row items-center justify-center text-sm text-gray-300 whitespace-pre sm:text-center dark:text-gray-300"> <a
|
||||
class="flex flex-row items-center justify-center mb-2 text-sm text-gray-300 whitespace-pre sm:text-center dark:text-gray-300"> <a
|
||||
href="{{route('sitemap.index')}}" class="hover:underline">Sitemap</a></span>
|
||||
<span
|
||||
class="flex flex-row items-center justify-center text-sm text-gray-500 whitespace-pre sm:text-center dark:text-gray-400">© {{date('Y')}} <a
|
||||
|
||||
Reference in New Issue
Block a user