Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
eethansmith authored Nov 13, 2023
1 parent 4c55e61 commit 903e1de
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title>My Simple Website</title>
<title>Your Name - Resume</title>
<!-- Add CSS links here -->
</head>
<body>
<h1>Welcome to My Website</h1>
<p>This is a paragraph on my website!</p>
<header>
<!-- Header content (Name, Job Title, Photo) -->
</header>
<nav>
<!-- Navigation bar -->
</nav>
<section id="about">
<!-- About Me -->
</section>
<section id="experience">
<!-- Experience Section -->
</section>
<section id="education">
<!-- Education Section -->
</section>
<section id="skills">
<!-- Skills Section -->
</section>
<section id="projects">
<!-- Projects/Portfolio -->
</section>
<footer>
<!-- Footer with contact and social media links -->
</footer>
</body>
</html>

0 comments on commit 903e1de

Please sign in to comment.