Commit 366cc0d 1 parent 9498e3b commit 366cc0d Copy full SHA for 366cc0d
File tree 5 files changed +86
-4
lines changed
5 files changed +86
-4
lines changed Original file line number Diff line number Diff line change 3
3
< nav class ="navbar navbar-default navbar-fixed-top navbar-inverse ">
4
4
< div class ="container-fluid ">
5
5
< div class ="navbar-header ">
6
- < a id ="logo " href ="{{ site.baseurl }}/ ">
6
+ < a id ="logo-community " href ="https://community.algolia.com/ ">
7
+ < img src ="{{site.baseurl}}/img/logo-community-sm.svg " alt ="Algolia Community " />
8
+ Community
9
+ </ a >
10
+ < a id ="logo-algolia " href ="{{ site.baseurl }}/ ">
7
11
< img src ="{{site.baseurl}}/img/algolia-logo.svg " alt ="Algolia " />
8
12
</ a >
9
- presents
10
13
</ div >
11
14
< div class ="navbar-collapse collapse ">
12
15
< ul class ="nav navbar-nav navbar-right ">
Original file line number Diff line number Diff line change @@ -18,11 +18,23 @@ html, body {
18
18
19
19
/* HEADER
20
20
// ------------------------- */
21
- #logo img {
22
- height : 32px ;
21
+ #logo-algolia img {
22
+ height : 24px ;
23
+ top : -2px ;
24
+ position : relative ;
23
25
margin-right : 12px ;
24
26
}
25
27
28
+ #logo-community {
29
+ font-size : 1.6em ;
30
+ color : white ;
31
+ margin-right : 8px ;
32
+ img {
33
+ height : 46px ;
34
+ width : 46px ;
35
+ }
36
+ }
37
+
26
38
.site-header {
27
39
width : 100% ;
28
40
.navbar {
You can’t perform that action at this time.
0 commit comments