December 17th,2025 V.29

This commit is contained in:
Flatlogic Bot 2025-12-18 00:13:33 +00:00
parent 353adc6389
commit f9fc263c1a
15 changed files with 34 additions and 108 deletions

17
_footer.php Normal file
View 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>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>

View File

@ -69,21 +69,7 @@
</div> </div>
</main> </main>
<!-- Footer --> <?php include '_footer.php'; ?>
<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 &copy; 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>
</body> </body>
</html> </html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -200,5 +200,6 @@ $display_start_date = '12/14/2024';
<script> <script>
lucide.createIcons(); lucide.createIcons();
</script> </script>
<?php include '_footer.php'; ?>
</body> </body>
</html> </html>

View File

@ -90,5 +90,6 @@ if ($error_message) {
</div> </div>
<?php include '_footer.php'; ?>
</body> </body>
</html> </html>

View File

@ -78,22 +78,7 @@
</main> </main>
<!-- FOOTER --> <?php include '_footer.php'; ?>
<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>Humanreviewed outputs</p>
<p>No automated hiring decisions</p>
<p>Built for intentional hiring</p>
</div>
</footer>
</body> </body>
</html> </html>

View File

@ -61,10 +61,10 @@ if (!$userId) {
</div> </div>
</div> </div>
</div> </div>
</main> </main>
</div> </div>
</body> <?php include '_footer.php'; ?>
</html> </body> </html>
<?php <?php
exit; // Stop execution after showing the list exit; // Stop execution after showing the list
} }
@ -227,5 +227,6 @@ $employee = [
<script> <script>
lucide.createIcons(); lucide.createIcons();
</script> </script>
<?php include '_footer.php'; ?>
</body> </body>
</html> </html>

View File

@ -132,17 +132,7 @@
</section> </section>
</main> </main>
<!-- FOOTER --> <?php include '_footer.php'; ?>
<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>
</body> </body>
</html> </html>

View File

@ -77,5 +77,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
</div> </div>
</div> </div>
</div> </div>
<?php include '_footer.php'; ?>
</body> </body>
</html> </html>

View File

@ -177,5 +177,6 @@ function getStatusChip($status) {
<script> <script>
lucide.createIcons(); lucide.createIcons();
</script> </script>
<?php include '_footer.php'; ?>
</body> </body>
</html> </html>

View File

@ -106,23 +106,7 @@
</main> </main>
<!-- FOOTER --> <?php include '_footer.php'; ?>
<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>Humanreviewed 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>
</body> </body>

View File

@ -68,25 +68,7 @@
</div> </div>
</main> </main>
<!-- FOOTER --> <?php include '_footer.php'; ?>
<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>&copy; 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>
</body> </body>
</html> </html>

View File

@ -99,18 +99,7 @@
</section> </section>
</main> </main>
<!-- FOOTER --> <?php include '_footer.php'; ?>
<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>
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script> <script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
</body> </body>

View File

@ -70,5 +70,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
</div> </div>
</div> </div>
</div> </div>
<?php include '_footer.php'; ?>
</body> </body>
</html> </html>

15
roi.php
View File

@ -68,20 +68,7 @@
</div> </div>
</main> </main>
<!-- FOOTER --> <?php include '_footer.php'; ?>
<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>Humanreviewed 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>
</body> </body>
</html> </html>