Skip to content

Commit 351d24d

Browse files
authored
Update candidates.html
1 parent 04aeaa9 commit 351d24d

1 file changed

Lines changed: 40 additions & 94 deletions

File tree

candidates.html

Lines changed: 40 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -3,120 +3,66 @@
33
<head>
44
<meta charset="utf-8">
55
<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>
77
<link rel="icon" type="image/png" href="favicon.png">
88
<link rel="stylesheet" href="CSS/style.css">
99
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
1010
</head>
1111
<body>
12-
1312
<nav>
1413
<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>
1815
<ul class="nav-links">
1916
<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>
2419
<li><a href="contact.html">Contact</a></li>
2520
</ul>
2621
</div>
2722
</nav>
2823

2924
<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>
3427
</header>
3528

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>
4134
</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>
10959
</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>
11064

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>
12066
</body>
12167
</html>
12268

0 commit comments

Comments
 (0)