-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathai-job-portal.html
More file actions
359 lines (339 loc) · 22.3 KB
/
ai-job-portal.html
File metadata and controls
359 lines (339 loc) · 22.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SimpaticoHR - AI-Powered Hybrid Recruitment Platform</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" rel="stylesheet">
<link href="css/app.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="landing-nav" id="landingNav">
<div class="nav-logo"><img src="favicon-96x96.png" style="width:28px;height:28px;border-radius:6px;margin-right:8px;vertical-align:middle;">
<div class="logo-icon"><i class="fas fa-infinity"></i></div>
<span>Simpatico<span style="color: var(--primary)">HR</span></span>
</div>
<div class="nav-links">
<a href="#features">Features</a>
<a href="#proctoring">AI Proctoring</a>
<a href="#pricing">Pricing</a>
<a href="#about">About</a>
</div>
<div class="nav-actions">
<a href="auth/login.html" class="btn btn-ghost">Sign In</a>
<a href="auth/register-company.html" class="btn btn-primary">Start Free Trial</a>
</div>
</nav>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<div>
<div class="hero-badge">
<span class="pulse"></span>
India's #1 AI Hybrid Recruitment Platform
</div>
<h1>
Hire Smarter with<br>
<span class="gradient-text">AI-Powered Proctoring</span><br>
& Complete ATS
</h1>
<p>
Source, screen, interview with hands-free AI proctoring, eye-tracking
cheat detection, and automate your entire hiring pipeline. Multi-tenant
SaaS built for recruitment consultancies.
</p>
<div class="hero-actions">
<a href="auth/register-company.html" class="btn btn-primary btn-lg">
<i class="fas fa-rocket"></i> Get Started Free
</a>
<a href="auth/register-candidate.html" class="btn btn-secondary btn-lg">
<i class="fas fa-user-plus"></i> Register as Candidate
</a>
</div>
<div class="hero-stats">
<div class="hero-stat">
<div class="number">500+</div>
<div class="label">Companies Trust Us</div>
</div>
<div class="hero-stat">
<div class="number">50K+</div>
<div class="label">Candidates Placed</div>
</div>
<div class="hero-stat">
<div class="number">99.2%</div>
<div class="label">Cheat Detection Rate</div>
</div>
<div class="hero-stat">
<div class="number">80%</div>
<div class="label">Time Saved</div>
</div>
</div>
</div>
<div class="hero-visual">
<div class="hero-dashboard-preview" id="heroPreview">
<div style="background:var(--gray-900);padding:8px 16px;display:flex;gap:6px;align-items:center;">
<div style="width:10px;height:10px;border-radius:50%;background:#ef4444;"></div>
<div style="width:10px;height:10px;border-radius:50%;background:#f59e0b;"></div>
<div style="width:10px;height:10px;border-radius:50%;background:#10b981;"></div>
<span style="color:var(--gray-500);font-size:0.7rem;margin-left:auto;">dashboard.simpaticohr.in</span>
</div>
<div style="padding:20px;background:var(--gray-50);">
<div style="display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px;">
<div style="background:white;padding:16px;border-radius:8px;border:1px solid var(--gray-200);">
<div style="font-size:0.7rem;color:var(--gray-500);">Active Jobs</div>
<div style="font-size:1.5rem;font-weight:800;color:var(--primary);">24</div>
</div>
<div style="background:white;padding:16px;border-radius:8px;border:1px solid var(--gray-200);">
<div style="font-size:0.7rem;color:var(--gray-500);">Applications</div>
<div style="font-size:1.5rem;font-weight:800;color:var(--success);">1,248</div>
</div>
<div style="background:white;padding:16px;border-radius:8px;border:1px solid var(--gray-200);">
<div style="font-size:0.7rem;color:var(--gray-500);">Interviews Today</div>
<div style="font-size:1.5rem;font-weight:800;color:var(--warning);">8</div>
</div>
</div>
<div style="background:white;padding:16px;border-radius:8px;border:1px solid var(--gray-200);margin-bottom:12px;">
<div style="font-size:0.75rem;font-weight:700;margin-bottom:12px;">Hiring Pipeline</div>
<div style="display:flex;gap:4px;height:8px;">
<div style="flex:4;background:var(--primary);border-radius:4px;"></div>
<div style="flex:3;background:var(--info);border-radius:4px;"></div>
<div style="flex:2;background:var(--warning);border-radius:4px;"></div>
<div style="flex:1;background:var(--success);border-radius:4px;"></div>
</div>
</div>
<div style="background:white;padding:16px;border-radius:8px;border:1px solid var(--gray-200);">
<div style="font-size:0.75rem;font-weight:700;margin-bottom:8px;">AI Proctoring - Live</div>
<div style="display:flex;align-items:center;gap:8px;">
<div style="width:60px;height:40px;background:var(--gray-900);border-radius:6px;display:flex;align-items:center;justify-content:center;">
<i class="fas fa-video" style="color:var(--success);font-size:0.7rem;"></i>
</div>
<div>
<div style="font-size:0.8rem;font-weight:600;">Rahul S. - Sr. Dev Interview</div>
<div style="font-size:0.7rem;color:var(--success);">Trust Score: 94% • Eye Contact: 87%</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="features-section" id="features">
<div class="section-header">
<h2>Everything You Need to Hire <span class="gradient-text">Brilliantly</span></h2>
<p>A complete hybrid recruitment platform with AI-powered tools that automate your entire hiring workflow</p>
</div>
<div class="features-grid">
<!-- Feature 1: AI Proctored Interviews -->
<div class="feature-card">
<span class="tag">?? Flagship</span>
<div class="icon purple"><i class="fas fa-eye"></i></div>
<h3>AI Proctored Hands-Free Interviews</h3>
<p>Advanced proctoring with real-time eye tracking, face detection, tab-switch monitoring, phone detection, and multi-face alerts. Fully hands-free automated interviews with AI-generated questions.</p>
</div>
<!-- Feature 2: Eye Tracking -->
<div class="feature-card">
<span class="tag">AI</span>
<div class="icon blue"><i class="fas fa-crosshairs"></i></div>
<h3>Eye Tracking & Cheat Detection</h3>
<p>Real-time gaze estimation, attention scoring, and heatmap generation. Detects eye deviations, screen reading patterns, and generates comprehensive trust scores with flagged moments.</p>
</div>
<!-- Feature 3: ATS -->
<div class="feature-card">
<div class="icon green"><i class="fas fa-filter"></i></div>
<h3>Complete ATS Pipeline</h3>
<p>Source ? Screen ? Shortlist ? Interview ? Select ? Offer ? Onboard. Drag-and-drop Kanban boards, automated stage transitions, and smart candidate ranking.</p>
</div>
<!-- Feature 4: JD Auto Generation -->
<div class="feature-card">
<div class="icon orange"><i class="fas fa-wand-magic-sparkles"></i></div>
<h3>AI Job Description Generator</h3>
<p>Generate professional, SEO-optimized job descriptions instantly with AI. Input role, skills, and experience — get perfectly crafted JDs with requirements, responsibilities, and benefits.</p>
</div>
<!-- Feature 5: WhatsApp Integration -->
<div class="feature-card">
<div class="icon green"><i class="fab fa-whatsapp"></i></div>
<h3>WhatsApp Integration</h3>
<p>Send interview invites, status updates, offer letters, and reminders directly via WhatsApp. Two-way communication with candidates and automated template messages.</p>
</div>
<!-- Feature 6: Multi-Tenant -->
<div class="feature-card">
<div class="icon cyan"><i class="fas fa-building"></i></div>
<h3>Multi-Client Data Isolation</h3>
<p>Add unlimited client companies with complete data isolation. Each client has their own pipeline, candidates, and settings. No data leakage between tenants — enterprise-grade RLS security.</p>
</div>
<!-- Feature 7: Automation -->
<div class="feature-card">
<div class="icon purple"><i class="fas fa-robot"></i></div>
<h3>HR Workflow Automation</h3>
<p>Auto-screen applications, auto-schedule interviews, auto-send rejection/selection emails, auto-move candidates through pipeline stages. Set triggers and let the system work.</p>
</div>
<!-- Feature 8: Onboarding -->
<div class="feature-card">
<div class="icon blue"><i class="fas fa-clipboard-check"></i></div>
<h3>Digital Onboarding</h3>
<p>Complete onboarding workflow — offer letter generation, document collection & verification, IT setup checklists, buddy assignment, and welcome kit automation.</p>
</div>
<!-- Feature 9: Analytics -->
<div class="feature-card">
<div class="icon red"><i class="fas fa-chart-bar"></i></div>
<h3>Advanced Analytics & Reporting</h3>
<p>Real-time dashboards, time-to-hire metrics, source effectiveness, interviewer performance, diversity metrics, and custom report generation with export options.</p>
</div>
</div>
</section>
<!-- Proctoring Showcase -->
<section id="proctoring" style="padding: 6rem 2rem; background: var(--gray-900); color: white;">
<div style="max-width: 1400px; margin: 0 auto;">
<div class="section-header" style="margin-bottom: 3rem;">
<h2 style="color: white;">Advanced AI Proctoring <span style="color: var(--primary-light);">System</span></h2>
<p style="color: var(--gray-400);">Military-grade cheating detection with 99.2% accuracy</p>
</div>
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem;">
<div style="background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); padding: 1.5rem;">
<div style="font-size: 2rem; margin-bottom: 1rem;">???</div>
<h4 style="margin-bottom: 0.5rem;">Real-time Eye Tracking</h4>
<p style="color: var(--gray-400); font-size: 0.9rem;">Gaze estimation using TensorFlow.js. Tracks where the candidate is looking in real-time with attention scoring.</p>
</div>
<div style="background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); padding: 1.5rem;">
<div style="font-size: 2rem; margin-bottom: 1rem;">??</div>
<h4 style="margin-bottom: 0.5rem;">Multi-Face Detection</h4>
<p style="color: var(--gray-400); font-size: 0.9rem;">Instantly detects if multiple people are present in the frame. Alerts and flags suspicious activity.</p>
</div>
<div style="background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); padding: 1.5rem;">
<div style="font-size: 2rem; margin-bottom: 1rem;">??</div>
<h4 style="margin-bottom: 0.5rem;">Phone Detection</h4>
<p style="color: var(--gray-400); font-size: 0.9rem;">AI-powered object detection identifies mobile phones or secondary devices in the camera feed.</p>
</div>
<div style="background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); padding: 1.5rem;">
<div style="font-size: 2rem; margin-bottom: 1rem;">??</div>
<h4 style="margin-bottom: 0.5rem;">Tab Switch Detection</h4>
<p style="color: var(--gray-400); font-size: 0.9rem;">Monitors browser focus. Any tab switching, window resizing, or application switching is logged and flagged.</p>
</div>
<div style="background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); padding: 1.5rem;">
<div style="font-size: 2rem; margin-bottom: 1rem;">???</div>
<h4 style="margin-bottom: 0.5rem;">Audio Anomaly Detection</h4>
<p style="color: var(--gray-400); font-size: 0.9rem;">Detects whispers, multiple voices, or background dictation suggesting external assistance.</p>
</div>
<div style="background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); padding: 1.5rem;">
<div style="font-size: 2rem; margin-bottom: 1rem;">??</div>
<h4 style="margin-bottom: 0.5rem;">Trust Score Engine</h4>
<p style="color: var(--gray-400); font-size: 0.9rem;">Composite trust score from all signals. Real-time scoring with severity-based deductions and comprehensive reports.</p>
</div>
</div>
</div>
</section>
<!-- Pricing -->
<section id="pricing" style="padding: 6rem 2rem;">
<div style="max-width: 1200px; margin: 0 auto;">
<div class="section-header">
<h2>Simple, Transparent <span class="gradient-text">Pricing</span></h2>
<p>Start free and scale as you grow</p>
</div>
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem;">
<!-- Starter -->
<div class="card" style="padding: 2rem;">
<h3 style="font-size: 1.25rem; margin-bottom: 0.5rem;">Starter</h3>
<p style="color: var(--gray-500); font-size: 0.9rem; margin-bottom: 1.5rem;">For small teams</p>
<div style="font-size: 2.5rem; font-weight: 800; margin-bottom: 1.5rem;">?4,999<span style="font-size: 1rem; color: var(--gray-500); font-weight: 400;">/month</span></div>
<ul style="list-style: none; margin-bottom: 2rem;">
<li style="padding: 6px 0; font-size: 0.9rem; color: var(--gray-600);"><i class="fas fa-check" style="color: var(--success); margin-right: 8px;"></i> 5 Active Jobs</li>
<li style="padding: 6px 0; font-size: 0.9rem; color: var(--gray-600);"><i class="fas fa-check" style="color: var(--success); margin-right: 8px;"></i> 3 Users</li>
<li style="padding: 6px 0; font-size: 0.9rem; color: var(--gray-600);"><i class="fas fa-check" style="color: var(--success); margin-right: 8px;"></i> Basic Proctoring</li>
<li style="padding: 6px 0; font-size: 0.9rem; color: var(--gray-600);"><i class="fas fa-check" style="color: var(--success); margin-right: 8px;"></i> Email Notifications</li>
<li style="padding: 6px 0; font-size: 0.9rem; color: var(--gray-600);"><i class="fas fa-check" style="color: var(--success); margin-right: 8px;"></i> AI JD Generator</li>
</ul>
<a href="auth/register-company.html" class="btn btn-secondary w-full" style="text-align: center;">Get Started</a>
</div>
<!-- Professional -->
<div class="card" style="padding: 2rem; border-color: var(--primary); position: relative;">
<div style="position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--primary); color: white; padding: 4px 16px; border-radius: 100px; font-size: 0.75rem; font-weight: 600;">MOST POPULAR</div>
<h3 style="font-size: 1.25rem; margin-bottom: 0.5rem;">Professional</h3>
<p style="color: var(--gray-500); font-size: 0.9rem; margin-bottom: 1.5rem;">For growing companies</p>
<div style="font-size: 2.5rem; font-weight: 800; margin-bottom: 1.5rem; color: var(--primary);">?14,999<span style="font-size: 1rem; color: var(--gray-500); font-weight: 400;">/month</span></div>
<ul style="list-style: none; margin-bottom: 2rem;">
<li style="padding: 6px 0; font-size: 0.9rem; color: var(--gray-600);"><i class="fas fa-check" style="color: var(--success); margin-right: 8px;"></i> 25 Active Jobs</li>
<li style="padding: 6px 0; font-size: 0.9rem; color: var(--gray-600);"><i class="fas fa-check" style="color: var(--success); margin-right: 8px;"></i> 10 Users</li>
<li style="padding: 6px 0; font-size: 0.9rem; color: var(--gray-600);"><i class="fas fa-check" style="color: var(--success); margin-right: 8px;"></i> Advanced Proctoring + Eye Tracking</li>
<li style="padding: 6px 0; font-size: 0.9rem; color: var(--gray-600);"><i class="fas fa-check" style="color: var(--success); margin-right: 8px;"></i> WhatsApp Integration</li>
<li style="padding: 6px 0; font-size: 0.9rem; color: var(--gray-600);"><i class="fas fa-check" style="color: var(--success); margin-right: 8px;"></i> Automation Rules</li>
<li style="padding: 6px 0; font-size: 0.9rem; color: var(--gray-600);"><i class="fas fa-check" style="color: var(--success); margin-right: 8px;"></i> Onboarding Module</li>
<li style="padding: 6px 0; font-size: 0.9rem; color: var(--gray-600);"><i class="fas fa-check" style="color: var(--success); margin-right: 8px;"></i> Multi-Client Support</li>
</ul>
<a href="auth/register-company.html" class="btn btn-primary w-full" style="text-align: center;">Start Free Trial</a>
</div>
<!-- Enterprise -->
<div class="card" style="padding: 2rem;">
<h3 style="font-size: 1.25rem; margin-bottom: 0.5rem;">Enterprise</h3>
<p style="color: var(--gray-500); font-size: 0.9rem; margin-bottom: 1.5rem;">For recruitment agencies</p>
<div style="font-size: 2.5rem; font-weight: 800; margin-bottom: 1.5rem;">Custom</div>
<ul style="list-style: none; margin-bottom: 2rem;">
<li style="padding: 6px 0; font-size: 0.9rem; color: var(--gray-600);"><i class="fas fa-check" style="color: var(--success); margin-right: 8px;"></i> Unlimited Jobs</li>
<li style="padding: 6px 0; font-size: 0.9rem; color: var(--gray-600);"><i class="fas fa-check" style="color: var(--success); margin-right: 8px;"></i> Unlimited Users</li>
<li style="padding: 6px 0; font-size: 0.9rem; color: var(--gray-600);"><i class="fas fa-check" style="color: var(--success); margin-right: 8px;"></i> White-label Option</li>
<li style="padding: 6px 0; font-size: 0.9rem; color: var(--gray-600);"><i class="fas fa-check" style="color: var(--success); margin-right: 8px;"></i> API Access</li>
<li style="padding: 6px 0; font-size: 0.9rem; color: var(--gray-600);"><i class="fas fa-check" style="color: var(--success); margin-right: 8px;"></i> Dedicated Support</li>
<li style="padding: 6px 0; font-size: 0.9rem; color: var(--gray-600);"><i class="fas fa-check" style="color: var(--success); margin-right: 8px;"></i> Custom Integrations</li>
</ul>
<a href="#" class="btn btn-secondary w-full" style="text-align: center;" onclick="alert('Contact: hello@simpaticohr.in')">Contact Sales</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer style="background: var(--gray-900); color: var(--gray-400); padding: 4rem 2rem;">
<div style="max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem;">
<div>
<div class="nav-logo" style="margin-bottom: 1rem;">
<div class="logo-icon"><i class="fas fa-infinity"></i></div>
<span style="color: white;">Simpatico<span style="color: var(--primary-light);">HR</span></span>
</div>
<p style="font-size: 0.9rem; max-width: 300px;">India's most advanced AI-powered hybrid recruitment platform. Built by Simpatico HR Consultancy.</p>
<div style="display: flex; gap: 12px; margin-top: 1.5rem;">
<a href="#" style="width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,0.1);display:flex;align-items:center;justify-content:center;"><i class="fab fa-linkedin-in"></i></a>
<a href="#" style="width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,0.1);display:flex;align-items:center;justify-content:center;"><i class="fab fa-twitter"></i></a>
<a href="#" style="width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,0.1);display:flex;align-items:center;justify-content:center;"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div>
<h4 style="color: white; margin-bottom: 1rem;">Product</h4>
<ul style="list-style:none; display:flex; flex-direction:column; gap:8px; font-size: 0.9rem;">
<li><a href="#features">Features</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#">Integrations</a></li>
<li><a href="#">API Docs</a></li>
</ul>
</div>
<div>
<h4 style="color: white; margin-bottom: 1rem;">Company</h4>
<ul style="list-style:none; display:flex; flex-direction:column; gap:8px; font-size: 0.9rem;">
<li><a href="https://simpaticohr.in">About Us</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div>
<h4 style="color: white; margin-bottom: 1rem;">Legal</h4>
<ul style="list-style:none; display:flex; flex-direction:column; gap:8px; font-size: 0.9rem;">
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Service</a></li>
<li><a href="#">Data Processing</a></li>
</ul>
</div>
</div>
<div style="max-width: 1200px; margin: 3rem auto 0; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; font-size: 0.85rem;">
© 2025 SimpaticoHR by Simpatico HR Consultancy. All rights reserved. | <a href="https://simpaticohr.in" style="color: var(--primary-light);">simpaticohr.in</a>
</div>
</footer>
<script>
// Scroll navbar effect
window.addEventListener('scroll', () => {
document.getElementById('landingNav').classList.toggle('scrolled', window.scrollY > 50);
});
</script>
</body>
</html>