Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AIWithShrey authored Nov 16, 2023
1 parent 3ea2017 commit 673370b
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html>
<head>
<title>About Me</title>
</head>
<body>
<header>
<h1>Your Name</h1>
<p>Brief introduction about yourself</p>
</header>
<section>
<h2>Personal Information</h2>
<ul>
<li>Age: </li>
<li>Location: </li>
<li>Occupation: </li>
</ul>
</section>
<section>
<h2>Education and Work Experience</h2>
<ul>
<li>Education: </li>
<li>Work Experience: </li>
</ul>
</section>
<section>
<h2>Hobbies and Interests</h2>
<ul>
<li>Hobby 1: </li>
<li>Hobby 2: </li>
<li>Hobby 3: </li>
</ul>
</section>
<footer>
<p>Contact Information:</p>
<ul>
<li>Email: </li>
<li>Phone: </li>
<li>Address: </li>
</ul>
</footer>
</body>
</html>

0 comments on commit 673370b

Please sign in to comment.