Skip to content

Commit 31b3dc0

Browse files
authored
Update index.html
1 parent c34dbb3 commit 31b3dc0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@
99
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
1010
</head>
1111
<body>
12+
<!-- Main content wrapper -->
1213
<div class="content">
1314
<!-- Navigation Bar -->
1415
<nav class="navbar">
15-
<ul class="navbar">
16+
<ul>
1617
<li><a href="index.html"><i class="fas fa-home"></i> Home</a></li>
1718
<li><a href="about.html"><i class="fas fa-user"></i> About</a></li>
1819
<li><a href="skills.html"><i class="fas fa-code"></i> Skills</a></li>
1920
<li><a href="projects.html"><i class="fas fa-folder-open"></i> Projects</a></li>
2021
<li><a href="contacts.html"><i class="fas fa-envelope"></i> Contacts</a></li>
2122
</ul>
2223
</nav>
23-
<!-- Home Content -->
24+
<!-- Hero Section -->
2425
<header class="hero">
2526
<h1>Welcome to My Portfolio</h1>
26-
<!-- Add your name below the main heading -->
27-
<h2>Zifeng Huang</h2>
27+
<h2>Zifeng Huang</h2> <!-- Your name -->
2828
<p>Future Web Developer | Student | Tech Enthusiast | Computer and Cybersecurity Engineering Major</p>
2929
</header>
3030
</div>
31-
<!-- Copyright footer -->
31+
<!-- Footer -->
3232
<footer class="footer">
3333
&copy; 2025 Zifeng Huang. All rights reserved.
3434
</footer>

0 commit comments

Comments
 (0)