Skip to content

Commit 635c758

Browse files
authored
Update candidates.html
1 parent f24c2f1 commit 635c758

1 file changed

Lines changed: 32 additions & 25 deletions

File tree

candidates.html

Lines changed: 32 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,42 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
3-
<link rel="stylesheet" href="css/style.css">
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Page Title</title>
7-
<link rel="stylesheet" href="styles.css">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Candidate Portal | Simpatico HR</title>
6+
<link rel="stylesheet" href="CSS/style.css">
87
</head>
98
<body>
10-
<header>
11-
<h1>Page Title</h1>
12-
<nav>
13-
<ul>
14-
<li><a href="index.html" target="_blank">Home</a></li>
15-
<li><a href="about.html" target="_blank">About Us</a></li>
16-
<li><a href="jobs.html" target="_blank">Job Listings</a></li>
17-
<li><a href="employers.html" target="_blank">For Employers</a></li>
18-
<li><a href="candidates.html" target="_blank">For Candidates</a></li>
19-
<li><a href="contact.html" target="_blank">Contact</a></li>
9+
<nav>
10+
<div class="nav-inner">
11+
<strong style="font-size: 1.2rem;">Simpatico HR</strong>
12+
<ul class="nav-links">
13+
<li><a href="index.html">Home</a></li>
14+
<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>
18+
<li><a href="contact.html">Contact</a></li>
2019
</ul>
21-
</nav>
20+
</div>
21+
</nav>
22+
23+
<header class="page-banner">
24+
<h1>Candidate Portal</h1>
2225
</header>
2326

24-
<main>
25-
<section>
26-
<h2>Section Title</h2>
27-
<p>Content goes here.</p>
28-
</section>
27+
<main class="container">
28+
<div class="card">
29+
<h3>Register Your Profile</h3>
30+
<p>Join our database to be the first to hear about local and international openings.</p>
31+
<form style="display: flex; flex-direction: column; gap: 10px; max-width: 400px;">
32+
<input type="text" placeholder="Full Name" style="padding: 10px;">
33+
<input type="email" placeholder="Email Address" style="padding: 10px;">
34+
<button type="submit" class="btn">Upload Resume</button>
35+
</form>
36+
</div>
2937
</main>
3038

31-
<footer>
32-
<p>&copy; 2023 Simpatico HR Consultancy. All Rights Reserved.</p>
33-
</footer>
39+
<footer>© 2026 Simpatico HR Consultancy</footer>
3440
</body>
3541
</html>
42+

0 commit comments

Comments
 (0)