Skip to content

Commit 6646b69

Browse files
authored
Update job page title and styles
1 parent 9512981 commit 6646b69

1 file changed

Lines changed: 21 additions & 18 deletions

File tree

jobs.html

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,36 @@
33
<head>
44
<meta charset="UTF-8">
55
<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>
77
<link rel="stylesheet" href="CSS/style.css">
88
<style>
9+
/* This removes the boring white background */
910
body {
1011
background: linear-gradient(135deg, #0a0a1a 0%, #001a33 100%);
1112
color: white;
13+
min-height: 100vh;
1214
}
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;
1721
background: rgba(255, 255, 255, 0.05);
1822
backdrop-filter: blur(15px);
1923
border-radius: 24px;
2024
border: 1px solid rgba(255, 255, 255, 0.1);
2125
box-shadow: 0 25px 50px rgba(0,0,0,0.5);
26+
z-index: 10;
27+
position: relative;
2228
}
23-
.form-header-text {
24-
text-align: center;
25-
padding: 40px 20px;
26-
}
29+
2730
iframe {
2831
width: 100%;
2932
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;
3236
}
3337
</style>
3438
</head>
@@ -46,21 +50,20 @@
4650
</div>
4751
</nav>
4852

49-
<header class="page-banner" style="height: 50vh;">
53+
<header class="page-banner" style="height: 60vh;">
5054
<h1>Elevate Your Career</h1>
5155
<p>Apply to Simpatico HR Consultancy</p>
5256
</header>
5357

54-
<div class="jobs-container">
58+
<div class="glass-container">
5559
<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>
6063
</div>
6164

6265
<footer>
63-
<p>&copy; 2026 Simpatico HR Consultancy</p>
66+
<p>&copy; 2026 Simpatico HR Consultancy. All rights reserved.</p>
6467
</footer>
6568

6669
</body>

0 commit comments

Comments
 (0)