Skip to content

Commit

Permalink
Create about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
FocuseObie authored Sep 26, 2024
1 parent 10a13d3 commit d77c022
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About Me - Your Name</title>
</head>
<body>

<!-- Navigation Menu -->
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><strong>About</strong></li>
<li><a href="experience.html">Experience</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>

<!-- About Section -->
<section>
<h1>About Me</h1>
<p>Write a detailed introduction about yourself, your background, your skills, and your professional interests.</p>
</section>

<!-- Footer -->
<footer>
<p>&copy; 2024 Your Name. All rights reserved.</p>
</footer>

</body>
</html>

0 comments on commit d77c022

Please sign in to comment.