Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
harshadapujari authored Sep 25, 2024
1 parent c604818 commit 1654758
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Harshada Pujari</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1>Hello World</h1>
<p>I'm hosted with GitHub Pages.</p>
<header>
<h1>Welcome to My Website</h1>
<nav>
<ul>
<li><a href="about.html">About Me</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="cv.html">CV</a></li>
</ul>
</nav>
</header>
<section>
<p>Hello! I am Harshada Pujari, a Data Scientist and AI enthusiast. This is my personal website where you can find more about my work, projects, and background.</p>
</section>
<footer>
<p>&copy; 2024 Harshada Pujari</p>
</footer>
</body>
</html>
</html>

0 comments on commit 1654758

Please sign in to comment.