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:
@@ -0,0 +1,3 @@
|
||||
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js"
|
||||
data-id="ricodev" data-description="Support me on Buy me a coffee!" data-message="" data-color="#FF813F"
|
||||
data-position="Right" data-x_margin="18" data-y_margin="18"></script>
|
||||
@@ -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