|
1 | | -<!doctype html> |
| 1 | +<!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <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"> |
6 | 8 | <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"> |
7 | 10 | </head> |
8 | 11 | <body> |
| 12 | + |
9 | 13 | <nav> |
10 | 14 | <div class="nav-inner"> |
11 | | - <strong style="font-size: 1.2rem;">Simpatico HR</strong> |
| 15 | + <strong>Simpatico HR</strong> |
12 | 16 | <ul class="nav-links"> |
13 | 17 | <li><a href="index.html">Home</a></li> |
14 | 18 | <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> |
18 | 22 | <li><a href="contact.html">Contact</a></li> |
19 | 23 | </ul> |
20 | 24 | </div> |
21 | 25 | </nav> |
22 | 26 |
|
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> |
25 | 30 | </header> |
26 | 31 |
|
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> |
32 | 56 | </div> |
33 | 57 | </main> |
34 | 58 |
|
35 | | - <footer>© 2026 Simpatico HR Consultancy</footer> |
| 59 | + <footer> |
| 60 | + <p>© 2026 Simpatico HR Consultancy · Perinthalmanna, Kerala</p> |
| 61 | + </footer> |
| 62 | + |
36 | 63 | </body> |
37 | 64 | </html> |
38 | 65 |
|
0 commit comments