<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Resume - Bhargav Kumar Saha</title>
    <link rel="stylesheet" href="styles.css">
    <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
    <script src="script.js"></script>
</head>
<body>
    <header>
        <nav>
            <ul>
                <li><a href="index.html">Home</a></li>
                <li><a href="about.html">About</a></li>
                <li><a href="projects.html">Projects</a></li>
                <li><a href="resume.html">Resume</a></li>
                <li><a href="contact.html">Contact</a></li>
            </ul>
        </nav>
    </header>
    <main>
        <section class="resume">
            <h1>Resume</h1>
            <h2>Contact Information</h2>
            <p>Email: bhaskarsah878@gmail.com</p>
            <p>Phone Number: 9741909314</p>
            <p>LinkedIn Profile: <a href="https://www.linkedin.com/in/bhaskar-sah-451628334/">LinkedIn</a></p>
            <p>GitHub Profile: <a href="https://github.com/bhargav59">GitHub</a></p>

            <h2>Education</h2>
            <p>VTU University, 2022-2026</p>
            <p>B.E in Computer Science Engineering</p>
            <p>KNS Institute of Technology (College)</p>

            <h2>Skills</h2>
            <p>Programming Languages: C, C++, Java, Python, JavaScript</p>
            <p>Technologies: LAMP stack</p>
            <p>Tools: VS Code, MS Office</p>

            <h2>Projects</h2>
            <p>List of projects with brief descriptions</p>

            <h2>Work Experience (if any)</h2>
            <p>List of work experiences with brief descriptions</p>

            <h2>Extracurricular Activities</h2>
            <p>List of clubs/organizations, roles, and achievements</p>
        </section>
    </main>
    <footer>
        <p>&copy; 2024 Bhargav Kumar Saha</p>
    </footer>
</body>
</html>