|
1 | | -<!DOCTYPE html> |
| 1 | +<!doctype html> |
2 | 2 | <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"> |
8 | 7 | </head> |
9 | 8 | <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> |
20 | 19 | </ul> |
21 | | - </nav> |
| 20 | + </div> |
| 21 | + </nav> |
| 22 | + |
| 23 | + <header class="page-banner"> |
| 24 | + <h1>Candidate Portal</h1> |
22 | 25 | </header> |
23 | 26 |
|
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> |
29 | 37 | </main> |
30 | 38 |
|
31 | | - <footer> |
32 | | - <p>© 2023 Simpatico HR Consultancy. All Rights Reserved.</p> |
33 | | - </footer> |
| 39 | + <footer>© 2026 Simpatico HR Consultancy</footer> |
34 | 40 | </body> |
35 | 41 | </html> |
| 42 | + |
0 commit comments