<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Rohit | Resume & Blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<body><header>
<h1>Rohit Jhariya</h1>
<p>Resume • Blog • Social</p>
<nav>
<a href="#resume">Resume</a>
<a href="#blog">Blog</a>
<a href="#social">Social</a>
</nav>
</header><section id="resume">
<h2>Resume</h2>
<p><b>Education:</b> B.Com, PGDCA</p>
<p><b>Skills:</b> HTML, CSS, AI Tools</p>
</section><section id="blog">
<h2>Blog</h2>
<p>Learning AI, Automation & Web Development</p>
<p>Content in English + Hindi</p>
</section><section id="social">
<h2>Social</h2>
<p>Instagram | GitHub | LinkedIn</p>
</section><footer>
<p>© 2026 Rohit</p>
</footer></body>
</html>