30 lines
1.4 KiB
PHP
30 lines
1.4 KiB
PHP
<footer class="bg-dgreen" style="background-image: url('{{ asset('images/footer/footer.png') }}');">
|
|
<div class="w-full max-w-screen-xl mx-auto p-4 md:py-8">
|
|
<div class="sm:flex sm:items-center sm:justify-between">
|
|
<a href="" class="flex items-center mb-4 sm:mb-0 space-x-3 rtl:space-x-reverse">
|
|
<img src="{{ asset('images/footer/logo.png') }}" class="h-8" alt="Flowbite Logo" />
|
|
</a>
|
|
<ul class="flex flex-wrap items-center mb-6 text-sm font-medium text-gray-500 sm:mb-0 dark:text-gray-400">
|
|
<li>
|
|
<a href="#" class="hover:underline me-4 md:me-6">About</a>
|
|
</li>
|
|
<li>
|
|
<a href="#" class="hover:underline me-4 md:me-6">Privacy Policy</a>
|
|
</li>
|
|
<li>
|
|
<a href="#" class="hover:underline me-4 md:me-6">Licensing</a>
|
|
</li>
|
|
<li>
|
|
<a href="#" class="hover:underline">Contact</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<hr class="my-6 border-gray-200 sm:mx-auto dark:border-gray-700 lg:my-8" />
|
|
<div class="flex justify-between items-center">
|
|
<span class="text-sm text-white">© 2024 Gumukmas Multifarm.</span>
|
|
<span class="text-sm text-white">Indonesia</a></span>
|
|
</div>
|
|
|
|
</div>
|
|
</footer>
|