35632-vm/_footer.php
2025-12-18 00:13:33 +00:00

17 lines
773 B
PHP
Raw 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-600 text-white">
<div class="max-w-7xl mx-auto px-6 py-4 flex justify-between items-center text-sm">
<div class="flex items-center gap-4">
<span>FinMox © 2025</span>
<a href="#" class="hover:underline">Security & Privacy</a>
</div>
<div class="hidden md:flex items-center gap-4">
<span>Humanreviewed outputs</span>
<span>No automated hiring decisions</span>
<span>Built for intentional hiring</span>
</div>
<div class="flex items-center gap-4">
<a href="apply.php" class="font-semibold hover:underline">Apply</a>
<a href="login.php" class="font-semibold hover:underline">Sign In</a>
</div>
</div>
</footer>