-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c604818
commit 1654758
Showing
1 changed file
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>© 2024 Harshada Pujari</p> | ||
</footer> | ||
</body> | ||
</html> | ||
</html> |