0% found this document useful (0 votes)
14 views1 page

Personal Profile Page Template

This document is an HTML template for a personal portfolio website. It includes sections for a header with a name and title, a biography, a list of achievements, and a footer for contact information. The layout is structured with appropriate HTML tags for easy customization and styling.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views1 page

Personal Profile Page Template

This document is an HTML template for a personal portfolio website. It includes sections for a header with a name and title, a biography, a list of achievements, and a footer for contact information. The layout is structured with appropriate HTML tags for easy customization and styling.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

<html>

<head>
<title>Your Name - Portfolio</title>
<link rel="stylesheet" type="text/css" href="[Link]">
</head>
<body>
<header>
<img src="[Link]
<h1>Your Name</h1>
<p>Web Developer | Designer | Tech Enthusiast</p>
</header>
<section id="bio">
<h2>About Me</h2>
<p>[Your biography]</p>
</section>
<section id="work">
<h2>My Achievements</h2>
<div class="project" id="Achievement1"> Achievement 1</div>
<div class="project" id=" Achievement 2"> Achievement 2</div>
<div class="project" id=" Achievement 3"> Achievement 3</div>
</section>
<footer>
<p>Contact me at [your email]</p>
</footer>
</body>
</html>

You might also like