Skip to content

Commit a5402e0

Browse files
authored
Update index.html
1 parent d7a37c4 commit a5402e0

1 file changed

Lines changed: 23 additions & 11 deletions

File tree

index.html

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>Simpatico HR Consultancy | Job & HR Consultancy in Kerala</title>
7+
78
<meta name="description" content="Simpatico HR Consultancy is a trusted job consultancy in Kerala since 2013. Serving India, UAE, Saudi Arabia, UK, and Europe.">
89
<meta name="google-site-verification" content="W2MGk2YOgv_eBdixI_ToSnSiXOm_XZZ_27y-cX7Z5n8" />
910
<link rel="icon" type="image/png" href="favicon.png">
11+
1012
<link rel="stylesheet" href="CSS/style.css">
13+
1114
<meta property="og:title" content="Simpatico HR Consultancy">
1215
<meta property="og:image" content="simpatico_hr_banner.png">
16+
<meta property="og:type" content="website">
1317
</head>
1418
<body>
19+
1520
<nav>
1621
<div class="nav-inner">
17-
<strong style="font-size: 1.2rem;">Simpatico HR</strong>
22+
<strong style="font-size: 1.5rem; color: #007bff;">Simpatico HR</strong>
1823
<ul class="nav-links">
1924
<li><a href="index.html">Home</a></li>
2025
<li><a href="about.html">About</a></li>
@@ -26,21 +31,28 @@
2631
</div>
2732
</nav>
2833

29-
<header class="page-banner" style="height: 85vh;">
30-
<h1>Simpatico HR Consultancy</h1>
31-
<p>Global Recruitment & HR Excellence Since 2013</p>
32-
<div style="margin-top:25px;">
33-
<a href="candidates.html" class="btn">Find Jobs</a>
34-
<a href="contact.html" class="btn" style="background:transparent; border:2px solid white; margin-left:10px;">Contact Us</a>
34+
<header class="page-banner">
35+
<div class="banner-content">
36+
<h1>Simpatico HR Consultancy</h1>
37+
<p>Global Recruitment & HR Excellence Since 2013</p>
38+
<div style="margin-top:25px;">
39+
<a href="candidates.html" class="btn">Find Jobs</a>
40+
<a href="contact.html" class="btn" style="background:transparent; border:2px solid white; margin-left:10px;">Contact Us</a>
41+
</div>
3542
</div>
3643
</header>
3744

3845
<main class="container">
39-
<h2>Connecting Talent to Opportunity</h2>
40-
<p>Based in Perinthalmanna, we provide structured recruitment solutions for candidates across all Kerala districts and employers worldwide.</p>
46+
<section class="intro">
47+
<h2>Connecting Talent to Opportunity</h2>
48+
<p>Based in Perinthalmanna, we provide structured recruitment solutions for candidates across all Kerala districts and employers worldwide.</p>
49+
</section>
4150
</main>
4251

43-
<footer>© 2026 Simpatico HR Consultancy · Perinthalmanna, Kerala</footer>
52+
<footer>
53+
<p>© 2026 Simpatico HR Consultancy · Perinthalmanna, Kerala</p>
54+
</footer>
55+
4456
</body>
4557
</html>
4658

0 commit comments

Comments
 (0)