0% found this document useful (0 votes)
23 views2 pages

Portfolio

This document is an HTML portfolio showcasing a web developer's skills, projects, and contact information. It includes sections about the developer, their skills in various technologies, and descriptions of multiple projects with links to view them. The portfolio is designed to present the developer's work and professional background effectively.

Uploaded by

raghuvaran mba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views2 pages

Portfolio

This document is an HTML portfolio showcasing a web developer's skills, projects, and contact information. It includes sections about the developer, their skills in various technologies, and descriptions of multiple projects with links to view them. The portfolio is designed to present the developer's work and professional background effectively.

Uploaded by

raghuvaran mba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

<!

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>&copy;2024 karthik sannidhiraju All rights
reserved</center>
</td>
</tr>
</table>
</body>
</html>

You might also like