File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 12
12
< body >
13
13
<!-- Header Section -->
14
14
< 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 >
26
27
</ header >
27
28
< main >
28
29
<!-- About Section -->
@@ -74,4 +75,4 @@ <h2>Our Values</h2>
74
75
</ footer >
75
76
</ body >
76
77
77
- </ html >
78
+ </ html >
You can’t perform that action at this time.
0 commit comments