|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | - <title>Join the Team | Simpatico HR</title> |
| 6 | + <title>Elevate Your Career | Simpatico HR</title> |
7 | 7 | <link rel="stylesheet" href="CSS/style.css"> |
8 | 8 | <style> |
| 9 | + /* This removes the boring white background */ |
9 | 10 | body { |
10 | 11 | background: linear-gradient(135deg, #0a0a1a 0%, #001a33 100%); |
11 | 12 | color: white; |
| 13 | + min-height: 100vh; |
12 | 14 | } |
13 | | - .jobs-container { |
14 | | - max-width: 1000px; |
15 | | - margin: -60px auto 50px; |
16 | | - padding: 20px; |
| 15 | + |
| 16 | + /* This creates a professional 'Glass' card for the form */ |
| 17 | + .glass-container { |
| 18 | + max-width: 900px; |
| 19 | + margin: -80px auto 60px; /* Pulls the form up into the banner area */ |
| 20 | + padding: 30px; |
17 | 21 | background: rgba(255, 255, 255, 0.05); |
18 | 22 | backdrop-filter: blur(15px); |
19 | 23 | border-radius: 24px; |
20 | 24 | border: 1px solid rgba(255, 255, 255, 0.1); |
21 | 25 | box-shadow: 0 25px 50px rgba(0,0,0,0.5); |
| 26 | + z-index: 10; |
| 27 | + position: relative; |
22 | 28 | } |
23 | | - .form-header-text { |
24 | | - text-align: center; |
25 | | - padding: 40px 20px; |
26 | | - } |
| 29 | + |
27 | 30 | iframe { |
28 | 31 | width: 100%; |
29 | 32 | height: 1800px; |
30 | | - border-radius: 15px; |
31 | | - background: #ffffff; /* Contrast for the form itself */ |
| 33 | + border-radius: 12px; |
| 34 | + background: #ffffff; /* Contrast so the form is easy to read */ |
| 35 | + border: none; |
32 | 36 | } |
33 | 37 | </style> |
34 | 38 | </head> |
|
46 | 50 | </div> |
47 | 51 | </nav> |
48 | 52 |
|
49 | | - <header class="page-banner" style="height: 50vh;"> |
| 53 | + <header class="page-banner" style="height: 60vh;"> |
50 | 54 | <h1>Elevate Your Career</h1> |
51 | 55 | <p>Apply to Simpatico HR Consultancy</p> |
52 | 56 | </header> |
53 | 57 |
|
54 | | - <div class="jobs-container"> |
| 58 | + <div class="glass-container"> |
55 | 59 | <iframe |
56 | | - src="https://docs.google.com/forms/d/e/1FAIpQLSdB_kE4VNDfxRINcg125miaAo-v-vBNnGW7TuXWPzAribpLwQ/viewform?embedded=true" |
57 | | - frameborder="0" |
58 | | - marginheight="0" |
59 | | - marginwidth="0">Loading…</iframe> |
| 60 | + src="https://docs.google.com/forms/d/e/1FAIpQLSdB_kE4VNDfxRINcg125miaAo-v-vBNnGW7TuXWPzAribpLwQ/viewform?embedded=true"> |
| 61 | + Loading… |
| 62 | + </iframe> |
60 | 63 | </div> |
61 | 64 |
|
62 | 65 | <footer> |
63 | | - <p>© 2026 Simpatico HR Consultancy</p> |
| 66 | + <p>© 2026 Simpatico HR Consultancy. All rights reserved.</p> |
64 | 67 | </footer> |
65 | 68 |
|
66 | 69 | </body> |
|
0 commit comments