Skip to content

Commit 2bf490b

Browse files
authored
Update about.html
1 parent 18bd195 commit 2bf490b

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

about.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@
1212
<body>
1313
<!-- Header Section -->
1414
<header>
15-
<div class="container">
16-
<div class="logo">Logo</div>
17-
<nav>
18-
<ul class="flex space-x-4">
19-
<li><a href="index.html">Home</a></li>
20-
<li><a href="books.html">Books</a></li>
21-
<li><a href="about.html">About</a></li>
22-
<li><a href="join.html">Join</a></li>
23-
</ul>
24-
</nav>
25-
</div>
15+
<<nav class="navbar">
16+
<div class="logo">
17+
<img src="./images/icons/logo.png" />
18+
<span>Book Club</span>
19+
</div>
20+
<ul class="nav-links">
21+
<li><a href="index.html">Home</a></li>
22+
<li><a href="books.html">Books</a></li>
23+
<li><a href="about.html">About</a></li>
24+
<li><a href="join.html">Join</a></li>
25+
</ul>
26+
</nav>
2627
</header>
2728
<main>
2829
<!-- About Section -->
@@ -74,4 +75,4 @@ <h2>Our Values</h2>
7475
</footer>
7576
</body>
7677

77-
</html>
78+
</html>

0 commit comments

Comments
 (0)