cv-analyzer / features.html
ziedothmani's picture
I want complete how-it-works.html - Follow Up Deployment
24ac29d verified
Raw
History Blame Contribute Delete
7.07 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Features - CV Analyzer Pro</title>
<link rel="icon" type="image/x-icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234f46e5'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3C/svg%3E">
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<style>
.gradient-bg {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
</style>
</head>
<body class="bg-gray-50 min-h-screen">
<!-- Navigation -->
<nav class="bg-white shadow-lg">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center h-16">
<div class="flex items-center">
<a href="index.html" class="flex items-center">
<i data-feather="file-text" class="h-8 w-8 text-indigo-600"></i>
<span class="ml-2 text-xl font-bold text-gray-800">CV Analyzer Pro</span>
</a>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-4">
<a href="index.html" class="text-gray-600 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">Home</a>
<a href="features.html" class="bg-indigo-100 text-indigo-700 px-3 py-2 rounded-md text-sm font-medium">Features</a>
<a href="how-it-works.html" class="text-gray-600 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">How It Works</a>
<a href="about.html" class="text-gray-600 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">About</a>
<a href="contact.html" class="text-gray-600 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">Contact</a>
</div>
</div>
</div>
</div>
</nav>
<!-- Header -->
<section class="gradient-bg py-20">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h1 class="text-4xl md:text-5xl font-bold text-white mb-6">Advanced Features</h1>
<p class="text-xl text-indigo-100">Discover how our AI-powered tools can transform your job search</p>
</div>
</section>
<!-- Features Section -->
<main class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16">
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Feature 1 -->
<div class="bg-white rounded-xl shadow-lg p-6" data-aos="fade-up">
<div class="bg-indigo-100 rounded-full h-16 w-16 flex items-center justify-center mx-auto mb-4">
<i data-feather="search" class="h-8 w-8 text-indigo-600"></i>
</div>
<h3 class="text-xl font-semibold text-gray-800 mb-2 text-center">Keyword Matching</h3>
<p class="text-gray-600 text-center">Advanced AI algorithms scan your CV to identify and match keywords with job requirements.</p>
</div>
<!-- Feature 2 -->
<div class="bg-white rounded-xl shadow-lg p-6" data-aos="fade-up" data-aos-delay="100">
<div class="bg-green-100 rounded-full h-16 w-16 flex items-center justify-center mx-auto mb-4">
<i data-feather="bar-chart-2" class="h-8 w-8 text-green-600"></i>
</div>
<h3 class="text-xl font-semibold text-gray-800 mb-2 text-center">Score Analysis</h3>
<p class="text-gray-600 text-center">Get a precise percentage score showing how well your CV matches the target position.</p>
</div>
<!-- Feature 3 -->
<div class="bg-white rounded-xl shadow-lg p-6" data-aos="fade-up" data-aos-delay="200">
<div class="bg-purple-100 rounded-full h-16 w-16 flex items-center justify-center mx-auto mb-4">
<i data-feather="edit" class="h-8 w-8 text-purple-600"></i>
</div>
<h3 class="text-xl font-semibold text-gray-800 mb-2 text-center">Improvement Suggestions</h3>
<p class="text-gray-600 text-center">Receive actionable recommendations to enhance your CV and increase your chances.</p>
</div>
<!-- Feature 4 -->
<div class="bg-white rounded-xl shadow-lg p-6" data-aos="fade-up">
<div class="bg-blue-100 rounded-full h-16 w-16 flex items-center justify-center mx-auto mb-4">
<i data-feather="shield" class="h-8 w-8 text-blue-600"></i>
</div>
<h3 class="text-xl font-semibold text-gray-800 mb-2 text-center">Secure Processing</h3>
<p class="text-gray-600 text-center">Your documents are processed securely with end-to-end encryption and no data storage.</p>
</div>
<!-- Feature 5 -->
<div class="bg-white rounded-xl shadow-lg p-6" data-aos="fade-up" data-aos-delay="100">
<div class="bg-yellow-100 rounded-full h-16 w-16 flex items-center justify-center mx-auto mb-4">
<i data-feather="clock" class="h-8 w-8 text-yellow-600"></i>
</div>
<h3 class="text-xl font-semibold text-gray-800 mb-2 text-center">Instant Results</h3>
<p class="text-gray-600 text-center">Get comprehensive analysis results in seconds, not hours or days.</p>
</div>
<!-- Feature 6 -->
<div class="bg-white rounded-xl shadow-lg p-6" data-aos="fade-up" data-aos-delay="200">
<div class="bg-red-100 rounded-full h-16 w-16 flex items-center justify-center mx-auto mb-4">
<i data-feather="trending-up" class="h-8 w-8 text-red-600"></i>
</div>
<h3 class="text-xl font-semibold text-gray-800 mb-2 text-center">Career Optimization</h3>
<p class="text-gray-600 text-center">Identify skill gaps and receive guidance on how to improve your career profile.</p>
</div>
</div>
</main>
<!-- Footer -->
<footer class="bg-gray-800 text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<i data-feather="file-text" class="h-8 w-8 text-indigo-400 mx-auto mb-4"></i>
<p class="text-gray-400">&copy; 2024 CV Analyzer Pro. Empowering job seekers worldwide.</p>
</div>
</div>
</footer>
<script>
feather.replace();
AOS.init({
duration: 1000,
once: true
});
</script>
</body>
</html>