December 17th,2025 V.29
This commit is contained in:
parent
353adc6389
commit
f9fc263c1a
17
_footer.php
Normal file
17
_footer.php
Normal file
@ -0,0 +1,17 @@
|
||||
<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>Human‑reviewed 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>
|
||||
16
apply.php
16
apply.php
@ -69,21 +69,7 @@
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="bg-gray-900 text-white mt-16">
|
||||
<div class="container mx-auto px-6 py-8">
|
||||
<div class="flex justify-between items-center text-sm">
|
||||
<span>FinMox © 2025</span>
|
||||
<div class="space-x-4">
|
||||
<a href="#" class="hover:text-gray-400">Security & Privacy</a>
|
||||
</div>
|
||||
<div class="text-right">
|
||||
<p>Human-reviewed outputs</p>
|
||||
<p>No automated hiring decisions</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<?php include '_footer.php'; ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
BIN
assets/pasted-20251218-001045-d346f9da.png
Normal file
BIN
assets/pasted-20251218-001045-d346f9da.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
@ -200,5 +200,6 @@ $display_start_date = '12/14/2024';
|
||||
<script>
|
||||
lucide.createIcons();
|
||||
</script>
|
||||
<?php include '_footer.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
@ -90,5 +90,6 @@ if ($error_message) {
|
||||
|
||||
</div>
|
||||
|
||||
<?php include '_footer.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -78,22 +78,7 @@
|
||||
|
||||
</main>
|
||||
|
||||
<!-- FOOTER -->
|
||||
<footer class="max-w-7xl mx-auto px-6 py-12 text-gray-500 text-sm text-center border-t">
|
||||
<div class="flex justify-center gap-6 mb-6">
|
||||
<a href="apply.php" class="text-gray-600 hover:text-black">Apply</a>
|
||||
<a href="login.php" class="text-gray-600 hover:text-black">Sign In</a>
|
||||
</div>
|
||||
<p class="mb-4">FinMox © 2025</p>
|
||||
<div class="flex justify-center gap-6 mb-4">
|
||||
<a href="#" class="hover:text-black">Security & Privacy</a>
|
||||
</div>
|
||||
<div class="space-y-2">
|
||||
<p>Human‑reviewed outputs</p>
|
||||
<p>No automated hiring decisions</p>
|
||||
<p>Built for intentional hiring</p>
|
||||
</div>
|
||||
</footer>
|
||||
<?php include '_footer.php'; ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -61,10 +61,10 @@ if (!$userId) {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</main>
|
||||
</div>
|
||||
<?php include '_footer.php'; ?>
|
||||
</body> </html>
|
||||
<?php
|
||||
exit; // Stop execution after showing the list
|
||||
}
|
||||
@ -227,5 +227,6 @@ $employee = [
|
||||
<script>
|
||||
lucide.createIcons();
|
||||
</script>
|
||||
<?php include '_footer.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
12
index.php
12
index.php
@ -132,17 +132,7 @@
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<!-- FOOTER -->
|
||||
<footer class="bg-gray-900 text-white">
|
||||
<div class="max-w-7xl mx-auto px-6 py-12 text-center text-sm">
|
||||
<p>FinMox © 2025</p>
|
||||
<div class="mt-4 flex justify-center gap-6">
|
||||
<a href="#" class="hover:underline">Security & Privacy</a>
|
||||
<a href="apply.php" class="hover:underline">Apply</a>
|
||||
<a href="login.php" class="hover:underline">Sign In</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<?php include '_footer.php'; ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -77,5 +77,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php include '_footer.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
@ -177,5 +177,6 @@ function getStatusChip($status) {
|
||||
<script>
|
||||
lucide.createIcons();
|
||||
</script>
|
||||
<?php include '_footer.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
18
pricing.php
18
pricing.php
@ -106,23 +106,7 @@
|
||||
|
||||
</main>
|
||||
|
||||
<!-- FOOTER -->
|
||||
<footer class="max-w-7xl mx-auto px-6 py-12 text-sm text-gray-500">
|
||||
<div class="flex justify-between items-center">
|
||||
<div>FinMox © 2025</div>
|
||||
<div class="flex gap-4">
|
||||
<a href="#" class="hover:text-black">Security & Privacy</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-4 text-center text-xs">
|
||||
<p>Human‑reviewed outputs</p>
|
||||
<p>No automated hiring decisions</p>
|
||||
<p>Built for intentional hiring</p>
|
||||
</div>
|
||||
<div class="mt-4 text-center">
|
||||
<a href="apply.php" class="hover:text-black">Apply</a> · <a href="login.php" class="hover:text-black">Sign In</a>
|
||||
</div>
|
||||
</footer>
|
||||
<?php include '_footer.php'; ?>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
20
problem.php
20
problem.php
@ -68,25 +68,7 @@
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<!-- FOOTER -->
|
||||
<footer class="bg-gray-50">
|
||||
<div class="max-w-7xl mx-auto px-6 py-12">
|
||||
<div class="flex justify-between items-center">
|
||||
<div class="font-bold text-lg">FinMox</div>
|
||||
<div class="text-sm text-gray-500">
|
||||
<p>© 2025</p>
|
||||
<p class="mt-1">Human-reviewed outputs. No automated hiring decisions. Built for intentional hiring.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-8 border-t pt-8 flex justify-between text-sm text-gray-600">
|
||||
<a href="#" class="hover:underline">Security & Privacy</a>
|
||||
<div class="flex gap-6">
|
||||
<a href="apply.php" class="hover:underline">Apply</a>
|
||||
<a href="login.php" class="hover:underline">Sign In</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<?php include '_footer.php'; ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
13
product.php
13
product.php
@ -99,18 +99,7 @@
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<!-- FOOTER -->
|
||||
<footer class="max-w-7xl mx-auto px-6 py-12 text-center text-gray-500 text-sm">
|
||||
<div class="space-x-4">
|
||||
<span>FinMox © 2025</span>
|
||||
<a href="#" class="hover:underline">Security & Privacy</a>
|
||||
</div>
|
||||
<div class="mt-4 space-x-4">
|
||||
<a href="apply.php" class="hover:underline">Apply</a>
|
||||
<span>·</span>
|
||||
<a href="login.php" class="hover:underline">Sign In</a>
|
||||
</div>
|
||||
</footer>
|
||||
<?php include '_footer.php'; ?>
|
||||
|
||||
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
|
||||
</body>
|
||||
|
||||
@ -70,5 +70,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php include '_footer.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
15
roi.php
15
roi.php
@ -68,20 +68,7 @@
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<!-- FOOTER -->
|
||||
<footer class="max-w-7xl mx-auto px-6 py-12 text-sm text-gray-500 flex justify-between items-center">
|
||||
<div>
|
||||
<span>FinMox © 2025</span>
|
||||
<a href="#" class="ml-4 hover:text-black">Security & Privacy</a>
|
||||
</div>
|
||||
<div class="flex gap-4 items-center">
|
||||
<span>Human‑reviewed outputs</span>
|
||||
<span>No automated hiring decisions</span>
|
||||
<span>Built for intentional hiring</span>
|
||||
<a href="apply.php" class="font-semibold hover:text-black">Apply</a>
|
||||
<a href="login.php" class="font-semibold hover:text-black">Sign In</a>
|
||||
</div>
|
||||
</footer>
|
||||
<?php include '_footer.php'; ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user