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