December 17th,2025 V.19

This commit is contained in:
Flatlogic Bot 2025-12-17 23:13:53 +00:00
parent d0148b78d1
commit 34145e80f5

View File

@ -8,6 +8,7 @@
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<style>
body { font-family: 'Inter', sans-serif; }
.tick::before { content: '✔'; margin-right: 0.5rem; color: #34D399; }
</style>
</head>
<body class="bg-gray-50 text-gray-900">
@ -30,73 +31,60 @@
</header>
<!-- CONTENT -->
<main class="max-w-7xl mx-auto px-6 py-16">
<main class="max-w-4xl mx-auto px-6 py-16">
<div class="text-center">
<h1 class="text-4xl md:text-5xl font-extrabold leading-tight">The FinMox Difference</h1>
<p class="mt-4 max-w-3xl mx-auto text-lg text-gray-600">FinMox is not another ATS. Its an HR Automation System that runs your hiring workflows for you, turning manual chores into automated outputs.</p>
<h1 class="text-4xl md:text-5xl font-extrabold leading-tight">Why FinMox</h1>
<p class="mt-4 max-w-2xl mx-auto text-lg text-gray-600">FinMox is not another ATS. Its an HR Automation System that runs your hiring workflows for you.</p>
</div>
<section class="mt-20">
<h2 class="text-3xl font-bold text-center">What FinMox Automates</h2>
<div class="mt-10 grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-white p-8 rounded-xl shadow-sm">
<h3 class="text-xl font-semibold">Resume Parsing & Ranking</h3>
<p class="mt-2 text-gray-600">Automatically extract and score candidate details from resumes based on your criteria.</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-sm">
<h3 class="text-xl font-semibold">Candidate Shortlisting</h3>
<p class="mt-2 text-gray-600">Get a ranked list of top candidates without manually reviewing every application.</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-sm">
<h3 class="text-xl font-semibold">Interview Question Generation</h3>
<p class="mt-2 text-gray-600">Create role-specific, insightful questions to drive effective interviews.</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-sm">
<h3 class="text-xl font-semibold">Interview Summaries</h3>
<p class="mt-2 text-gray-600">Receive AI-generated summaries and recommendations after each interview.</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-sm">
<h3 class="text-xl font-semibold">Offer Letter Drafting</h3>
<p class="mt-2 text-gray-600">Generate professional, ready-to-send offer letters in minutes.</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-sm">
<h3 class="text-xl font-semibold">Onboarding Preparation</h3>
<p class="mt-2 text-gray-600">Automate the creation of first-week plans and onboarding materials.</p>
</div>
<section class="mt-16">
<div class="bg-white p-8 rounded-xl shadow-sm border border-gray-200">
<h2 class="text-2xl font-bold text-center">What FinMox Automates</h2>
<ul class="mt-8 space-y-4 text-gray-700">
<li class="tick">Resume parsing & ranking</li>
<li class="tick">Candidate shortlisting</li>
<li class="tick">Interview question generation</li>
<li class="tick">Interview summaries & recommendations</li>
<li class="tick">Offer letter drafting</li>
<li class="tick">Onboarding preparation</li>
</ul>
<p class="mt-6 text-center font-semibold">All in one workflow.</p>
</div>
</section>
<section class="mt-24 text-center">
<h2 class="text-3xl font-bold">How It Works in 3 Simple Steps</h2>
<div class="mt-12 flex flex-col md:flex-row justify-center items-center gap-12 md:gap-8">
<!-- Step 1 -->
<div class="flex-1 max-w-sm">
<div class="bg-black text-white w-12 h-12 rounded-full flex items-center justify-center text-xl font-bold mx-auto">1</div>
<h3 class="mt-5 text-xl font-semibold">Create a Job</h3>
<p class="mt-2 text-gray-600">Input your role, requirements, and hiring criteria to define what you're looking for.</p>
<section class="mt-16 text-center">
<h2 class="text-3xl font-bold">HumanintheLoop Control</h2>
<p class="mt-4 max-w-2xl mx-auto text-lg text-gray-600">You review, approve, and decide FinMox handles the busy work. No automated hiring decisions.</p>
<div class="mt-10 grid grid-cols-3 gap-8 text-center">
<div>
<h3 class="text-xl font-bold">Automation</h3>
<p class="mt-2 text-gray-600">FinMox automates the repeatable workflow steps so your team stays focused on decision-making.</p>
</div>
<!-- Step 2 -->
<div class="flex-1 max-w-sm">
<div class="bg-black text-white w-12 h-12 rounded-full flex items-center justify-center text-xl font-bold mx-auto">2</div>
<h3 class="mt-5 text-xl font-semibold">Upload Candidates</h3>
<p class="mt-2 text-gray-600">Upload resumes individually or in bulk to feed candidates into the system.</p>
<div>
<h3 class="text-xl font-bold">AI Outputs</h3>
<p class="mt-2 text-gray-600">Human-reviewed outputs ensure quality and alignment with your company culture.</p>
</div>
<!-- Step 3 -->
<div class="flex-1 max-w-sm">
<div class="bg-black text-white w-12 h-12 rounded-full flex items-center justify-center text-xl font-bold mx-auto">3</div>
<h3 class="mt-5 text-xl font-semibold">Get Hiring-Ready Outputs</h3>
<p class="mt-2 text-gray-600">FinMox delivers ranked candidates, interview materials, and offer documents automatically.</p>
<div>
<h3 class="text-xl font-bold">Security</h3>
<p class="mt-2 text-gray-600">Built for intentional hiring with security and privacy at the forefront.</p>
</div>
</div>
<a href="features.php" class="mt-12 inline-block bg-black text-white text-sm px-6 py-3 rounded-lg font-semibold">See How It Works </a>
</section>
</main>
<!-- FOOTER -->
<footer class="max-w-7xl mx-auto px-6 py-12 text-center text-gray-500 text-sm">
&copy; 2025 FinMox. All rights reserved.
<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>
</body>
</html>
</html>