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">
|
||||
<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">
|
||||
<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">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 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 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>
|
||||
1
app.php
1
app.php
@ -55,5 +55,6 @@ $open_cases = 12;
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
<?php include '_footer.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
@ -122,5 +122,6 @@ require_once 'db/config.php';
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<?php include '_footer.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
1
chat.php
1
chat.php
@ -391,5 +391,6 @@ require_once 'db/config.php';
|
||||
});
|
||||
|
||||
</script>
|
||||
<?php include '_footer.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -207,5 +207,6 @@ $open_cases = 12;
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<?php include '_footer.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -479,5 +479,6 @@ function get_status_badge($status) {
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<?php include '_footer.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
@ -25,5 +25,6 @@ require_once 'db/config.php';
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<?php include '_footer.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -139,5 +139,6 @@ $roles = $stmt->fetchAll();
|
||||
</div>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<?php include '_footer.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
@ -172,5 +172,6 @@ $users = [
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
<?php include '_footer.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -25,5 +25,6 @@ require_once 'db/config.php';
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<?php include '_footer.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -441,5 +441,6 @@ $workflows = $stmt->fetchAll();
|
||||
}
|
||||
</script>
|
||||
|
||||
<?php include '_footer.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user