December 17th,2025 V.45

This commit is contained in:
Flatlogic Bot 2025-12-18 01:56:10 +00:00
parent ba212fbd42
commit e13e4406b8
5 changed files with 8 additions and 7 deletions

View File

@ -28,7 +28,7 @@
</nav>
<div class="flex items-center gap-4">
<a href="login.php" class="text-gray-600 hover:text-black">Sign In</a>
<a href="demo.php" class="bg-black text-white px-5 py-2.5 rounded-lg">Book a Demo</a>
<a href="apply.php" class="bg-black text-white px-5 py-2.5 rounded-lg">Apply for Access</a>
</div>
</header>

View File

@ -12,7 +12,7 @@
</head>
<body class="bg-white text-gray-900">
<!-- NAV -->
<!-- HEADER -->
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center">
<a href="index.php" class="flex items-center gap-2">
<img src="./assets/pasted-20251218-013818-4ebb11ba.png" alt="FinMox Logo" class="h-10 w-10">
@ -28,7 +28,7 @@
</nav>
<div class="flex items-center gap-4">
<a href="login.php" class="text-gray-600 hover:text-black">Sign In</a>
<a href="demo.php" class="bg-black text-white px-5 py-2.5 rounded-lg">Book a Demo</a>
<a href="apply.php" class="bg-black text-white px-5 py-2.5 rounded-lg">Apply for Access</a>
</div>
</header>

View File

@ -31,7 +31,7 @@
</nav>
<div class="flex items-center gap-4">
<a href="login.php" class="text-gray-600 hover:text-black">Sign In</a>
<a href="demo.php" class="bg-black text-white px-5 py-2.5 rounded-lg">Book a Demo</a>
<a href="apply.php" class="bg-black text-white px-5 py-2.5 rounded-lg">Apply for Access</a>
</div>
</header>

View File

@ -7,6 +7,7 @@
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<style>
body { font-family: 'Inter', sans-serif; }
.tab-button {
padding: 0.5rem 1rem;
margin: 0 0.5rem;
@ -22,7 +23,7 @@
</head>
<body class="text-gray-900">
<!-- NAV -->
<!-- HEADER -->
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center">
<a href="index.php" class="flex items-center gap-2">
<img src="./assets/pasted-20251218-013818-4ebb11ba.png" alt="FinMox Logo" class="h-10 w-10">
@ -38,7 +39,7 @@
</nav>
<div class="flex items-center gap-4">
<a href="login.php" class="text-gray-600 hover:text-black">Sign In</a>
<a href="demo.php" class="bg-black text-white px-5 py-2.5 rounded-lg">Book a Demo</a>
<a href="apply.php" class="bg-black text-white px-5 py-2.5 rounded-lg">Apply for Access</a>
</div>
</header>

View File

@ -28,7 +28,7 @@
</nav>
<div class="flex items-center gap-4">
<a href="login.php" class="text-gray-600 hover:text-black">Sign In</a>
<a href="demo.php" class="bg-black text-white px-5 py-2.5 rounded-lg">Book a Demo</a>
<a href="apply.php" class="bg-black text-white px-5 py-2.5 rounded-lg">Apply for Access</a>
</div>
</header>