You are on page 1of 2

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dhanush Babu - Salesforce Developer</title>
<style>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background-color: #f8f9fa;
color: #001F3F;
}
header {
background-color: #001F3F;
color: #ffffff;
padding: 20px;
text-align: center;
}
section {
max-width: 800px;
margin: 20px auto;
padding: 20px;
background-color: #ffffff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1, h2 {
color: #001F3F;
}
a {
color: #FFA500;
}
</style>
</head>
<body>
<header>
<h1>Dhanush Babu</h1>
<p>Salesforce Developer</p>
</header>
<section>
<h2>About Me</h2>
<p>Hi, I'm Dhanush Babu, a passionate Salesforce Developer with a focus on
creating efficient and scalable solutions.</p>
</section>
<section>
<h2>Portfolio</h2>
<p>Check out some of my work:</p>
<ul>
<li><a href="#project1">Project 1</a></li>
<li><a href="#project2">Project 2</a></li>
<li><a href="#project3">Project 3</a></li>
</ul>
</section>
<section>
<h2>Contact</h2>
<p>Feel free to <a href="mailto:your.email@example.com">email me</a> or connect
on <a href="https://linkedin.com/in/your-linkedin">LinkedIn</a>.</p>
</section>
</body>
</html>

You might also like