new pages created
This commit is contained in:
231
HRMS.html
Normal file
231
HRMS.html
Normal file
@@ -0,0 +1,231 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>HRMS - Winixco</title>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
</head>
|
||||
|
||||
<body class="bg-gray-50 text-gray-800">
|
||||
|
||||
<!-- HERO SECTION -->
|
||||
<!-- HERO -->
|
||||
<section class="bg-white py-24">
|
||||
<div class="max-w-6xl mx-auto px-6 grid md:grid-cols-2 gap-12 items-center">
|
||||
|
||||
<div>
|
||||
<h1 class="text-4xl md:text-5xl font-extrabold leading-tight text-gray-900">
|
||||
Modern HRMS Designed for the Workplace of Tomorrow
|
||||
</h1>
|
||||
<p class="mt-6 text-lg text-gray-600">
|
||||
Manage your entire workforce — hiring, onboarding, attendance, payroll, performance & HR automation — all in one unified platform.
|
||||
</p>
|
||||
|
||||
<div class="mt-10 flex gap-4">
|
||||
<a href="#" class="bg-blue-600 text-white px-8 py-3 rounded-xl text-lg font-semibold hover:bg-blue-700">
|
||||
Book a Demo
|
||||
</a>
|
||||
<a href="#" class="border border-gray-400 px-8 py-3 rounded-xl text-lg font-semibold hover:border-black">
|
||||
Download Brochure
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<img src="https://images.unsplash.com/photo-1551836022-4c4c79ecde51"
|
||||
class="rounded-2xl shadow-xl">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- VALUE PROPOSITION -->
|
||||
<section class="py-20 bg-gray-50">
|
||||
<div class="max-w-6xl mx-auto px-6 text-center">
|
||||
<h2 class="text-3xl md:text-4xl font-bold text-gray-900">A Central HR Hub for Your Entire Organization</h2>
|
||||
<p class="mt-4 text-gray-600 max-w-3xl mx-auto">
|
||||
Streamline HR operations, automate repetitive tasks, enhance employee experience and stay compliant — with a secure, scalable HRMS built for fast-growing companies.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- MODULES OVERVIEW -->
|
||||
<section class="py-20 bg-white">
|
||||
<div class="max-w-6xl mx-auto px-6">
|
||||
<h3 class="text-2xl md:text-3xl font-bold text-gray-900 mb-10">HRMS Modules Overview</h3>
|
||||
|
||||
<div class="grid md:grid-cols-3 gap-8">
|
||||
|
||||
<div class="p-8 bg-gray-50 rounded-2xl hover:bg-gray-100 transition">
|
||||
<h4 class="text-xl font-semibold mb-2">Employee Database</h4>
|
||||
<p class="text-gray-600">Centralized staff records, documents, job history & reporting structure.</p>
|
||||
</div>
|
||||
|
||||
<div class="p-8 bg-gray-50 rounded-2xl hover:bg-gray-100 transition">
|
||||
<h4 class="text-xl font-semibold mb-2">Attendance & Leaves</h4>
|
||||
<p class="text-gray-600">Biometric/Geo attendance, leave requests, shift scheduling & approvals.</p>
|
||||
</div>
|
||||
|
||||
<div class="p-8 bg-gray-50 rounded-2xl hover:bg-gray-100 transition">
|
||||
<h4 class="text-xl font-semibold mb-2">Payroll Management</h4>
|
||||
<p class="text-gray-600">Auto salary generation, ESI/PF/Professional Tax, payslips & compliance.</p>
|
||||
</div>
|
||||
|
||||
<div class="p-8 bg-gray-50 rounded-2xl hover:bg-gray-100 transition">
|
||||
<h4 class="text-xl font-semibold mb-2">Performance Reviews</h4>
|
||||
<p class="text-gray-600">Goal setting, KRAs, feedback cycles, review workflows & appraisals.</p>
|
||||
</div>
|
||||
|
||||
<div class="p-8 bg-gray-50 rounded-2xl hover:bg-gray-100 transition">
|
||||
<h4 class="text-xl font-semibold mb-2">Recruitment & Onboarding</h4>
|
||||
<p class="text-gray-600">Track applicants, generate offer letters, digital onboarding & document verification.</p>
|
||||
</div>
|
||||
|
||||
<div class="p-8 bg-gray-50 rounded-2xl hover:bg-gray-100 transition">
|
||||
<h4 class="text-xl font-semibold mb-2">Expense Claims</h4>
|
||||
<p class="text-gray-600">Employee reimbursements, approvals, workflows & tracking.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- HR AUTOMATION ADVANTAGES -->
|
||||
<section class="py-20 bg-blue-50">
|
||||
<div class="max-w-6xl mx-auto px-6">
|
||||
<h3 class="text-center text-3xl font-bold text-gray-900 mb-12">Why Companies Choose Our HRMS</h3>
|
||||
|
||||
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-10">
|
||||
|
||||
<div class="p-6 bg-white rounded-2xl shadow">
|
||||
<h4 class="text-xl font-semibold">Reduce Manual Work</h4>
|
||||
<p class="mt-2 text-gray-600">Automate payroll, attendance, appraisal cycles + reminders.</p>
|
||||
</div>
|
||||
|
||||
<div class="p-6 bg-white rounded-2xl shadow">
|
||||
<h4 class="text-xl font-semibold">Improve Employee Engagement</h4>
|
||||
<p class="mt-2 text-gray-600">Self-service portal for attendance, leaves, announcements & payslips.</p>
|
||||
</div>
|
||||
|
||||
<div class="p-6 bg-white rounded-2xl shadow">
|
||||
<h4 class="text-xl font-semibold">Transparent HR Policies</h4>
|
||||
<p class="mt-2 text-gray-600">Define leave policies, approvals & workflows with clarity.</p>
|
||||
</div>
|
||||
|
||||
<div class="p-6 bg-white rounded-2xl shadow">
|
||||
<h4 class="text-xl font-semibold">Accurate Payroll Every Month</h4>
|
||||
<p class="mt-2 text-gray-600">No errors, no delays. 100% compliant payroll.</p>
|
||||
</div>
|
||||
|
||||
<div class="p-6 bg-white rounded-2xl shadow">
|
||||
<h4 class="text-xl font-semibold">Better Decision Making</h4>
|
||||
<p class="mt-2 text-gray-600">HR dashboards for attrition, performance, productivity & attendance.</p>
|
||||
</div>
|
||||
|
||||
<div class="p-6 bg-white rounded-2xl shadow">
|
||||
<h4 class="text-xl font-semibold">Secure, Scalable & Cloud-Based</h4>
|
||||
<p class="mt-2 text-gray-600">Encrypted data, role-based access, audit logs & backups.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- PROCESS WORKFLOW -->
|
||||
<section class="py-24 bg-white">
|
||||
<div class="max-w-6xl mx-auto px-6">
|
||||
<h3 class="text-3xl font-bold text-center mb-14">How HRMS Works</h3>
|
||||
|
||||
<div class="grid md:grid-cols-4 gap-6 text-center">
|
||||
|
||||
<div class="p-6 bg-gray-50 rounded-xl">
|
||||
<h4 class="font-bold text-xl mb-2">1. Hire</h4>
|
||||
<p class="text-gray-600">Recruit talent, screen resumes & generate offer letters.</p>
|
||||
</div>
|
||||
|
||||
<div class="p-6 bg-gray-50 rounded-xl">
|
||||
<h4 class="font-bold text-xl mb-2">2. Onboard</h4>
|
||||
<p class="text-gray-600">Paperless joining, document upload & role assignment.</p>
|
||||
</div>
|
||||
|
||||
<div class="p-6 bg-gray-50 rounded-xl">
|
||||
<h4 class="font-bold text-xl mb-2">3. Manage</h4>
|
||||
<p class="text-gray-600">Attendance, leaves, payroll, shifts & employee lifecycle.</p>
|
||||
</div>
|
||||
|
||||
<div class="p-6 bg-gray-50 rounded-xl">
|
||||
<h4 class="font-bold text-xl mb-2">4. Evaluate</h4>
|
||||
<p class="text-gray-600">Review performance, track goals & run appraisal cycles.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- HR ANALYTICS -->
|
||||
<section class="py-20 bg-gray-900 text-white">
|
||||
<div class="max-w-6xl mx-auto px-6">
|
||||
|
||||
<h3 class="text-3xl font-bold text-center mb-12">HR Analytics & Insights</h3>
|
||||
|
||||
<div class="grid md:grid-cols-4 gap-8 text-center">
|
||||
<div>
|
||||
<h4 class="text-4xl font-bold">98%</h4>
|
||||
<p class="text-gray-300 mt-1">Payroll Accuracy</p>
|
||||
</div>
|
||||
<div>
|
||||
<h4 class="text-4xl font-bold">45%</h4>
|
||||
<p class="text-gray-300 mt-1">Less Manual HR Work</p>
|
||||
</div>
|
||||
<div>
|
||||
<h4 class="text-4xl font-bold">80%</h4>
|
||||
<p class="text-gray-300 mt-1">Faster Hiring</p>
|
||||
</div>
|
||||
<div>
|
||||
<h4 class="text-4xl font-bold">60%</h4>
|
||||
<p class="text-gray-300 mt-1">Improved Productivity</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- FAQ -->
|
||||
<section class="py-20 bg-gray-50">
|
||||
<div class="max-w-4xl mx-auto px-6">
|
||||
<h3 class="text-3xl font-bold text-center mb-10">Frequently Asked Questions</h3>
|
||||
|
||||
<div class="space-y-6">
|
||||
|
||||
<details class="p-6 bg-white rounded-xl shadow">
|
||||
<summary class="text-lg font-semibold cursor-pointer">Is this HRMS suitable for small companies?</summary>
|
||||
<p class="mt-3 text-gray-600">Yes. It supports startups, SMEs, agencies and large enterprises.</p>
|
||||
</details>
|
||||
|
||||
<details class="p-6 bg-white rounded-xl shadow">
|
||||
<summary class="text-lg font-semibold cursor-pointer">Can employees access their own portal?</summary>
|
||||
<p class="mt-3 text-gray-600">Yes, via web and mobile — for attendance, leaves, payslips & updates.</p>
|
||||
</details>
|
||||
|
||||
<details class="p-6 bg-white rounded-xl shadow">
|
||||
<summary class="text-lg font-semibold cursor-pointer">Does it integrate with biometric devices?</summary>
|
||||
<p class="mt-3 text-gray-600">Yes. Fingerprint, RFID, QR and geo-attendance are supported.</p>
|
||||
</details>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- FINAL CTA -->
|
||||
<section class="py-20 bg-gradient-to-r from-blue-600 to-blue-700 text-white text-center">
|
||||
<div class="max-w-4xl mx-auto px-6">
|
||||
<h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Upgrade Your HR Operations?</h2>
|
||||
<p class="text-blue-100 text-lg mb-10">Automate, simplify and scale your HR with a powerful, cloud-based HRMS.</p>
|
||||
<a href="#" class="bg-white text-blue-700 px-10 py-3 rounded-xl font-semibold shadow hover:shadow-lg">Book a Demo</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user