|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 | | - <title>Candidate Registration | Simpatico HR Consultancy</title> |
| 6 | + <title>Candidate Registration | Simpatico HR</title> |
7 | 7 | <link rel="icon" type="image/png" href="favicon.png"> |
8 | 8 | <link rel="stylesheet" href="CSS/style.css"> |
9 | 9 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"> |
10 | 10 | </head> |
11 | 11 | <body> |
12 | | - |
13 | 12 | <nav> |
14 | 13 | <div class="nav-inner"> |
15 | | - <div class="logo"> |
16 | | - <strong style="font-size: 1.6rem; color: #007bff;">Simpatico HR</strong> |
17 | | - </div> |
| 14 | + <strong>Simpatico HR</strong> |
18 | 15 | <ul class="nav-links"> |
19 | 16 | <li><a href="index.html">Home</a></li> |
20 | | - <li><a href="about.html">About</a></li> |
21 | | - <li><a href="services.html">Services</a></li> |
22 | | - <li><a href="candidates.html" class="active">Candidates</a></li> |
23 | | - <li><a href="employers.html">Employers</a></li> |
| 17 | + <li><a href="job.html">Jobs</a></li> |
| 18 | + <li><a href="candidates.html" class="active">Register</a></li> |
24 | 19 | <li><a href="contact.html">Contact</a></li> |
25 | 20 | </ul> |
26 | 21 | </div> |
27 | 22 | </nav> |
28 | 23 |
|
29 | 24 | <header class="page-banner-small"> |
30 | | - <div class="banner-content"> |
31 | | - <h1>Career Registration</h1> |
32 | | - <p>Connect with top employers in India, GCC, and Europe</p> |
33 | | - </div> |
| 25 | + <h1>Join Our Talent Pool</h1> |
| 26 | + <p>Submit your details and resume for global opportunities</p> |
34 | 27 | </header> |
35 | 28 |
|
36 | | - <main class="container"> |
37 | | - <div class="registration-wrapper"> |
38 | | - <div class="form-instructions"> |
39 | | - <h2>Submit Your Profile</h2> |
40 | | - <p>Please provide accurate details. Your resume will be shared with our global recruitment partners.</p> |
| 29 | + <div class="rich-form-box"> |
| 30 | + <form action="https://formspree.io/f/mqeaalvd" method="POST" enctype="multipart/form-data"> |
| 31 | + <div class="form-group"> |
| 32 | + <label>Full Name</label> |
| 33 | + <input type="text" name="CandidateName" required> |
41 | 34 | </div> |
42 | | - |
43 | | - <form action="https://formspree.io/f/mqeaalvd" method="POST" enctype="multipart/form-data" class="rich-form"> |
44 | | - |
45 | | - <div class="form-section"> |
46 | | - <h3><i class="fas fa-user-tie"></i> Personal Details</h3> |
47 | | - <div class="form-row"> |
48 | | - <div class="form-group"> |
49 | | - <label>Full Name *</label> |
50 | | - <input type="text" name="Candidate Name" placeholder="Enter your full name" required> |
51 | | - </div> |
52 | | - <div class="form-group"> |
53 | | - <label>Email Address *</label> |
54 | | - <input type="email" name="Email" placeholder="email@example.com" required> |
55 | | - </div> |
56 | | - </div> |
57 | | - <div class="form-row"> |
58 | | - <div class="form-group"> |
59 | | - <label>Phone / WhatsApp *</label> |
60 | | - <input type="tel" name="Phone Number" placeholder="+91 XXXX XXX XXX" required> |
61 | | - </div> |
62 | | - <div class="form-group"> |
63 | | - <label>Current Location *</label> |
64 | | - <input type="text" name="City/District" placeholder="e.g. Malappuram, Kerala" required> |
65 | | - </div> |
66 | | - </div> |
67 | | - </div> |
68 | | - |
69 | | - <div class="form-section"> |
70 | | - <h3><i class="fas fa-graduation-cap"></i> Professional Background</h3> |
71 | | - <div class="form-row"> |
72 | | - <div class="form-group"> |
73 | | - <label>Highest Qualification *</label> |
74 | | - <input type="text" name="Education" placeholder="e.g. B.Tech / MBA / GNM Nursing" required> |
75 | | - </div> |
76 | | - <div class="form-group"> |
77 | | - <label>Total Years of Experience *</label> |
78 | | - <input type="number" name="Years of Experience" placeholder="0" min="0" required> |
79 | | - </div> |
80 | | - </div> |
81 | | - <div class="form-row"> |
82 | | - <div class="form-group"> |
83 | | - <label>Current/Last Job Title</label> |
84 | | - <input type="text" name="Current Role" placeholder="e.g. Site Engineer"> |
85 | | - </div> |
86 | | - <div class="form-group"> |
87 | | - <label>Preferred Destination</label> |
88 | | - <select name="Preferred Work Location"> |
89 | | - <option value="Domestic (India)">India / Kerala</option> |
90 | | - <option value="GCC (Middle East)">GCC (UAE, Saudi, etc.)</option> |
91 | | - <option value="Europe / UK">Europe / UK</option> |
92 | | - <option value="Anywhere">Anywhere</option> |
93 | | - </select> |
94 | | - </div> |
95 | | - </div> |
96 | | - </div> |
97 | | - |
98 | | - <div class="form-section"> |
99 | | - <h3><i class="fas fa-cloud-upload-alt"></i> Resume / CV Attachment</h3> |
100 | | - <div class="upload-container"> |
101 | | - <p>Upload your latest CV (PDF or Word only, max 5MB)</p> |
102 | | - <input type="file" name="Resume_File" accept=".pdf,.doc,.docx" required> |
103 | | - </div> |
104 | | - </div> |
105 | | - |
106 | | - <div class="form-group"> |
107 | | - <label>Additional Skills or Certifications</label> |
108 | | - <textarea name="Skills" rows="3" placeholder="List any specific skills..."></textarea> |
| 35 | + <div class="form-group"> |
| 36 | + <label>Email Address</label> |
| 37 | + <input type="email" name="Email" required> |
| 38 | + </div> |
| 39 | + <div class="form-group"> |
| 40 | + <label>Phone / WhatsApp</label> |
| 41 | + <input type="tel" name="Phone" required> |
| 42 | + </div> |
| 43 | + <div class="form-group"> |
| 44 | + <label>Experience (Years)</label> |
| 45 | + <input type="number" name="Experience" required> |
| 46 | + </div> |
| 47 | + <div class="form-group"> |
| 48 | + <label>Preferred Destination</label> |
| 49 | + <select name="Destination"> |
| 50 | + <option value="UK/Europe">UK / Europe</option> |
| 51 | + <option value="GCC">GCC (Saudi, UAE, etc.)</option> |
| 52 | + <option value="India">India</option> |
| 53 | + </select> |
| 54 | + </div> |
| 55 | + <div class="form-group"> |
| 56 | + <label>Resume (PDF/Word)</label> |
| 57 | + <div class="upload-box"> |
| 58 | + <input type="file" name="Resume" accept=".pdf,.doc,.docx" required> |
109 | 59 | </div> |
| 60 | + </div> |
| 61 | + <button type="submit" class="btn btn-blue" style="width:100%; font-size: 1.1rem;">Submit Application</button> |
| 62 | + </form> |
| 63 | + </div> |
110 | 64 |
|
111 | | - <button type="submit" class="btn btn-submit">Register My Profile</button> |
112 | | - </form> |
113 | | - </div> |
114 | | - </main> |
115 | | - |
116 | | - <footer> |
117 | | - <p>© 2026 Simpatico HR Consultancy · Perinthalmanna, Kerala</p> |
118 | | - </footer> |
119 | | - |
| 65 | + <footer>© 2026 Simpatico HR Consultancy</footer> |
120 | 66 | </body> |
121 | 67 | </html> |
122 | 68 |
|
0 commit comments