recruitini / index.html
ferhatbou's picture
Add 3 files
49930a3 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HireFlow - Modern HR Hiring System</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
overflow-x: hidden;
}
.gradient-bg {
background: linear-gradient(135deg, #4f46e5 0%, #8b5cf6 100%);
}
.card-hover {
transition: all 0.3s ease;
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.animate-float {
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
100% { transform: translateY(0px); }
}
.animate-delay-1 {
animation-delay: 0.2s;
}
.animate-delay-2 {
animation-delay: 0.4s;
}
.animate-delay-3 {
animation-delay: 0.6s;
}
.feature-icon {
transition: all 0.3s ease;
}
.feature-card:hover .feature-icon {
transform: rotate(15deg) scale(1.1);
}
.nav-link {
position: relative;
}
.nav-link:after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: -2px;
left: 0;
background-color: #4f46e5;
transition: width 0.3s ease;
}
.nav-link:hover:after {
width: 100%;
}
.testimonial-card {
transition: all 0.3s ease;
}
.testimonial-card:hover {
transform: scale(1.03);
}
</style>
</head>
<body class="bg-gray-50">
<!-- Navigation -->
<nav class="bg-white shadow-sm fixed w-full z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<div class="w-10 h-10 rounded-full gradient-bg flex items-center justify-center text-white font-bold text-xl">HF</div>
<span class="ml-3 text-xl font-semibold text-gray-900">HireFlow</span>
</div>
</div>
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
<a href="#features" class="nav-link text-gray-500 hover:text-gray-900 px-3 py-2 text-sm font-medium">Features</a>
<a href="#how-it-works" class="nav-link text-gray-500 hover:text-gray-900 px-3 py-2 text-sm font-medium">How It Works</a>
<a href="#pricing" class="nav-link text-gray-500 hover:text-gray-900 px-3 py-2 text-sm font-medium">Pricing</a>
<a href="#testimonials" class="nav-link text-gray-500 hover:text-gray-900 px-3 py-2 text-sm font-medium">Testimonials</a>
<a href="#contact" class="nav-link text-gray-500 hover:text-gray-900 px-3 py-2 text-sm font-medium">Contact</a>
</div>
<div class="flex items-center">
<a href="#" class="ml-4 px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white gradient-bg hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
Get Started
</a>
</div>
<div class="-mr-2 flex items-center md:hidden">
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-500" aria-controls="mobile-menu" aria-expanded="false" id="mobile-menu-button">
<span class="sr-only">Open main menu</span>
<svg class="block h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div class="hidden md:hidden" id="mobile-menu">
<div class="pt-2 pb-3 space-y-1">
<a href="#features" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50">Features</a>
<a href="#how-it-works" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50">How It Works</a>
<a href="#pricing" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50">Pricing</a>
<a href="#testimonials" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50">Testimonials</a>
<a href="#contact" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-gray-900 hover:bg-gray-50">Contact</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="pt-16 pb-20 px-4 sm:px-6 lg:pt-24 lg:pb-28 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="lg:grid lg:grid-cols-12 lg:gap-8">
<div class="sm:text-center md:max-w-2xl md:mx-auto lg:col-span-6 lg:text-left">
<h1 class="text-4xl tracking-tight font-extrabold text-gray-900 sm:text-5xl md:text-6xl">
<span class="block">Modern HR Hiring</span>
<span class="block text-indigo-600">Made Simple</span>
</h1>
<p class="mt-3 text-base text-gray-500 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0">
Streamline your recruitment process with our AI-powered hiring platform. Find, attract, and hire top talent faster than ever before.
</p>
<div class="mt-8 sm:max-w-lg sm:mx-auto sm:text-center lg:text-left lg:mx-0">
<div class="mt-5 sm:mt-8 sm:flex sm:justify-center lg:justify-start">
<div class="rounded-md shadow">
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white gradient-bg hover:bg-indigo-700 md:py-4 md:text-lg md:px-10">
Start Free Trial
</a>
</div>
<div class="mt-3 sm:mt-0 sm:ml-3">
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-indigo-100 hover:bg-indigo-200 md:py-4 md:text-lg md:px-10">
Live Demo
</a>
</div>
</div>
<p class="mt-3 text-sm text-gray-500">
No credit card required. 14-day free trial.
</p>
</div>
</div>
<div class="mt-12 relative sm:max-w-lg sm:mx-auto lg:mt-0 lg:max-w-none lg:mx-0 lg:col-span-6 lg:flex lg:items-center">
<div class="relative mx-auto w-full rounded-lg shadow-lg lg:max-w-md">
<div class="relative w-full h-96 bg-white rounded-lg overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-br from-indigo-500 to-purple-600 opacity-20"></div>
<div class="absolute inset-0 flex items-center justify-center">
<div class="w-64 h-64 bg-white rounded-xl shadow-xl overflow-hidden animate-float">
<div class="h-8 bg-gray-100 flex items-center px-3">
<div class="w-2 h-2 rounded-full bg-red-500 mr-1"></div>
<div class="w-2 h-2 rounded-full bg-yellow-500 mr-1"></div>
<div class="w-2 h-2 rounded-full bg-green-500"></div>
</div>
<div class="p-4">
<div class="flex items-center mb-4">
<div class="w-10 h-10 rounded-full bg-indigo-100 flex items-center justify-center text-indigo-600">
<i class="fas fa-user-tie"></i>
</div>
<div class="ml-3">
<div class="font-medium text-gray-900">Candidate Profile</div>
<div class="text-xs text-gray-500">Senior Developer</div>
</div>
</div>
<div class="space-y-3">
<div class="h-2 bg-gray-200 rounded"></div>
<div class="h-2 bg-gray-200 rounded w-5/6"></div>
<div class="h-2 bg-gray-200 rounded w-4/6"></div>
<div class="h-2 bg-gray-200 rounded w-3/6"></div>
</div>
<div class="mt-4 flex justify-between">
<div class="text-xs text-gray-500">Match Score: 92%</div>
<div class="text-xs text-indigo-600 font-medium">View Details →</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Logo Cloud -->
<div class="bg-gray-100 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<p class="text-center text-sm font-semibold uppercase text-gray-500 tracking-wide">
Trusted by innovative companies worldwide
</p>
<div class="mt-6 grid grid-cols-2 gap-8 md:grid-cols-6 lg:grid-cols-5">
<div class="col-span-1 flex justify-center">
<img class="h-12 opacity-60 hover:opacity-100 transition-opacity" src="https://tailwindui.com/img/logos/tuple-logo-gray-400.svg" alt="Tuple">
</div>
<div class="col-span-1 flex justify-center">
<img class="h-12 opacity-60 hover:opacity-100 transition-opacity" src="https://tailwindui.com/img/logos/mirage-logo-gray-400.svg" alt="Mirage">
</div>
<div class="col-span-1 flex justify-center">
<img class="h-12 opacity-60 hover:opacity-100 transition-opacity" src="https://tailwindui.com/img/logos/statickit-logo-gray-400.svg" alt="StaticKit">
</div>
<div class="col-span-1 flex justify-center">
<img class="h-12 opacity-60 hover:opacity-100 transition-opacity" src="https://tailwindui.com/img/logos/transistor-logo-gray-400.svg" alt="Transistor">
</div>
<div class="col-span-1 flex justify-center">
<img class="h-12 opacity-60 hover:opacity-100 transition-opacity" src="https://tailwindui.com/img/logos/workcation-logo-gray-400.svg" alt="Workcation">
</div>
</div>
</div>
</div>
<!-- Features Section -->
<div id="features" class="py-16 bg-white overflow-hidden lg:py-24">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Features</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
A better way to hire talent
</p>
<p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
Our platform provides everything you need to streamline your hiring process from start to finish.
</p>
</div>
<div class="mt-20">
<div class="space-y-10 md:space-y-0 md:grid md:grid-cols-2 md:gap-x-8 md:gap-y-10">
<!-- Feature 1 -->
<div class="relative feature-card">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<i class="fas fa-search feature-icon"></i>
</div>
<div class="ml-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">Smart Candidate Search</h3>
<p class="mt-2 text-base text-gray-500">
Our AI-powered search finds the perfect candidates based on skills, experience, and cultural fit.
</p>
</div>
</div>
<!-- Feature 2 -->
<div class="relative feature-card">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<i class="fas fa-robot feature-icon"></i>
</div>
<div class="ml-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">Automated Screening</h3>
<p class="mt-2 text-base text-gray-500">
Let our bots handle initial screenings with customizable questionnaires and video interviews.
</p>
</div>
</div>
<!-- Feature 3 -->
<div class="relative feature-card">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<i class="fas fa-users feature-icon"></i>
</div>
<div class="ml-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">Collaborative Hiring</h3>
<p class="mt-2 text-base text-gray-500">
Get your whole team involved with shared notes, ratings, and feedback in one place.
</p>
</div>
</div>
<!-- Feature 4 -->
<div class="relative feature-card">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<i class="fas fa-chart-line feature-icon"></i>
</div>
<div class="ml-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">Analytics Dashboard</h3>
<p class="mt-2 text-base text-gray-500">
Track your hiring metrics with detailed reports on time-to-hire, source effectiveness, and more.
</p>
</div>
</div>
<!-- Feature 5 -->
<div class="relative feature-card">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<i class="fas fa-calendar-check feature-icon"></i>
</div>
<div class="ml-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">Interview Scheduling</h3>
<p class="mt-2 text-base text-gray-500">
Automatically coordinate interview times that work for both candidates and your team.
</p>
</div>
</div>
<!-- Feature 6 -->
<div class="relative feature-card">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<i class="fas fa-file-signature feature-icon"></i>
</div>
<div class="ml-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">Offer Management</h3>
<p class="mt-2 text-base text-gray-500">
Create, send, and track offers with e-signature capabilities and approval workflows.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- How It Works Section -->
<div id="how-it-works" class="py-16 bg-gray-50 overflow-hidden lg:py-24">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Process</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
How HireFlow Works
</p>
<p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
Our streamlined process helps you find and hire the best candidates in half the time.
</p>
</div>
<div class="mt-20">
<div class="lg:grid lg:grid-cols-3 lg:gap-8">
<!-- Step 1 -->
<div class="mb-10 lg:mb-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<span class="text-xl font-bold">1</span>
</div>
<div class="mt-5">
<h3 class="text-lg leading-6 font-medium text-gray-900">Define Your Needs</h3>
<p class="mt-2 text-base text-gray-500">
Create detailed job descriptions with our template library or customize your own.
</p>
</div>
</div>
<!-- Step 2 -->
<div class="mb-10 lg:mb-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<span class="text-xl font-bold">2</span>
</div>
<div class="mt-5">
<h3 class="text-lg leading-6 font-medium text-gray-900">Source Candidates</h3>
<p class="mt-2 text-base text-gray-500">
Our AI searches multiple channels to find qualified candidates that match your criteria.
</p>
</div>
</div>
<!-- Step 3 -->
<div>
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<span class="text-xl font-bold">3</span>
</div>
<div class="mt-5">
<h3 class="text-lg leading-6 font-medium text-gray-900">Evaluate & Hire</h3>
<p class="mt-2 text-base text-gray-500">
Screen, interview, and make offers all within our collaborative platform.
</p>
</div>
</div>
</div>
<div class="mt-20 relative">
<div class="lg:mx-auto lg:max-w-7xl lg:px-8 lg:grid lg:grid-cols-2 lg:grid-flow-col-dense lg:gap-24">
<div class="px-4 max-w-xl mx-auto sm:px-6 lg:py-16 lg:max-w-none lg:mx-0 lg:px-0">
<div>
<div class="mt-6">
<h2 class="text-3xl font-extrabold tracking-tight text-gray-900">
Advanced Candidate Matching
</h2>
<p class="mt-4 text-lg text-gray-500">
Our proprietary algorithm analyzes thousands of data points to surface candidates who are not just qualified, but likely to thrive in your specific work environment.
</p>
<div class="mt-6">
<a href="#" class="inline-flex px-4 py-2 border border-transparent text-base font-medium rounded-md shadow-sm text-white gradient-bg hover:bg-indigo-700">
Learn more about our AI
</a>
</div>
</div>
</div>
</div>
<div class="mt-12 sm:mt-16 lg:mt-0">
<div class="pl-4 -mr-48 sm:pl-6 md:-mr-16 lg:px-0 lg:m-0 lg:relative lg:h-full">
<div class="w-full rounded-xl shadow-xl ring-1 ring-black ring-opacity-5 lg:absolute lg:left-0 lg:h-full lg:w-auto lg:max-w-none animate-float animate-delay-1">
<div class="bg-white p-6 rounded-lg shadow-lg">
<div class="flex items-center justify-between mb-4">
<h3 class="text-lg font-medium text-gray-900">Match Analysis</h3>
<span class="px-2 py-1 text-xs font-semibold rounded-full bg-green-100 text-green-800">92% Match</span>
</div>
<div class="space-y-4">
<div>
<div class="flex justify-between text-sm">
<span class="text-gray-500">Technical Skills</span>
<span class="font-medium">95%</span>
</div>
<div class="mt-1 w-full bg-gray-200 rounded-full h-2">
<div class="bg-green-500 h-2 rounded-full" style="width: 95%"></div>
</div>
</div>
<div>
<div class="flex justify-between text-sm">
<span class="text-gray-500">Experience Level</span>
<span class="font-medium">89%</span>
</div>
<div class="mt-1 w-full bg-gray-200 rounded-full h-2">
<div class="bg-green-500 h-2 rounded-full" style="width: 89%"></div>
</div>
</div>
<div>
<div class="flex justify-between text-sm">
<span class="text-gray-500">Cultural Fit</span>
<span class="font-medium">93%</span>
</div>
<div class="mt-1 w-full bg-gray-200 rounded-full h-2">
<div class="bg-green-500 h-2 rounded-full" style="width: 93%"></div>
</div>
</div>
<div>
<div class="flex justify-between text-sm">
<span class="text-gray-500">Growth Potential</span>
<span class="font-medium">88%</span>
</div>
<div class="mt-1 w-full bg-gray-200 rounded-full h-2">
<div class="bg-green-500 h-2 rounded-full" style="width: 88%"></div>
</div>
</div>
</div>
<div class="mt-6 pt-4 border-t border-gray-200">
<div class="flex justify-between">
<span class="text-sm text-gray-500">Overall Recommendation</span>
<span class="text-sm font-medium text-green-600">Strong Hire</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Pricing Section -->
<div id="pricing" class="bg-white py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="sm:flex sm:flex-col sm:align-center">
<h2 class="text-3xl font-extrabold text-gray-900 text-center">Simple, transparent pricing</h2>
<p class="mt-5 text-xl text-gray-500 text-center max-w-2xl mx-auto">
Choose the perfect plan for your hiring needs. No hidden fees.
</p>
<div class="relative mt-6 bg-gray-100 rounded-lg p-0.5 flex self-center">
<button type="button" class="relative bg-white border-gray-200 rounded-md shadow-sm py-2 text-sm font-medium text-gray-700 whitespace-nowrap hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:z-10 sm:w-auto sm:px-8" id="monthly-toggle">
Monthly billing
</button>
<button type="button" class="ml-0.5 relative border border-transparent rounded-md py-2 text-sm font-medium text-gray-700 whitespace-nowrap focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:z-10 sm:w-auto sm:px-8" id="annual-toggle">
Annual billing
</button>
</div>
</div>
<div class="mt-12 space-y-4 sm:mt-16 sm:space-y-0 sm:grid sm:grid-cols-3 sm:gap-6 lg:max-w-4xl lg:mx-auto xl:max-w-none xl:mx-0">
<!-- Starter Plan -->
<div class="border border-gray-200 rounded-lg shadow-sm divide-y divide-gray-200 card-hover">
<div class="p-6">
<h2 class="text-lg leading-6 font-medium text-gray-900">Starter</h2>
<p class="mt-4 text-sm text-gray-500">Perfect for small teams just getting started</p>
<p class="mt-8">
<span class="text-4xl font-extrabold text-gray-900">$49</span>
<span class="text-base font-medium text-gray-500">/mo</span>
</p>
<a href="#" class="mt-8 block w-full bg-gray-800 border border-gray-800 rounded-md py-2 text-sm font-semibold text-white text-center hover:bg-gray-900">
Get started
</a>
</div>
<div class="pt-6 pb-8 px-6">
<h3 class="text-xs font-medium text-gray-900 tracking-wide uppercase">What's included</h3>
<ul class="mt-6 space-y-4">
<li class="flex space-x-3">
<i class="fas fa-check text-green-500"></i>
<span class="text-sm text-gray-500">Up to 5 active jobs</span>
</li>
<li class="flex space-x-3">
<i class="fas fa-check text-green-500"></i>
<span class="text-sm text-gray-500">Basic candidate search</span>
</li>
<li class="flex space-x-3">
<i class="fas fa-check text-green-500"></i>
<span class="text-sm text-gray-500">Email support</span>
</li>
<li class="flex space-x-3">
<i class="fas fa-check text-green-500"></i>
<span class="text-sm text-gray-500">Standard reports</span>
</li>
</ul>
</div>
</div>
<!-- Professional Plan -->
<div class="border-2 border-indigo-500 rounded-lg shadow-sm divide-y divide-gray-200 card-hover transform scale-105">
<div class="p-6">
<div class="flex justify-between items-start">
<h2 class="text-lg leading-6 font-medium text-gray-900">Professional</h2>
<p class="ml-1 bg-indigo-100 text-indigo-800 text-xs font-semibold px-2.5 py-0.5 rounded-full">Most Popular</p>
</div>
<p class="mt-4 text-sm text-gray-500">For growing businesses with multiple hiring needs</p>
<p class="mt-8">
<span class="text-4xl font-extrabold text-gray-900">$99</span>
<span class="text-base font-medium text-gray-500">/mo</span>
</p>
<a href="#" class="mt-8 block w-full gradient-bg border border-transparent rounded-md py-2 text-sm font-semibold text-white text-center hover:bg-indigo-700">
Get started
</a>
</div>
<div class="pt-6 pb-8 px-6">
<h3 class="text-xs font-medium text-gray-900 tracking-wide uppercase">What's included</h3>
<ul class="mt-6 space-y-4">
<li class="flex space-x-3">
<i class="fas fa-check text-green-500"></i>
<span class="text-sm text-gray-500">Up to 15 active jobs</span>
</li>
<li class="flex space-x-3">
<i class="fas fa-check text-green-500"></i>
<span class="text-sm text-gray-500">Advanced candidate search</span>
</li>
<li class="flex space-x-3">
<i class="fas fa-check text-green-500"></i>
<span class="text-sm text-gray-500">AI-powered matching</span>
</li>
<li class="flex space-x-3">
<i class="fas fa-check text-green-500"></i>
<span class="text-sm text-gray-500">Priority email support</span>
</li>
<li class="flex space-x-3">
<i class="fas fa-check text-green-500"></i>
<span class="text-sm text-gray-500">Advanced analytics</span>
</li>
<li class="flex space-x-3">
<i class="fas fa-check text-green-500"></i>
<span class="text-sm text-gray-500">Interview scheduling</span>
</li>
</ul>
</div>
</div>
<!-- Enterprise Plan -->
<div class="border border-gray-200 rounded-lg shadow-sm divide-y divide-gray-200 card-hover">
<div class="p-6">
<h2 class="text-lg leading-6 font-medium text-gray-900">Enterprise</h2>
<p class="mt-4 text-sm text-gray-500">For large organizations with complex needs</p>
<p class="mt-8">
<span class="text-4xl font-extrabold text-gray-900">$299</span>
<span class="text-base font-medium text-gray-500">/mo</span>
</p>
<a href="#" class="mt-8 block w-full bg-gray-800 border border-gray-800 rounded-md py-2 text-sm font-semibold text-white text-center hover:bg-gray-900">
Get started
</a>
</div>
<div class="pt-6 pb-8 px-6">
<h3 class="text-xs font-medium text-gray-900 tracking-wide uppercase">What's included</h3>
<ul class="mt-6 space-y-4">
<li class="flex space-x-3">
<i class="fas fa-check text-green-500"></i>
<span class="text-sm text-gray-500">Unlimited active jobs</span>
</li>
<li class="flex space-x-3">
<i class="fas fa-check text-green-500"></i>
<span class="text-sm text-gray-500">Premium candidate search</span>
</li>
<li class="flex space-x-3">
<i class="fas fa-check text-green-500"></i>
<span class="text-sm text-gray-500">AI-powered matching</span>
</li>
<li class="flex space-x-3">
<i class="fas fa-check text-green-500"></i>
<span class="text-sm text-gray-500">24/7 phone support</span>
</li>
<li class="flex space-x-3">
<i class="fas fa-check text-green-500"></i>
<span class="text-sm text-gray-500">Custom analytics</span>
</li>
<li class="flex space-x-3">
<i class="fas fa-check text-green-500"></i>
<span class="text-sm text-gray-500">Interview scheduling</span>
</li>
<li class="flex space-x-3">
<i class="fas fa-check text-green-500"></i>
<span class="text-sm text-gray-500">Dedicated account manager</span>
</li>
<li class="flex space-x-3">
<i class="fas fa-check text-green-500"></i>
<span class="text-sm text-gray-500">API access</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonials Section -->
<div id="testimonials" class="bg-indigo-800 py-16 sm:py-24">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-indigo-300 font-semibold tracking-wide uppercase">Testimonials</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-white sm:text-4xl">
Trusted by HR professionals worldwide
</p>
</div>
<div class="mt-16 grid gap-8 lg:grid-cols-3 lg:gap-x-5 lg:gap-y-12">
<!-- Testimonial 1 -->
<div class="bg-white p-6 rounded-lg shadow-lg testimonial-card">
<div>
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="">
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Sarah Johnson</h3>
<p class="text-indigo-600">HR Director, TechCorp</p>
</div>
</div>
<div class="mt-4 text-base text-gray-500">
<p>
"HireFlow has completely transformed our hiring process. We've reduced time-to-hire by 40% and the quality of candidates has improved dramatically. The AI matching is incredibly accurate."
</p>
</div>
<div class="mt-4 flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
</div>
<!-- Testimonial 2 -->
<div class="bg-white p-6 rounded-lg shadow-lg testimonial-card">
<div>
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1519244703995-f4e0f30006d5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="">
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Michael Chen</h3>
<p class="text-indigo-600">Talent Acquisition, GrowthStart</p>
</div>
</div>
<div class="mt-4 text-base text-gray-500">
<p>
"The collaborative features have been a game-changer for our team. We can now easily share feedback and make decisions faster. The analytics dashboard helps us optimize our hiring funnel."
</p>
</div>
<div class="mt-4 flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
</div>
<!-- Testimonial 3 -->
<div class="bg-white p-6 rounded-lg shadow-lg testimonial-card">
<div>
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="">
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">David Rodriguez</h3>
<p class="text-indigo-600">VP People, ScaleUp Inc.</p>
</div>
</div>
<div class="mt-4 text-base text-gray-500">
<p>
"As we scaled from 50 to 500 employees, HireFlow grew with us. The automation features saved us countless hours, and our hiring managers love the intuitive interface. Worth every penny."
</p>
</div>
<div class="mt-4 flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- CTA Section -->
<div class="bg-white">
<div class="max-w-7xl mx-auto py-16 px-4 sm:px-6 lg:px-8">
<div class="bg-indigo-700 rounded-lg shadow-xl overflow-hidden lg:grid lg:grid-cols-2 lg:gap-4">
<div class="pt-10 pb-12 px-6 sm:pt-16 sm:px-16 lg:py-16 lg:pr-0 xl:py-20 xl:px-20">
<div class="lg:self-center">
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
<span class="block">Ready to transform your hiring?</span>
<span class="block">Start your free trial today.</span>
</h2>
<p class="mt-4 text-lg leading-6 text-indigo-200">
No credit card required. Get full access to all features for 14 days.
</p>
<a href="#" class="mt-8 bg-white border border-transparent rounded-md shadow px-5 py-3 inline-flex items-center text-base font-medium text-indigo-600 hover:bg-indigo-50">
Sign up for free
</a>
</div>
</div>
<div class="-mt-6 aspect-w-5 aspect-h-3 md:aspect-w-2 md:aspect-h-1">
<div class="transform translate-x-6 translate-y-6 rounded-md object-cover object-left-top sm:translate-x-16 lg:translate-y-20 animate-float animate-delay-2">
<div class="bg-white p-6 rounded-lg shadow-lg w-64">
<div class="flex items-center justify-between mb-4">
<h3 class="text-lg font-medium text-gray-900">New Candidate</h3>
<span class="px-2 py-1 text-xs font-semibold rounded-full bg-green-100 text-green-800">New</span>
</div>
<div class="flex items-center">
<div class="w-10 h-10 rounded-full bg-indigo-100 flex items-center justify-center text-indigo-600">
<i class="fas fa-user"></i>
</div>
<div class="ml-3">
<div class="font-medium text-gray-900">Alex Morgan</div>
<div class="text-xs text-gray-500">Senior UX Designer</div>
</div>
</div>
<div class="mt-4">
<div class="flex justify-between text-xs text-gray-500 mb-1">
<span>Match Score</span>
<span>89%</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2">
<div class="bg-green-500 h-2 rounded-full" style="width: 89%"></div>
</div>
</div>
<div class="mt-4 flex space-x-2">
<button class="flex-1 bg-gray-100 hover:bg-gray-200 text-gray-800 py-2 px-4 rounded text-sm">
View Profile
</button>
<button class="flex-1 gradient-bg hover:bg-indigo-700 text-white py-2 px-4 rounded text-sm">
Schedule Interview
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Section -->
<div id="contact" class="bg-white py-16 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="lg:text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Contact</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Get in touch
</p>
<p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
Have questions about HireFlow? Our team is here to help.
</p>
</div>
<div class="mt-16">
<div class="grid grid-cols-1 gap-12 lg:grid-cols-3 lg:gap-8">
<div class="sm:col-span-2">
<div class="bg-white overflow-hidden shadow rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">Send us a message</h3>
<form class="mt-6 space-y-6">
<div>
<label for="name" class="block text-sm font-medium text-gray-700">Name</label>
<div class="mt-1">
<input type="text" name="name" id="name" class="shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 rounded-md p-3 border" placeholder="Your name">
</div>
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700">Email</label>
<div class="mt-1">
<input type="email" name="email" id="email" class="shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 rounded-md p-3 border" placeholder="you@example.com">
</div>
</div>
<div>
<label for="subject" class="block text-sm font-medium text-gray-700">Subject</label>
<div class="mt-1">
<select id="subject" name="subject" class="shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 rounded-md p-3 border">
<option>General inquiry</option>
<option>Sales question</option>
<option>Technical support</option>
<option>Partnership</option>
</select>
</div>
</div>
<div>
<label for="message" class="block text-sm font-medium text-gray-700">Message</label>
<div class="mt-1">
<textarea id="message" name="message" rows="4" class="shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 rounded-md p-3 border" placeholder="How can we help you?"></textarea>
</div>
</div>
<div class="flex justify-end">
<button type="submit" class="ml-3 inline-flex justify-center py-2 px-4 border border-transparent shadow-sm text-sm font-medium rounded-md text-white gradient-bg hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
Send Message
</button>
</div>
</form>
</div>
</div>
</div>
<div class="space-y-8">
<div class="bg-white overflow-hidden shadow rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">Contact information</h3>
<div class="mt-6">
<div class="flex items-start">
<div class="flex-shrink-0">
<i class="fas fa-map-marker-alt text-indigo-600"></i>
</div>
<div class="ml-3 text-sm text-gray-500">
<p>1234 Hiring Street</p>
<p class="mt-1">San Francisco, CA 94107</p>
</div>
</div>
<div class="mt-4 flex items-start">
<div class="flex-shrink-0">
<i class="fas fa-phone-alt text-indigo-600"></i>
</div>
<div class="ml-3 text-sm text-gray-500">
<p>+1 (555) 123-4567</p>
</div>
</div>
<div class="mt-4 flex items-start">
<div class="flex-shrink-0">
<i class="fas fa-envelope text-indigo-600"></i>
</div>
<div class="ml-3 text-sm text-gray-500">
<p>hello@hireflow.com</p>
</div>
</div>
</div>
</div>
</div>
<div class="bg-white overflow-hidden shadow rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-lg font-medium text-gray-900">Support hours</h3>
<div class="mt-6">
<div class="flex justify-between text-sm text-gray-500 py-2 border-b border-gray-200">
<span>Monday - Friday</span>
<span>9:00 AM - 6:00 PM PST</span>
</div>
<div class="flex justify-between text-sm text-gray-500 py-2 border-b border-gray-200">
<span>Saturday</span>
<span>10:00 AM - 4:00 PM PST</span>
</div>
<div class="flex justify-between text-sm text-gray-500 py-2">
<span>Sunday</span>
<span>Closed</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-50">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="xl:grid xl:grid-cols-3 xl:gap-8">
<div class="space-y-8 xl:col-span-1">
<div class="flex items-center">
<div class="w-10 h-10 rounded-full gradient-bg flex items-center justify-center text-white font-bold text-xl">HF</div>
<span class="ml-3 text-xl font-semibold text-gray-900">HireFlow</span>
</div>
<p class="text-gray-500 text-base">
The modern hiring platform for forward-thinking companies.
</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-gray-500">
<span class="sr-only">Facebook</span>
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="text-gray-400 hover:text-gray-500">
<span class="sr-only">Twitter</span>
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-gray-500">
<span class="sr-only">LinkedIn</span>
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="text-gray-400 hover:text-gray-500">
<span class="sr-only">Instagram</span>
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
<div class="mt-12 grid grid-cols-2 gap-8 xl:mt-0 xl:col-span-2">
<div class="md:grid md:grid-cols-2 md:gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-900 tracking-wider uppercase">
Product
</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Features
</a>
</li>
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Pricing
</a>
</li>
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
API
</a>
</li>
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Integrations
</a>
</li>
</ul>
</div>
<div class="mt-12 md:mt-0">
<h3 class="text-sm font-semibold text-gray-900 tracking-wider uppercase">
Resources
</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Documentation
</a>
</li>
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Guides
</a>
</li>
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Blog
</a>
</li>
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Webinars
</a>
</li>
</ul>
</div>
</div>
<div class="md:grid md:grid-cols-2 md:gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-900 tracking-wider uppercase">
Company
</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
About
</a>
</li>
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Careers
</a>
</li>
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Press
</a>
</li>
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Partners
</a>
</li>
</ul>
</div>
<div class="mt-12 md:mt-0">
<h3 class="text-sm font-semibold text-gray-900 tracking-wider uppercase">
Legal
</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Privacy
</a>
</li>
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Terms
</a>
</li>
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
Cookie Policy
</a>
</li>
<li>
<a href="#" class="text-base text-gray-500 hover:text-gray-900">
GDPR
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="mt-12 border-t border-gray-200 pt-8">
<p class="text-base text-gray-400 text-center">
&copy; 2023 HireFlow, Inc. All rights reserved.
</p>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
if (menu.classList.contains('hidden')) {
menu.classList.remove('hidden');
} else {
menu.classList.add('hidden');
}
});
// Pricing toggle
document.getElementById('monthly-toggle').addEventListener('click', function() {
this.classList.add('bg-white', 'border-gray-200', 'shadow-sm');
this.classList.remove('text-gray-700');
document.getElementById('annual-toggle').classList.remove('bg-white', 'border-gray-200', 'shadow-sm');
document.getElementById('annual-toggle').classList.add('text-gray-700');
});
document.getElementById('annual-toggle').addEventListener('click', function() {
this.classList.add('bg-white', 'border-gray-200', 'shadow-sm');
this.classList.remove('text-gray-700');
document.getElementById('monthly-toggle').classList.remove('bg-white', 'border-gray-200', 'shadow-sm');
document.getElementById('monthly-toggle').classList.add('text-gray-700');
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if (targetId === '#') return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
targetElement.scrollIntoView({
behavior: 'smooth'
});
// Close mobile menu if open
const mobileMenu = document.getElementById('mobile-menu');
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
}
});
});
// Animation on scroll
function animateOnScroll() {
const elements = document.querySelectorAll('.animate-float, .feature-card, .testimonial-card, .card-hover');
elements.forEach(element => {
const elementPosition = element.getBoundingClientRect().top;
const screenPosition = window.innerHeight / 1.3;
if (elementPosition < screenPosition) {
element.style.opacity = '1';
element.style.transform = 'translateY(0)';
}
});
}
// Set initial state for animated elements
document.addEventListener('DOMContentLoaded', function() {
const animatedElements = document.querySelectorAll('.animate-float, .feature-card, .testimonial-card, .card-hover');
animatedElements.forEach(element => {
element.style.opacity = '0';
element.style.transform = 'translateY(20px)';
element.style.transition = 'opacity 0.6s ease, transform 0.6s ease';
});
// Trigger initial animation check
animateOnScroll();
});
// Listen for scroll events
window.addEventListener('scroll', animateOnScroll);
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=ferhatbou/recruitini" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>