<!
DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Portfolio</title>
</head>
<body>
    <table border="1" cellspacing="0">
        <tr>
             <td colspan="2"><center><b>My Portfolio</b>
                 <br>
                 <p>
                 Welcome all this is my portfolio</p>
             </center>
            </td>
        </tr>
        <tr>
             <td rowspan="3" align="center" width="30%"><img src="./download.jpg"
alt="portfolio picture"></td>
             <td><b><u>About Me</u></b> <br> <p>Hi, I'm [Your Name], a passionate
web developer with experience in front-end and back-end technologies. I love
building creative solutions for real-world
                  problems.
                  </p></td>
        </tr>
        <tr>
             <td><b><u>Skills</u></b><br>
                  <ul>
                  <li>HTML&CSS</li>
                  <li>Javscript</li>
                  <li>Reactjs</li>
                  <li>nodejs</li>
             </ul></td>
        </tr>
        <tr>
             <td>
                  <b>contact</b>
                  <p>Email:xy@gmail.com</p>
                  <p>Linkedin: <a href="https://www.linkedin.com/feed/">Linkedin
profile</a></p>
             </td>
        </tr>
        <tr>
             <td colspan="2"> <center><b>Projects</b></center></td>
        </tr>
        <tr>
             <td>
                  <b>Project1</b>
                  <p>Description of project1: ecommerce platform utiliing mern
stack</p>
                  <a href="https://github.com/Krishna-Karthik-Sannidhiraju/college-
website_react">View project</a>
            </td>
            <td>
                 <b>Project2</b>
                <p>Description of project2: ecommerce platform utiliing mern
stack</p>
                <a href="https://github.com/Krishna-Karthik-Sannidhiraju/college-
website_react">View project</a>
             </td>
        </tr>
        <tr>
             <td>
                  <b>Project3</b>
                  <p>Description of project3: ecommerce platform utiliing mern
stack</p>
                  <a href="https://github.com/Krishna-Karthik-Sannidhiraju/college-
website_react">View project</a>
            </td>
            <td>
                 <b>Project4</b>
                 <p>Description of project4: ecommerce platform utiliing mern
stack</p>
                <a href="https://github.com/Krishna-Karthik-Sannidhiraju/college-
website_react">View project</a>
             </td>
        </tr>
        <tr>
             <td colspan="2">
                 <center>©2024 karthik sannidhiraju All rights
reserved</center>
             </td>
        </tr>
    </table>
</body>
</html>