35632-vm/_footer.php
2025-12-18 00:31:58 +00:00

15 lines
952 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<footer class="bg-blue-800 text-white">
<div class="max-w-7xl mx-auto px-6 py-4 flex flex-wrap justify-between items-center text-sm">
<div class="flex items-center gap-x-6 gap-y-2 flex-wrap">
<span>FinMox © 2025</span>
<a href="#" class="hover:underline">Security & Privacy</a>
<span class="hidden md:inline">Humanreviewed outputs</span>
<span class="hidden md:inline">No automated hiring decisions</span>
<span class="hidden md:inline">Built for intentional hiring</span>
</div>
<div class="flex items-center gap-4 mt-2 md:mt-0">
<a href="apply.php" class="bg-white text-blue-600 px-4 py-2 rounded-md font-semibold hover:bg-gray-100">Apply</a>
<a href="login.php" class="bg-transparent border border-white text-white px-4 py-2 rounded-md font-semibold hover:bg-white hover:text-blue-600">Sign In</a>
</div>
</div>
</footer>