December 17th,2025 V.30
This commit is contained in:
parent
f9fc263c1a
commit
04b6994d6d
18
_footer.php
18
_footer.php
@ -1,17 +1,15 @@
|
|||||||
<footer class="bg-blue-600 text-white">
|
<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="max-w-7xl mx-auto px-6 py-4 flex flex-wrap justify-between items-center text-sm">
|
||||||
<div class="flex items-center gap-4">
|
<div class="flex items-center gap-x-6 gap-y-2 flex-wrap">
|
||||||
<span>FinMox © 2025</span>
|
<span>FinMox © 2025</span>
|
||||||
<a href="#" class="hover:underline">Security & Privacy</a>
|
<a href="#" class="hover:underline">Security & Privacy</a>
|
||||||
|
<span class="hidden md:inline">Human‑reviewed outputs</span>
|
||||||
|
<span class="hidden md:inline">No automated hiring decisions</span>
|
||||||
|
<span class="hidden md:inline">Built for intentional hiring</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="hidden md:flex items-center gap-4">
|
<div class="flex items-center gap-4 mt-2 md:mt-0">
|
||||||
<span>Human‑reviewed outputs</span>
|
<a href="apply.php" class="bg-white text-blue-600 px-4 py-2 rounded-md font-semibold hover:bg-gray-100">Apply</a>
|
||||||
<span>No automated hiring decisions</span>
|
<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>
|
||||||
<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>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
1
app.php
1
app.php
@ -55,5 +55,6 @@ $open_cases = 12;
|
|||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<?php include '_footer.php'; ?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -122,5 +122,6 @@ require_once 'db/config.php';
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
<?php include '_footer.php'; ?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
1
chat.php
1
chat.php
@ -391,5 +391,6 @@ require_once 'db/config.php';
|
|||||||
});
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
<?php include '_footer.php'; ?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -207,5 +207,6 @@ $open_cases = 12;
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<?php include '_footer.php'; ?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -479,5 +479,6 @@ function get_status_badge($status) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<?php include '_footer.php'; ?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -25,5 +25,6 @@ require_once 'db/config.php';
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
<?php include '_footer.php'; ?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -139,5 +139,6 @@ $roles = $stmt->fetchAll();
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
|
<?php include '_footer.php'; ?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -172,5 +172,6 @@ $users = [
|
|||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<?php include '_footer.php'; ?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -25,5 +25,6 @@ require_once 'db/config.php';
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
<?php include '_footer.php'; ?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -441,5 +441,6 @@ $workflows = $stmt->fetchAll();
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<?php include '_footer.php'; ?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
x
Reference in New Issue
Block a user