Skip to content

Commit d97d9a7

Browse files
authored
Update jobs.html
1 parent 2fb27ea commit d97d9a7

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

jobs.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,28 @@ <h3>Submit Application</h3>
8888
window.scrollTo({ top: 0, behavior: 'smooth' });
8989
}
9090
</script>
91+
<footer style="background: #041221; color: #a1b1c1; padding: 60px 20px; text-align: center; border-top: 1px solid rgba(255,255,255,0.1);">
92+
<div style="margin-bottom: 25px;">
93+
<h3 style="color: #fff; margin-bottom: 20px;">Connect With Us</h3>
94+
95+
<a href="https://www.facebook.com/simpaticohrpmna" target="_blank" style="text-decoration: none; color: #fff; font-size: 28px; margin: 0 15px; transition: 0.3s;" onmouseover="this.style.color='#1877F2'" onmouseout="this.style.color='#fff'">
96+
<i class="fa-brands fa-facebook"></i>
97+
</a>
98+
99+
<a href="https://www.linkedin.com/company/simpatico-manpower/" target="_blank" style="text-decoration: none; color: #fff; font-size: 28px; margin: 0 15px; transition: 0.3s;" onmouseover="this.style.color='#0077B5'" onmouseout="this.style.color='#fff'">
100+
<i class="fa-brands fa-linkedin"></i>
101+
</a>
102+
103+
<a href="https://wa.me/919544842260" target="_blank" style="text-decoration: none; color: #fff; font-size: 28px; margin: 0 15px; transition: 0.3s;" onmouseover="this.style.color='#25D366'" onmouseout="this.style.color='#fff'">
104+
<i class="fa-brands fa-whatsapp"></i>
105+
</a>
106+
</div>
107+
108+
<p style="font-size: 14px; margin: 5px 0;">© 2026 Simpatico HR Consultancy | Perinthalmanna, Kerala</p>
109+
<p style="font-size: 11px; opacity: 0.6; max-width: 600px; margin: 10px auto;">
110+
Simpatico HR is a domestic recruitment specialist. We do not provide visa, work permit, or immigration services for any country.
111+
</p>
112+
</footer>
91113

92114
</body>
93115
</html>

0 commit comments

Comments
 (0)