Skip to content

Commit 5451dcc

Browse files
authored
Update employers.html
1 parent 114de17 commit 5451dcc

1 file changed

Lines changed: 41 additions & 14 deletions

File tree

employers.html

Lines changed: 41 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,65 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>Employer Solutions | Simpatico HR</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>For Employers | Simpatico HR Consultancy</title>
7+
<link rel="icon" type="image/png" href="favicon.png">
68
<link rel="stylesheet" href="CSS/style.css">
9+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
710
</head>
811
<body>
12+
913
<nav>
1014
<div class="nav-inner">
11-
<strong style="font-size: 1.2rem;">Simpatico HR</strong>
15+
<strong>Simpatico HR</strong>
1216
<ul class="nav-links">
1317
<li><a href="index.html">Home</a></li>
1418
<li><a href="about.html">About</a></li>
15-
<li><a href="services.html">Services</a></li>
16-
<li><a href="candidates.html">Candidates</a></li>
17-
<li><a href="employers.html">Employers</a></li>
19+
<li><a href="job.html">Jobs</a></li>
20+
<li><a href="candidates.html">Register</a></li>
21+
<li><a href="employers.html" class="active">Employers</a></li>
1822
<li><a href="contact.html">Contact</a></li>
1923
</ul>
2024
</div>
2125
</nav>
2226

23-
<header class="page-banner">
24-
<h1>Hire the Best</h1>
27+
<header class="page-banner-small">
28+
<h1>Hire Top Talent</h1>
29+
<p>Expert recruitment solutions for Global Markets</p>
2530
</header>
2631

27-
<main class="container">
28-
<div class="card">
29-
<h2>Request a Proposal</h2>
30-
<p>Tell us about your staffing requirements and our experts will get back to you with a custom plan.</p>
31-
<a href="contact.html" class="btn">Get a Quote</a>
32+
<main class="container" style="max-width: 1000px; margin: 40px auto; padding: 0 20px;">
33+
<div class="rich-form-box">
34+
<h2 style="text-align: center; margin-bottom: 20px;">Requirement Submission</h2>
35+
<p style="text-align: center; margin-bottom: 30px;">Partner with us to find the best professionals from Kerala and across India.</p>
36+
37+
<form action="https://formspree.io/f/mqeaalvd" method="POST">
38+
<div class="form-group">
39+
<label>Company Name</label>
40+
<input type="text" name="Company_Name" required>
41+
</div>
42+
<div class="form-group">
43+
<label>Contact Person</label>
44+
<input type="text" name="Contact_Person" required>
45+
</div>
46+
<div class="form-group">
47+
<label>Email Address</label>
48+
<input type="email" name="Email" required>
49+
</div>
50+
<div class="form-group">
51+
<label>Hiring Needs (Role & Quantity)</label>
52+
<textarea name="Requirements" rows="5" placeholder="e.g. Need 10 Staff Nurses for UK hospital..."></textarea>
53+
</div>
54+
<button type="submit" class="btn btn-blue" style="width: 100%;">Submit Inquiry</button>
55+
</form>
3256
</div>
3357
</main>
3458

35-
<footer>© 2026 Simpatico HR Consultancy</footer>
59+
<footer>
60+
<p>© 2026 Simpatico HR Consultancy · Perinthalmanna, Kerala</p>
61+
</footer>
62+
3663
</body>
3764
</html>
3865

0 commit comments

Comments
 (0)