File tree Expand file tree Collapse file tree 6 files changed +31
-8
lines changed Expand file tree Collapse file tree 6 files changed +31
-8
lines changed Original file line number Diff line number Diff line change 15
15
</ div >
16
16
< header >
17
17
< nav class ="navbar ">
18
- < div class ="logo-container ">
19
- < img src ="logo-bg .png " alt ="RecodeHive Logo " width =" 50 " height =" 50 " > <!-- Added logo to navbar -- >
20
- < span class ="brand-name " > RecodeHive </ span >
18
+ < div class ="logo-container " onclick =" window.location.href=`index.html` " >
19
+ < img src ="assets/recode-hive .png " alt ="Recode Hive Icon " class =" logo-icon " >
20
+ < span class ="logo-text " > Recode Hive </ span >
21
21
</ div >
22
22
< ul class ="nav-links ">
23
23
< li > < a href ="/ "> Home</ a > </ li >
27
27
< li > < a href ="/contact "> Contact</ a > </ li >
28
28
< li >
29
29
< a href ="https://github.com/recodehive/machine-learning-repos " target ="_blank ">
30
- < img src ="https://github.githubassets.com/ images/modules/logos_page/GitHub-Mark .png " alt ="GitHub " width =" 25 " height =" 25 "> <!-- GitHub Icon -->
30
+ < img src ="assets/ images.png " alt ="GitHub "> <!-- GitHub Icon -->
31
31
</ a >
32
32
</ li >
33
33
< li >
Original file line number Diff line number Diff line change @@ -25,12 +25,27 @@ header {
25
25
align-items : center;
26
26
}
27
27
28
- .logo-container {
28
+ .logo-container {
29
29
display : flex;
30
+ cursor : pointer;
30
31
align-items : center;
31
- margin-right : 20px ;
32
- /* Adds space between logo and links */
33
- }
32
+ }
33
+
34
+ .logo-container img {
35
+ filter : brightness (1 ) invert (1 );
36
+ }
37
+
38
+ .logo-icon {
39
+ width : 30px ;
40
+ height : 30px ;
41
+ margin-right : 10px ;
42
+ }
43
+
44
+ .logo-text {
45
+ font-size : 18px ;
46
+ font-weight : bold;
47
+ color : # f1f1f1 ;
48
+ }
34
49
35
50
.brand-name {
36
51
font-size : 1.5em ;
@@ -60,6 +75,14 @@ header {
60
75
/* Prevents wrapping of links */
61
76
}
62
77
78
+ .nav-links a img {
79
+ width : 30px ;
80
+ height : 30px ;
81
+ border-radius : 50% ;
82
+ filter : brightness (0 ) invert (1 );
83
+ margin-top : -5px ;
84
+ }
85
+
63
86
.nav-links a : hover {
64
87
text-decoration : underline;
65
88
}
You can’t perform that action at this time.
0 commit comments