December 17th,2025 V.30

This commit is contained in:
Flatlogic Bot 2025-12-18 00:19:53 +00:00
parent f9fc263c1a
commit 04b6994d6d
11 changed files with 18 additions and 10 deletions

View File

@ -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">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>
<div class="hidden md:flex items-center gap-4"> <div class="flex items-center gap-4 mt-2 md:mt-0">
<span>Humanreviewed 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>

View File

@ -55,5 +55,6 @@ $open_cases = 12;
</main> </main>
</div> </div>
</div> </div>
<?php include '_footer.php'; ?>
</body> </body>
</html> </html>

View File

@ -122,5 +122,6 @@ require_once 'db/config.php';
</div> </div>
</main> </main>
</div> </div>
<?php include '_footer.php'; ?>
</body> </body>
</html> </html>

View File

@ -391,5 +391,6 @@ require_once 'db/config.php';
}); });
</script> </script>
<?php include '_footer.php'; ?>
</body> </body>
</html> </html>

View File

@ -207,5 +207,6 @@ $open_cases = 12;
} }
}); });
</script> </script>
<?php include '_footer.php'; ?>
</body> </body>
</html> </html>

View File

@ -479,5 +479,6 @@ function get_status_badge($status) {
} }
}); });
</script> </script>
<?php include '_footer.php'; ?>
</body> </body>
</html> </html>

View File

@ -25,5 +25,6 @@ require_once 'db/config.php';
</div> </div>
</main> </main>
</div> </div>
<?php include '_footer.php'; ?>
</body> </body>
</html> </html>

View File

@ -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>

View File

@ -172,5 +172,6 @@ $users = [
</main> </main>
</div> </div>
</div> </div>
<?php include '_footer.php'; ?>
</body> </body>
</html> </html>

View File

@ -25,5 +25,6 @@ require_once 'db/config.php';
</div> </div>
</main> </main>
</div> </div>
<?php include '_footer.php'; ?>
</body> </body>
</html> </html>

View File

@ -441,5 +441,6 @@ $workflows = $stmt->fetchAll();
} }
</script> </script>
<?php include '_footer.php'; ?>
</body> </body>
</html> </html>