afyacare-digital / index.html
stakmodsco's picture
change the name from Sha to somethng else - Initial Deployment
7d7b3c5 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SHA Digital Platform - Kenya Social Health Authority</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/animejs/lib/anime.iife.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<style>
.gradient-bg {
background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
}
.feature-card: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);
}
.wave-shape {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
transform: rotate(180deg);
}
.wave-shape svg {
position: relative;
display: block;
width: calc(100% + 1.3px);
height: 150px;
}
.wave-shape .shape-fill {
fill: #FFFFFF;
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<!-- Navigation -->
<nav class="bg-white shadow-sm fixed w-full z-10">
<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">
<i data-feather="heart" class="text-blue-600 h-8 w-8"></i>
<span class="ml-2 text-xl font-bold text-blue-600">AfyaCare Digital</span>
</div>
</div>
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
<a href="#features" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">Features</a>
<a href="#solutions" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">Solutions</a>
<a href="#about" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">About</a>
<a href="#" class="bg-blue-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-blue-700">Login</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-blue-500" aria-controls="mobile-menu" aria-expanded="false">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="gradient-bg pt-24 pb-32 relative overflow-hidden">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<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 lg:flex lg:items-center">
<div>
<h1 class="mt-4 text-4xl tracking-tight font-extrabold text-white sm:mt-5 sm:text-5xl lg:mt-6 xl:text-6xl">
<span class="block">Kenya's Premier</span>
<span class="block text-blue-200">Healthcare Platform</span>
</h1>
<p class="mt-3 text-base text-blue-100 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0">
Transforming healthcare access with secure, scalable technology for all Kenyans.
</p>
<div class="mt-8 sm:max-w-lg sm:mx-auto sm:text-center lg:text-left lg:mx-0">
<div class="flex flex-col sm:flex-row space-y-3 sm:space-y-0 sm:space-x-3">
<a href="#" class="flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-blue-700 bg-white hover:bg-blue-50 md:py-4 md:text-lg md:px-10">
Get Started
</a>
<a href="#" class="flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-500 bg-opacity-60 hover:bg-opacity-70 md:py-4 md:text-lg md:px-10">
Learn More
</a>
</div>
</div>
</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 block w-full bg-white rounded-lg overflow-hidden">
<img class="w-full" src="https://images.unsplash.com/photo-1579684385127-1ef15d508118?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80" alt="Healthcare professionals">
<div class="absolute inset-0 bg-blue-600 opacity-20"></div>
</div>
</div>
</div>
</div>
</div>
<div class="wave-shape">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" class="shape-fill"></path>
</svg>
</div>
</div>
<!-- Features Section -->
<div id="features" class="py-12 bg-white">
<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-blue-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 manage healthcare
</p>
<p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
Our platform connects users, providers, and administrators seamlessly.
</p>
</div>
<div class="mt-10">
<div class="space-y-10 md:space-y-0 md:grid md:grid-cols-3 md:gap-x-8 md:gap-y-10">
<!-- Feature 1 -->
<div class="feature-card relative bg-white p-6 rounded-lg shadow-md transition-all duration-300 ease-in-out" data-aos="fade-up">
<div class="absolute -top-6 left-6 rounded-md bg-blue-500 p-3 text-white">
<i data-feather="user-check"></i>
</div>
<div class="mt-6">
<h3 class="text-lg font-medium text-gray-900">Secure Registration</h3>
<p class="mt-2 text-base text-gray-500">
Identity verification via ID/NIDA integration ensures only eligible Kenyans access services.
</p>
</div>
</div>
<!-- Feature 2 -->
<div class="feature-card relative bg-white p-6 rounded-lg shadow-md transition-all duration-300 ease-in-out" data-aos="fade-up" data-aos-delay="100">
<div class="absolute -top-6 left-6 rounded-md bg-blue-500 p-3 text-white">
<i data-feather="file-text"></i>
</div>
<div class="mt-6">
<h3 class="text-lg font-medium text-gray-900">Claim Tracking</h3>
<p class="mt-2 text-base text-gray-500">
Real-time claim submission and tracking with SMS/email notifications at every stage.
</p>
</div>
</div>
<!-- Feature 3 -->
<div class="feature-card relative bg-white p-6 rounded-lg shadow-md transition-all duration-300 ease-in-out" data-aos="fade-up" data-aos-delay="200">
<div class="absolute -top-6 left-6 rounded-md bg-blue-500 p-3 text-white">
<i data-feather="shield"></i>
</div>
<div class="mt-6">
<h3 class="text-lg font-medium text-gray-900">Fraud Detection</h3>
<p class="mt-2 text-base text-gray-500">
AI-powered verification to detect and prevent fraudulent claims automatically.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Solutions Section -->
<div id="solutions" class="py-12 bg-gray-50">
<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-blue-600 font-semibold tracking-wide uppercase">Solutions</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Addressing current challenges
</p>
</div>
<div class="mt-10">
<div class="grid grid-cols-1 gap-10 sm:grid-cols-2 lg:grid-cols-3">
<!-- Solution 1 -->
<div class="bg-white overflow-hidden shadow rounded-lg" data-aos="zoom-in">
<div class="px-4 py-5 sm:p-6">
<div class="flex items-center">
<div class="flex-shrink-0 bg-blue-500 rounded-md p-3">
<i data-feather="clock" class="text-white h-6 w-6"></i>
</div>
<div class="ml-5 w-0 flex-1">
<h3 class="text-lg font-medium text-gray-900">Claim Delays</h3>
</div>
</div>
<div class="mt-4">
<p class="text-sm text-gray-500">
Our automated processing reduces claim approval times from weeks to days, with real-time status updates.
</p>
</div>
</div>
</div>
<!-- Solution 2 -->
<div class="bg-white overflow-hidden shadow rounded-lg" data-aos="zoom-in" data-aos-delay="100">
<div class="px-4 py-5 sm:p-6">
<div class="flex items-center">
<div class="flex-shrink-0 bg-blue-500 rounded-md p-3">
<i data-feather="alert-circle" class="text-white h-6 w-6"></i>
</div>
<div class="ml-5 w-0 flex-1">
<h3 class="text-lg font-medium text-gray-900">Coverage Confusion</h3>
</div>
</div>
<div class="mt-4">
<p class="text-sm text-gray-500">
Clear, personalized coverage information with educational content to help users understand their benefits.
</p>
</div>
</div>
</div>
<!-- Solution 3 -->
<div class="bg-white overflow-hidden shadow rounded-lg" data-aos="zoom-in" data-aos-delay="200">
<div class="px-4 py-5 sm:p-6">
<div class="flex items-center">
<div class="flex-shrink-0 bg-blue-500 rounded-md p-3">
<i data-feather="wifi-off" class="text-white h-6 w-6"></i>
</div>
<div class="ml-5 w-0 flex-1">
<h3 class="text-lg font-medium text-gray-900">System Downtime</h3>
</div>
</div>
<div class="mt-4">
<p class="text-sm text-gray-500">
Built on scalable cloud infrastructure with 99.9% uptime guarantee and offline capabilities.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- CTA Section -->
<div class="bg-blue-700">
<div class="max-w-2xl mx-auto text-center py-16 px-4 sm:py-20 sm:px-6 lg:px-8">
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
<span class="block">Ready to transform healthcare?</span>
<span class="block">Join the AfyaCare Platform today.</span>
</h2>
<p class="mt-4 text-lg leading-6 text-blue-200">
Secure, scalable, and designed for all Kenyans.
</p>
<a href="#" class="mt-8 w-full inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-blue-50 sm:w-auto">
Contact Our Team
</a>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-800" id="about">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">
Platform
</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
Features
</a>
</li>
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
Security
</a>
</li>
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
Pricing
</a>
</li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">
Support
</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
Help Center
</a>
</li>
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
Documentation
</a>
</li>
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
Contact Us
</a>
</li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">
Company
</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
About
</a>
</li>
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
Careers
</a>
</li>
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
Partners
</a>
</li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">
Connect
</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
Twitter
</a>
</li>
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
Facebook
</a>
</li>
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
LinkedIn
</a>
</li>
</ul>
</div>
</div>
<div class="mt-8 border-t border-gray-700 pt-8 md:flex md:items-center md:justify-between">
<div class="flex space-x-6 md:order-2">
<a href="#" class="text-gray-400 hover:text-gray-300">
<i data-feather="facebook" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-gray-300">
<i data-feather="twitter" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-gray-300">
<i data-feather="instagram" class="h-6 w-6"></i>
</a>
</div>
<p class="mt-8 text-base text-gray-400 md:mt-0 md:order-1">
&copy; 2023 AfyaCare Digital Platform. All rights reserved.
</p>
</div>
</div>
</footer>
<script>
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
feather.replace();
// Simple animation for feature cards on hover
document.querySelectorAll('.feature-card').forEach(card => {
card.addEventListener('mouseenter', () => {
anime({
targets: card,
translateY: -10,
duration: 300,
easing: 'easeOutQuad'
});
});
card.addEventListener('mouseleave', () => {
anime({
targets: card,
translateY: 0,
duration: 300,
easing: 'easeOutQuad'
});
});
});
</script>
</body>
</html>