Skip to content

Commit 95f9085

Browse files
authored
Refactor jobs.html structure and styling
1 parent 4a1f66e commit 95f9085

1 file changed

Lines changed: 24 additions & 9 deletions

File tree

jobs.html

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,20 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Job Openings | Simpatico HR</title>
7-
<link rel="stylesheet" href="css/style.css">
7+
<link rel="stylesheet" href="CSS/style.css">
8+
<style>
9+
/* Ensures the form container matches your site's specific spacing */
10+
.rich-form-box {
11+
margin-top: 20px;
12+
padding: 10px;
13+
background: #fff;
14+
border-radius: 12px;
15+
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
16+
}
17+
iframe {
18+
border-radius: 8px;
19+
}
20+
</style>
821
</head>
922
<body>
1023

@@ -25,14 +38,16 @@ <h1>Join Our Team</h1>
2538
<p>Current Career Opportunities</p>
2639
</header>
2740

28-
<main class="rich-form-box">
29-
<iframe
30-
src="https://docs.google.com/forms/d/e/1FAIpQLSdB_kE4VNDfxRINcg125miaAo-v-vBNnGW7TuXWPzAribpLwQ/viewform?embedded=true"
31-
width="100%"
32-
height="1800"
33-
frameborder="0"
34-
marginheight="0"
35-
marginwidth="0">Loading…</iframe>
41+
<main class="nav-inner">
42+
<div class="rich-form-box">
43+
<iframe
44+
src="https://docs.google.com/forms/d/e/1FAIpQLSdB_kE4VNDfxRINcg125miaAo-v-vBNnGW7TuXWPzAribpLwQ/viewform?embedded=true"
45+
width="100%"
46+
height="1800"
47+
frameborder="0"
48+
marginheight="0"
49+
marginwidth="0">Loading…</iframe>
50+
</div>
3651
</main>
3752

3853
<footer>

0 commit comments

Comments
 (0)